Jump to content


mitchtanz

Member Since 19 Apr 2007
Offline Last Active May 03 2007 01:09 AM

Posts I've Made

In Topic: Game SLOW down for over 50 (old) gamer!

20 April 2007 - 04:21 AM

Here is the Dawn of War hack

autoexec.lua

you have to put the -dev after the program run command

+++++++++under+++++++here

bind( "shift+F1", "vslow()" )
bind( "shift+F2", "slow()" )
bind( "shift+F3", "standard()" )
bind( "shift+F4", "fast()" )
bind( "shift+F5", "vfast()" )


function vslow()
setsimrate( 2.5 );
end

function slow()
setsimrate( 3.5 );
end

function standard()
setsimrate( 4.5 );
end

function fast()
setsimrate( 5.5 );
end

function vfast()
setsimrate( 10 );
end

screenmode = 0
function toggle_screenmode()
if screenmode == 0 then
taskbar_hide()
message_hide()
screenmode = 1
else
taskbar_show()
message_show()
screenmode = 0
end
end
bind("shift+tab", "toggle_screenmode()")

+++++++++above+++++++here

Best Wishes
Mitch

In Topic: Game SLOW down for over 50 (old) gamer!

20 April 2007 - 02:43 AM

Thanks for the replies. Yes Nazgul putting your mod on. I'm more of a wargamer than a pure gamer, so I like to plan...

About the script text file.

It was last year when BFME II came out I saw a posting saying needed slow-down. The posting was in a forum on the game, but I do not remember. It was a text-script you put into the directory then you could control the game speed with cntrl +1 onwards...so it could be slowed or speeded up. I don't want to use a computer program (such as Speeder, Game Speed Changer). I use different scripts for Dawn of War (all versions) and COH but they only work for those particular games.

I've Googled myself out. I think what has happened is that the particular forum I got it from is either dead or more likely the posting is soo old it has been deleted.

Thanks again

Best Wishes
Mitch