PDA

View Full Version : 1.0 and 1.3 server easy setup



Ni3ls
8th July 2019, 21:03
Hi all,

I want to run both a 1.0 server and a 1.3 server from the same host. I once read there was a trick to create a link to another folder to pull this off. Can somebody tell me how to do it?

maxdamage99
9th July 2019, 09:33
maybe this...
https://en.wikipedia.org/wiki/Ln_(Unix)

You can link to 1.0 files and add several files for 1.3

In order not to fill the memory, create a separate directory where "iw_" will be store

And for each new server, make links

IzNoGoD
9th July 2019, 16:42
Yup, ln -sfn /home/niels/cod2sourcedir/main/*.iwd /home/niels/cod2_1_0/main/
ln -sfn /home/niels/cod2sourcedir/main/*.iwd /home/niels/cod2_1_3/main/
rm -rf /home/niels/cod2_1_0/main/iw_15.iwd

Polat
10th July 2019, 09:46
I'm not sure about this and haven't tried it yet, but what about creating 2 folders

First folder for cod2 1.3 ~ > main folder , pb , and your mod_folder + cod2_lnxded 1.3
The second folder for cod2 1.0 -> main folder , pb , and your mod_folder + cod2_lnxded 1.0