Supported by:
 
 


Go Back   Tactical Operations: Crossfire Board > General Forums > Troubleshooting
TO:C Website Register VB Image Host Board Rules Members List Members World Map Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 05-09-2009, 07:08   #1
Zopiac
Junior Member
 
Join Date: 04 Sep 2009
Posts: 7
My Photos: (0)
Country:
Default Won't start, error

So I installed TO:C on a clean, patched install of UT2004, on Ubuntu linux 9.04 32bit, but when I try to start TOCrossfire with the runTOC.sh script, I get this error message:

Code:
$ ./runTOC.sh Can't find file for package 'to2_voices' History: Exiting due to error $

However, to2_voices.uax is in the /ut2004/TOCrossfire/Sounds folder, and the .ini files point there.

The furthest I have been able to go is merging the TO:C folders with UT2k4. I back the folders up, of course. This brings me to this error when running the script:

Code:
$ ./runTOC.sh Failed to enter Intro.to2: Can't find file 'Intro.to2' History: Exiting due to error $

However, the starting scene, Intro.to2 is, at this point, in both /ut2004/Maps and /ut2004/TOCrossfire/Maps, yet I still get the 'missing' error where normally copying the missing file to the corresponding directory in /ut2004/ fixes it.

Another thing is, the UTXMP mod runs perfectly fine using much of the same setup as TO:C is supposed to, so I believe it is not a problem with my copy of UT2004, but perhaps instead of TO:C. Of course, I was also having problems getting the install to work properly, too, from three different mirrors, so perhaps this is the work of another corrupted file...

Well anyways, I have been getting a lot of help trying to fix it from Hydroxide and [TOC]dave, thanks for putting up with me so far.

However, I am far from 'working'.

Here are copies of my ./runTOC.sh, Default.ini, and TOCrossfire.ini (in next post) files for making sure the paths are fine, and other stuff:

Code:
#!/bin/bash sh /home/zopiac/ut2004/ut2004 -MOD=TOCrossfire -log=TOCrossfire.log

