VS Suits (Vectivus Armor Suits) is a replacement for Armor6. Created by Vectivus. VS Suits was created as a modern system couterpart to Armor6, more compatability, features and designed towards large servers. A main feature to VS Suits is that the suit has it's own HP & AP which is seperate from the Player, This allows the player to have to repair/fix the suit by other means or use a different Armor. Apon the Armor reaching 0 Health it will break reverting the player back to their original stat
This a small comparision to VS Suits to Armor6 and since it's no longer updated or suported you can see the problems it has in current time. I will continue to support popular addons or if requested i shall support them if needed
Feature | VS Suit | Armor6 |
---|---|---|
Armor Suit Abilities | ✔️ | ❌ |
VoidCases | ✔️ | ✔️ |
ItemStore | ✔️ | ❌ |
DarkRP | ✔️ | ✔️ |
Xenin inventory | ✔️ | ❌ |
Brick's Essentials | ✔️ | ❌ |
Addon Documentation Click here
You will require some basic gLua knowledge in order to fully create suits however if you wish to make ones that only affect: Health, Armor, Movement then gLua knowledge isn't required. A 'test armor' has been left in the configuration file with some advanced features already present for those who know what they're doing
VectivusSuits.CreateSuit( "Example", { -- name of Armor
model = "models/player/corpse1.mdl", -- playermodel
health = 300, -- total health
armor = 100, -- total armor
jumpPower = 300, -- height can jump
speed = 600, -- running speed
} )
- Download the latest instance of VS Suits, mainly to avoid potential bugs or glitches and remain up to date
- Place
vs_suits_<version>
within your serversgarrysmod/addons
dirrectory and you're finished - To Configure the addon head over to:
garrysmod/addons/vs_suits_<version>/sv_suits_config.lua
orgarrysmod/addons/vs_suits_<version>/sh_suits_main.lua