Page 2 of 2

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 04 Feb 2018, 21:53
by Jogi129
when I paste

mkdir -p ~/.warzone2100-3.1.5/mods/{autoload,global}

does anything has to happen? because Just like before, when I tried

mkdir -p ~/Downloads/.warzone2100-3.1.5/mods/{autoload,global}

nothing happened

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 04 Feb 2018, 23:25
by andrvaut
Forgon wrote:

Try:

Code: Select all

mkdir -p ~/.warzone2100-3.1.5/mods/{autoload,global}
no!
3.1.5 have path

Code: Select all

~/.warzone2100-3.1/3.1.5/mods/{autoload,global}
3.2.x:

Code: Select all

~/.warzone2100-3.2/mods/{autoload,global}
3.1.0-3.1.3:

Code: Select all

~/.warzone2100-3.1/mods/{autoload,global}
2.3.x:

Code: Select all

~/.warzone2100-2.3/mods/{autoload,global}

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 05 Feb 2018, 06:30
by Prot
Yes, for reasons unknown to me, why it is in ver3.1.5 added an extra directory "3.1.5" for configs inside the configs directory. This has caused confusion.

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 05 Feb 2018, 17:26
by Jogi129
I still dont know what to do...

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 05 Feb 2018, 22:07
by Berg
Jogi129 wrote:nothing happened
If it all works you see no error message.
go to your home folder and go to view and click on show hidden.
You will see the .warzone2100-3.1 look in it you will see the folders to put mods in it will have a 3.1.5 folder look inside then mods and then autoload etc.
Place your desired mods in there.

Also look here http://developer.wz2100.net/wiki/NewFAQ

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 23 Feb 2018, 23:30
by Jogi129
ok folks, I'm back.

as I see it the problem remains of finding or creating the config folder. The first line I got from you for the terminal was:

mkdir -p ~/Downloads/.warzone2100-3.1.5/mods/{autoload,global}

but nothing happened there, so...

O'm yours once more. bring it in!

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 23 Feb 2018, 23:33
by Jogi129
when I tried:

~/.warzone2100-3.1/3.1.5/mods/{autoload,global}

it replied:

bash: /home/katapemba/.warzone2100-3.1/3.1.5/mods/autoload: Datei oder Verzeichnis nicht gefunden (file or directory not found)

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 24 Feb 2018, 00:24
by Forgon
I wonder which commands you executed, since I have no problem with Warzone 2100 3.1.5 with Ubuntu 16.04.

Did you execute `mkdir -p ~/.warzone2100-3.1/3.1.5/mods/{autoload,global}` ?

Launching Warzone 2100 3.1.5 should definitely create the folder '~/.warzone2100-3.1/3.1.5'.

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 24 Feb 2018, 03:18
by Jogi129
well yes, the folder youre referring to is in Downloads. How am I going to get to install addons?

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 24 Feb 2018, 12:01
by Forgon
To install add-ons on Ubuntu 16.04 for Warzone2100 3.1.5, follow these instructions:

0. Download an addon, like the Ultimate Scavenger AI mod:
picture 1/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4
picture 1/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4
1. Ensure that a folder named 'mods' exists in your configuration directory, with at least one subdirectory called 'autoload':
picture 2/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4
picture 2/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4

Code: Select all

ls .warzone2100-3.1/3.1.5/
mkdir -p .warzone2100-3.1/3.1.5/mods/{autoload,global}
ls .warzone2100-3.1/3.1.5/
ls .warzone2100-3.1/3.1.5/mods
2. Copy whatever mod(s) you downloaded into the 'mods/autoload' folder of your configuration directory and launch Warzone 2100. The filename(s) of active mods will be printed in its window:
picture 3/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4
picture 3/3 showing a mod installation with Warzone 2100 3.1.5 using Ubuntu 16.0.4

Code: Select all

mv Downloads/ultimatescavs-1-16.mod.wz .warzone2100-3.1/3.1.5/mods/autoload/
Downloads/warzone2100-3.1.5/src/warzone2100
Warzone 2100 3.3 will make mod installation easier.
You will no longer have to create directories inside your configuration folder and a new commandline option '--info' will show where to find it.

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 05 Mar 2018, 02:36
by Jogi129
ok, I manually created a mods-folder in the warzone2100-3.1.5.-folder and a autoload-folder in the mods-folder. I tried with propulsion and got zip-file and I copied it just as you said as it was in the autoload-folder. when I went for

"mv Downloads/propulsion.wz .warzone2100-3.1/3.1.5/mods/autoload/"

the terminal replied: "mv: apeal of stat for 'Download/propulsion.wz' not possible: file or directory not found"

Re: Installation guide: Multiplayer, Addons => Ubuntu 16.04

Posted: 05 Mar 2018, 21:26
by Forgon
Jogi129 wrote:ok, I manually created a mods-folder in the warzone2100-3.1.5.-folder and a autoload-folder in the mods-folder. I tried with propulsion and got zip-file and I copied it just as you said as it was in the autoload-folder. when I went for

"mv Downloads/propulsion.wz .warzone2100-3.1/3.1.5/mods/autoload/"

the terminal replied: "mv: apeal of stat for 'Download/propulsion.wz' not possible: file or directory not found"
If you already copied the mod file into the autoload folder, executing that command is redundant.
Did you manage to start the game with the propulsion mod enabled?