Can you up the speed in singleplayer?
Is there a why to increase the speed of the game in singleplayer, but not to 300% trough the developer menu?
Casper
Castle Guard Swordsman
Posts: 1912
Joined: 03 Oct 2008, 22:00
KaM Skill Level: Skilled
Location: "Pawel95" on Youtube.com
but there is no need for that right? i mean in singleplayer you can just switch between gamespeeds by using the folliwing buttons:
F5 = normal speed
F6 = 3x speed
F7 = 6x speed
F8 = 10x speed
Hi Casper,
You can edit KaM_Remake_Settings.ini file in Notepad and edit these variables:
SpeedPace=100
SpeedMedium=3
SpeedFast=6
SpeedVeryFast=10
Pace determines tick duration (default 100msec) and Medium/Fast/VeryFast are multipliers linked with F6/F7/F8. So you can finetune speed you need by setting Pace to e.g. 75 and speedup to 2, this will result in perceived speed of 100% * 2 / 0.75 = 266%.
Don't forget to reset the changes before you join the multiplayer, I don't remember if these are overriden or not.
You can try setting SpeedPace=1 and seeing how it compares to SpeedPace=100 at x100 speed
The time has to be shared between CPU (computing game logic steps) and Input/GPU (responding to controls and drawing). If either one is overused, the game starts to freeze.
In first case we need 100 precise 1ms intervals with 1 update in each, in second - just one 100ms interval in which we dump 100 updates. 1ms ticks require sub-1ms precision from the OS, which is hard to get, so we did not bother.
P.s. How many real-time entities does X3 have?
has little to no pathfinding
no complex logic that needs to run every tick.
Return to “General / Questions”
Users browsing this forum: Ahrefs [Bot] and 0 guests
Powered by phpBB® Forum Software © phpBB Group Designed by ST Software |