You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
past-due edited this page Jan 21, 2019
·
1 revision
Warzone 2100 offers the opportunity to add lots of new things to the game. Mostly people will create maps and mods which are shared as .wz-files.
Maps
Maps can be created and edited using flaME or EditWorld. Put downloaded maps into the map folder (see the FAQ), then they'll be available for skirmish and multiplayer games.
A mod is just a set of files that will replace the default ones.
Mods come in .wz-files, but which files are contained in the .wz-file is highly dependent on what the mod does. With a mod wide areas of the game can be changed:
Making a mod often involves TxtEditing (using the CSV format) and scripting (using a custom C-like language called WZScript, soon to be replaced with JavaScript).