Jump to content

Alloc

Fun Pimps Staff
  • Posts

    1,538
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Alloc

  1. Stats are not at all related to events as stats simply aren't events
  2. Not sure what exactly is tracked internally but I'll have a look. I would *probably* make it a mod event so in order to get the actual output someone (maybe I) would have to add a simple mod that just prints that information. Depends on how much "spam" it would produce though. No, at least not for now. Might come in later when I've finally added some proper data store.
  3. Have looked it up but still don't completely get what crap IE does with that stuff again ... But I suppose it won't hurt. Will add it to my list. As we're talking about dedicated servers here it basically just saves the main.ttw and the currently loaded chunks. Player data is saved whenever the server receives an update in that data from the clients anyway. Regarding backups: Yes, if you would really create a copy of a file while it's partially written it could theoretically result in a corrupted backup. Quite unlikely though as both the save operation and file system copy operations should be short enough so you typically won't get them interferring. Sounds like it's a permission issue. Have you tried logging in with a Steam account that has permission level 0?
  4. Well, depending on what rendering engine you use it might be possible to intercept any outgoing requests and append the required parameters. If not ... well, that would mean you're more or less out of options then
  5. Actually in theory tokens can be used for everything that can be accessed via HTTP. But they aren't meant for frontend use. So the limitation is that *every request* made has to have to parameters appended. In your case you only made the request for the HTML with the token so that file was delivered as if you had permission level 0 (of course not making any difference at all for the HTML as it's a static public file anyway ). All requests your browser makes to further resources, especially the Maptile and API requests don't have those parameters and are treated like any other public non-logged in request.
  6. You'll have to talk to your providee, that's nothing Inhave any say in.
  7. Those outputs don't look like they were from the latest mod release though.
  8. Filtering *should* work just "fine" too. It's not nice yet so you'll have to enter "true" or "false" in the filter box but at least it does work for me
  9. Just only tick the "online playsrs" box and not the one for offline?
  10. Thanks, I suppose I know what it is (after all I changed the game code that probably broke this in the first place ^^). Thoufht this change had already been in 14.7 so didn't think it was broken now... Update tomorrow or monday.
  11. If I got that right you're saying that you're not seeing as many offline players as there should be? Have you reset anything? Changed seed name? The data is stored in the save folder so if that folder changed (or got deleted) it will no longer know about those. Could also be a bug but without the log ...
  12. Windows is indeed 64 bit only, Linux has both by now. (And yes, any 32 bit program can use an absolute maximum of 4 GiB of RAM, no matter the host. In reality it's even a bit less due to stuff that has to be mapped into the programs address space that's not actual "program data")
  13. No idea currently. Haven't investigated any further on this either though. Not really mine but normally I'd have a look ... as we're approaching A15 though I'd just wait until this happens again with that release instead of spending time right now on an issue that might already be fixed No idea, haven't looked into those changes yet. But I'd actually doubt it Would require a bit of a redesign as currently it simply does one long run on the main thread so nothing else can do its work in between. Possible: Yes. Likely: maybe later on
  14. That STOP_WAIT is for the stop-command. It's the timeout before it force-kills the process. The backup thing doesn't do anything about starting/stopping/whatever an instance. It will simply ask rsync to copy the files. I'm using it on an hourly schedule and so far didn't ever run into any issue with that.
  15. It should indeed be in the instance-folder, being either a "Navezgane" or "Random Gen" subfolder. If it's really not there then something is wonky, a log might help. Default location of the game if it's not overridden at all would be ~/.local/share/7DaysToDie.
  16. Chat: Will definitely come at some point. Storages: Might be, probably only for storages within currently loaded chunks though.
  17. I had actually prepared for this but forgot to actually add the required code afterwards ... This will be in the next update, so you will be able to specify the option "hideOnStart: true" in for the tab-setup in index.js.
  18. @Guppy: Not what he wants, i.e. specifying where you may teleport to for individual users. @Lonestarcanuck: This mod is intended to mostly provide administrative features. What you're after is high level enduser features, so that's more for another mod. Wonder though why anyone would want normal users to be allowed to teleport anyway ... Always felt that would lower the fun playing the game
  19. Might be the Unity "do everything on the main-thread or I'm gonna randomly crash" thing. If that's it it will be fixed with the A15 mod version. Check out coppi's mod for this stuff.
  20. Hm, too bad, nothing in the logs about that either
  21. If the chunk is unloaded (which it should when no one is around) they should theoretically be unloaded, yes.
  22. If you get this again can you please check the coordinate of the zombie shown and send me both log + that coord please?
  23. You'll have to ask the authors about that. Unfortunately that's not possible. Also not planned to add something like this as in future mod control should be part of the server config anyway. No idea, but others might chime in on this one
  24. If you get another such log (> 1 GiB I'd say) I wouldn't mind having a look if you can provide it
  25. Ok, then please create a new thread in bugs and PM me the link. This is definitely not about the server mod and will only clutter this topic. Also I'm seeing two things here: You said you got crashes of the server but lately you've been talking about loading issues. Please detail both more in that topic, as well as ideally provide multiple logs of the crashes. Also, if the loading issue is reproducible by a player being around a certain location please upload that region file and give me the coordinates where this happens.
×
×
  • Create New...