Create README.md
This commit is contained in:
parent
ae1ff6eef5
commit
d2ec93d993
|
@ -0,0 +1,21 @@
|
|||
# SkinAndSpay
|
||||
Skin Handling And Custom Spray Decals.
|
||||
|
||||
//Chat commands
|
||||
<br>
|
||||
/Spray skinid = Sets spraycan to use custom skinid or returns to default if already set.<br>
|
||||
/SkinAndSpay skinid = Just reskin with provided skinid.<br>
|
||||
/SkinAndSpay skinid "new name" = Reskin and change name of item.<br>
|
||||
<br>
|
||||
//Permission to use command<br>
|
||||
SkinAndSpay.use<br>
|
||||
|
||||
# SkinAndSpay
|
||||
Demo Video: https://www.youtube.com/watch?v=ti-cUEtf_u4
|
||||
<br>SprayCan Skins Only Work If They Are Tagged As "Spray Can Decal".<br>
|
||||
The built in workshop editor in rust doesnt allow this so youll need to create the skins by hand.<br>
|
||||
Then use https://github.com/nihilocrat/SteamWorkshopUploader to upload it.<br><br>
|
||||
<a href="https://github.com/bmgjet/SkinAndSpay/raw/main/SteamWorkshopUploader.zip" target="_blank">SteamWorkshopUploader.zip</a> is included in this repo and is preset up with 1 skin to use as a template.<br>
|
||||
Watch the video to see how to use it.<br><br><br>
|
||||
NOTE: Oxide v2.0.5532 Doesnt have the hook added yet and youll have to use the <a href="https://github.com/bmgjet/SkinAndSpay/raw/main/Assembly-CSharp.zip" target="_blank">prepatched Assembly-CSharp.dll</a><br>
|
||||
Until the next update.
|
Loading…
Reference in New Issue