Please don't release any UGX Mod v1.1 maps yet until Requiem is released
publicly and you have the OK from me. Until that happens you do not have
permission!
If you wish to install UGX Mod v1.1 manually, follow the instructions on this
page. For automated installation, use the
UGX Mod Standalone v1.1 Installation Guide
¶
One-time installation procedure:
These steps only need to be completed once to prepare your root folder to
compile UGX Mod maps.
-
Navigate to your World at War root directory and backup the following items
to a safe location of your preference:
- raw/ui folder
- raw/ui_mp folder
- zone_source/dlc3.csv file
-
zone_source/zombiemode.csv file
If you ever want to uninstall UGX Mod, simply restore your backups
of these files and recompile your map(s).
-
Download the latest
UGX Mod v1.1 Release Package
-
Open the release package with your archive program of choice, such as WinRAR
or 7-Zip.
-
Extract the contents to your World at War root directory.
Choose "Yes to all" when asked if you want to overwrite existing
files and folders! No critical files are overwritten except your ui/ui_mp
folders which you already backed up.
¶
Creating a UGX Mod-enabled map:
These steps will need to be repeated for every map you want to compile with
UGX Mod. Please note that is reccomended you use the script placer
functionality built into the UGX Mod Helper application to generate your map
scripts instead of doing this process manually.
-
Generate your map scripts using whatever script placer you want to use.
Make sure that you don't have any unnecessary files in your map's mod
folder such as a DLC3_Weapons.iwd or a _loadout.gsc. These files will
break UGX Mod.
-
Make a copy of raw/ui/mapname.ui. Rename the copy to the name of your map.
Example: nazi_zombie_testmap.menu
-
Open your renamed copy of mapname.ui with a text editor such as Notepad++ or
similar:
-
Under "UGX_USER_MAPNAME", change the mapname within the
quotations to match your map's name. Example: nazi_zombie_testmap
-
Under "UGX_USER_MAPNAME_STRING", change the "UGX Mod v1.1
Map" text to whatever you want to be displayed in the lower left
corner of the screen when your map is launched. Example: "Welcome
to Nazi Zombie Testmap by Example Mapper". If you don't want
anything to be displayed, leave the area in the quotations blank: "
"
-
Under "UGX_ENABLE_CONSOLE", choose whether you want users to
be able to open the console in your map. Set to 1 if yes, 0 if no.
-
Open Launcher, go to the Mod Builder tab, and choose your map from the
dropdown list.
-
Ensure that build FF and build IWD are checked. Click inside the
"Fastfile mod.csv" add following text into the box (
Replace "mapname.menu" with the name of your map's menu file.
Example: "nazi_zombie_testmap.menu"
):
// UGX Mod v1.1
include,ugx_mod_assets
menufile,ui/mapname.menu
// End UGX Mod v1.1
-
Finally, compile the mod.ff for your map to save these changes. If you
haven't already, you also need to compile your map, map_patch, and build
your map's IWD before it will run. The CoD Project Mover is not needed for
UGX Mod v1.1. You are now done.
¶
Related articles