Turbo Weapons
TurboWeapons TurboWeapons ist ein leistungsstarkes Plugin für Rust, das die Dynamik im Kampf verändert und den Spielern mit VIP-Status größere Magazingrößen für ihre Waffen ermöglicht. Dieses…
TurboWeapons
TurboWeapons ist ein leistungsstarkes Plugin für Rust, das die Dynamik im Kampf verändert und den Spielern mit VIP-Status größere Magazingrößen für ihre Waffen ermöglicht.
Dieses Tutorial führt dich durch die Installation und Konfiguration des Plugins.
Installationsanleitung
Plugin herunterladen und installieren:
Lade das TurboWeapons Plugin von der offiziellen Quelle herunter: TurboWeapons
Entpacke die Datei und verschiebe sie in den Plugin-Ordner deines Game-Servers (meistens im Verzeichnis oxide/plugins oder carbon/plugins).
Server neu starten oder das Plugin laden:
Starte deinen Server neu, damit das Plugin geladen wird.
Alternativ kannst du das Plugin im Spiel mit dem Befehl /oxide.reload TurboWeapons (oder /c.reload TurboWeapons je nach Framework) neu laden.
Konfiguration
Die Konfigurationsdatei von TurboWeapons befindet sich im Verzeichnis oxide/config (oder carbon/config) und heißt TurboWeapons.json. In dieser Datei kannst du die Waffenmagazine und die entsprechenden VIP-Level anpassen.
Beispiel-Konfiguration:
{
"Use Notify Plugin": true,
"Use LangAPI Plugin": true,
"Weapon Configurations": [
{
"Weapon Shortname": "blunderbuss",
"Magazine Capacity (VIP1)": 2,
"Magazine Capacity (VIP2)": 2,
"Magazine Capacity (VIP3)": 2,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "hmlmg",
"Magazine Capacity (VIP1)": 60,
"Magazine Capacity (VIP2)": 60,
"Magazine Capacity (VIP3)": 60,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "homingmissile.launcher",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 1,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "lmg.m249",
"Magazine Capacity (VIP1)": 100,
"Magazine Capacity (VIP2)": 100,
"Magazine Capacity (VIP3)": 100,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "minigun",
"Magazine Capacity (VIP1)": 300,
"Magazine Capacity (VIP2)": 300,
"Magazine Capacity (VIP3)": 300,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "multiplegrenadelauncher",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.eoka",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 1,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.m92",
"Magazine Capacity (VIP1)": 15,
"Magazine Capacity (VIP2)": 15,
"Magazine Capacity (VIP3)": 15,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.nailgun",
"Magazine Capacity (VIP1)": 16,
"Magazine Capacity (VIP2)": 16,
"Magazine Capacity (VIP3)": 16,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.prototype17",
"Magazine Capacity (VIP1)": 18,
"Magazine Capacity (VIP2)": 18,
"Magazine Capacity (VIP3)": 18,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.python",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.revolver",
"Magazine Capacity (VIP1)": 8,
"Magazine Capacity (VIP2)": 8,
"Magazine Capacity (VIP3)": 8,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "pistol.semiauto",
"Magazine Capacity (VIP1)": 10,
"Magazine Capacity (VIP2)": 10,
"Magazine Capacity (VIP3)": 10,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "revolver.hc",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.ak",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 30,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.ak.diver",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 100,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.ak.ice",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 30,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.bolt",
"Magazine Capacity (VIP1)": 4,
"Magazine Capacity (VIP2)": 4,
"Magazine Capacity (VIP3)": 4,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.l96",
"Magazine Capacity (VIP1)": 5,
"Magazine Capacity (VIP2)": 5,
"Magazine Capacity (VIP3)": 5,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.lr300",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 30,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.m39",
"Magazine Capacity (VIP1)": 20,
"Magazine Capacity (VIP2)": 20,
"Magazine Capacity (VIP3)": 20,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.semiauto",
"Magazine Capacity (VIP1)": 16,
"Magazine Capacity (VIP2)": 16,
"Magazine Capacity (VIP3)": 16,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rifle.sks",
"Magazine Capacity (VIP1)": 15,
"Magazine Capacity (VIP2)": 15,
"Magazine Capacity (VIP3)": 15,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rocket.launcher",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 1,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "rocket.launcher.dragon",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 10,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "shotgun.double",
"Magazine Capacity (VIP1)": 2,
"Magazine Capacity (VIP2)": 2,
"Magazine Capacity (VIP3)": 2,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "shotgun.m4",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "shotgun.pump",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "shotgun.spas12",
"Magazine Capacity (VIP1)": 6,
"Magazine Capacity (VIP2)": 6,
"Magazine Capacity (VIP3)": 6,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "shotgun.waterpipe",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 1,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "smg.2",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 30,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "smg.mp5",
"Magazine Capacity (VIP1)": 30,
"Magazine Capacity (VIP2)": 30,
"Magazine Capacity (VIP3)": 30,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "smg.thompson",
"Magazine Capacity (VIP1)": 20,
"Magazine Capacity (VIP2)": 20,
"Magazine Capacity (VIP3)": 20,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "snowballgun",
"Magazine Capacity (VIP1)": 50,
"Magazine Capacity (VIP2)": 50,
"Magazine Capacity (VIP3)": 50,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "speargun",
"Magazine Capacity (VIP1)": 1,
"Magazine Capacity (VIP2)": 1,
"Magazine Capacity (VIP3)": 1,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
},
{
"Weapon Shortname": "t1_smg",
"Magazine Capacity (VIP1)": 18,
"Magazine Capacity (VIP2)": 18,
"Magazine Capacity (VIP3)": 18,
"Fast Reload (VIP1)": false,
"Fast Reload (VIP2)": true,
"Fast Reload (VIP3)": true
}
],
"Version": {
"Major": 2,
"Minor": 1,
"Patch": 0
}
}
Alles anzeigen
Befehle
Admin-Chat-Befehle:
- /turboweapons – Öffnet die TurboWeapons-Konfigurations-UI im Spiel.
Berechtigungen
- turboweapons.admin – Erlaubt den Zugriff auf die UI-Bearbeitungsfunktionen.
- turboweapons.vip1, turboweapons.vip2, turboweapons.vip3 – Erlaubt den Zugriff auf die jeweiligen VIP-Level-Funktionen und deren Vorteile.
Häufig gestellte Fragen (FAQ)
Was ist TurboWeapons?
TurboWeapons ist ein Plugin, das es ermöglicht, den Spielern mit VIP-Status größere Magazingrößen und die Möglichkeit einer Schnellladung zu gewähren. So wird das Kampferlebnis individuell angepasst und bietet den VIP-Spielern einen Vorteil.
Kann ich die Magazine jeder Waffe individuell anpassen?
Ja, das Plugin bietet eine flexible Konfiguration, bei der du für jede Waffe und jedes VIP-Level individuelle Magazin-Kapazitäten und Schnelllade-Funktionen festlegen kannst.
Beeinflusst TurboWeapons das Gameplay?
Ja, das Plugin gibt den VIP-Spielern einen strategischen Vorteil, da sie größere Magazine und schnellere Nachladezeiten haben. Es bleibt jedoch möglich, das Balancing anzupassen, sodass das Gameplay fair bleibt.
Kann ich TurboWeapons an mein Server-Design anpassen?
Ja, du kannst alle Einstellungen in der Konfigurationsdatei (TurboWeapons.json) individuell anpassen, um sicherzustellen, dass es zu deinem Server-Design und deinen Zielen passt.
Plugin herunterladen:
- TurboWeapons – Das Plugin, das den Kampf auf deinem Server mit maßgeschneiderten Waffenmagazinen und VIP-Vorteilen auf das nächste Level hebt!
Angaben erfolgen ohne Gewähr auf Vollständigkeit, Richtigkeit und Aktualität.
Original-Tutorial des Plugins TurboWeapons von Marte6
