Jump to content

Forums

  1. News & Announcements

    1. News

      Blog posts, interesting news, and forum announcements.

      5k
      posts
  2. Project Zomboid

    1. PZ Updates

      Patch notes and announcement threads for PZ builds.

      22.2k
      posts
    2. General Discussions

      Just the general place to natter about zombie apocal-em-upse, Project Zomboid.

      66.2k
      posts
    3. Bug Reports

      Bugs go here. Please save us the time to translate all the posts in different languages and post them in English instead.

      16.9k
      posts
    4. PZ Support

      For any problems about purchasing, the actual running of the game, crash reports, etc.
      Bug reports go here (click).

      25.5k
      posts
    5. 22.3k
      posts
    6. 8.4k
      posts
    7. PZ Suggestions

      Got things you want to see in PZ? Post here! Tip: search to see if there's already an existing thread.

      55k
      posts
  3. PZ Modding

    1. Tutorials & Resources

      The place to learn and gather everything you could need for modding PZ!

      2.4k
      posts
    2. Mods

      Anything that alters gameplay mechanics or the UI and doesn't fit into the other categories.

      17.4k
      posts
    3. Items

      Weapons, food, recipes, clothes. All the items you need (or not) for survival.

      9.7k
      posts
    4. Mapping

      Visit exotic places.

      8.3k
      posts
    5. Mod Ideas and Requests

      For the creative minds and everyone else.

      2.8k
      posts
  4. General Games Development

    1. Indie Scene

      Talk about the Indie scene, promote your work, and get feedback about all aspects of game development!

      2.3k
      posts
  5. Other Discussions

    1. General Discussion

      Talk about anything you like!

      21.5k
      posts
    2. Forum Games & Activities

      Relax with some good ol' fashioned forum tomfoolery and creative fun!

      9.3k
      posts
  • Member Statistics

    48334
    Total Members
    2084
    Most Online
    Posh Spot
    Newest Member
    Posh Spot
    Joined
  • Who's Online   0 Members, 0 Anonymous, 33 Guests (See full list)

    • There are no registered users currently online
  • New Topics

  • 2316 The Ultimate Question!

    1. 1. Which is better: pancakes or waffles?


      • PANCAKES
      • WAFFLES

  • Posts

    • So I've been wondering why my game is massively underperforming in Linux lately to the point where I have to either enable Proton compatibility (terrible on my DE) or boot in Windows just to play modded since the game is unplayable with enough mods such as with Sophie's collection. After some profiling using perf, I found that a lot of time was spent on ZGC symbols and decided to discard the flag. The results were night and day, removing a lot of the stutterings I had when driving and leaving the game playable again.   For reference, here's the json file for my game:   { "mainClass": "zombie/gameStates/MainScreenState", "classpath": [ ".", "commons-compress-1.18.jar", "istack-commons-runtime.jar", "jassimp.jar", "javacord-2.0.17-shaded.jar", "javax.activation-api.jar", "jaxb-api.jar", "jaxb-runtime.jar", "lwjgl.jar", "lwjgl-natives-linux.jar", "lwjgl-glfw.jar", "lwjgl-glfw-natives-linux.jar", "lwjgl-jemalloc.jar", "lwjgl-jemalloc-natives-linux.jar", "lwjgl-opengl.jar", "lwjgl-opengl-natives-linux.jar", "lwjgl_util.jar", "sqlite-jdbc-3.27.2.1.jar", "trove-3.0.3.jar", "uncommons-maths-1.2.3.jar" ], "vmArgs": [ "-Djava.awt.headless=true", "-Xmx8g", "-Dzomboid.steam=1", "-Dzomboid.znetlog=1", "-Djava.library.path=linux64/:.", "-Djava.security.egd=file:/dev/./urandom", "-XX:-OmitStackTraceInFastThrow" ] }   I've also run some tests just to confirm if I was not exaggerating and plotted my FPS while driving around riverside on a brand new save both modded and not modded, with and without ZGC. The plot is attached. The points are instant FPS extracted from Mangohud using a single game execution, and lines are the average of all values.
    • Installed GOG version of linux PZ and it all works now. sorry about the post, consider this issue resolved now.
    • It looks like you have a lot of mods loaded. I would recommend you first make a backup of your save. After that, if you have issues with mods, try disabling them one by one or in batches to figure out which specific mod is causing the problems.
    • You would be correct with your last statement, the game works natively on Linux, you just need to make sure that you are not using the Proton compatibility layer on Steam for it, it is off by default.
    • what standard should i follow to translate this line? i has try follow that is available in the wiki but without success the line is this mod_shortname = "Take A_Bath_ModOptions",   local Fol_Take_A_Bath_Config = Fol_Take_A_Bath_Config local Fol_Take_A_Bath_ModOptions = { options = { ModDate_take_off_headwear = true, ModDate_take_off_clothes = true, ModDate_take_off_underWear = true, ModDate_take_off_backpack = true, ModDate_consume_water = 1, }, names = { ModDate_take_off_headwear = getText("IGUI_take_off_headwear"), ModDate_take_off_clothes = getText("IGUI_take_off_clothes"), ModDate_take_off_underWear = getText("IGUI_take_off_underWear"), ModDate_take_off_backpack = getText("IGUI_take_off_backpack"), ModDate_consume_water = getText("IGUI_consume_water"), }, mod_id = "fol_Take_A_Bath", mod_shortname = "Take A_Bath_ModOptions", // this need be translated } Fol_Take_A_Bath_Config.ModOptions = Fol_Take_A_Bath_ModOptions if ModOptions and ModOptions.getInstance then ModOptions:getInstance(Fol_Take_A_Bath_Config.ModOptions) do local ModDate_consume_water = Fol_Take_A_Bath_ModOptions.options_data.ModDate_consume_water table.insert(ModDate_consume_water, "0") table.insert(ModDate_consume_water, "20") table.insert(ModDate_consume_water, "40") table.insert(ModDate_consume_water, "60") table.insert(ModDate_consume_water, "80") table.insert(ModDate_consume_water, "100") end ModOptions:loadFile() end  
×
×
  • Create New...