FPS Limiter By Command [1.5]

Results 1 to 16 of 16
  1. #1
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    FPS Limiter By Command [1.5]

    Hello this is a release for FPS Limiter by a command: /fps <number>


    ZChat_Cmds.cpp (.../Stable/Gunz/ZChat_Cmds.cpp) [Line 79]
    Code:
    void ChatCmd_FPS(const char* line, const int argc, char **const argv);
    ZChat_Cmds.cpp (.../Stable/Gunz/ZChat_Cmds.cpp) [Line 205]
    Code:
    	_CC_AC("fps",				&ChatCmd_FPS,					CCF_ALL, ARGVNoMin, 1 , true,"/fps <number>", "");
    ZChat_Cmds.cpp (.../Stable/Gunz/ZChat_Cmds.cpp) [Line 1545]
    Code:
    void ChatCmd_FPS(const char* line, const int argc, char **const argv)
    {
    	if (argc < 2) 
    	{
    		ZChatOutput("Enter a FPS value!", ZChat::CMT_SYSTEM);
    		return;
    	}
    
    	RSetFrameLimitPerSeceond(atoi(argv[1]));
    	ZChatOutput("FPS changed successfully!", ZChat::CMT_SYSTEM);
    }
    RealSpace2.cpp (.../Stable/RealSpace2/Source/RealSpace2.cpp) [Line 1028]
    Search for void RSetFrameLimitPerSeceond(unsigned short nFrameLimit) if you have it then edit it to this.
    Code:
    void RSetFrameLimitPerSeceond(unsigned short nFrameLimit)
    { 
    	g_nFrameLimitValue = nFrameLimit;
    }
    if you don't have it then copy the function above, and paste it somewhere with the functions below it.

    NOTE: Lines might be different. :O
    --------------------------------------
    Thanks to qet123 for help. ;)
    Like if you use it or if it helps you...


  2. #2
    Valued Member a1tl4 is offline
    MemberRank
    Sep 2012 Join Date
    BrazilLocation
    112Posts

    Re: FPS Limiter By Command [1.5]

    nothing special, but good command ..

  3. #3
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: FPS Limiter By Command [1.5]

    Lol, Leecher.
    He took it from my source of "Game-Serv Gunz", qet123 didn't made it...
    They guy made it was Vusion (Omar)
    Alot of new leecher became to rz...

  4. #4
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: FPS Limiter By Command [1.5]

    Ofc i didn't, i only helped him. And it doesn't take a genius to done it

  5. #5
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: FPS Limiter By Command [1.5]

    That's straight off copied from an old source of mine.
    Gj.

  6. #6
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by qet123 View Post
    Ofc i didn't, i only helped him. And it doesn't take a genius to done it
    I am talking about Tannous

  7. #7
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: FPS Limiter By Command [1.5]

    copy this copy that all cry about fps..

  8. #8
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by sahar042 View Post
    Lol, Leecher.
    He took it from my source of "Game-Serv Gunz", qet123 didn't made it...
    They guy made it was Vusion (Omar)
    Alot of new leecher became to rz...
    Sahar, I didn't say it's my coding or it's qet's coding I said he helped me, lol nothing more xD... and if releasing it bothers u I will delete it LOLs, Credits to who have done it... -.-'
    just wanted to help people who's looking for it xD

  9. #9
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by Vusion View Post
    That's straight off copied from an old source of mine.
    Gj.
    Belive me, there is no other way to code it. lol

  10. #10
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by qet123 View Post
    Belive me, there is no other way to code it. lol
    I'm not arguing, I don't really care.
    I'm just saying this was straight off copied from my source, not even a line change. I don't even mind it being released.

  11. #11
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: FPS Limiter By Command [1.5]

    I see sahar don't mind too cuz he liked ur comment ;) then have fun <3 | End of discussion .. :P

  12. #12
    Valued Member a1tl4 is offline
    MemberRank
    Sep 2012 Join Date
    BrazilLocation
    112Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by qet123 View Post
    Belive me, there is no other way to code it. lol
    Lol?...
    Is possible bro..
    Can you use gettickcount(), and limit, maybe CLOCK

  13. #13
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by a1tl4 View Post
    Lol?...
    Is possible bro..
    Can you use gettickcount(), and limit, maybe CLOCK
    RSetFrameLimitPerSeceond() already does that for you..

  14. #14
    Account Upgraded | Title Enabled! Mitcho is offline
    MemberRank
    Dec 2011 Join Date
    AdminCPLocation
    339Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by Tannous View Post
    Sahar, I didn't say it's my coding or it's qet's coding I said he helped me, lol nothing more xD... and if releasing it bothers u I will delete it LOLs, Credits to who have done it... -.-'
    just wanted to help people who's looking for it xD
    Burp Credits Burp*

  15. #15
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: FPS Limiter By Command [1.5]

    Quote Originally Posted by Zyzz View Post
    Burp Credits Burp*
    hhh ;P

  16. #16
    Valued Member a1tl4 is offline
    MemberRank
    Sep 2012 Join Date
    BrazilLocation
    112Posts

    Re: FPS Limiter By Command [1.5]

    I know, but get123 said that this method is only possible



Advertisement