-
Posts
669 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mals
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 11 comments
-
- #gather
- #gathering
- (and 12 more)
-
-
-
Recommended for any "easy mode" servers wanting to take the tedium out of rust. Players love getting cooked meat, smelted items by default. Excellent quality of life plugin to make it some players do not need as many stoves or furnaces in their base. Highly recommend changing line 31 to turn off Charcoal from wood as this not what most players will want on by default. That really should be a config per item for the setting: "OnByDefault".
- 10 comments
-
- 1
-
-
- #rust
- #mechanics
-
(and 6 more)
Tagged with:
-
The default json generated in the HarmonyMods folder and is all on one line.Oxidation.Modded.X.json Your other harmony mod go to HarmonyConfig and are formatted. Noticed some new messages too: FileNotFoundException: Could not load file or assembly 'Facepunch.Steamworks.Posix, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. ileNotFoundException: Could not load file or assembly 'Facepunch.Steamworks.Posix, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. I am running on a Windows machine.
- 11 comments
-
- 1
-
-
- #gather
- #gathering
- (and 12 more)
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Do you realise it is two different plugins, two different authors? They do not overlap, so you are effectively configuring each "container" once. It would be ideal if there was one master configuration across all plugins, but since this is effectively creating new container types that is out of scope for existing plugins. You would need to get the AlphaLoot to alter its code to support this plugin, not the other way around. I would suggest it is unlikely.
-
change this line 317: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Where(x => !x.IsAdmin).Select(player => player)).ToList(); to: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Select(player => player)).ToList(); and line 348 as well. I believe that takes out the admin filter. But normally Admins on most servers do not play, and do not get things, thus this design choice. Perhaps they might consider adding a config option for this?
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 95 comments
-
- #panel
- #infopanel
- (and 4 more)
-
same for me looks like it needs an update to the latest version of oxide.
-
- 99 comments
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 10 comments
-
- #rust
- #mechanics
-
(and 6 more)
Tagged with:
-