-
Posts
3,684 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
- 1,296 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 201 comments
-
How to change the base item of what a Token is?
imthenewguy replied to Dovic's Support Request in Support
You can't change it into a med syringe as they interact very differently -
- 144 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 144 comments
-
- 1
-
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 78 comments
-
- #vip
- #monetization
-
(and 2 more)
Tagged with:
-
- 1,296 comments
-
- 3
-
-
-
- #leveling
- #progression
- (and 19 more)
-
Sorry have been on a 12 hour drive back home. Patching now.
-
I tested on my server with the map pack, and I have no issues with it selecting random maps.
-
Question on gather sources (BerryBush)
imthenewguy replied to Fusion 3.64's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Question on gather sources (BerryBush)
imthenewguy replied to Fusion 3.64's Support Request in Support
Unfortunately it is only the BerryBush entity itself. It does not separate them into different types. -
If you type the /survivalarena command into chat, do all of the arenas appear?
-
It should be picking a random arena. string GetRandomArena() { List<string> arenas = Pool.GetList<string>(); arenas.AddRange(Arenas.Keys); var name = arenas.GetRandom(); Pool.FreeList(ref arenas); return name; } It uses .net's native GetRandom method to pick a random arena by name.
-
I think I found the issue. Should be fixed in the next release.
-
- 1,296 comments
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Ignored unexpected plugin compilation failure: SkillTree
imthenewguy replied to SugarHunny's Support Request in Support
Harmony is Rust's native modding environment. Oxide work. Acquire 0Harmony.dll and add it to your server in the RustDedicated_Data\Managed\ folder. Should be no reason that you delete it from your server since it works with oxide, and a lot of devs can use it to optimize plugins and access parts of the library that oxide hasn't added hooks to/made public. -
- 144 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
Changed Status from Pending to Closed
-
No, you will need to play with the values in the config.
-
I can't answer that as I don't use/have never used XPerience. SkillTree unsubs from hooks that aren't necessary at the time (ie a player hasnt unlocked a skill that would require SkillTree to monitor mounting a vehicle etc, so we don't watch the hook). That being said, There are over 100 unique skills and loads of xp methods so it's a heavy plugin. It's the kind of plugin you would base your server around.
- 1,296 comments
-
- #leveling
- #progression
- (and 19 more)