Problem start a second server
-
my server use a dedicated.cfg in "C:\Users\servidor\AppData\Local\Plutonium\storage\t6" When I try to start the second server, it loads the same configuration file as the first server. Do I need to modify any line in another file to set it up so that each server pulls its own configuration file from its respective folder? Sorry if anything is unclear, as I'm using Google Translate. I would really appreciate it if someone could help me
-
Use a separate CFG file and make sure the port is not used by another app/server too, change the port (increase by 1 for example)
Things like IW4MAdmin may have some additional requirements like having unique logs configured in the CFG
-
undefined Xerxes moved this topic from BO2 Client Support
-
Resxt I made a copy of the folder and changed the port and key of the copy. However, the other settings, such as map rotation, are still being pulled from the configuration file of the first server, which is located at:
C:\Users\servidor\AppData\Local\Plutonium\storage\t6
How can I make the configuration files stay inside the server's own folder instead of using this location? I need to prevent conflicts between Server 1 and Server 2.
-
corebr said in Problem start a second server:
I made a copy of the folder
Thats not needed, simply copy the bat file and .cfg file, and make sure server1.bat loads server1.cfg and that server2.bat loads server2.cfg with a different port.
-
Oh, I see, I think I understand the process now. I thought I needed to make a copy of the server folder. This information will also help me save disk space. Thanks for the help!