Difference between revisions of "UWindow.int"

From Oldunreal-Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<nowiki>[public]</nowiki>
{{Infobox Localization
|name=UWindow
|language=English
|game=Unreal
|lines_done=92
|lines_total=92
|game2=Unreal Tournament
|lines_done2=8
|lines_total2=8
}}
__TOC__


== Public section (Unreal) ==
<pre>
[public]
Object=(Name=UWindow.UWindowWin95LookAndFeel,Class=Class,MetaClass=UWindow.UWindowLookAndFeel,Description="Win 95")
Object=(Name=UWindow.UWindowWin95LookAndFeel,Class=Class,MetaClass=UWindow.UWindowLookAndFeel,Description="Win 95")
</pre>


 
== Rest of the file (Shared) ==
<nowiki>[UWindowConsoleWindow]</nowiki>
<pre>
 
[UWindowMessageBoxCW]
WindowTitle="System Console"
 
 
<nowiki>[UWindowConsoleClientWindow]</nowiki>
 
ShowColorsText="Show console messages in colors"
 
ShowChatText="Log only chat messages"
 
 
<nowiki>[UWindowMessageBoxCW]</nowiki>
 
YesText="Yes"
YesText="Yes"
NoText="No"
NoText="No"
OKText="OK"
OKText="OK"
CancelText="Cancel"
CancelText="Cancel"


[UWindowConsoleWindow]
WindowTitle="System Console"


<nowiki>[UWindowSmallCloseButton]</nowiki>
[UWindowSmallCloseButton]
 
CloseText="Close"
CloseText="Close"


 
[UWindowSmallCancelButton]
<nowiki>[UWindowSmallCancelButton]</nowiki>
 
CancelText="Cancel"
CancelText="Cancel"


 
[UWindowSmallOKButton]
<nowiki>[UWindowSmallOKButton]</nowiki>
 
OKText="OK"
OKText="OK"
</pre>


== Rest of the file (Unreal) ==
<pre>
[UWindowConsoleClientWindow]
ShowColorsText="Show console messages in colours"
ShowChatText="Log only chat messages"
ShowWarningText="Log script errors"


[UWindowSmallRestartButton]
[AdminGUIPlayersGrid]
 
RestartText="Restart"
 
 
<nowiki>[AdminGUIPlayersGrid]</nowiki>
 
PlayerID="ID#"
PlayerID="ID#"
PlayerName="Player Name"
PlayerName="Player Name"
 
PlayerIP="IP Address"
PlayerIP="IP-Address"
 
PlayerClientID="Client ID"
PlayerClientID="Client ID"
 
MaxLengthExceeded="Maximum player list length exceeded %i"
MaxLengthExceeded="Maximum player list length exceeded '%i'"
IDMismatchedStr="Response ID mismatched: %i/%j"
 
ClientReceivedStr="Received client %ls."
IDmismatchedStr="Response ID mismatched: %i/%j"
 
ClientReceivedStr="Received client '%s'."
 
GettingInfoStr="Getting player list from server, if nothing happens you may not be logged in as admin."
GettingInfoStr="Getting player list from server, if nothing happens you may not be logged in as admin."


[AdminGUIBanLGrid]
LengthExceeded="Maximum player list length exceeded %i"
ResponseMismatch="Response ID mismatched: %i/%j"
ReceiveBanText="Received ban %ls."
GettingBanListText="Getting banlist from server, if nothing happens you may not be logged in as admin (or there are no bans on server)."


<nowiki>[MMMusicListGrid]</nowiki>
[MMMusicListGrid]
 
MusicNameStr="Music name"
MusicNameStr="Music name"
MusicPackStr="Music package"
MusicPackStr="Music package"
 
FailedToPlayStr="Failed to play: Music %ls was not found or failed to load."
FailedToPlayStr="Failed to play: Music '%s' was not found or failed to load."
StartedPlayStr="Started playing music %ls with section %i."
 
StartedPlayStr="Started playing music '%s' with music section %i."
 
NullErrorStr="Failed to add: NULL is not a valid song."
NullErrorStr="Failed to add: NULL is not a valid song."
 
FailedLoadStr="Failed to add: Music %ls file could not be found or loaded."
FailedLoadStr="Failed to add: Music '%s' file could not be found or loaded."
ConfirmInsertDuplicateTitle="Adding an already listed track"
 
ConfirmInsertDuplicateText="Such a track is already included in the playlist. Insert it anyway?"
AlreadyUsedStr="Failed to add: Music '%s' is already in the playlist."
AddedStr="Added music %ls (%i)."
 
AddedStr="Added music '%s' (%i)."
 
RemoveSongStr="Removed song #%i."
RemoveSongStr="Removed song #%i."
 
ClearListStr="Removed all tracks from the list."
AddAllStr="Added all musics to the list."
ConfirmClearListTitle="Confirm clearing the playlist"
ConfirmClearListText="Do you want to clear the playlist?"
BadIndexStr="Failed to remove: Bad remove index."
BadIndexStr="Failed to remove: Bad remove index."


 
[AdminGUIClientWindow]
<nowiki>[MMMainWindow]</nowiki>
 
WindowTitle="Music menu"
 
 
<nowiki>[AdminGUIBanLGrid]</nowiki>
 
LengthExceeded="Maximum player list length exceeded '%i'"
 
Responsemismatch="Response ID mismatched: %i/%j"
 
ReceiveBanText="Received ban '%s'."
 
GettingBanListText="Getting banlist from server, if nothing happens you may not be logged in as admin (or there are no bans on server)."
 
 
<nowiki>[AdminGUIClientWindow]</nowiki>
 
PlayersListTxt="Clients List"
PlayersListTxt="Clients List"
BanListTxt="Banned Clients"
BanListTxt="Banned Clients"
TempBanListTxt="Session Banned Clients"
TempBanListTxt="Session Banned Clients"


 
[AdminGUIManBanClientW]
<nowiki>[AdminGUIManBanClientW]</nowiki>
 
PlayerNameTxt="Client name (for banlisting purposes only):"
PlayerNameTxt="Client name (for banlisting purposes only):"
PlayerIpTxt="Client IP address (or IP range if desired):"
PlayerIpTxt="Client IP address (or IP range if desired):"
InsertBanTxt="Insert ban"
InsertBanTxt="Insert ban"


[MMMainWindow]
WindowTitle="Music Menu"


<nowiki>[MMControlsClient]</nowiki>
[UWindowNetErrorClientWindow]
ReconnectText="Reconnect to server"
KickNetworkText="KICKED!|You have been kicked from this server by an administrator for remainder of the game.\\"
BanNetworkText="BANNED!|You have been banned from this server by an administrator for bad behaviour.\\\\If you feel like you don't deserve this ban, contact the administrator at: "
TempBanNetworkText="SESSION BANNED!|You have been temporarily banned from this server for remainder of the map.\\"


[MMControlsClient]
MusicVolumeText="Music Volume"
BrowseText="Browse"
BrowseHint="Browse music files"
AddAllText="Add All"
AddAllHint="This will search through entire music directory and add all audio tracks to playlist."
AddAllWinHdr="WARNING: Add all songs?"
AddAllWarningText="This operation will be slow and will add every possible song to your playlist, proceed?"
AddMusicText="Add Music"
AddMusicHint="Add music with the specified name"
TimeLimitText="Time Limit"
TimeLimitHint="Select music playtime in minutes (0 = no time limit)"
SectionText="Song Section"
SectionHint="Set initial music section (0 - 254)"
MusicStoppedText="Music player was stopped."
MusicStoppedText="Music player was stopped."
PlayTrackHint="Play track"
StopTrackHint="Stop track"
PriorTrackHint="Prior track"
NextTrackHint="Next track"
ShuffleText="Shuffle playlist"
ShuffleHint="Next track is always selected at random."


AddMusicText="Add Music"
[UWindowNetErrorWindow]
 
AddCurrentText="Add currently playing song"
 
BrowseText="Browse music files"
 
PlayText="Play Music"
 
StopText="Stop Music"
 
MusicVolumeText="Music Volume"
 
PlayNextText="Play Next"
 
PlayTimeHint="Select music playtime in minutes (0 = no timelimit)"
 
SectionHint="Select music action section (0-255, depends on song)"
 
 
<nowiki>[UWindowNetErrorClientWindow]</nowiki>
 
ReconnectText="Reconnect to server"
 
KickNetworkText="KICKED!|You have been kicked from this server by an administrator for reminder of the game.\"
 
BanNetworkText="BANNED!|You have been banned from this server by an administrator for bad behaviour.\\If you feel like you dont deserve this ban, contact the administrator at: "
 
TempBanNetworkText="SESSION BANNED!|You have been temporarly banned from this server for reminder of the map.\"
 
 
<nowiki>[UWindowNetErrorWindow]</nowiki>
 
WindowTitle="Player Network error status"
WindowTitle="Player Network error status"


 
[AdminGUIMainWindow]
<nowiki>[AdminGUIMainWindow]</nowiki>
 
WindowTitle="Admin Menu"
WindowTitle="Admin Menu"


 
[AdminGUIBanLPullDown]
<nowiki>[AdminGUIBanLPullDown]</nowiki>
 
RemoveBanTxt="&Remove ban"
RemoveBanTxt="&Remove ban"
CloseMenuTxt="&Close this menu"
CloseMenuTxt="&Close this menu"
RefreshTxt="&Refresh banlist"
RefreshTxt="&Refresh banlist"
ManualBanTxt="&Manually insert ban entry"
ManualBanTxt="&Manually insert ban entry"


[MMMusListWindow]
WindowTitle="Multiple music tracks found:"


<nowiki>[MMListPullDown]</nowiki>
[MMListPullDown]
PlaySongStr="&Play"
RemoveSongStr="&Remove from playlist"
InsertCurrentSongStr="&Insert currently playing track"
ClearPlaylistStr="&Clear playlist"


PlaySongStr="&Play song"
[MMMusicFilesGrid]
 
ErrorLoadPackage="Error: Failed to load music package."
RemoveSongStr="&Remove song"
ErrorNoMusics="Error: Failed to find any musics in this package."
 
 
<nowiki>[MMMusListWindow]</nowiki>
 
WindowTitle="Multiple musics found:"
 
 
<nowiki>[AdminGUIPLPullDown]</nowiki>


[AdminGUIPLPullDown]
GetAliasesTxt="&Get player aliases"
GetAliasesTxt="&Get player aliases"
KickPlayerTxt="&Kick player"
KickPlayerTxt="&Kick player"
 
KickBanTempTxt="&Temporarily kick-ban player"
KickBanTempTxt="&Temporarly kick-ban player"
 
KickBanTxt="Kick-&ban player"
KickBanTxt="Kick-&ban player"
CloseMenuTxt="&Close this menu"
CloseMenuTxt="&Close this menu"
RefreshTxt="&Refresh players list"
RefreshTxt="&Refresh players list"


 
[AdminGUIManualBanWnd]
<nowiki>[MMMusicFilesGrid]</nowiki>
 
ErrorLoadPackage="Error: Failed to load music package."
 
ErrorNoMusics="Error: Failed to find any musics in this package."
 
 
<nowiki>[AdminGUIManualBanWnd]</nowiki>
 
WindowTitle="Insert manual ban"
WindowTitle="Insert manual ban"


 
[AdminGUITBanLGrid]
<nowiki>[AdminGUITBanLGrid]</nowiki>
 
GettingBanListText="Getting temp-banlist from server, if nothing happens you may not be logged in as admin (or there are no temp-bans on server)."
GettingBanListText="Getting temp-banlist from server, if nothing happens you may not be logged in as admin (or there are no temp-bans on server)."


