Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


hlynge

Members
  • Posts

    7
  • Joined

  • Last visited

  1. As I am administering my server there is some times a need to stop and restart the server to introduce a new mod of find errors. Is it possible to make the restart cycle a little faster ?
  2. thanks a lot - now the next wish is for the restarts to be a little faster - if possible
  3. Being my idea I naturally think that the pipe | solution is brilliant.
  4. Dear all I am hosting a dayz server here and have found that there is a issue with the way that the launch parameters get parsed to the back-end. There is a need to change how the -mod:xxxxx;xxxxx parameter get captured/parsed. The current approach is that different parameters are separated by space. This causes a problem when the name of a mod contain a space or a special char like " & or ' ". We need to get a separator character that clearly show that what is between these separators is to be handled as one string e.g. | (pipe) so it would be possible to write: -dayzserver=DayZServer.exe |-mod=@CF;@Code Lock| -scrAllowFileWrite and this would result in this content in the rpt log: == "C:\sspanel\gameservers\dayz\47695\DayZServer.exe" "-port=7315" "-profiles=Admin" "-config=Admin\serverDZ.cfg" "-name=Admin" "-dologs" "\-mod=@CF;@Code Lock\" "-scrAllowFileWrite" Other solutions to solve the problem are welcome. I do not see any other way of being able to support both auto-update and DZSA launcher as renaming of folders to remove space and special char would break ether auto-update or support for DZSA launcher.