Giter VIP home page Giter VIP logo

bowied.unturned.assetexpander's Introduction

Asset expander for Unturned 3

This plugin includes default asset expansions to add some missing methods/fields on server-side

You can think of this plugin as of what i would add to Unturned if i would work on it

Custom Fields

Asset Type Field Name Field Type Description Requirement Source
Item Thirst byte Decreases players water value None Issue 1522 in Unturned 3.x Community
Item Starve byte Decreases players satiety None Issue 1522 in Unturned 3.x Community
Item Tire byte Decreases players stamina None Issue 1522 in Unturned 3.x Community
Item Lifesteal float Heals the player by specified amount when they attack players, zombies or animals. None Issue 1969 in Unturned 3.x Community
Item Lifesteal_Min float Specifies minimum for lifesteal (e.g. if lifesteal must heal 1 hp, but you've set this field to 2, it will heal 2 hp) None Issue 1969 in Unturned 3.x Community
Item Lifesteal_Max float Specifies maximum for lifesteal (e.g. if lifesteal must heal 150 hp, but you've set this field to 50, it will heal 50 hp) None Issue 1969 in Unturned 3.x Community
Item Proof_Acid tag Works only for shirt and pants. If both shirt and pants have this tag player will be immune to acid None Issue 1846 in Unturned 3.x Community
Item Disable_Backpack tag Works for every piece of clothing except for backpack for obvious reasons. None Dumfoozler
Item Disable_Backpack_Bypass tag Applied to every piece of clothing. Bypasses 'Disable_Backpack' None Dumfoozler
Item Player_Speed float Modifies player speed multiplier when item is held. Value is between '0.01' and max float value None DerpyHoowes
Vehicle Hook_Radius float Specifies distance that is used to determine which vehicles to hook. 0Harmony Issue 1990 in Unturned 3.x Community
Vehicle Battery_ID ushort Specifies battery ID that should be used to replace 0Harmony Issue 2239 in Unturned 3.x Community

Type Cheatsheet (for those who doesn't code)

Type Name Possible Values
tag No values
byte [0..255]
sbyte [-127..128]
string Any text
short [-32768..32767]
ushort [0..65535]
int [-2147483648..2147483647]
uint [0..4294967295]
long [-9223372036854775808..9223372036854775807]
ulong [0..18446744073709551615]
float [-3.40282347E+38..3.40282347E+38]
double [-1.7976931348623157E+308..1.7976931348623157E+308]
decimal [-79228162514264337593543950335..79228162514264337593543950335]

bowied.unturned.assetexpander's People

Contributors

ibowie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

bowied.unturned.assetexpander's Issues

Error

image

Text:

[loading] BowieD.Unturned.AssetExpander
L 03/28/2021 - 21:58:45: Failed to load BowieD.Unturned.AssetExpander, unloading now... :System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in :0
at BowieD.Unturned.AssetExpander.Plugin.RegisterCustomFields (System.Reflection.Assembly assembly) [0x00000] in <001a9956e2f84297a4b22bc324fbaffe>:0
at BowieD.Unturned.AssetExpander.Plugin.Load () [0x00017] in <001a9956e2f84297a4b22bc324fbaffe>:0
at Rocket.Core.Plugins.RocketPlugin.LoadPlugin () [0x00033] in :0
L 03/28/2021 - 21:58:45:
[unloading] BowieD.Unturned.AssetExpander

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.