[FontStyle]
SmallFont=UWindowFonts.Tahoma10
SmallFontBold=UWindowFonts.TahomaB10
MedFont=UWindowFonts.Tahoma20
MedFontBold=UWindowFonts.TahomaB20
LargeFont=UWindowFonts.Tahoma30
LargeFontBold=UWindowFonts.TahomaB30


<nowiki>[MMMusicListGrid]</nowiki>
[UWindowSmallRestartButton]
RestartText="Restart"


MusicNameStr="Music name"
[WindowConsole]
 
WarningMessage="Something is creating script warnings..."
MusicPackStr="Music package"
</pre>
[[Category:English Localization]]
{{Navbox Localization Language-Specific
|language=English
|game=Unreal
}}
{{Navbox Localization Language-Specific
|language=English
|game=Unreal Tournament
}}

Latest revision as of 22:39, 15 March 2022

Localization Project page
This page belongs to the OldUnreal Localization Project. We aim to localize the game to other languages as flawlessly as possible, with the least amount of errors possible (ideally 0).
This is a file for the English language, the game's default. This file should be used as a base for the rest of the languages.
The localization project is also available at the Github repository. Completed and incomplete pages will be adapted there once complete.
This page in other languages
English - German - French - Spanish - Italian - Russian - Polish - Portuguese - Hungarian - Czech - Swedish - Catalan - Dutch - Norwegian - Japanese
UWindow
Language English
Game 1 Unreal
Status 92/92
Game 2 Unreal Tournament
Status 8/8

Public section (Unreal)

[public]
Object=(Name=UWindow.UWindowWin95LookAndFeel,Class=Class,MetaClass=UWindow.UWindowLookAndFeel,Description="Win 95")

Rest of the file (Shared)

[UWindowMessageBoxCW]
YesText="Yes"
NoText="No"
OKText="OK"
CancelText="Cancel"

[UWindowConsoleWindow]
WindowTitle="System Console"

[UWindowSmallCloseButton]
CloseText="Close"

[UWindowSmallCancelButton]
CancelText="Cancel"

[UWindowSmallOKButton]
OKText="OK"

Rest of the file (Unreal)

[UWindowConsoleClientWindow]
ShowColorsText="Show console messages in colours"
ShowChatText="Log only chat messages"
ShowWarningText="Log script errors"

[AdminGUIPlayersGrid]
PlayerID="ID#"
PlayerName="Player Name"
PlayerIP="IP Address"
PlayerClientID="Client ID"
MaxLengthExceeded="Maximum player list length exceeded %i"
IDMismatchedStr="Response ID mismatched: %i/%j"
ClientReceivedStr="Received client %ls."
GettingInfoStr="Getting player list from server, if nothing happens you may not be logged in as admin."

[AdminGUIBanLGrid]
LengthExceeded="Maximum player list length exceeded %i"
ResponseMismatch="Response ID mismatched: %i/%j"
ReceiveBanText="Received ban %ls."
GettingBanListText="Getting banlist from server, if nothing happens you may not be logged in as admin (or there are no bans on server)."

[MMMusicListGrid]
MusicNameStr="Music name"
MusicPackStr="Music package"
FailedToPlayStr="Failed to play: Music %ls was not found or failed to load."
StartedPlayStr="Started playing music %ls with section %i."
NullErrorStr="Failed to add: NULL is not a valid song."
FailedLoadStr="Failed to add: Music %ls file could not be found or loaded."
ConfirmInsertDuplicateTitle="Adding an already listed track"
ConfirmInsertDuplicateText="Such a track is already included in the playlist. Insert it anyway?"
AddedStr="Added music %ls (%i)."
RemoveSongStr="Removed song #%i."
ClearListStr="Removed all tracks from the list."
AddAllStr="Added all musics to the list."
ConfirmClearListTitle="Confirm clearing the playlist"
ConfirmClearListText="Do you want to clear the playlist?"
BadIndexStr="Failed to remove: Bad remove index."

