• 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/

Server custom maps in campaign mode

Upvote 0
copy this bit in rogame.ini

Code:
[[B]TE-CommissarsHouse[/B] ROUIDataProvider_MapInfo]
MapName=[B]TE-CommissarsHouse[/B]
FriendlyName=[B]CommissarsHouse[/B]
GameType=[B]ROGame.ROGameInfoTerritories[/B]
PreviewImageMarkup=<Images:ui_textures.menus.HostGame.ui_hostgame_mapselect_ComHouse>
Description=Commissars House Map
LoadMapMovie=LoadScreen_Commissars
MapTips=TECommissarsTip1
MapTips=TECommissarsTip2
MapType16=ROMT_InfantryOnly
MapType32=ROMT_CombinedArms
MapType64=ROMT_CombinedArms
Author=Tripwire Interactive

Change the top 3 entries to the correct map
and change the last entry to the correct gametype (look for other similar entries to see how they are filled in, the last entries are not important for the server).

TE maps:
ROGame.ROGameInfoTerritories

RSTE maps:
RSGame.RSGameInfoTerritories

Repeat this for every custom map, and you can add or remove them like any official map.
 
Last edited:
Upvote 0
ok now heres a problem look at the three entries i have below foir the three custom maps i have

otorishima works fine in both normal mode and campaign mode

but tarawa and tulsa outskirts only work in normal mode

im at a loss as to what i have over looked or am missing for this to be the case please take a look see if you can help

they are all entered identically as otorishima is soi dunno what the hell is going on

[TE-TulaOutskirts-V7 ROUIDataProvider_MapInfo]
MapName=TE-TulaOutskirts-V7
FriendlyName=TulaOutskirts-V7
GameType=ROGame.ROGameInfoTerritories
PreviewImageMarkup=<Images:ui_textures.menus.HostGame.ui_hostgame_mapselect_ComHouse>
Description=TulaOutskirts-V7 Map
LoadMapMovie=LoadScreen_Commissars
MapTips=TECommissarsTip1
MapTips=TECommissarsTip2
MapType16=ROMT_InfantryOnly
MapType32=ROMT_CombinedArms
MapType64=ROMT_CombinedArms
Author=Tripwire Interactive

[RSTE-Tarawa-GreenBeachV1_7 ROUIDataProvider_MapInfo]
MapName=RSTE-Tarawa-GreenBeachV1_7
FriendlyName=Tarawa-GreenBeachV1_7
GameType=RSGame.RSGameInfoTerritories
PreviewImageMarkup=<Images:ui_textures.menus.HostGame.ui_hostgame_mapselect_ComHouse>
Description=Tarawa-GreenBeachV1_7 Map
LoadMapMovie=LoadScreen_Commissars
MapTips=TECommissarsTip1
MapTips=TECommissarsTip2
MapType16=ROMT_InfantryOnly
MapType32=ROMT_CombinedArms
MapType64=ROMT_CombinedArms
Author=Tripwire Interactive

[RSTE-Otorishima_V4 ROUIDataProvider_MapInfo]
MapName=RSTE-Otorishima_V4
FriendlyName=Otorishima_V4
GameType=RSGame.RSGameInfoTerritories
PreviewImageMarkup=<Images:ui_textures.menus.HostGame.ui_hostgame_mapselect_ComHouse>
Description=Otorishima_V4 Map
LoadMapMovie=LoadScreen_Commissars
MapTips=TECommissarsTip1
MapTips=TECommissarsTip2
MapType16=ROMT_InfantryOnly
MapType32=ROMT_CombinedArms
MapType64=ROMT_CombinedArms
Author=Tripwire Interactive
 
Last edited:
Upvote 0