ZLevelsRemastered

Moved

Total Downloads: 41,383 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018

5/5, 127 likes
  1. What can i edit to move the bars? I would like to move them to the exact same point you have in the photo.
     
  2. On the example screen its already the default...but the CUI dimensions differ on greater or smaller screen-resolutions. Thats not adjustable from within-serverside
     
  3. This not gived me clue how to move ZLevel HUD
     
  4. Aww, that sucks. Im running 1920x1080 and the end of the bars are in the players stats.
     
  5. same here.. this is reason why I want to have above default game HUD.. would be perfect if we have option move it to any position X/Y
     
  6. I've seen the same question asked time and time again on this thread... "how do I move the GUI/HUD/Bars" etc..

    Play with these damn numbers here: server -> oxide -> config -> ZLevelsRemastered.json.
    Code:
      "CUI": {
        "Bounds": {
          "HeightLower": "0.020",
          "HeightUpper": "0.135",
          "WidthLeft": "0.70",
          "WidthRight": "0.840"
        },
    That's literally all you need. Play with those and figure it out. After you update the numbers go into the in-game console and type "oxide.reload ZLevelsRemastered" and BOOM it updates without having to reset the server.
     
  7. Problem is, iv'e played with those damn numbers and they didn't change anything.
     
  8. Here, for 1080p resolution:

    "Bounds": {
    "HeightLower": "0.018",
    "HeightUpper": "0.15",
    "WidthLeft": "0.67",
    "WidthRight": "0.810"

    Save after u change numbers and reload plugin.
     
  9. Thanks for help
     
  10. Hello . How to change the names woodcutting and other to put them in french thanks
     
  11. /server/identity/oxide/lang/en

    open file : ZLevelsRemastered.json

    and change names (those are mine xD):

    "WCSkill": "Timberman",
    "MSkill": "Miner",
    "SSkill": "Butcher",
    "CSkill": "Craftsman",
    "ASkill": "Collector",

    save file and reload plugin.
     
  12. Ah yes . OK, thanks
     
  13. I have a question. Can i edit the LevelCap and the %Bonus ? if yes, how ? :D
     
  14. Those things can all be changed in the generated config file.
     
  15. What is the command to reload the plugin?
     
  16. reload ZLevelsRemastered
     
  17. Suggestion: Add the ability to gain a percentage of someone elses levels if you kill them.

    Lunch Killed Resistance. Lunch gained 10 levels from Resistance.
     
  18. Hello! Where in the config can I edit the %bonus?
     
    Last edited by a moderator: Feb 23, 2017
  19. Code:
        "ResourcePerLevelMultiplier": {
          "A": 2.0,
          "M": 2.0,
          "S": 2.0,
          "WC": 2.0
        },
    2.0 = 20%
    0.2 = 2%
     
  20. Thank you so much! <3 I was searching for a week and almost gived up.