[AdminGUIClientWindow]
PlayersListTxt="Clients List"
BanListTxt="Banned Clients"
TempBanListTxt="Session Banned Clients"

[AdminGUIManBanClientW]
PlayerNameTxt="Client name (for banlisting purposes only):"
PlayerIpTxt="Client IP address (or IP range if desired):"
InsertBanTxt="Insert ban"

[MMMainWindow]
WindowTitle="Music Menu"

[UWindowNetErrorClientWindow]
ReconnectText="Reconnect to server"
KickNetworkText="KICKED!|You have been kicked from this server by an administrator for remainder of the game.\\"
BanNetworkText="BANNED!|You have been banned from this server by an administrator for bad behaviour.\\\\If you feel like you don't deserve this ban, contact the administrator at: "
TempBanNetworkText="SESSION BANNED!|You have been temporarily banned from this server for remainder of the map.\\"

[MMControlsClient]
MusicVolumeText="Music Volume"
BrowseText="Browse"
BrowseHint="Browse music files"
AddAllText="Add All"
AddAllHint="This will search through entire music directory and add all audio tracks to playlist."
AddAllWinHdr="WARNING: Add all songs?"
AddAllWarningText="This operation will be slow and will add every possible song to your playlist, proceed?"
AddMusicText="Add Music"
AddMusicHint="Add music with the specified name"
TimeLimitText="Time Limit"
TimeLimitHint="Select music playtime in minutes (0 = no time limit)"
SectionText="Song Section"
SectionHint="Set initial music section (0 - 254)"
MusicStoppedText="Music player was stopped."
PlayTrackHint="Play track"
StopTrackHint="Stop track"
PriorTrackHint="Prior track"
NextTrackHint="Next track"
ShuffleText="Shuffle playlist"
ShuffleHint="Next track is always selected at random."

[UWindowNetErrorWindow]
WindowTitle="Player Network error status"

[AdminGUIMainWindow]
WindowTitle="Admin Menu"

[AdminGUIBanLPullDown]
RemoveBanTxt="&Remove ban"
CloseMenuTxt="&Close this menu"
RefreshTxt="&Refresh banlist"
ManualBanTxt="&Manually insert ban entry"

[MMMusListWindow]
WindowTitle="Multiple music tracks found:"

[MMListPullDown]
PlaySongStr="&Play"
RemoveSongStr="&Remove from playlist"
InsertCurrentSongStr="&Insert currently playing track"
ClearPlaylistStr="&Clear playlist"

[MMMusicFilesGrid]
ErrorLoadPackage="Error: Failed to load music package."
ErrorNoMusics="Error: Failed to find any musics in this package."

[AdminGUIPLPullDown]
GetAliasesTxt="&Get player aliases"
KickPlayerTxt="&Kick player"
KickBanTempTxt="&Temporarily kick-ban player"
KickBanTxt="Kick-&ban player"
CloseMenuTxt="&Close this menu"
RefreshTxt="&Refresh players list"

[AdminGUIManualBanWnd]
WindowTitle="Insert manual ban"

[AdminGUITBanLGrid]
GettingBanListText="Getting temp-banlist from server, if nothing happens you may not be logged in as admin (or there are no temp-bans on server)."

[FontStyle]
SmallFont=UWindowFonts.Tahoma10
SmallFontBold=UWindowFonts.TahomaB10
MedFont=UWindowFonts.Tahoma20
MedFontBold=UWindowFonts.TahomaB20
LargeFont=UWindowFonts.Tahoma30
LargeFontBold=UWindowFonts.TahomaB30

[UWindowSmallRestartButton]
RestartText="Restart"

