Jump to content

display options help!


migu3l

Recommended Posts

Hi all, how do you permanently turn off the frame limiter in vcmp?? i've changed it in VC single player but it don't stay off in vcmp!!

 

please help, thanks

Link to comment
Share on other sites

Turning the frame limiter off is proved to cause problems, but here.

 

Just stick this at the end of CGame::StartGame:

 

	// Turn frame limiter OFF and remove the user's capability of changing it.pGame->ToggleFrameLimiterState(false);VirtualProtect((PVOID)0x498DD2,3,PAGE_EXECUTE_READWRITE,&dwVP);memset((PVOID)0x498DD2,0x90,3); // nop * 3VirtualProtect((PVOID)0x498DD2,3,dwVP,&dwVP2);

 

 

You'll also need to comment this line in TheGameLoop():

 

//pGame->ToggleFrameLimiterState(TRUE);

 

 

 

Edited by jacob.
Link to comment
Share on other sites

thank you very much, but I'm unable to compile my own version of the vc-mp.flt (if that's what i'm supposed to do with that code). Could someone provide an alternate solution or the precompiled file?

Link to comment
Share on other sites

Turning the frame limiter off can give you an advantage over other players; quicker firing speeds, faster movement, etc.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.