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

Beta Map [Map] TE - Climb Up

I'm wondering is my redirect problem is due to directory setup issue on the redirect server.

For example in other games the maps on the server might be in a "main" folder or a "maps" folder. In the redirect they will have to be inside folders with the same names.

In RO2's case the maps look to be in "rogame>cookedpcserver"

Does my redirect need to be setup the same?

"servermain>rogame>cookedpcserver"
 
Upvote 0
So...here is the bottom of my config file which includes the custom maps:

You can also see the added redirect code.

[TE-Bridges_of_Druzhina ROUIDataProvider_MapInfo]
MapName=TE-Bridges_of_Druzhina
FriendlyName=Bridges_of_Druzhina
GameType=ROGame.ROGameInfoTerritories
PreviewImageMarkup=<Images:ui_textures.menus.HostG ame.MapSelect_Community>
Description=Bridges_of_Druzhina Map
LoadMapMovie=LoadScreen_Community
MapType16=ROMT_CombinedArms
MapType32=ROMT_CombinedArms
MapType64=ROMT_CombinedArms

[TE-Bridges_of_Druzhina ROUIDataProvider_MapInfo]
MapName=TE-Bridges_of_Druzhina
FriendlyName=Bridges_of_Druzhina
PreviewImageMarkup=<Images:ui_textures.menus.HostG ame.MapSelect_Community>
Description=Bridges_of_Druzhina Map

[TE-Climbup ROUIDataProvider_MapInfo]
MapName=TE-Climbup
FriendlyName=Climbup
GameType=ROGame.ROGameInfoTerritories
PreviewImageMarkup=
Description=Climbup Map
LoadMapMovie=
MapTips=
MapTips=
MapType16=ROMT_InfantryOnly
MapType32=ROMT_InfantryOnly
MapType64=ROMT_InfantryOnly

[TE-Climbup ROUIDataProvider_WorldInfo]
MapName=TE-Climbup
FriendlyName=Climbup
PreviewImageMarkup=
Description=Climbup Map

[TE-Red_Assault_B7 ROUIDataProvider_MapInfo]
MapName=TE-Red_Assault_B7
FriendlyName=Red_Assault
GameType=ROGame.ROGameInfoTerritories
PreviewImageMarkup=<Images:ui_textures.menus.HostG ame.MapSelect_Community>
Description=
LoadMapMovie=LoadScreen_Community
MapType16=ROMT_InfantryOnly
MapType32=ROMT_InfantryOnly
MapType64=ROMT_InfantryOnly

[TE-Red_Assault_B7 ROUIDataProvider_WorldInfo]
MapName=TE-Red_Assault_B7
FriendlyName=Red_Assault
PreviewImageMarkup=<Images:ui_textures.menus.HostG ame.MapSelect_Community>
Description=Community Made Map
LoadMapMovie=LoadScreen_Community

[IpDrv.HTTPDownload]
RedirectToURL=http://anarchicx.site.nfoservers.com/ro2/
 
Upvote 0
ROEngine
[IpDrv.TcpNetDriver]
AllowDownloads=True
AllowPeerConnections=False
AllowPeerVoice=False
ConnectionTimeout=30.0
InitialConnectTimeout=200.0
AckTimeout=1.0
KeepAliveTime=0.2
MaxClientRate=20000
MaxInternetClientRate=20000
RelevantTimeout=5.0
SpawnPrioritySeconds=1.0
ServerTravelPause=4.0
NetServerMaxTickRate=40
LanServerMaxTickRate=35
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload
NetConnectionClassName=IpDrv.TcpipConnection

[IpDrv.HTTPDownload]
RedirectToURL=http://xxxxxxxxxxxxx/xxx/


[IpServer.UdpServerQuery]
GameName=ut
 
Upvote 0