[WindowConsole]
WarningMessage="Something is creating script warnings..."
Unreal English Localization
Shared files: ALAudio.intCore.intD3DDrv.intEditor.intEngine.intIpDrv.intSetup.intStartup.intUnrealEd.intWindow.intWinDrv.intD3D9Drv.intFMODAudioDrv.intGalaxy.intGlideDrv.intIpServer.intMeTaLDrv.intOpenGLDrv.intSglDrv.intSoftDrv.intUBrowser.intUMenu.intUnrealI.intUnrealShare.intUWindow.intXDrv.intXMesaGLDrv.intXOpenGLDrv.int
Unreal exclusives: SetupUnreal.intSetupUnrealPatch.intD3D8Drv.intEFX.intOGLDrv.intOldOpenGLDrv.intOldWeapons.intPhysXPhysics.intScriptedAI.intSDL2Drv.intSwFMOD.intUnreal.intUnrealIntegrity.intUnrealLinux.intUnrealLinux.bin.intUnrealOSX.intUnrealOSX.bin.intUnrealSDL2.intUnrealSDL2.bin.intUnrealXLinux.intUnrealXLinux.bin.intUWebAdmin.intWebAdminHTML.int
Assets: Bluff.intCeremony.intChizra.intDark.intDasaCellars.intDasaPass.intDCrater.intDig.intDKNightOp.intDmAriza.intDmBeyondTheSun.intDmCurse.intDmDeathFan.intDmDeck16.intDmElsinore.intDmExar.intDMfith.intDmHealPod.intDmMorbias.intDmRadikus.intDmRetrospective.intDmRiot.intDmTundra.intDug.intEndGame.intExtremeBeg.intExtremeCore.intExtremeDark.intExtremeDarkGen.intExtremeDGen.intExtremeEnd.intExtremeGen.intExtremeLab.intFemale1Skins.intFemale2Skins.intGateway.intHarobed.intIsvDeck1.intIsvKran32.intIsvKran4.intMale1Skins.intMale2Skins.intMale3Skins.intNaliBoat.intNaliC.intNaliLord.intNoork.intNyleve.intPassage.intQueenEnd.intRuins.intSkTrooperSkins.intSkyBase.intSkyCaves.intSkyTown.intSpireVillage.intTerraLift.intTerraniux.intTheSunspire.intTrench.intVeloraEnd.intVortex2.int
Return to Na Pali: UDSDemo.intUPak.intUPakFix.intAbyss.intCrashsite.intCrashsite1.intCrashsite2.intDmAthena.intDmDaybreak.intDmHazard.intDmStomp.intDmSunSpeak.intDmTerra.intDuskFalls.intEldora.intEnd.intFoundry.intGlacena.intGlathriel1.intGlathriel2.intInterIntro.intInter1.intInter2.intInter3.intInter4.intInterCrashsite.intInter5.intInter6.intInter7.intInter8.intInter9.intInter10.intInter11.intInter12.intInter13.intInter14.intIntro1.intIntro2.intNagomi.intNagomiSun.intNalic2.intNevec.intSpireLand.intToxic.intUGCredits.intUpack.intVelora.int
Fusion Mappack: DM-Cybrosis.intDM-Letting.intDM-Loxi.intDM-Mojo.intDM-Shrapnel.intDM-Twilight.int
Division Mappack: DmBayC.intDmCreek.intDmDespair.intDmEclipse.intDmKrazy.intDmLocke.intDmMorbfanza.intDmScruular.intDmSplash.intDmVilla.int
Unreal Tournament English Localization
Shared files: ALAudio.intCore.intD3DDrv.intEditor.intEngine.intIpDrv.intSetup.intStartup.intUnrealEd.intWindow.intWinDrv.intD3D9Drv.intFMODAudioDrv.intGalaxy.intGlideDrv.intIpServer.intMeTaLDrv.intOpenGLDrv.intSglDrv.intSoftDrv.intUBrowser.intUMenu.intUnrealI.intUnrealShare.intUWindow.intXDrv.intXMesaGLDrv.intXOpenGLDrv.intUWeb.int
UT exclusives: Botpack.intCluster.intSDLDrv.intSDLGLDrv.intSDLSoftDrv.intudemo.intUnrealTournament.intUTBrowser.intUTMenu.intUTServerAdmin.int
Assets: AS-Frigate.intAS-Guardia.intAS-HiSpeed.intAS-Mazon.intAS-Oceanfloor.intAS-Overlord.intAS-Rook.intAS-Tutorial.intBossSkins.intCityIntro.intCommandoSkins.intCTF-Command.intCTF-Coret.intCTF-Dreary.intCTF-EternalCave.intCTF-Face.intCTF-Gauntlet.intCTF-LavaGiant.intCTF-Niven.intCTF-November.intCTF-Tutorial.intDM-Barricade.intDM-Codex.intDM-Conveyor.intDM-Curse][.intDM-Deck16][.intDM-Fetid.intDM-Fractal.intDM-Gothic.intDM-Grinder.intDM-HyperBlast.intDM-KGalleon.intDM-Liandri.intDM-Morbias][.intDM-Morpheus.intDM-Oblivion.intDM-Peak.intDM-Phobos.intDM-Pressure.intDM-Pyramid.intDM-Stalwart.intDM-StalwartXL.intDM-Tempest.intDM-Turbine.intDM-Tutorial.intDM-Zeto.intDOM-Cinder.intDOM-Condemned.intDOM-Cryptic.intDOM-Gearbolt.intDOM-Ghardhen.intDOM-Lament.intDOM-Leadworks.intDOM-MetalDream.intDOM-Olden.intDOM-Sesmar.intDOM-Tutorial.intEOL_Assault.intEOL_Challenge.intEOL_CTF.intEOL_Deathmatch.intEOL_Domination.intEOL_Statues.intFCommandoSkins.intSGirlSkins.intSoldierSkins.intUTCredits.intUT-Logo-Map.int
GOTY Edition: de.intmultimesh.intrelics.intrelicsbindings.inttcowmeshskins.inttnalimeshskins.inttskmskins.intCTF-Cybrosis][.intCTF-Darji16.intCTF-Face][.intCTF-HallOfGiants.intCTF-High.intCTF-Hydro16.intCTF-Kosov.intCTF-Noxion16.intCTF-Nucleus.intCTF-Orbital.intDM-Agony.intDM-ArcaneTemple.intDM-Crane.intDM-Cybrosis][.intDM-HealPod][.intDM-Malevolence.intDM-Mojo][.intDM-Shrapnel][.intDM-SpaceNoxx.int
Bonus Pack 4: skeletalchars.intCTF-Beatitude.intCTF-EpicBoy.intCTF-Face-SE.intCTF-Ratchet.intDM-Bishop.intDM-Closer.intDM-Grit-TOURNEY.intDM-Viridian-TOURNEY.intDOM-Bullet.intDOM-Cidom.intDOM-Lament][.intDOM-WolfsBay.int
Rocket Arena: RocketArena.intRocketArenaMultimesh.intRA-Akuma.intRA-Clawfist.intRA-CliffyB.intRA-DavidM.intRA-DavidM2.intRA-Ebolt.intRA-GE][.intRA-Heiko.intRA-Inoxx.intRA-OutWorld.intRA-Shinigami.intRA-Warren.intRA-Qwerty.intRA-Revolver.int
Chaos UT: ChaosUT.intChaosUTMiscMuts.intChaosGames.intChreks.intChrekSkins.intChrekvoicedozer.intChrekvoicescout.intCTF-CUT_ChaosCastle-pf.intCTF-CUT_Horus.intDM-CUT_Eclipse.intDM-CUT_Proxyking.intDM-CUT_SkullMoon.intDM-CUT_StorageAlpha.intDM-CUT_ThebellTolls.intDM-CUT_WeaponsOfChaos.intDM-CUT_WeaponsOfWar.intUTChaosMap.intKOTH_BaseStationTheta.int