1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Bug/Issue Low FPS

Discussion in 'Starbound Support' started by batur123, Jul 23, 2016.

  1. batur123

    batur123 Space Hobo

    I was getting 25-30 fps. In v1.0 its get 2-3 fps why ? How can i fix it
     
  2. rhomboid

    rhomboid 0118 999 881 99 9119 725... 3

    moved to starbound support
     
  3. Thomas the Dank Engine

    Thomas the Dank Engine Poptop Tamer

    I was told that the 1.0 update would optimize the game but now I lose 20-30 fps every time I hit an enemy, I've never played a game this unstable, and the worst part is now it's finally released and I and many others still feel like we have an unfinished product.
     
    ogdred and PixelStar like this.
  4. batur123

    batur123 Space Hobo

    Game need to optimize the game for low computers. I'm playing the game for 1 years and now i cant play... Its too bad
     
    ogdred, chocosamara and ErebusAmauro like this.
  5. ErebusAmauro

    ErebusAmauro Astral Cartographer

    Same here. Totally unplayable.
     
  6. PerfektFA

    PerfektFA Scruffy Nerf-Herder

    Okay, so, I have a laptop with an R5 graphics card, quad core processor, and 12GB of RAM. Game runs suuuuper slow for me. Past versions had the frameskip option, but it's lacking in this version for some reason.

    However, if you open the config file for the game, and above the line: "maxPlayers" : 8,

    Add this line: "maxFrameSkip" : 10,

    It'll speed it up. Feel free to play with the amount of frames you skip. 10 works great for me, but might be a bit high for some people. So far, it seems to have sped up my game a lot. Hope it works for others!
     
    Last edited: Jul 24, 2016
    ErebusAmauro likes this.
  7. Thomas the Dank Engine

    Thomas the Dank Engine Poptop Tamer

    Whats frameskip
     
  8. JertsukkaTheMan

    JertsukkaTheMan Scruffy Nerf-Herder

    Whenever I try that, it just resets the config file thus it doesn't work (for me at least)
     
  9. PerfektFA

    PerfektFA Scruffy Nerf-Herder

    That's odd. Didn't reset it for me. :\

    It skips rendering frames, which speeds it up on slower machines. If you don't skip the frames, it renders really slow and it's like you're underwater.
     
  10. JertsukkaTheMan

    JertsukkaTheMan Scruffy Nerf-Herder

    Everything resets basically. When I add that in the config and start the game, it resets the config file and gives them the standard values.
     
  11. PerfektFA

    PerfektFA Scruffy Nerf-Herder

    I'm pretty sure it's not supposed to be doing that. I dunno how to stop it, but I haven't had it reset any of my settings. Maybe try deleting the config file, then running the game, let it create a new one, close the game, change the values, and see?
     
  12. JertsukkaTheMan

    JertsukkaTheMan Scruffy Nerf-Herder

    Which is what I tried after I noticed it was resetting the values. Didn't help at all.
    EDIT: Are you sure the command is indeed "maxFrameSkip" or is it something else?
     
    Last edited: Jul 24, 2016
  13. R_C_A^

    R_C_A^ Pangalactic Porcupine

    I get enough frames in most places i can enjoy it, and my PC is old as dirt. One thing that hurts though is the erchius mine mission, first time it crashed when i tried it, 2nd time it loaded in but the world took ages to load in and frames where horrible. It eventualy did load in and i finished it fine. Surprisingly the outpost isn't as bad anymore and the navigation screen loads fast now. So some optimization for the missions is needed from what iv seen so far(im not too far along yet though, other missions i have yet to see)
     
  14. PerfektFA

    PerfektFA Scruffy Nerf-Herder

    I pulled it directly from the config file in the giraffe_storage folder that's still, for some reason, part of the install. Here's my config file:

    Code:
    {
      "allowAdminCommands" : true,
      "allowAdminCommandsFromAnyone" : false,
      "allowAnonymousConnections" : true,
      "allowAssetsMismatch" : false,
      "anonymousConnectionsAreAdmin" : false,
      "audioChannelSeparation" : [-25, 25],
      "bannedIPs" : [],
      "bannedUuids" : [],
      "bindings" : {
        "CameraShift" : [{
            "mods" : [],
            "type" : "key",
            "value" : "RCtrl"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "LCtrl"
          }],
        "ChatBegin" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Return"
          }],
        "ChatBeginCommand" : [{
            "mods" : [],
            "type" : "key",
            "value" : "/"
          }],
        "ChatNextLine" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Down"
          }],
        "ChatPageDown" : [{
            "mods" : [],
            "type" : "key",
            "value" : "PageDown"
          }],
        "ChatPageUp" : [{
            "mods" : [],
            "type" : "key",
            "value" : "PageUp"
          }],
        "ChatPreviousLine" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Up"
          }],
        "ChatSendLine" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Return"
          }],
        "ChatStop" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }],
        "CinematicNext" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Right"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "Return"
          }],
        "CinematicSkip" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }],
        "CockpitDown" : [{
            "mods" : [],
            "type" : "key",
            "value" : "S"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "Down"
          }],
        "CockpitLeft" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Left"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "A"
          }],
        "CockpitRight" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Right"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "D"
          }],
        "CockpitUp" : [{
            "mods" : [],
            "type" : "key",
            "value" : "W"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "Up"
          }],
        "EmoteAnnoyed" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Right"
          }],
        "EmoteBlabbering" : [{
            "mods" : ["LCtrl", "LShift"],
            "type" : "key",
            "value" : "Right"
          }],
        "EmoteBlink" : [{
            "mods" : ["LCtrl"],
            "type" : "key",
            "value" : "Up"
          }],
        "EmoteEat" : [{
            "mods" : ["LCtrl", "LShift"],
            "type" : "key",
            "value" : "Down"
          }],
        "EmoteHappy" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Up"
          }],
        "EmoteLaugh" : [{
            "mods" : ["LCtrl"],
            "type" : "key",
            "value" : "Left"
          }],
        "EmoteNeutral" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Left"
          }],
        "EmoteOh" : [{
            "mods" : ["LCtrl"],
            "type" : "key",
            "value" : "Right"
          }],
        "EmoteOooh" : [{
            "mods" : ["LCtrl"],
            "type" : "key",
            "value" : "Down"
          }],
        "EmoteSad" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Down"
          }],
        "EmoteShouting" : [{
            "mods" : ["LCtrl", "LAlt"],
            "type" : "key",
            "value" : "Up"
          }],
        "EmoteSleep" : [{
            "mods" : ["LCtrl", "LShift"],
            "type" : "key",
            "value" : "Left"
          }],
        "EmoteWink" : [{
            "mods" : ["LCtrl", "LShift"],
            "type" : "key",
            "value" : "Up"
          }],
        "EssentialBar1" : [{
            "mods" : [],
            "type" : "key",
            "value" : "R"
          }],
        "EssentialBar2" : [{
            "mods" : [],
            "type" : "key",
            "value" : "T"
          }],
        "EssentialBar3" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Y"
          }],
        "EssentialBar4" : [{
            "mods" : [],
            "type" : "key",
            "value" : "N"
          }],
        "GuiClose" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }],
        "GuiShifting" : [{
            "mods" : [],
            "type" : "key",
            "value" : "RShift"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "LShift"
          }],
        "InterfaceBar1" : [{
            "mods" : [],
            "type" : "key",
            "value" : "1"
          }],
        "InterfaceBar10" : [],
        "InterfaceBar2" : [{
            "mods" : [],
            "type" : "key",
            "value" : "2"
          }],
        "InterfaceBar3" : [{
            "mods" : [],
            "type" : "key",
            "value" : "3"
          }],
        "InterfaceBar4" : [{
            "mods" : [],
            "type" : "key",
            "value" : "4"
          }],
        "InterfaceBar5" : [{
            "mods" : [],
            "type" : "key",
            "value" : "5"
          }],
        "InterfaceBar6" : [{
            "mods" : [],
            "type" : "key",
            "value" : "6"
          }],
        "InterfaceBar7" : [],
        "InterfaceBar8" : [],
        "InterfaceBar9" : [],
        "InterfaceChangeBarGroup" : [{
            "mods" : [],
            "type" : "key",
            "value" : "X"
          }],
        "InterfaceCodex" : [{
            "mods" : [],
            "type" : "key",
            "value" : "L"
          }],
        "InterfaceCrafting" : [{
            "mods" : [],
            "type" : "key",
            "value" : "C"
          }],
        "InterfaceDeselectHands" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Z"
          }],
        "InterfaceEscapeMenu" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }],
        "InterfaceHideHud" : [{
            "mods" : ["LAlt"],
            "type" : "key",
            "value" : "Z"
          }],
        "InterfaceInventory" : [{
            "mods" : [],
            "type" : "key",
            "value" : "I"
          }],
        "InterfaceQuest" : [{
            "mods" : [],
            "type" : "key",
            "value" : "J"
          }],
        "InterfaceReload" : [{
            "mods" : [],
            "type" : "key",
            "value" : "F8"
          }],
        "InterfaceRepeatCommand" : [{
            "mods" : [],
            "type" : "key",
            "value" : "P"
          }],
        "InterfaceShowHelp" : [{
            "mods" : [],
            "type" : "key",
            "value" : "F1"
          }],
        "InterfaceToggleFullscreen" : [{
            "mods" : [],
            "type" : "key",
            "value" : "F11"
          }],
        "KeybindingCancel" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }],
        "KeybindingClear" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Del"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "Backspace"
          }],
        "PlayerDown" : [{
            "mods" : [],
            "type" : "key",
            "value" : "S"
          }],
        "PlayerDropItem" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Q"
          }],
        "PlayerInteract" : [{
            "mods" : [],
            "type" : "key",
            "value" : "E"
          }],
        "PlayerJump" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Space"
          }],
        "PlayerLeft" : [{
            "mods" : [],
            "type" : "key",
            "value" : "A"
          }],
        "PlayerRight" : [{
            "mods" : [],
            "type" : "key",
            "value" : "D"
          }],
        "PlayerShifting" : [{
            "mods" : [],
            "type" : "key",
            "value" : "RShift"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "LShift"
          }],
        "PlayerTechAction1" : [{
            "mods" : [],
            "type" : "key",
            "value" : "F"
          }],
        "PlayerTechAction2" : [],
        "PlayerTechAction3" : [],
        "PlayerUp" : [{
            "mods" : [],
            "type" : "key",
            "value" : "W"
          }],
        "ShowLabels" : [{
            "mods" : [],
            "type" : "key",
            "value" : "RAlt"
          }, {
            "mods" : [],
            "type" : "key",
            "value" : "LAlt"
          }],
        "TitleBack" : [{
            "mods" : [],
            "type" : "key",
            "value" : "Esc"
          }]
      },
      "checkAssetsDigest" : false,
      "clearPlayerFiles" : false,
      "clearUniverseFiles" : false,
      "clientIPJoinable" : false,
      "clientP2PJoinable" : true,
      "configurationVersion" : {
        "basic" : 1,
        "client" : 5
      },
      "crafting" : {
        "filterHaveMaterials" : false
      },
      "fullscreen" : false,
      "fullscreenResolution" : [1920, 1080],
      "gameServerBind" : "*",
      "gameServerPort" : 21025,
      "interactiveHighlight" : false,
      "inventory" : {
        "pickupToActionBar" : true
      },
      "maxFrameSkip" : 10,
      "maxPlayers" : 8,
      "maxTeamSize" : 4,
      "maximized" : true,
      "musicVol" : 0,
      "playerBackupFileCount" : 3,
      "queryServerBind" : "*",
      "rconServerBind" : "*",
      "renderSleep" : true,
      "safeScripts" : true,
      "scriptInstructionLimit" : 10000000,
      "scriptInstructionMeasureInterval" : 10000,
      "scriptProfilingEnabled" : false,
      "scriptRecursionLimit" : 100,
      "serverFidelity" : "automatic",
      "serverName" : "A Starbound Server",
      "serverUsers" : {
      },
      "sfxVol" : 100,
      "speechBubbles" : true,
      "title" : {
        "multiPlayerAccount" : "",
        "multiPlayerAddress" : "45.35.15.133",
        "multiPlayerPort" : ""
      },
      "tutorialMessages" : true,
      "vsync" : false,
      "windowedResolution" : [1600, 837],
      "zoomLevel" : 2
    }
     
    Maveden and ErebusAmauro like this.
  15. Thomas the Dank Engine

    Thomas the Dank Engine Poptop Tamer

    But it's just starbound that does this for me, in no other game I have played do frames drop like they do here
     
  16. ErebusAmauro

    ErebusAmauro Astral Cartographer

    Tried this. Before, I tried to put the frameskip line and also change vsync to false. Nothing of this worked for me. Before the 1.0 the game rans way more smooth. I just cannot understand why this happens.
     
  17. IMN666

    IMN666 Void-Bound Voyager

    this is ridiculous. the frame rate is so bad even the most basic of monsters are killing me because the game isn't responding quickly enough. c'mon chucklefish, lets fix this so i can actually play
     
  18. survival

    survival Poptop Tamer

    Looky what we have here -3-

    https://twitter.com/StarboundGame/status/757578602598768640
     
  19. batur123

    batur123 Space Hobo

    Game need to Graphic Settings for Low computers. Need to remove graphics , particles , shadows , backgrounds. Now i cant play this game. I'm waiting optimization. I have Pentium Dual Core 3.0ghz Mothercard and Onboard Graphic Card. Now i cant play. Its too bad
     
  20. Piemanlives

    Piemanlives Subatomic Cosmonaut

Share This Page