JB Gametype does not show up - WIN7

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Ignotium

Que hora es?
Apr 3, 2005
1,426
0
0
37
Madrid
So, after a clean new install, I dled jb again and followed the directions given by the readme, installed all the files, and nothing, I can't select the JG gametype, hence I can't play it. Funny thing is, that I can play it online, so that proves that it is properly installed, I guess an ini is missing some input to display the JB gt.

Any ideas on a workaround?

thanks in advance
 

Ignotium

Que hora es?
Apr 3, 2005
1,426
0
0
37
Madrid
To play it offline you need some inis in your /mydocs/mygames/ut3/utgame/config

You probably forgot to copy those.

So, that was it... kinda

Thing is that the ini wasn't in a folder (which should be created to avoid future problems such as this one) and there were no instruction to copy such file in the main instructions doc either, so that's why I just couldn't make it work.

It seems to be working now though ;) Thanks both
 

DannyMeister

UT3 Jailbreak Coder
Dec 11, 2002
1,275
1
38
40
Bolivar, Missouri
The ini's don't HAVE to be in the config folder. UT3 can pick them up from anywhere. Unfortunately, localized strings in ini's don't seem to work very well with non-standard locations. It is disappointing that UT3 has a loose structure that would allow for your entire mod to be in one folder instead of scattered amongst other mods, yet has little bugs like this which still make it not practical.
 

pantherAT

New Member
Jan 20, 2005
11
0
0
I have a similar problem on Win 7.
When I choose Jailbreak it looks like this...



and then I find many different servers but no JB server...

 

G.Lecter

Registered Tester
Dec 31, 2004
1,257
3
38
36
Spain
www.oscarcrego.com
This fixes the Server Browser looking for CTF maps instead of Jailbreak ones:
Just go to your Jailbreak.ini file
*UT3 User Dir*\UTGame\Published\CookedPC\Jailbreak
Search for this line:
GameSearchClass=UTGameSearchCTF
And Replace by this one:
GameSearchClass=UTGameSearchCustom
The filters tab may still be glitchy, but there's an update of the mod being released soon... ;)
 

pantherAT

New Member
Jan 20, 2005
11
0
0
There are no Jailbreak.ini only a UTJailbreak.ini but without a gamesearchclass line.

[Jailbreak UTUIDataProvider_GameModeInfo]
GameMode=Jailbreak.Jailbreak
DefaultMap=JB-1
GameSettingsClass=UTGameSettingsCTF
GameSearchClass=UTGameSearchCTF
OptionSet=CTF
FriendlyName=<Strings:Jailbreak.JailbreakGame.Name>
Description=<Strings:Jailbreak.JailbreakGame.Desc>
PreviewImageMarkup=<Images:JailbreakResources.Materials.PreviewPic>
Prefixes=JB
IconImage=
bIsCampaign=False
IconU=0.000000
IconV=0.000000
IconUL=0.000000
IconVL=0.000000
ModGameSettingsScene=JailbreakUI.Menus.JailbreakConfigScreen
ModClientSettingsScene=JailbreakUI.Menus.JailbreakConfigScreen

[JBMutatorForceHoverboard UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorForceHoverboard
FriendlyName="[JB] Force Hoverboard"
Description="Forces the Hoverboard as default transportation device."
GroupNames=HOVERBOARD
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorForceTranslocator UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorForceTranslocator
FriendlyName="[JB] Force Translocator"
Description="Forces the Translocator as default transportation device."
GroupNames=TRANSLOC
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorNoHoverboard UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorNoHoverboard
FriendlyName="[JB] No Hoverboard"
Description="Disables the Hoverboard."
GroupNames=HOVERBOARD
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorProtection UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorProtection
FriendlyName="[JB] Release Protection (on by default)"
Description="Protects players released from jail for a short time."
GroupNames=RELEASE PROTECTION
bRemoveOn360=True
bRemoveOnPC=True
bRemoveOnPS3=True
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorNoProtection UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorNoProtection
FriendlyName="[JB] No Release Protection"
Description="Disables the release protection."
GroupNames=RELEASE PROTECTION
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorTeleportReleaser UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorTeleportReleaser
FriendlyName="[JB] Teleport Releaser"
Description="Teleports the player who activated a release back to his/her team's spawn area."
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorTesting UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorTesting
FriendlyName="[JB] Jailbreak Testing"
Description="Provides useful commands for testing. Type 'mutate help' for a list of commands."
bRemoveOn360=True
bRemoveOnPC=True
bRemoveOnPS3=True
SupportedGameTypes=Jailbreak.Jailbreak

[JBMutatorNoKillsFromJail UTUIDataProvider_Mutator]
ClassName=Jailbreak.JBMutatorNoKillsFromJail
FriendlyName="[JB] No Kills From Jail"
Description="Prisoners cannot harm free players."
SupportedGameTypes=Jailbreak.Jailbreak