-
Posts
3,334 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi, At present, no. It's something I might add in future, though.
-
Hi, Thanks for letting me know. I'll get it sorted.
- 1 reply
-
- 1
-
-
@LosGranada, perhaps @Meventcould take a look at a full server log from a startup where you experienced the issue? It may be there are error messages giving clues to what's happened here. If you don't have full server logging enabled you can add -logfile "serverlog.txt" to your startup script.
-
Custom Profile not spawning after daily restarts
Steenamaroo replied to RustyJ's Support Request in Support
aimanager.nav_wait "false" can be changed to "true" It means your server startup will take a little bit longer, but navmesh generation will be complete by the time the server is live, which means npcs will be able to spawn straight away. I really should just write a delay into BotSpawn... 🤔 -
Hi, I'll check it out but if there's a problem you're the first to let me know. It'd be worth checking in UI to make sure your rewards/multipliers are still set up correctly, and also checking that player permissions haven't been wiped. Perms are required for each reward category so if server perms got wiped that would effectively disable the plugin.
-
Custom Profile not spawning after daily restarts
Steenamaroo replied to RustyJ's Support Request in Support
Hi, I'm not sure if navmesh loads gradually in sections or becomes live all at once but it would be worth checking if nav_wait is false and, if so, setting it to true. -
Hi, I meant to say thanks for reporting. There's an update coming soon with a few different fixes. Hopefully that'll be one of them. 🙂
-
Hi, Have you got maxstack or minstack set to 0 or less for MininQuarry in one of your loot tables? Edit: Oh, you said that in the title. Set min to 1 for now and I'll patch it in the next version. Thanks.
-
Hi, The convention is to use true/null in hooks where non-null cancels the action. If you use false, or any other non-null object your plugin will still achieve the desired result but will throw conflict warnings like you're seeing.
- 1 reply
-
- 1
-
-
My pleasure. 😂
-
Hi, It's PlaytimeTracker, I'm afraid, looking up data in a null object.
-
Hi, Can you check the data file day + night spawn amounts for Abandoned Supermarket 0, and 1? At present there's no way to tell which is which when there are multiples of a monument, other than disabling all but one then flying around to check, but the next version will have a 'show' command that displays profile names in-game temporarily. I'm wondering if Supermarket 0 or 1 is calling for more npcs, and that's where you are or if, somehow, all the npcs for Supermarket 0,1 and 2 are all spawning at the same place? I'll look into it. Thanks.
-
- 31 comments
-
- 2
-
-
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
I'll monitor the damage types from jackhammer and see what it shows. Maybe it works intermittently or something. -
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
Hi, Just tested - I'm getting rewards for both of those corpses with jackhammer. I don't think I've changed anything relevant but if you're 100% sure it's not working consider it fixed in the next version. -
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
Alright, thanks for letting me know. -
Custom spawn points but on which Supermarket, Gas Station, Mining Outpost
Steenamaroo replied to bulld0zer's Support Request in Support
Hey, No, you're quite right. There's no straight forward way to tell them apart. I'll address it soon. Thanks.