How to update game?

Results 1 to 5 of 5
  1. #1
    Valued Member cyberformula is offline
    MemberRank
    Feb 2009 Join Date
    145Posts

    How to update game?

    Im only using an emulator to play offline it s working without me having a source code. The question is if I ever get a compatible and have new function in it. How can I update the game to have that new function from the source code?

    for example the one im playong dont have a right click wear item.

    then I found a compatible source code with right click wear item function. How can I update my game to have that function?

    thanks. Been studying c++ for 3weeks now so I can understand fw things from those lines of codes.


  2. #2
    Back at old school Mustafa5 is offline
    MemberRank
    Mar 2018 Join Date
    329Posts

    Re: How to update game?

    crop the right click function from other source code and merge it to your code.

  3. #3
    Valued Member cyberformula is offline
    MemberRank
    Feb 2009 Join Date
    145Posts

    Re: How to update game?

    Quote Originally Posted by Mustafa5 View Post
    crop the right click function from other source code and merge it to your code.
    I tried doing it but not working. step I did was

    1st: I copy the whole code the TS gave and paste it to where it should be in this case it was in "GLcharskillmsg"
    then on tools to from their designated Directories , After that Build it on Release. Finally I tried running the Emulator again but it's still the same. nothing happened and not a bit of a change from the game.

  4. #4
    Account Upgraded | Title Enabled! aizen00 is offline
    MemberRank
    Feb 2019 Join Date
    517Posts

    Re: How to update game?

    make sure you're using the latest emulator .
    Quote Originally Posted by cyberformula View Post
    I tried doing it but not working. step I did was

    1st: I copy the whole code the TS gave and paste it to where it should be in this case it was in "GLcharskillmsg"
    then on tools to from their designated Directories , After that Build it on Release. Finally I tried running the Emulator again but it's still the same. nothing happened and not a bit of a change from the game.

  5. #5
    Back at old school Mustafa5 is offline
    MemberRank
    Mar 2018 Join Date
    329Posts

    Re: How to update game?

    There you go @cyberformula Right Click Function Source

    I know this was already shared here, credit to them.



Advertisement