ZLevelsRemastered

Moved

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

5/5, 127 likes
  1. can someone give me some better explanation for the config?
    in my case the level ups are way to fast and i dont know which values are nessesary
     
  2. >>> ZLevels Remastered | Page 73 | Oxide
     
  3. Thanks for the replies man, its appreciated.

    Anyway I can take a snapshot of the data? Like an echo of everyones stats? Just looking for a way to protect peoples stats, even if they have to be manually re-entered later (is manually adjusting an option - I guess not?)

    Any plans for xp bonus for cloning, planting?

    Instead of increase movement, what about an xp boost for all stats after X distance is traveled? That must be calculable on server side.

    Just throwing those ideas out there.

    Love it so far, adds a really fun layer to the game.

    Best plugin for me so far.
    Thanks for your time.
     
  4. Yes you can. There is a program called DB Browser which allows you to open .db files (where the data for older versions were stored). Here is the link: DB Browser for SQLite

    You can download either the installer version or the portable version (which does not need to be installed). Then you can open the .db file and browse the table where the data is stored. From there you can just manually increase all players levels for all stats using the built-in commands. Word of caution, it will be boring and tedious lol. :D
     
  5. Hey thats awesome insight. Do you know where in the server folders the .db file is for that plugin? I didn't go crawling but will later tonight.

    I use mysql and phpmyadmin all the time, so using the db should be fine once I find it. Must be a common spot, honestly, haven't really searched that specifically because I didn't know it was a db file.

    Plus its a small server, hopefully for more consistent dedicated users.

    Thanks!
     
  6. Code:
    ~/oxide/data/ZLevelsRemastered.db
     
  7. @Fujikura - Has your Oxide Forum rank increased recently? It's "grenade master" now but I can't think if it has been like that for a while or if it's new. :/
     
  8. Already reached the olymp :p ..max rank and max trophy points
     
  9. Awesome, Im grabbing that tonight and scheduling backups for it.
     
  10. Weirdly, I just noticed that mine has now gone up to master researcher. :D
     
  11. You reached 100 likes ;)
     
  12. How can put it left screen
     
  13. In the json file I think you can alter the coordinates to change the position on screen that the stats sit. How to determine what to set the numbers to, not sure.

    edit: it may have been the .cs file I forget.
     
  14. Question about those numbers for colors.

    Can you switch them to hex or better, rgba. It looks rgba but I dont see how to enter that vs something like rgba(255,255,255,0.7)
     
  15. Either use what you see or if you want to use diff coding then google the info
     
  16. its samee like rgba, but only with another number format.
    255=1=ff or 1=0.004=01
     
  17. Ok cool, Ill have to find out how to convert that - I dont know the name of that format. But Im sure there a converter or picker.