• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] Smooth 60 FPS camera

  • 5
    Posts
    5
    Years
    Hey all! I'm creating a pokemon game and it looks like laggy when I'm playing normal speed.

    I've been watching other fangames and they seem to have a fluid movement as if they are at 60 fps or something like that. My question is: Is there any way to make the camera looks smooth or fluid?
    Thanks

    By the way, I have in "main" section 60fps frame rate, but i don't see change:
    MAIN
    Graphics.transition(0)
    Graphics.frame_rate = 60
    sscene=PokemonLoadScene.new
    sscreen=PokemonLoad.new(sscene)
    sscreen.pbStartLoadScreen
    Graphics.freeze
     
    So the issue comes to be RMXP it self , depending on your pc you could only be getting less than 60 FPS .
    You could try using this as a client instead to see if it changes anything for you

    Thanks!!
    I have solved the problem. I changed on turbo's function FPS when the game is "normal speed" at 60FPS, before was 40 FPS
     
    Back
    Top