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.
to use:
put it in the mods\global\ folder
run WZ with the mod loaded
start a new campaign
a single mission
-
Flail13
- Code contributor

- Posts: 263
- Joined: 16 May 2008, 12:00
a single mission
You do not have the required permissions to view the files attached to this post.
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: a single mission
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
Last edited by NoQ on 19 Sep 2011, 12:14, edited 1 time in total.
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Flail13
- Code contributor

- Posts: 263
- Joined: 16 May 2008, 12:00
Re: a single mission
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.
It might work if you make a new base.wz and put the contents of the mod in it.
-
zany
- Trained

- Posts: 303
- Joined: 20 Sep 2011, 07:04
Re: a single mission
when will this be fixed for saving?
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: a single mission
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.
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.
-
Flail13
- Code contributor

- Posts: 263
- Joined: 16 May 2008, 12:00
Re: a single mission
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).zany wrote:when will this be fixed for saving?
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: a single mission
Is there a bug ticket for this?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).
-
Flail13
- Code contributor

- Posts: 263
- Joined: 16 May 2008, 12:00
Re: a single mission
It was ticket #2698. You responded to it some months ago.