How do I install Mod in ubuntu

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
israel
Greenhorn
Posts: 12
Joined: 23 Mar 2015, 20:07

How do I install Mod in ubuntu

Post by israel »

i have warzone 2100 installed on ubuntu

How do I install Mods
i open A folder named

Code: Select all

mods
in the game folder
inside

Code: Select all

mods 
folder there is tree folders

Code: Select all

campaign
multiplay
global
and put the file i downloaded in the Appropriate folders
But I do not see the possibilities of these modes
In the game

Do I need to do something else ?
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: How do I install Mod in ubuntu

Post by vexed »

/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
israel
Greenhorn
Posts: 12
Joined: 23 Mar 2015, 20:07

Re: How do I install Mod in ubuntu

Post by israel »

Since I did not understand where to write the command
I moved everything to a folder Named

Code: Select all

autoload
The game is loaded
And I see the names of the modes at the top of the screen

I choose a map in skirmish game
Click Start, and after a few seconds
The game closes
And I get to Desktop

I do not get any message

How do I know what the problem
And how to fix the problem
israel
Greenhorn
Posts: 12
Joined: 23 Mar 2015, 20:07

Re: How do I install Mod in ubuntu

Post by israel »

Small update

I turned on the game from the terminal
When it closes

Show me this message


Code: Select all

info    |06:28:07: [realmain:1143] Using /home/myname/.warzone2100-3.1/logs/WZlog-0324_062807.txt debug file
info    |06:28:27: [resGetDataFromHash:559] resGetDataFromHash: Unknown ID: 2f85069 Type: ANI
info    |06:28:27: [resGetDataFromHash:559] Assert in Warzone: frameresource.cpp:559 (psRes != __null), last script event: '<none>'
info    |06:28:27: [resGetData:575] resGetData: Unable to find data for scbd_run.ani type ANI
info    |06:28:27: [resGetData:575] Assert in Warzone: frameresource.cpp:575 (data != __null), last script event: '<none>'
info    |06:28:27: [anim_SetVals:303] Can't find anim scbd_run.ani
info    |06:28:27: [anim_SetVals:303] Assert in Warzone: anim.cpp:303 (false), last script event: '<none>'
info    |06:28:28: [openLoadFile:164] file structs/blgateh.pie could not be opened: File not found
info    |06:28:28: [openLoadFile:164] Assert in Warzone: frame.cpp:164 (!"unable to open file"), last script event: '<none>'
error   |06:28:28: [resLoadFile:467] resLoadFile: Unable to retreive resource - structs/blgateh.pie
fatal   |06:28:28: [resLoad:130] Failed to parse wrf/piestats.wrf
error   |06:28:28: [levLoadData:777] Failed resLoad(wrf/piestats.wrf)!
fatal   |06:28:28: [startGameLoop:781] Shutting down after failure
AL lib: ReleaseALC: 1 device not closed


I also checked a single game (campaign)
You can not play
The same thing happens
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: How do I install Mod in ubuntu

Post by Berg »

What is happening is you either have mods that conflict with each other or they are badly made mods that have items missing.

I would suggest you only start one mod at a time.

To start a mod you open a terminal and cd to your warzone folder.

In the command line write ./src/warzone2100 --mod_ca=(here the mod name.)

you should first try each mod one by one to make sure they have no faults.

After that you will need to check them together to see if they clash.

These are the commands.

--mod=MOD --------- Enable global modification MOD
--mod_ca=MOD ---- Enable campaign only modification MOD
--mod_mp=MOD --- Enable multiplay only modification MOD

You can load multiple mods but is is unwise to do so.
israel
Greenhorn
Posts: 12
Joined: 23 Mar 2015, 20:07

Re: How do I install Mod in ubuntu

Post by israel »

that was a problem
I turned on the game each time with only one addon
Then every time I added another addon

Only the last two
Did problems with the rest


alone They work ok (the last two)
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: How do I install Mod in ubuntu

Post by NoQ »

Yes, some mods conflict and cannot be used simultaneously; whenever they try to change same things to different values, it is inevitable. The only way to solve this is to carefully merge them into a single mod, manually resolving all the conflicts.
Post Reply