Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Default FPS?
#1
? 
What is the game's default FPS? And has anyone tried to fiddle eg. change it?
email: kairunotabi@gmail.com
Reply
Thanks given by:
#2
30, fixed. Of course people have; have a look at the FPS changer program hosted in the main site.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by: kairunotabi
#3
If you would like to speed up the game, open up LF2 (2.0a) in a disassembler such as OllyDbg, go to address
0043D164
and change the number in the instruction to something lower than 21h (original instruction should be
CMP EAX,21
). Haven't bothered understanding how it's working and how much things get accelerated. I just know that a frame is set to 21h = 33 ms.

Slowing down, i.e. increasing the frame duration, is something magic. I'm too tired and not motivated enough right now to go dig into it anyways :p

An easier solution would be, of course, to just use an external program to dictate the FPS-speed.
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#4
I'm not sure that's what Blue Phoenix means, but I know that number is the time "delta" or "timestep". 33ms every frame means that 1000/33 ~= 30 frames will run in a second (the 1000 is from a second being 1000 ms). Suppose you want to run game at 55 FPS. You'd set that number to 1000/55 ~= 18 (12h in base 16).
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)