• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Level Design Cooking Maps with Multiple Game Types

Status
Not open for further replies.

[TW]Swag

Grizzled Veteran
May 14, 2009
350
100
Yonder, Georgia
ISSUE:

If a community level designer makes a map with more than one game type (Territory, Countdown, Firefight) the cooked map content will make non-unique/duplicate supporting content packages per game type when published through editor.

DESIRED OUTCOME:

Publish all game type modes simultaneously so that unique supporting packages are not required for each game type.

SOLUTION:

1) Save off each game type of your map (Firefight, Countdown, Territory) in your working directory
2) Shut down the editor
3) Open the command console for windows (DOS console for you old skoolers)
4) Navigate to the BINARIES\WIN64 directory RO2 installation directory in steam (in the command console for windows)
5) Enter the following command to cook a PC Client bundle for your maps:

rogame CookPackages -Platform=PC TE-[MAPNAME] FF-[MAPNAME] CD-[MAPNAME] -AlwaysRecookMaps -UpdateInisAuto -usermode -log

6) Enter the following command to cook a PCServer bundle for your maps:

rogame CookPackages -Platform=PCServer TE-[MAPNAME] FF-[MAPNAME] CD-[MAPNAME] -AlwaysRecookMaps -UpdateInisAuto -usermode -log

These commands will output to the Published\CookedPC directory in your user directory.

Replace [MAPNAME] with your map's name. Omit game types that you do not have.

NOTE: Any time you need to update, you must update all game type maps together.

Cheers,
Keith
 
Status
Not open for further replies.