-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/GrafDimenzio/MoreWeapons
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# MoreWeapons | ||
MoreWeapons is a plugin that adds many new weapons & items to the Game. | ||
|
||
## Credits | ||
* Original [TranquilizerGun](https://github.com/NeonWizard/SCP-TranquilizerGun) plugin by [NeonWizard](https://github.com/NeonWizard) | ||
* Original [ShotGun](https://dev.azure.com/Killers0992/_git/ItemManager?path=%2FShotGun%2FShotgun.cs) plugin by Killer0992 | ||
|
||
## CustomItems | ||
You can get the CustomItems with the command `giveitem playerid itemid` or with other Plugins like [CustomLoadouts](https://github.com/AlmightyLks/CustomLoadout) | ||
|
||
**Tranquilizer** | ||
``` | ||
ID: 36 | ||
Name: Tranquilizer | ||
BasedItemType: GunUSP | ||
Description: A Weapon which can stun other beings | ||
``` | ||
**GrenadeLauncher** | ||
``` | ||
ID: 37 | ||
Name: GrenadeLauncher | ||
BasedItemType: GunLogicer | ||
Description: A weapon which shoots grenades | ||
``` | ||
**ShotGun** | ||
``` | ||
ID: 38 | ||
Name: ShotGun | ||
BasedItemType: GunUSP | ||
Description: A weapon which shoots multiple bullets | ||
``` | ||
**Sniper** | ||
``` | ||
ID: 39 | ||
Name: Sniper | ||
BasedItemType: GunE11SR | ||
Description: A Sniper | ||
``` | ||
**Scp-127** | ||
``` | ||
ID: 40 | ||
Name: Scp-127 | ||
BasedItemType: GunProject90 | ||
Description: A weapon which regenerate ammo over time but can't be reloaded by manually | ||
``` | ||
**XLMedkit** | ||
``` | ||
ID: 41 | ||
Name: XLMedkit | ||
BasedItemType: Medkit | ||
Description: A medkit that you can use twice | ||
``` | ||
## Installation | ||
1. [Install Synapse](https://github.com/SynapseSL/Synapse/wiki#hosting-guides) | ||
2. Place the MoreWeapons.dll file that you can download [here](https://github.com/SynapseSL/MoreWeapons/releases) in your plugin directory | ||
3. Restart/Start your server. | ||
|
||
## Warning | ||
If you are using the old Tranquilizer Plugin you have to remove it and delete the tranquilizer config section or bugs may occure |