Baaleos wrote...
im nearly certain the dm commands for setting time has worked for me
its either dm_Settime
or dm_sethour etc or something like that
if that fails - then I would recommend installing simtools
I believe there is time setting chat commands in that.
I've got it to work. Here are the issues with dm_settime
1): Does nothing if the game is paused (same issue with the script command SetTime())
2): arguments not provided are assigned a very large value, thus dm_settime 5 will add over 14 years due to how high the other parameters default (the effect on the hour when this happens is that it will be three higher than expected).
3) A minute is the equivalent of a turn (by default 2 minutes per hour).
There are four parameters and all must be included to avoid weird behavior
dm_settime 5 0 0 0
is the way to advance the time till it reaches the 5th hour.