Results 1 to 4 of 4

Thread: 1.0 and 1.3 server easy setup

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    1.0 and 1.3 server easy setup

    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?

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    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
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  3. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    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
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. #4
    Private
    Join Date
    Jan 2018
    Location
    Somewhere
    Posts
    43
    Thanks
    10
    Thanked 21 Times in 16 Posts
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •