a single mission

Did you create a mod, map, music, or a tool? Present them here and earn feedback!
Note: addon requests do not belong here.
Note, everything uploaded to this forum, MUST have a license!
User avatar
Flail13
Code contributor
Code contributor
Posts: 263
Joined: 16 May 2008, 12:00

a single mission

Post by Flail13 »

This is a mission for 2.3.8.
You start with mg viper wheels and trucks. The tech tree is modified and there is not much research to do.

If you try saving/loading it, the AI scripts will be messed up, so to play it all the way through you need at least approx 1hr 30mins.
mission.wz
to use:
put it in the mods\global\ folder
run WZ with the mod loaded
start a new campaign
You do not have the required permissions to view the files attached to this post.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: a single mission

Post by NoQ »

Code: Select all

$ warzone2100 --mod=mission.wz
info    |04:18:05: [main] (global) mod (mission.wz) is enabled
error   |04:18:06: [iV_loadImage_PNG] pie_PNGLoadFile: PHYSFS_openRead(texpages/bdrops/backdrop5.png) failed with error: File not found
error   |04:18:06: [loadLevFile] loadLevFile: File not found: addon.lev
error   |04:18:06: [PlayList_Read] PHYSFS_openRead("music/music.wpl") failed with error: File not found
error   |04:18:06: [openLoadFile] file wrf/frontend.wrf could not be opened: File not found
error   |04:18:06: [openLoadFile] Assert in Warzone: frame.c:334 (!"unable to open file"), last script event: '<none>'
fatal   |04:18:06: [resLoad] Could not open file wrf/frontend.wrf
fatal   |04:18:06: [startTitleLoop] Shutting down after failure
:hmm:
Last edited by NoQ on 19 Sep 2011, 12:14, edited 1 time in total.
User avatar
Flail13
Code contributor
Code contributor
Posts: 263
Joined: 16 May 2008, 12:00

Re: a single mission

Post by Flail13 »

Odd. It works fine for me. There could be a difference with how Linux loads mods.

It might work if you make a new base.wz and put the contents of the mod in it.
zany
Trained
Trained
Posts: 303
Joined: 20 Sep 2011, 07:04

Re: a single mission

Post by zany »

when will this be fixed for saving?
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: a single mission

Post by Goth Zagog-Thou »

Looks like the errors I was getting early in Cam 4's development.

I recommend you make a 'multiplay' folder in your 'mods' folder (in the Warzone 2100 program directory -- Documents location never worked for me) then load it as a multiplayer mod using --mod_mp filename.

Aside from that, rebase your base.wz with Flail's mod and load it that way.
User avatar
Flail13
Code contributor
Code contributor
Posts: 263
Joined: 16 May 2008, 12:00

Re: a single mission

Post by Flail13 »

zany wrote:when will this be fixed for saving?
The bug is in Warzone itself, not the mission. It could be worked around by not using the broken template arrays, but I based the whole AI on them, so the answer is probably never (unless the devs fix it in 2.3.9).
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: a single mission

Post by Per »

Flail13 wrote:The bug is in Warzone itself, not the mission. It could be worked around by not using the broken template arrays, but I based the whole AI on them, so the answer is probably never (unless the devs fix it in 2.3.9).
Is there a bug ticket for this?
User avatar
Flail13
Code contributor
Code contributor
Posts: 263
Joined: 16 May 2008, 12:00

Re: a single mission

Post by Flail13 »

It was ticket #2698. You responded to it some months ago.