Is there any chance or prospect to manage "UPKEEP" in Rust by Oxide? I haven't found any plugin about that so far.
Actually I find "UPKEEP" as a great new feature to make Rust more realistic but it would be great to have "something" to manage it.
Managing/changing cupboard upkeep?
Discussion in 'Rust Development' started by Fruhling, Dec 21, 2017.
-
I think you should post this here: Plugin Requests
-
Well I could create one by myself. My question is: any idea how to use existing Oxide RustPlugin to modify this new feature?
Sorry, I'm a beginner. Maybe I just need some tiny hint... -
Hope this helps:
Code:ConVar.Decay.upkeep_heal_scale = 2f;
-
Great. Thank you!