Code:
[url] Protocol=toc ProtocolDescription=Crossfire Protocol Map=Index.to2 LocalMap=Intro.to2 NetBrowseMap=Entry.to2 MapExt=to2 Port=9999 [Core.System] SavePath=../TOCrossfire/Save CachePath=../TOCrossfire/Cache CacheRecordPath=../TOCrossfire/CacheRecord/*.ucl MusicPath=../TOCrossfire/Music SpeechPath=../TOCrossfire/Speech +Paths=../TOCrossfire/System/*.u +Paths=../TOCrossfire/Maps/*.to2 +Paths=../TOCrossfire/Textures/*.utx +Paths=../TOCrossfire/Sounds/*.uax +Paths=../TOCrossfire/Music/*.umx +Paths=../TOCrossfire/StaticMeshes/*.usx +Paths=../TOCrossfire/Animations/*.ukx +Paths=../TOCrossfire/Saves/*.uvx +Paths=../TOCrossfire/Textures/*.utx +Paths=../TOCrossfire/Sounds/*.uax +Paths=../TOCrossfire/Music/*.umx +Paths=../TOCrossfire/StaticMeshes/*.usx +Paths=../TOCrossfire/Animations/*.ukx +Paths=../TOCrossfire/Saves/*.uvx [Engine.Engine] Console=TO2_System.TO2_Console GUIController=TO2_Interface.TO2_GUIController GameEngine=TO2_System.TO2_GameEngine [Engine.GameEngine] MainMenuClass=TO2_Interface.TO2_MainMenu ConnectingMenuClass=TO2_Interface.TO2_LoadingScreen DisconnectMenuClass=TO2_Interface.TO2_DisconnectOptionPage LoadingClass=TO2_Interface.TO2_LoadingScreen -ServerActors=UWeb.WebServer +ServerActors=TO2_WebAdmin.TO2_WebServer -ServerActors=IpDrv.MasterServerUplink +ServerActors=TO2_System.TO2_MasterServerUplink +ServerActors=TO2_System.TO2_Mutatorspawn +ServerActors=TO2_Adminmenu.TO2_Admenuactor +ServerPackages=TO2_Effects +ServerPackages=TO2_Messages +ServerPackages=TO2_System +ServerPackages=TO2_Weapons +ServerPackages=TO2_TabInterface +ServerPackages=TO2_Objective +ServerPackages=TO2_Interface +ServerPackages=TO2_Scripting +ServerPackages=TO2_Characters +ServerPackages=TO2_MapActors +ServerPackages=TO2_AdvAdmin +ServerPackages=TO2_Voting +ServerPackages=TO2_Spin +Serverpackages=TO2_Adminmenu [Editor.EditorEngine] +EditPackages=TO2_Effects +EditPackages=TO2_Messages +EditPackages=TO2_System +EditPackages=TO2_Weapons +EditPackages=TO2_TabInterface +EditPackages=TO2_Objective +EditPackages=TO2_Interface +EditPackages=TO2_Scripting +EditPackages=TO2_Characters +EditPackages=TO2_MapActors +EditPackages=TO2_WebAdmin +EditPackages=TO2_AdvAdmin +EditPackages=TO2_Voting +EditPackages=TO2_Spin +EditPackages=TO2_Adminmenu [IpDrv.TcpNetDriver] NetServerMaxTickRate=35 LanServerMaxTickRate=35 [UWeb.WebServer] Applications[0]=TO2_WebAdmin.TO2_ServerAdmin ApplicationPaths[0]=/ServerAdmin Applications[1]=xWebAdmin.UTImageServer ApplicationPaths[1]=/images bEnabled=False ListenPort=7000 [WinDrv.WindowsClient] NoFractalAnim=False [Engine.GameInfo] AccessControlClass=TO2_AdvAdmin.TO2_AccessControlIni VotingHandlerType=TO2_Voting.TO2_VotingHandler [Engine.MaplistManager] Games=(GameType="TO2_Objective.TO2_ObjectiveGame",ActiveMaplist="Default TOC Objective") [UnrealGame.UnrealMPGameInfo] BotMode=9

Thanks in advance!!!
Zopiac is offline   Reply With Quote
Old 05-09-2009, 07:10   #2
Zopiac
Junior Member
 
Join Date: 04 Sep 2009
Posts: 7
My Photos: (0)
Country:
Default

First half of TOCrossfire.ini (to fit in character limit):

Code:
[url] Protocol=toc ProtocolDescription=Crossfire Protocol Name=Player Map=Index.to2 LocalMap=Intro.to2 NetBrowseMap=Entry.to2 Host= Portal= MapExt=to2 EXEName=UT2004.exe SaveExt=usa Port=9999 Class=Engine.Pawn Character=Gorge [FirstRun] FirstRun=3369 [Engine.Engine] RenderDevice=D3DDrv.D3DRenderDevice ;RenderDevice=D3D9Drv.D3D9RenderDevice ;RenderDevice=Engine.NullRenderDevice ;RenderDevice=OpenGLDrv.OpenGLRenderDevice ;RenderDevice=PixoDrv.PixoRenderDevice AudioDevice=ALAudio.ALAudioSubsystem NetworkDevice=IpDrv.TcpNetDriver DemoRecordingDevice=Engine.DemoRecDriver Console=TO2_System.TO2_Console GUIController=TO2_Interface.TO2_GUIController StreamPlayer=Engine.StreamInteraction Language=int Product=UT2004 GameEngine=TO2_System.TO2_GameEngine EditorEngine=Editor.EditorEngine DefaultGame=XGame.XDeathmatch DefaultServerGame=XGame.XDeathmatch ViewportManager=WinDrv.WindowsClient ;ViewportManager=SDLDrv.SDLClient Render=Render.Render Input=Engine.Input Canvas=Engine.Canvas DetectedVideoMemory=512 ServerReadsStdin=False CdPath=E: [Core.System] PurgeCacheDays=30 SavePath=../TOCrossfire/Save CachePath=../TOCrossfire/Cache CacheExt=.uxx CacheRecordPath=../TOCrossfire/CacheRecord/*.ucl MusicPath=../TOCrossfire/Music SpeechPath=../TOCrossfire/Speech Paths=../System/*.u Paths=../Maps/*.ut2 Paths=../Textures/*.utx Paths=../Sounds/*.uax Paths=../Music/*.umx Paths=../StaticMeshes/*.usx Paths=../Animations/*.ukx Paths=../Saves/*.uvx Suppress=DevLoad Suppress=DevSave Suppress=DevNetTraffic Suppress=DevGarbage Suppress=DevKill Suppress=DevReplace Suppress=DevCompile Suppress=DevBind Suppress=DevBsp Suppress=DevNet Suppress=DevKarma Suppress=RecordCache Suppress=MapVoteDebug Suppress=Init suppress=MapVote Suppress=VoiceChat Suppress=ChatManager Suppress=Timer Suppress=DevLIPSinc Paths=../TOCrossfire/System/*.u Paths=../TOCrossfire/Maps/*.to2 Paths=../TOCrossfire/Textures/*.utx Paths=../TOCrossfire/Sounds/*.uax Paths=../TOCrossfire/Music/*.umx Paths=../TOCrossfire/StaticMeshes/*.usx Paths=../TOCrossfire/Animations/*.ukx Paths=../TOCrossfire/Saves/*.uvx [Engine.GameEngine] CacheSizeMegs=32 UseSound=True VoIPAllowVAD=False ServerPackages=Core ServerPackages=Engine ServerPackages=Fire ServerPackages=Editor ServerPackages=IpDrv ServerPackages=UWeb ServerPackages=GamePlay ServerPackages=UnrealGame ServerPackages=XEffects ServerPackages=XPickups ServerPackages=XGame ServerPackages=XWeapons ServerPackages=XInterface ServerPackages=Vehicles ServerPackages=TeamSymbols_UT2003 ServerPackages=TeamSymbols_UT2004 ServerPackages=BonusPack ServerPackages=SkaarjPack_rc ServerPackages=SkaarjPack ServerPackages=UTClassic ServerPackages=UT2k4Assault ServerPackages=Onslaught ServerPackages=GUI2K4 ServerPackages=UT2k4AssaultFull ServerPackages=OnslaughtFull ServerPackages=xVoting UseStaticMeshBatching=True ColorHighDetailMeshes=False ColorSlowCollisionMeshes=False ColorNoCollisionMeshes=False ColorWorldTextures=False ColorPlayerAndWeaponTextures=False ColorInterfaceTextures=False MainMenuClass=TO2_Interface.TO2_MainMenu ConnectingMenuClass=TO2_Interface.TO2_LoadingScreen DisconnectMenuClass=TO2_Interface.TO2_DisconnectOptionPage LoadingClass=TO2_Interface.TO2_LoadingScreen SinglePlayerMenuClass=GUI2K4.UT2K4SP_Main ServerPackages=BallisticV2 ServerPackages=BCoreV2 ServerPackages=BWBPOneV2 ServerPackages=BWBPTwoV2 ServerPackages=BWBPThreeV2 ServerPackages=JunkWarV2 ServerActors=TO2_WebAdmin.TO2_WebServer ServerActors=TO2_System.TO2_MasterServerUplink ServerActors=TO2_System.TO2_Mutatorspawn ServerActors=TO2_Adminmenu.TO2_Admenuactor ServerPackages=TO2_Effects ServerPackages=TO2_Messages ServerPackages=TO2_System ServerPackages=TO2_Weapons ServerPackages=TO2_TabInterface ServerPackages=TO2_Objective ServerPackages=TO2_Interface ServerPackages=TO2_Scripting ServerPackages=TO2_Characters ServerPackages=TO2_MapActors ServerPackages=TO2_AdvAdmin ServerPackages=TO2_Voting ServerPackages=TO2_Spin Serverpackages=TO2_Adminmenu [WinDrv.WindowsClient] WindowedViewportX=800 WindowedViewportY=600 FullscreenViewportX=1600 FullscreenViewportY=1200 MenuViewportX=640 MenuViewportY=480 Brightness=0.800000 Contrast=0.700000 Gamma=0.800000 UseJoystick=False CaptureMouse=True StartupFullscreen=True ScreenFlashes=True NoLighting=False MinDesiredFrameRate=35.000000 AnimMeshDynamicLOD=0.000000 Decals=True Coronas=True DecoLayers=True Projectors=True NoDynamicLights=False ReportDynamicUploads=False TextureDetailInterface=Higher TextureDetailTerrain=UltraHigh TextureDetailWeaponSkin=UltraHigh TextureDetailPlayerSkin=UltraHigh TextureDetailWorld=UltraHigh TextureDetailRenderMap=UltraHigh TextureDetailLightmap=UltraHigh NoFractalAnim=False ScaleHUDX=0.000000 MouseXMultiplier=1.000000 MouseYMultiplier=1.000000 UseSpeechRecognition=False WeatherEffects=True DrawDistanceLOD=1.000000 [SDLDrv.SDLClient] WindowedViewportX=640 WindowedViewportY=480 FullscreenViewportX=800 FullscreenViewportY=600 MenuViewportX=640 MenuViewportY=480 Brightness=0.800000 Contrast=0.700000 Gamma=0.800000 UseJoystick=False JoystickNumber=0 IgnoreHat=False JoystickHatNumber=0 CaptureMouse=True StartupFullscreen=True ScreenFlashes=True NoLighting=False MinDesiredFrameRate=35.000000 AnimMeshDynamicLOD=0.0 Decals=True Coronas=True DecoLayers=True Projectors=True NoDynamicLights=False ReportDynamicUploads=False TextureDetailInterface=Normal TextureDetailTerrain=Normal TextureDetailWeaponSkin=Normal TextureDetailPlayerSkin=Normal TextureDetailWorld=Normal TextureDetailRenderMap=Normal TextureDetailLightmap=UltraHigh TextureMaxLOD=0 TextureMinLOD=0 NoFractalAnim=False WeatherEffects=True DrawDistanceLOD=1.0 IgnoreUngrabbedMouse=False AllowUnicodeKeys=False AllowCommandQKeys=True MacFakeMouseButtons=True MacKeepAllScreensOn=False TextToSpeechFile= MacNativeTextToSpeech=True [ALAudio.ALAudioSubsystem] UseEAX=False Use3DSound=False UseDefaultDriver=True CompatibilityMode=False MaxEAXVersion=255 UsePrecache=True ReverseStereo=False Channels=32 MusicVolume=0.100000 AmbientVolume=0.500000 SoundVolume=0.300000 VoiceVolume=4.000000 VolumeScaleRec=0.100000 DopplerFactor=1.000000 Rolloff=0.500000 TimeBetweenHWUpdates=15.000000 DisablePitch=False LowQualitySound=False UseVoIP=False UseVAD=False UseSpatializedVoice=False SpatializedVoiceRadius=100000.000000 EnhancedDenoiser=False LocalZOffset=0.000000 [IpDrv.TcpNetDriver] AllowDownloads=True ConnectionTimeout=20.000000 InitialConnectTimeout=200.000000 AckTimeout=1.0 KeepAliveTime=0.200000 MaxClientRate=15000 MaxInternetClientRate=10000 SimLatency=0 RelevantTimeout=5.000000 SpawnPrioritySeconds=1.000000 ServerTravelPause=4.000000 NetServerMaxTickRate=35 LanServerMaxTickRate=35 AllowPlayerPortUnreach=False LogPortUnreach=False MaxConnPerIPPerMinute=5 LogMaxConnPerIPPerMin=False LimitConnPerIPRangePerMinute=False DisableKSecFix=False MaxDownloadSize=0 DownloadManagers=IpDrv.HTTPDownload DownloadManagers=Engine.ChannelDownload [IpServer.UdpServerQuery] GameName=ut2 [IpDrv.MasterServerUplink] DoUplink=True UplinkToGamespy=True SendStats=True ServerBehindNAT=False DoLANBroadcast=False bIgnoreUTANBans=False [IpDrv.MasterServerLink] LANPort=11777 LANServerPort=10777 MasterServerList=(Address="ut2004master1.epicgames.com",Port=28902) MasterServerList=(Address="ut2004master2.epicgames.com",Port=28902) [IpDrv.HTTPDownload] RedirectToURL= ProxyServerHost= ProxyServerPort=3128 UseCompression=True [Engine.DemoRecDriver] AllowDownloads=True DemoSpectatorClass=UnrealGame.DemoRecSpectator MaxClientRate=25000 ConnectionTimeout=15.000000 InitialConnectTimeout=200.000000 AckTimeout=1.0 KeepAliveTime=1.000000 SimLatency=0 RelevantTimeout=5.000000 SpawnPrioritySeconds=1.000000 ServerTravelPause=4.000000 NetServerMaxTickRate=35 LanServerMaxTickRate=35 DisableKSecFix=False MaxDownloadSize=0 MaxInternetClientRate=10000 [Engine.GameReplicationInfo] ServerName=UT2004 Server ShortName=UT2 Server ServerRegion=0 AdminName= AdminEmail= MessageOfTheDay= [D3DDrv.D3DRenderDevice] DetailTextures=True HighDetailActors=True SuperHighDetailActors=True UsePrecaching=True UseTrilinear=True AdapterNumber=-1 ReduceMouseLag=False UseTripleBuffering=False UseHardwareTL=True UseHardwareVS=True UseCubemaps=True DesiredRefreshRate=60 UseCompressedLightmaps=True UseStencil=False Use16bit=False Use16bitTextures=False MaxPixelShaderVersion=255 UseVSync=False LevelOfAnisotropy=1 DetailTexMipBias=0.000000 DefaultTexMipBias=-0.500000 UseNPatches=False TesselationFactor=1.000000 CheckForOverflow=False AvoidHitches=False OverrideDesktopRefreshRate=False ReportUnusedTextures=False DecompressTextures=False TerrainLOD=0 SkyboxHack=False LowQualityTerrain=False [D3D9Drv.D3D9RenderDevice] DetailTextures=True HighDetailActors=True SuperHighDetailActors=True UsePrecaching=True UseTrilinear=True AdapterNumber=-1 ReduceMouseLag=True UseTripleBuffering=False UseHardwareTL=True UseHardwareVS=True UseCubemaps=True DesiredRefreshRate=60 UseCompressedLightmaps=True UseStencil=False Use16bit=False Use16bitTextures=False MaxPixelShaderVersion=255 UseVSync=False LevelOfAnisotropy=1 DetailTexMipBias=0.0 DefaultTexMipBias=-0.5 UseNPatches=False TesselationFactor=1.0 CheckForOverflow=False OverrideDesktopRefreshRate=False [OpenGLDrv.OpenGLRenderDevice] DetailTextures=True HighDetailActors=True SuperHighDetailActors=True UsePrecaching=True UseCompressedLightmaps=True UseTrilinear=True UseStencil=False MaxTextureUnits=8 VARSize=32 ReduceMouseLag=True UseVSync=False LevelOfAnisotropy=1.0 DetailTexMipBias=0.0 DefaultTexMipBias=-0.5 UseVBO=False UseVSync=False AppleVA=1 MultisampleBuffers=0 MultisampleSamples=0 MultisampleHint=2 [PixoDrv.PixoRenderDevice] FogEnabled=True Zoom2X=True SimpleMaterials=True LimitTextureSize=True LowQualityTerrain=True TerrainLOD=10 SkyboxHack=True FilterQuality3D=1 FilterQualityHUD=1 HighDetailActors=False SuperHighDetailActors=False ReduceMouseLag=False DesiredRefreshRate=0 DetailTexMipBias=0.000000 Use16bitTextures=False Use16bit=True UseStencil=False UseCompressedLightmaps=False DetailTextures=False UsePrecaching=True [Engine.NullRenderDevice] DetailTextures=True HighDetailActors=True SuperHighDetailActors=True UsePrecaching=True UseCompressedLightmaps=True UseStencil=False [Editor.EditorEngine] UseSound=True CacheSizeMegs=32 GridEnabled=True SnapVertices=False SnapDistance=1.000000 GridSize=(X=4.000000,Y=4.000000,Z=4.000000) RotGridEnabled=True RotGridSize=(Pitch=1024,Yaw=1024,Roll=1024) GameCommandLine=-log FovAngleDegrees=90.000000 GodMode=True AutoSave=True AutoSaveTimeMinutes=5 AutoSaveIndex=6 UseAxisIndicator=True MatineeCurveDetail=0.1 ShowIntWarnings=False UseSizingBox=True RenderDevice=D3DDrv.D3DRenderDevice AudioDevice=ALAudio.ALAudioSubsystem NetworkDevice=IpDrv.TcpNetDriver DemoRecordingDevice=Engine.DemoRecDriver Console=Engine.Console Language=ute AlwaysShowTerrain=False UseActorRotationGizmo=False LoadEntirePackageWhenSaving=0 EditPackages=Core EditPackages=Engine EditPackages=Fire EditPackages=Editor EditPackages=UnrealEd EditPackages=IpDrv EditPackages=UWeb EditPackages=GamePlay EditPackages=UnrealGame EditPackages=XGame_rc EditPackages=XEffects EditPackages=XWeapons_rc EditPackages=XPickups_rc EditPackages=XPickups EditPackages=XGame EditPackages=XWeapons EditPackages=XInterface EditPackages=XAdmin EditPackages=XWebAdmin EditPackages=Vehicles EditPackages=BonusPack EditPackages=SkaarjPack_rc EditPackages=SkaarjPack EditPackages=UTClassic EditPackages=UT2k4Assault EditPackages=Onslaught EditPackages=GUI2K4 EditPackages=UT2k4AssaultFull EditPackages=OnslaughtFull EditPackages=xVoting EditPackages=StreamlineFX EditPackages=UTV2004c EditPackages=UTV2004s CutdownPackages=Core CutdownPackages=Editor CutdownPackages=Engine CutdownPackages=Fire CutdownPackages=GamePlay CutdownPackages=GUI2K4 CutdownPackages=IpDrv CutdownPackages=UT2K4Assault CutdownPackages=Onslaught CutdownPackages=UnrealEd CutdownPackages=UnrealGame CutdownPackages=UTClassic CutdownPackages=UWeb CutdownPackages=Vehicles CutdownPackages=XAdmin CutdownPackages=XEffects CutdownPackages=XGame CutdownPackages=XGame_rc CutdownPackages=XInterface CutdownPackages=XPickups CutdownPackages=XPickups_rc CutdownPackages=XWeapons CutdownPackages=XWeapons_rc CutdownPackages=XWebAdmin CutdownPackages=XVoting EditPackages=TO2_Effects EditPackages=TO2_Messages EditPackages=TO2_System EditPackages=TO2_Weapons EditPackages=TO2_TabInterface EditPackages=TO2_Objective EditPackages=TO2_Interface EditPackages=TO2_Scripting EditPackages=TO2_Characters EditPackages=TO2_MapActors EditPackages=TO2_WebAdmin EditPackages=TO2_AdvAdmin EditPackages=TO2_Voting EditPackages=TO2_Spin EditPackages=TO2_Adminmenu [UWeb.WebServer] Applications[0]=TO2_WebAdmin.TO2_ServerAdmin ApplicationPaths[0]=/ServerAdmin Applications[1]=xWebAdmin.UTImageServer ApplicationPaths[1]=/images bEnabled=False ListenPort=7000
Zopiac is offline   Reply With Quote
Old 05-09-2009, 07:11   #3
Zopiac
Junior Member
 
Join Date: 04 Sep 2009
Posts: 7
My Photos: (0)
Country:
Default

Second half of TOCrossfire.ini:

Code:
[Engine.Console] ConsoleHotKey=9 TimePerTitle=30.000000 TimePerDemo=60.000000 TimePerSoak=3600.000000 TimeTooIdle=60.000000 DemoLevels[0]=DM-Curse3 DemoLevels[1]=DM-Antalus DemoLevels[2]=CTF-Chrome DemoLevels[3]=DOM-SunTemple DemoLevels[4]=BR-Endagra TimeBeforeReboot=5.000000 DemoLevels[5]= DemoLevels[6]= DemoLevels[7]= DemoLevels[8]= DemoLevels[9]= DemoLevels[10]= DemoLevels[11]= DemoLevels[12]= DemoLevels[13]= DemoLevels[14]= DemoLevels[15]= DemoLevels[16]= DemoLevels[17]= DemoLevels[18]= DemoLevels[19]= DemoLevels[20]= DemoLevels[21]= DemoLevels[22]= DemoLevels[23]= DemoLevels[24]= DemoLevels[25]= DemoLevels[26]= DemoLevels[27]= DemoLevels[28]= DemoLevels[29]= DemoLevels[30]= DemoLevels[31]= DemoLevels[32]= DemoLevels[33]= DemoLevels[34]= DemoLevels[35]= DemoLevels[36]= DemoLevels[37]= DemoLevels[38]= DemoLevels[39]= DemoLevels[40]= DemoLevels[41]= DemoLevels[42]= DemoLevels[43]= DemoLevels[44]= DemoLevels[45]= DemoLevels[46]= DemoLevels[47]= DemoLevels[48]= DemoLevels[49]= DemoLevels[50]= DemoLevels[51]= DemoLevels[52]= DemoLevels[53]= DemoLevels[54]= DemoLevels[55]= DemoLevels[56]= DemoLevels[57]= DemoLevels[58]= DemoLevels[59]= DemoLevels[60]= DemoLevels[61]= DemoLevels[62]= DemoLevels[63]= [Engine.AccessControl] AdminPassword= GamePassword= bBanByID=True LoginDelaySeconds=0.000000 IPPolicies=ACCEPT;* [Engine.GameInfo] GoreLevel=2 MaxSpectators=2 MaxPlayers=16 AutoAim=1.000000 GameSpeed=1.000000 bChangeLevels=True bStartUpLocked=False bNoBots=False bAttractAlwaysFirstPerson=False NumMusicFiles=13 bEnableStatLogging=false HUDType=Engine.Hud MaxLives=0 TimeLimit=0 GoalScore=0 GameStatsClass=IpDrv.MasterServerGameStats SecurityClass=UnrealGame.UnrealSecurity AccessControlClass=TO2_AdvAdmin.TO2_AccessControlIni VotingHandlerType=TO2_Voting.TO2_VotingHandler MaxIdleTime=0.000000 bAllowBehindView=False bAdminCanPause=False bWeaponShouldViewShake=True bLowGore=False bLargeGameVOIP=False GameDifficulty=1.000000 MaplistHandlerType= ServerSkillLevel= [Engine.AmbientSound] AmbientVolume=0.25 [Engine.LevelInfo] PhysicsDetailLevel=PDL_High MeshLODDetailLevel=MDL_Ultra bLowSoundDetail=False DecalStayScale=2.000000 bNeverPrecache=false bShouldPreload=True bDesireSkinPreload=True bKickLiveIdlers=False MaxClientFrameRate=90.000000 MaxTimeMargin=1.000000 TimeMarginSlack=1.350000 MinTimeMargin=-1.000000 [XInterface.ExtendedConsole] ConsoleHotKey=192 NeedPasswordMenuClass=GUI2K4.UT2K4GetPassword bSpeechMenuUseMouseWheel=True bSpeechMenuUseLetters=False SMOriginX=0.010000 SMOriginY=0.300000 LetterKeys[0]=IK_Q LetterKeys[1]=IK_W LetterKeys[2]=IK_E LetterKeys[3]=IK_R LetterKeys[4]=IK_A LetterKeys[5]=IK_S LetterKeys[6]=IK_D LetterKeys[7]=IK_F LetterKeys[8]=IK_Z LetterKeys[9]=IK_X MusicManagerClassName=GUI2K4.StreamPlayer MaxScrollbackSize=128 PasswordPromptMenu= ChatMenuClass=GUI2K4.UT2K4InGameChat StatsPromptMenuClass=GUI2K4.UT2K4StatsPrompt WaitingGameClassName= ServerInfoMenu=GUI2K4.UT2K4ServerInfo bDemoJogKeys=True [XGame.xDeathMatch] HUDType=XInterface.HudBDeathMatch MaxLives=0 TimeLimit=20 GoalScore=25 bTeamScoreRound=False bPlayersMustBeReady=False bAllowTaunts=True bForceRespawn=False bWeaponStay=true bCustomPreload=False NetWait=5 bAdjustSkill=False bAllowTrans=False SpawnProtectionTime=2.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu bAllowPrivateChat=True bAllowWeaponThrowing=True ResetTimeDelay=0 [XGame.xTeamGame] HUDType=XInterface.HudBTeamDeathMatch MaxLives=0 TimeLimit=20 GoalScore=60 bTeamScoreRound=False bPlayersMustBeReady=False bAllowTaunts=True FriendlyFireScale=0.000000 MaxTeamSize=16 bForceRespawn=False bWeaponStay=true bAllowNonTeamChat=False NetWait=5 bAdjustSkill=False bAllowTrans=False SpawnProtectionTime=2.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu bAllowPrivateChat=True bAllowWeaponThrowing=True ResetTimeDelay=0 [XGame.xCTFGame] HUDType=XInterface.HudBCaptureTheFlag MaxLives=0 TimeLimit=20 GoalScore=3 bTeamScoreRound=False bPlayersMustBeReady=False bAllowTaunts=True FriendlyFireScale=0.000000 MaxTeamSize=16 bForceRespawn=False bWeaponStay=true bAllowNonTeamChat=False NetWait=5 bAdjustSkill=False bAllowTrans=True SpawnProtectionTime=2.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu bAllowPrivateChat=True bAllowWeaponThrowing=True ResetTimeDelay=0 [XGame.xDoubleDom] HUDType=XInterface.HudBDoubleDomination MaxLives=0 TimeLimit=20 GoalScore=3 bTeamScoreRound=False bPlayersMustBeReady=False bAllowTaunts=True TimeToScore=10 TimeDisabled=10 FriendlyFireScale=0 MaxTeamSize=16 bForceRespawn=False bWeaponStay=true [XGame.xBombingRun] HUDType=XInterface.HudBBombingRun MaxLives=0 TimeLimit=20 GoalScore=15 bTeamScoreRound=False bPlayersMustBeReady=False bAllowTaunts=True FriendlyFireScale=0 MaxTeamSize=16 bForceRespawn=False bWeaponStay=true [Engine.MaplistManager] Games=(GameType="BonusPack.xLastManStandingGame",ActiveMaplist="Default LMS") Games=(GameType="BonusPack.xMutantGame",ActiveMaplist="Default MUT") Games=(GameType="Onslaught.ONSOnslaughtGame",ActiveMaplist="Default ONS") Games=(GameType="SkaarjPack.Invasion",ActiveMaplist="Default INV") Games=(GameType="UT2k4Assault.ASGameInfo",ActiveMaplist="Default AS") Games=(GameType="XGame.xBombingRun",ActiveMaplist="Default BR") Games=(GameType="XGame.xCTFGame",ActiveMaplist="Default CTF") Games=(GameType="XGame.xDeathMatch",ActiveMaplist="Default DM") Games=(GameType="XGame.xDoubleDom",ActiveMaplist="Default DOM2") Games=(GameType="XGame.xTeamGame",ActiveMaplist="Default TDM") Games=(GameType="XGame.xVehicleCTFGame",ActiveMaplist="Default VCTF") Games=(GameType="TO2_Objective.TO2_ObjectiveGame",ActiveMaplist="Default TO:C") [XInterface.MapListDeathMatch] MapNum=0 Maps=DM-RRAJIGAR Maps=DM-RANKIN Maps=DM-CORRUGATION Maps=DM-DE-GRENDELKEEP Maps=DM-DE-IRONIC Maps=DM-DE-OSIRIS2 Maps=DM-GESTALT Maps=DM-IRONDEITY Maps=DM-METALLURGY Maps=DM-Deck17 Maps=DM-Antalus Maps=DM-Asbestos Maps=DM-Curse4 [XInterface.MapListTeamDeathMatch] MapNum=0 Maps=DM-RRAJIGAR Maps=DM-RANKIN Maps=DM-CORRUGATION Maps=DM-DE-GRENDELKEEP Maps=DM-DE-IRONIC Maps=DM-DE-OSIRIS2 Maps=DM-GESTALT Maps=DM-IRONDEITY Maps=DM-METALLURGY Maps=DM-Deck17 Maps=DM-Antalus Maps=DM-Asbestos Maps=DM-Curse4 [XInterface.MapListCaptureTheFlag] MapNum=0 Maps=CTF-ABSOLUTEZERO Maps=CTF-MOONDRAGON Maps=CTF-GRASSYKNOLL Maps=CTF-COLOSSUS Maps=CTF-SMOTE Maps=CTF-DOUBLEDAMMAGE Maps=CTF-AVARIS Maps=CTF-BRIDGEOFFATE Maps=CTF-FaceClassic Maps=CTF-CHROME Maps=CTF-Citadel Maps=CTF-Orbital2 [XInterface.MapListDoubleDomination] MapNum=0 Maps=DOM-ATLANTIS Maps=DOM-ACCESS Maps=DOM-ASWAN Maps=DOM-JUNKYARD Maps=DOM-RENASCENT Maps=DOM-SUNTEMPLE Maps=DOM-SCORCHEDEARTH [XInterface.MapListBombingRun] MapNum=0 Maps=BR-TWINTOMBS Maps=BR-BRIDGEOFFATE Maps=BR-CANYON Maps=BR-COLOSSUS Maps=BR-SERENITY Maps=BR-SkyLine Maps=BR-Anubis [BonusPack.MapListMutant] Maps=DM-RRAJIGAR Maps=DM-RANKIN Maps=DM-CORRUGATION Maps=DM-DE-GRENDELKEEP Maps=DM-DE-IRONIC Maps=DM-DE-OSIRIS2 Maps=DM-GESTALT Maps=DM-IRONDEITY Maps=DM-METALLURGY Maps=DM-Deck17 Maps=DM-Antalus Maps=DM-Asbestos Maps=DM-Curse4 [BonusPack.MapListLastManStanding] Maps=DM-RRAJIGAR Maps=DM-RANKIN Maps=DM-CORRUGATION Maps=DM-DE-GRENDELKEEP Maps=DM-DE-IRONIC Maps=DM-DE-OSIRIS2 Maps=DM-GESTALT Maps=DM-IRONDEITY Maps=DM-METALLURGY Maps=DM-Deck17 Maps=DM-Antalus Maps=DM-Asbestos Maps=DM-Curse4 [Onslaught.ONSMapListOnslaught] Maps=ONS-TORLAN?LinkSetup=Default Maps=ONS-ARCTICSTRONGHOLD?LinkSetup=Default Maps=ONS-CROSSFIRE?LinkSetup=Default Maps=ONS-DRIA?LinkSetup=Default Maps=ONS-SEVERANCE?LinkSetup=Default [Skaarjpack.MapListSkaarjInvasion] Maps=DM-RRAJIGAR Maps=DM-RANKIN Maps=DM-CORRUGATION Maps=DM-DE-GRENDELKEEP Maps=DM-DE-IRONIC Maps=DM-DE-OSIRIS2 Maps=DM-GESTALT Maps=DM-IRONDEITY Maps=DM-METALLURGY Maps=DM-Deck17 Maps=DM-Antalus Maps=DM-Asbestos [UT2K4Assault.ASMapList] Maps=AS-CONVOY Maps=AS-FALLENCITY Maps=AS-MOTHERSHIP Maps=AS-GLACIER Maps=AS-ROBOTFACTORY Maps=AS-JUNKYARD [XGame.InstagibCTF] bZoomInstagib=False bAllowBoost=True bLowGrav=False bAllowNonTeamChat=False FriendlyFireScale=0.000000 NetWait=5 bForceRespawn=False bAdjustSkill=False bAllowTaunts=True bAllowTrans=False SpawnProtectionTime=2.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu bAllowPrivateChat=True bWeaponStay=True bAllowWeaponThrowing=True ResetTimeDelay=0 GoalScore=3 MaxLives=0 TimeLimit=20 [UnrealGame.TeamGame] bBalanceTeams=False bPlayersBalanceTeams=True [UnrealGame.DeathMatch] MinNetPlayers=1 RestartWait=30 bTournament=False bAutoNumBots=True bColoredDMSkins=False bPlayersMustBeReady=False bWaitForNetPlayers=True bAllowPlayerLights=False bForceDefaultCharacter=False NamePrefixes[0]=Mr_ NamePrefixes[1]= NamePrefixes[2]=The_Real_ NamePrefixes[3]=Evil_ NamePrefixes[4]= NamePrefixes[5]=Owns_ NamePrefixes[6]= NamePrefixes[7]=Evil_ NamePrefixes[8]= NamePrefixes[9]= NameSuffixes[0]= NameSuffixes[1]=_is_lame NameSuffixes[2]= NameSuffixes[3]= NameSuffixes[4]=_sucks NameSuffixes[5]= NameSuffixes[6]=_OwnsYou NameSuffixes[7]= NameSuffixes[8]=_jr NameSuffixes[9]='s_clone [UnrealGame.UnrealMPGameInfo] BotMode=8 MinPlayers=0 EndTimeDelay=4.000000 BotRatio=1.000000 [Engine.VoiceChatReplicationInfo] bEnableVoiceChat=True bAllowLocalBroadcast=True MaxChatters=0 LocalBroadcastRange=1000.000000 DefaultBroadcastRadius=20.000000 VoIPInternetCodecs=CODEC_48NB VoIPLANCodecs=CODEC_48NB VoIPLANCodecs=CODEC_96WB [Engine.BroadcastHandler] bMuteSpectators=False bPartitionSpectators=False [xVoting.xVotingHandler] VoteTimeLimit=70 ScoreBoardDelay=5 bAutoOpen=True MidGameVotePercent=50 bScoreMode=False bAccumulationMode=False bEliminationMode=False MinMapCount=2 MapVoteHistoryType=xVoting.MapVoteHistory_INI RepeatLimit=4 DefaultGameConfig=0 bDefaultToCurrentGameType=True bMapVote=False bKickVote=False bMatchSetup=False KickPercent=51 bAnonymousKicking=True MapListLoaderType=xVoting.DefaultMapListLoader ServerNumber=1 CurrentGameConfig=0 [xVoting.DefaultMapListLoader] bUseMapList=False MapNamePrefixes= [UT2k4Assault.ASGameInfo] RoundLimit=1 RoundTimeLimit=10 PracticeTimeLimit=60 ReinforcementsFreq=7 bAllowNonTeamChat=False FriendlyFireScale=0.000000 NetWait=15 bForceRespawn=False bAdjustSkill=False bAllowTaunts=True bAllowTrans=False SpawnProtectionTime=3.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4PlayerLoginMenu bAllowPrivateChat=True bWeaponStay=True bAllowWeaponThrowing=True ResetTimeDelay=8 GoalScore=0 MaxLives=0 TimeLimit=20 [Onslaught.ONSOnslaughtGame] OvertimeCoreDrainPerSec=20 bRandSetupAfterReset=False bSwapSidesAfterReset=True bAllowNonTeamChat=False FriendlyFireScale=0.000000 NetWait=15 bForceRespawn=False bAdjustSkill=False bAllowTaunts=True bAllowTrans=False SpawnProtectionTime=2.000000 LateEntryLives=1 LoginMenuClass=GUI2K4.UT2K4OnslaughtLoginMenu bAllowPrivateChat=True bWeaponStay=True bAllowWeaponThrowing=True ResetTimeDelay=11 GoalScore=3 MaxLives=0 TimeLimit=20 [TO2_Objective.TO2_Maplist_Objective] MapNum=0 [DefaultTO:C MaplistRecord] DefaultTitle=Default TO:C DefaultGameType=TO2_Objective.TO2_ObjectiveGame DefaultActive=0 DefaultMaps=OBJ-Anvil DefaultMaps=OBJ-Avion DefaultMaps=OBJ-Blink DefaultMaps=OBJ-Bushido DefaultMaps=OBJ-CaspianSea DefaultMaps=OBJ-Dagger DefaultMaps=OBJ-Deluge DefaultMaps=OBJ-Downtown DefaultMaps=OBJ-Forge2 DefaultMaps=OBJ-Hyperion DefaultMaps=OBJ-Infernum DefaultMaps=OBJ-Maui DefaultMaps=OBJ-Medina DefaultMaps=OBJ-Prelude DefaultMaps=OBJ-Province DefaultMaps=OBJ-Rage DefaultMaps=OBJ-Richelieu DefaultMaps=OBJ-Salsa DefaultMaps=OBJ-StGeorge DefaultMaps=OBJ-SunsetBlossom DefaultMaps=OBJ-Trooper [TO2_Objective.TO2_ObjectiveGame] PreRoundTime=12 RoundTimeLimit=4 PostRoundTime=5 RoundLimit=0 EnableHitparade=True AlwaysAllowHitparade=True bPawnsAlwaysRelevant=False bAllowGhostView=False bRestrictTeamChange=True bNoStartTeam=True bAllowShadows=True bAllowNonTeamChat=False FriendlyFireScale=1.000000 NetWait=5 bForceRespawn=True bAdjustSkill=False bAllowTaunts=True bAllowTrans=False SpawnProtectionTime=3.000000 LateEntryLives=1 LoginMenuClass=TO2_Interface.TO2_ObjTeamSelect bAllowPrivateChat=True bWeaponStay=True bAllowWeaponThrowing=True ResetTimeDelay=0 GoalScore=0 MaxLives=0 TimeLimit=20 [TO2_Voting.TO2_VotingHandler] bAdminOverride=False VoteTimeLimit=70 ScoreBoardDelay=5 bAutoOpen=True MidGameVotePercent=50 bScoreMode=False bAccumulationMode=False bEliminationMode=False MinMapCount=2 MapVoteHistoryType=xVoting.MapVoteHistory_INI RepeatLimit=4 DefaultGameConfig=0 bDefaultToCurrentGameType=True bMapVote=False bKickVote=False bMatchSetup=False KickPercent=51 bAnonymousKicking=True MapListLoaderType=xVoting.DefaultMapListLoader ServerNumber=1 CurrentGameConfig=0 [TO2_AdvAdmin.TO2_AccessControlIni] PrivClasses=Class'XAdmin.xKickPrivs' PrivClasses=Class'TO2_AdvAdmin.TO2_GamePrivs' PrivClasses=Class'XAdmin.xUserGroupPrivs' PrivClasses=Class'XAdmin.xExtraPrivs' PrivClasses=Class'TO2_AdvAdmin.TO2_ObjPrivs' PrivClasses=Class'TO2_AdvAdmin.TO2_TocAdminPrivs' [TO2_Objective.TO2_ObjectivePRI]
Zopiac is offline   Reply With Quote
Old 05-09-2009, 10:59   #4
InT-2k
TO:C Coder / Security Dep
 
InT-2k's Avatar
 
Join Date: 02 Apr 2005
Location: Würzburg
Posts: 772
My Photos: (2)
Country:
Send a message via ICQ to InT-2k
Default

your crossfire ini is damages .. thats the bug.

remove it and restart the game. maybe you have to start ut2004 one time before!!
__________________
--


Silence is my special activity ...
come and die

InT-2k, Leader of http://www.ntars.de

Member of TO:Crossfire Team
InT-2k is offline   Reply With Quote
Old 05-09-2009, 14:48   #5
Zopiac
Junior Member
 
Join Date: 04 Sep 2009
Posts: 7
My Photos: (0)
Country:
Default

Quote:
Originally Posted by InT-2k View Post
your crossfire ini is damages .. thats the bug.

remove it and restart the game. maybe you have to start ut2004 one time before!!

I deleted the .ini, opened UT2004, and then opened TO:C, but it still didn't work. Then I realised that it didn't regenerate the .ini. "sudo find / -name TOCrossfire.ini" told me where it might be using a different one than I thought... and apparently it was. Instead of using /home/zopiac/ut2004/TOCrossfire/System/TOCrossfire.ini, it was using /home/zopiac/.ut2004/ etc.

I deleted that, and now everything is working fine! See you online!

(right after I feed my horses, brb)
Zopiac is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My 1.6 Server wont start Dexinator Server Admin Forum 2 03-02-2007 22:14
Error if I start TO:C Hellraiser Troubleshooting 1 20-07-2006 15:08
Error Messages on Server Start Dio Server Admin Forum 1 14-05-2006 00:20
Unvalid CD key:deleted TOCrossfire.ini, still get error + only 1 server in list Pegasus Troubleshooting 17 30-04-2006 18:04
Can't start TO, Error "Video = No Video" straylight Troubleshooting 9 29-04-2006 12:42


All times are GMT +2. The time now is 03:24.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Tactical Operations: Crossfire