Installation guide: Multiplayer, Addons => Ubuntu 16.04 LTS

Here you may talk about Warzone's Gameplay, Strategy & Tactics
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post 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
User avatar
andrvaut
Trained
Trained
Posts: 200
Joined: 02 Jan 2016, 12:44

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

Post 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}
Last edited by andrvaut on 05 Feb 2018, 09:06, edited 1 time in total.
vaut ΣΑ [GN], ru streamer.
Tournaments channel: https://www.youtube.com/channel/UCzusNa-54ydodtSz2TdHFww
User avatar
Prot
Trained
Trained
Posts: 242
Joined: 29 Nov 2010, 12:41

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

Post 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.
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post by Jogi129 »

I still dont know what to do...
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

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

Post 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
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post 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!
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post 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)
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post 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'.
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post by Jogi129 »

well yes, the folder youre referring to is in Downloads. How am I going to get to install addons?
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post 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.
Jogi129
Greenhorn
Posts: 15
Joined: 06 Apr 2016, 15:46

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

Post 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"
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post 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?
Post Reply