-
Posts
4,661 -
Joined
-
Last visited
-
Days Won
58
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 52 comments
-
- #competition
- #event
- (and 6 more)
-
Sorry I just realized you can change the hex colours in the lang file for these. ["AwarenessCorpse"] = "<color=#ffdc00>Corpse</color>", ["AwarenessBag"] = "<color=#ffdc00>Bag</color>", ["AwarenessAnimal"] = "<color=#ffdc00>Animal</color>", ["AwarenessHumannpc"] = "<color=#ffdc00>Human npc</color>", ["AwarenessItem"] = "<color=#ffdc00>Item</color>", ["AwarenessText"] = "<size=12>{0}</size>", ["AwarenessDescription"] = "<color=#ffff00>Tracked:</color> <color=#ffffff>{0}</color>",
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- 4
-
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Nah it uses a bool to determine if it's night time: TOD_Sky.Instance.IsNight Nah I don't think so, not if it's only happening to players with the instant untie skill. Submit a support ticket on here and see if you can grab a video recording for me so I can understand what is taking place. Ideally a recording showing the crates untying without the skill, then untying with.
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
Do you have another plugin messing with the crates? The skill adds a behaviour to the player that ray casts what the player is looking at when they are underwater and the use button is down. If it finds a FreeableLootContainer it sets the buoyancy scale to 1 and disables kinematic on the rigid body so it floats to the surface. Try it with all other plugins unloaded to see if the issue persists.
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
You could give them the admin roles. It can be started via console, so if you have a shop plugin you could allow players to purchase the event to start it or something (running the console command). The maps for ZombieInfection, Paintball and (soon to released) King of the hill are all compatible with gun game. Just throw the json map file into the GunGame folder in data. The _Universal version.
-
- 34 comments
-
- 1
-
-
- 34 comments
-
You can follow the video for creating a custom skill. You could then add a custom level reward to give the permission to open a backpack after a set level. "List of rewards the player receives based on level": { "20": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "o.grant user {id} backpacks.use": "You unlocked the backpack" }, "List of commands that are fired off when the player data is reset": [ "o.revoke user {id} backpacks.use" ] } }, and you can create custom skills and set a level requirement to unlock them as well, by setting: "Minimum player level required to unlock this node": 0,
- 1,531 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
It's deployed on a large number of servers. It's by no means perfect and I tweak optimization as I find better ways to handle things, and there are very little complaints on server performance. It's a plugin that touches a large number of hooks in oxide, so it will always be a heavier plugin (like raidable bases), but it runs on servers with pop counts of 100+, so do with that info as you will.
- 1,531 comments
-
- 2
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,531 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 43 comments
-
- #skilltree
- #event
-
(and 4 more)
Tagged with:
