-
Posts
1,615 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
Welcome
-
Changed Status from Work in Progress to Closed
-
Thanks for the report, update will be out soon.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Work in Progress to Closed Changed Fixed In from 1.1.14 to 1.1.13
-
I second this, the PumpJacks/Quarries output the same amount of product for 1 fuel regardless of diesel or LGF. It needs to be scaled if allowing LGF or it gives way too much as LGF is so easy to get a lot of. Otherwise the plugin is working great.
-
I've tested it just now, and it seems to be working as intended as far as I can tell. ServerRewards etc works fine too. However, for example on my servers, using diesel in both Pumpjack and Quarry seems to make more sense. I get 150 crude from 1 diesel or also from 1 LGF, so that seems broken as LGF is so easy to get compared to diesel. It would seem to need some scaling for the different fuels. But it is otherwise working fine.
- 196 comments
-
- 1
-
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Are you sure about this? In my tests, when you put just one fuel in, the quarry doesn't start. If you put more than one fuel in, it consumes one fuel the moment you toggle the quarry on. The quarry will then run for the time one fuel is set to last for on vanilla rates, even if you remove the remaining fuel. I don't know how long one fuel runs for as I didn't wait and see, but looking in the assembly it says the work done by one fuel is 1000. Maybe @Death will know what this equates to in time? Also, the quarry won't run on LGF anymore since the Facepunch update, unless your server isn't running the latest Rust server build perhaps?
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.5
-
Thanks for the report, all fixed.
-
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
The error is because of the facepunch changes to fuel for quarries being Diesel now, instead of Low Grade. For anyone who can't wait for the fix, just change line 221 in the plugin from: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "lowgradefuel" ); to: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "diesel_barrel" );
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Oh no! Thanks for the report, I will investigate and try and get a fix out ASAP.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
- 72 comments
-
- 1
-
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
Changed Status from Can't Reproduce to Closed Changed Fixed In from 1.2.3 to 1.2.4
-
I have sent you a message on Discord with a different version to try. I don't know what else to say, I have checked the code and it's good. Nobody else is reporting this issue. You have to be missing something else? I have loaded it onto 3 of my servers and its working perfectly on them for me and other players.
-
Nobody else is reporting the issue and I cannot reproduce this error on my test server. I don’t see anything on your screenshot, it appears blank. Did you delete the data file AFTER unloading the plugin? Can you please also give the other info I requested in my first reply?
-
Hey, thanks for the reply, in order for me to be able to help further can you please try and answer all my questions in more detail, providing the specific details I requested? For instance, what do you mean by reinstaling? Did you delete the data file first? If you can be more specific I can likely help you better. Thanks.
-
Version 1.1.3
399 downloads
Simple plugin to allow anyone using Server Rewards to wipe player RP with server wipe, which is a feature not available natively within the Server Rewards plugin. No permissions, simple config, takes seconds to set up. If enabled, the plugin is able to backup the player RP data file before resetting it. If something went wrong, or you didn't mean to wipe the data, it will be saved in "/path/to/your/oxide/data/ServerRewards/player_data-backup.json". NOTE: This saves on a rolling basis, so each time it saves it overwrites the backup. Please also note, some servers can startup quicker or slower than others, this can lead to ServerRewards not being fully loaded when this plugin looks for it or tries to wipe the RP. This can lead to the RP not being wiped. If you experience this issue, increase the "wipe delay" config option. Since plugin version 1.1.3, this delay was increased anyway to try and resolve this issue. But the option is there to change it yourself too if you wish to. Additional console command available to trigger a RP wipe at any time while server is running: clearrpdata Default Config: { "Options": { "Reset ServerRewards player RP on wipe": true, "Backup player RP before wiping": true, "Wipe delay (seconds) after server startup. Try increasing if RP wipe fails on startup": 30.0 }, "Version": { "Major": 1, "Minor": 1, "Patch": 3 } }Free- 6 comments
-
- #serverrewards
- #server rewards
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.2.3
-
Hi, thanks for the report. I am unable to reproduce this error. Can I ask if you were using a previous version of the plugin or was it a fresh install of the latest version? What is the chat message when you try and throw these nades? Are there any error messages in the server console? Did you try unloading the plugin, deleting the data file and reloading it? Are the Bradley and Heavy perms added successfully to you?
-
Required components not listed properly
ZEODE replied to BetterDeadThanZed's Support Request in Support
Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.11 -
Also broken for me, same error when using server rewards.