-
Posts
548 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Brad Copp
-
Version 1.0.1
87 downloads
Player Boat Decay lets you tune player buildable boat global decay with straightforward configuration. Set how many minutes a boat takes to fully decay, and optionally add a “grace period” after last use before decay starts. Can easily reset back to vanilla and even apply updated settings without reloading plugin. Permissions playerboatdecay.admin Required to use the chat commands (if not server admin) Commands /boatdecay status Confirms current decay values /boatdecay reload Reloads the config, reapplies the global decay minutes immediately. Config notes Minutes to fully decay (-1 = vanilla): sets time to fully decay Minutes until decay starts (-1 = vanilla): sets how often after no interaction the decay starts Custom tick interval seconds: How often decay should tick when active Skip decay when indoors: optional ignor decay if boat is considered inside Log debug in console: prints decay details when enabled.$5.99 -
I probably over complicated this setting, but here's the explainer: "DeepSea Enabled" = Do you want Deep Sea ON or OFF? "Set DeepSea Enabled Flag" = This is permission for the plugin to change it, eg if you change setting and reload ^ If you want deepsea to be enabled (its default on all servers anyway, unless other plugin or server convar disabling), you would set true/true If you want deepsea to be disabled, set false/true
-
The ghost ships are most likely there, but not visible. Try disabling deepsea, reloading plugin then /deepsea close , after few minutes enable again, and run /deepsea open But i think you might be experiencing a game bug or known issue with Circular Networking. Similar to invisible patrol helis. If you have the circular networking plugin, remove it. If you use Carbon, disable circular networking Hopefully some more game patches coming soon.
-
Looks like both closing and opening is not very performant in general. The plugin levarages the vanilla behavior for opening and closing. There's a few complaints about this already with Facepunch. Most servers are seeing these spikes which can last up to few seconds. For me when testing, i notice a slight drop for about 1-4 seconds for both open/close. This can vary by server performance, map size, how much stuff you're spawning in deep sea. But even with minimal content it does that. There should be some hotfixes coming from facepunch over the next days including for other bugs. This update definitely wasn't ready to go. Im gonna keep an eye on things and if there is something that can be further improved on the plugin side, I will definitely include in updates, though at the moment best explanation is the classic 'Blame Facepunch'
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 1.0.1
-
Thanks for letting me know, please check update v1.0.1
-
Changed Status from Pending to Work in Progress
-
Should be like this, hope it makes sense If Allow Any Vehicle = true plugin allows all vehicles (subject to RequireBoat, passenger checks, extra-vehicle checks, etc.). If Allow Any Vehicle = false and AllowedVehiclePrefabs has entries, plugin enforces only those listed. Those not in list should be rejected If Allow Any Vehicle = false and AllowedVehiclePrefabs is empty, it falls back to vanilla ( it should respect whatever vanilla allows) For the player boat, i think its assets/prefabs/boat/playerboat.prefab
-
Good question. Not sure about the boat, havent really looked at it yet tbh. I think this is the scientist boats assets/content/vehicles/boats/rhib/rhib.deepsea.prefab assets/content/vehicles/boats/ptboat/ptboat.deepsea.prefab
-
Hello hid333 This is the type of config it's expecting: "Allowed Vehicle Prefabs": [ "assets/content/vehicles/boats/rowboat/rowboat.prefab", "assets/custom/littlebird.prefab", "assets/content/vehicles/minicopter/minicopter.entity.prefab" ]
-
Hey, hope you're well This might need a patch to ignore the planters in deep sea floating city (public planters players can pay to access)
-
This should be vanilla behavior, at least in testing, the portal does not close when restarting as long as there is still adequate time remaining. Recommend the AlwaysOpen setting with a high timer. My example config : "Schedule": { "Mode (Vanilla | AlwaysOpen | Disabled)": "AlwaysOpen", "Open Time Seconds (vanilla wipeDuration)": 999999.0, "Cooldown Seconds (time until next opening after closing)": 5400.0, "Final Phase Seconds (used for end weather/ramp)": 1800.0, "Radiation Warning Phase Seconds (entry blocked when time left is below this)": 300.0, "AlwaysOpen - Keep Time Left Around Seconds": 3600.0, "AlwaysOpen - Refill When Below Seconds": 600.0, "Disabled - Push Next Opening To Seconds": 9999999.0, "Set DeepSea Enabled Flag (restart may be required)": false, "DeepSea Enabled": true }, At the moment i cannot guarantee restart behavior as this is not handled by the plugin, so far deepsea remained open between restarts. I placed a few bases today, will let it sit for the whole day and check again after scheduled restart.
-
Hey @boostypunk Try and reopen the deepsea? /deepsea forceclose wait 3-5 min /deepsea forceopen or try my config and restart when convenient DeepSeaOptions.json