Page 1 of 1
Game barley runs
Posted: Tue Jan 10, 2012 11:24 pm
by Crimson_Phoenix
I am on a 32 bit laptop with more than good enough specs to run this game at max (Intel i7 and a GTX 555), but the game... it freezes on the login screen with music playing. I tab out and back in, but then its stuck on the homepage with a cursor frozen in place. I wait for a few minutes and wiggle the mouse slowly but still nothing, and Task Manager reports it is running fine. I have Windows 7.
So, any way to fix this? (both patch 2.1 or 2.2 does this)
RE: Game barley runs
Posted: Fri Jan 13, 2012 1:25 pm
by LarkinVB
Login screen ? Homepage ? What's that ?
Try editing tcc.cfg in the data/configs folder and look for music_at_all and intro_at_all and set them to no. Perhaps setting intro_at_all = no is enough.
intro_at_all = no
music_at_all = no
RE: Game barley runs
Posted: Mon Jun 11, 2012 4:40 pm
by FuzzyZergling
I fixed this by opening TCC.CFG with wordpad and changing this:
[TOS_WS_GRAPHICS]
# Screen Mode 0=Window, 1=Fullscreen
screen_mode = 1
screen_mode_default = 1
screen_mode_range = 3
bitmap_depth = 0
bitmap_depth_default = 2
resolution = 3
To this:
[TOS_WS_GRAPHICS]
# Screen Mode 0=Window, 1=Fullscreen
screen_mode = 0
screen_mode_default = 0
screen_mode_range = 3
bitmap_depth = 0
bitmap_depth_default = 2
resolution = 3
Hope this helps.