The rules have been updated, read them now: Rules!
Help me to translate this code
Help me to translate this code
Can anyone help me to translate this code... I want to change 30fps to 60fps on asphalt 9
You do not have the required permissions to view the files attached to this post.
- PredatorCZ
- mega-veteran
- Posts: 282
- Joined: Mon Apr 21, 2014 8:32 pm
- Has thanked: 8 times
- Been thanked: 229 times
- Contact:
Re: Help me to translate this code
Starts at line 358: render_allowedFPS
Have you tried to change "60" to just 60 at next line?
By the suspicious formatting of that block, it looks like you've been there already, since all numeric values don't have quotes, and are right next to the var name.
However allowed FPS doesn't mean, that it will actually run said framerate, it's limited by hardware, setting itself will only raise fps cap.
Have you tried to change "60" to just 60 at next line?
By the suspicious formatting of that block, it looks like you've been there already, since all numeric values don't have quotes, and are right next to the var name.
However allowed FPS doesn't mean, that it will actually run said framerate, it's limited by hardware, setting itself will only raise fps cap.
Re: Help me to translate this code
Hey pal does it work.did unlock fps.
They encrypt the config .how you decrypt the game option.js![hero [bruce]](./images/smilies/bruceleeanim.gif)
They encrypt the config .how you decrypt the game option.js
![hero [bruce]](./images/smilies/bruceleeanim.gif)
Re: Help me to translate this code
Mine is encrypted like this.plz helpPredatorCZ wrote: ↑Wed Jul 17, 2019 8:36 amStarts at line 358: render_allowedFPS
Have you tried to change "60" to just 60 at next line?
By the suspicious formatting of that block, it looks like you've been there already, since all numeric values don't have quotes, and are right next to the var name.
However allowed FPS doesn't mean, that it will actually run said framerate, it's limited by hardware, setting itself will only raise fps cap.
You do not have the required permissions to view the files attached to this post.
- PredatorCZ
- mega-veteran
- Posts: 282
- Joined: Mon Apr 21, 2014 8:32 pm
- Has thanked: 8 times
- Been thanked: 229 times
- Contact:
Re: Help me to translate this code
This looks like, it's base64 encoded.
There are plenty of base64 encoders/decoders online.
There are plenty of base64 encoders/decoders online.