Search the Community
Showing results for tags 'faster'.
-
Version 1.1.0
60 downloads
Enhance your Rust server with customizable weapon reload speeds and magazine capacities for a truly unique gameplay experience. Tailor reload speeds and magazine sizes for specific player groups: grant fast reloads to one VIP group, and combine fast reloads with increased magazine capacity for another, offering layered benefits to your VIP players. Features: Configurable reload speeds and magazine capacities for all firearm weapons. Enable instant reload for specific weapons. Automatically updates to include new firearms as they are added to the game. Initializes with all existing firearms upon first use. Uses the default magazine capacity when Magazine Contents is set to 0. Permission system to manage player access. Efficient and optimized for performance without affecting server stability. Automatic generation and inclusion of weapons in the configuration file Permissions: turboweapons.fastreload Enables faster reload times for weapons turboweapons.customcapacity Customizes weapon capacity to specified values turboweapons.admin Allows access to open the TurboWeapons menu with the "turboweapons" command Added support for the SkillTree plugin. When the player does not have the "turboweapons.customcapacity" permission, it checks if there is a change in capacity size in the SkillTree. { "Use Notify Plugin": true, "Use LangAPI Plugin": true, "Weapon Configurations": [ { "Weapon Shortname": "blunderbuss", "Magazine Capacity": 2, "Fast Reload": true }, { "Weapon Shortname": "hmlmg", "Magazine Capacity": 60, "Fast Reload": true }, { "Weapon Shortname": "homingmissile.launcher", "Magazine Capacity": 1, "Fast Reload": true }, { "Weapon Shortname": "lmg.m249", "Magazine Capacity": 100, "Fast Reload": true }, { "Weapon Shortname": "minigun", "Magazine Capacity": 300, "Fast Reload": true }, { "Weapon Shortname": "multiplegrenadelauncher", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "pistol.eoka", "Magazine Capacity": 1, "Fast Reload": true }, { "Weapon Shortname": "pistol.m92", "Magazine Capacity": 15, "Fast Reload": true }, { "Weapon Shortname": "pistol.nailgun", "Magazine Capacity": 16, "Fast Reload": true }, { "Weapon Shortname": "pistol.prototype17", "Magazine Capacity": 18, "Fast Reload": true }, { "Weapon Shortname": "pistol.python", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "pistol.revolver", "Magazine Capacity": 8, "Fast Reload": true }, { "Weapon Shortname": "pistol.semiauto", "Magazine Capacity": 10, "Fast Reload": true }, { "Weapon Shortname": "revolver.hc", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "rifle.ak", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "rifle.ak.diver", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "rifle.ak.ice", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "rifle.bolt", "Magazine Capacity": 4, "Fast Reload": true }, { "Weapon Shortname": "rifle.l96", "Magazine Capacity": 5, "Fast Reload": true }, { "Weapon Shortname": "rifle.lr300", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "rifle.m39", "Magazine Capacity": 20, "Fast Reload": true }, { "Weapon Shortname": "rifle.semiauto", "Magazine Capacity": 16, "Fast Reload": true }, { "Weapon Shortname": "rifle.sks", "Magazine Capacity": 16, "Fast Reload": true }, { "Weapon Shortname": "rocket.launcher", "Magazine Capacity": 1, "Fast Reload": true }, { "Weapon Shortname": "rocket.launcher.dragon", "Magazine Capacity": 1, "Fast Reload": true }, { "Weapon Shortname": "shotgun.double", "Magazine Capacity": 2, "Fast Reload": true }, { "Weapon Shortname": "shotgun.m4", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "shotgun.pump", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "shotgun.spas12", "Magazine Capacity": 6, "Fast Reload": true }, { "Weapon Shortname": "shotgun.waterpipe", "Magazine Capacity": 1, "Fast Reload": true }, { "Weapon Shortname": "smg.2", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "smg.mp5", "Magazine Capacity": 30, "Fast Reload": true }, { "Weapon Shortname": "smg.thompson", "Magazine Capacity": 20, "Fast Reload": true }, { "Weapon Shortname": "snowballgun", "Magazine Capacity": 50, "Fast Reload": true }, { "Weapon Shortname": "speargun", "Magazine Capacity": 1, "Fast Reload": true } ], "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }$9.00 -
Version 2.0.2
555 downloads
EarlyQ allows players to join prematurely the server while it is still starting. By default the server needs to fully start (which takes ~5 min, depends on map/specs) and after all that time its finally time for players to join, but they still have to wait warming prefabs & download the world. EarlyQ optimizes the process of players joining & startup of the server and minimizes wait times because its splitting the work in parallel. Features Allows players to load faster by initiating Asset Warmup as they are waiting for the server to start up! The world data is sent to the player as soon as its ready, so when the server is ready they can join right away without waiting! The steam server is started only after ~10 seconds when you launch the rust server! This means players can see it in the global server list even while it is loading! Increases your server uptime metrics! Custom messages that show the current loading progress of the server! You can customize said messages Demo (the demo is older & does not start loading the world after its ready, so im waiting a bit longer in the video. This is already implemented in EarlyQ) Custom message If you need to customize the message your players get when waiting for the server, you have to specify the message as a launch option on the server +earlyq.loading_msg - The loading message shown when the server is loading and the client is waiting for the server to load the world +earlyq.loading_icon - The icon shown +earlyq.ready_msg - The loading message shown when the client finishes loading fully and is waiting for the server +earlyq.ready_icon - The icon shown Default messages (Example): +earlyq.loading_msg "<color=#c47070>PLEASE WAIT (alot of spaces here) SERVER IS STILL STARTING: {progress}" +earlyq.loading_icon "Server" +earlyq.ready_msg "<color=#59a358>YOU ARE READY (alot of spaces here) WAITING FOR THE SERVER: {progress}" +earlyq.ready_icon "CheckCircle" You can see all the icons you can use here You can use some unity rich text components in the message: "color", "u", "b" and "i". If you want to add a new line currently the only way I found out is to spam a bunch of spaces since it will wrap to the next line, max is 3 lines At the time of writing this, these are all the limitations, they might change in the future. You can also use a config file if you prefer The config file needs to be created in a folder of the root of the server called "EarlyQ" and in the folder a file needs to be created called "config.json", it should look like "EarlyQ/config.json" The content of the config.json file need to be: { "loading_msg": "your custom msg", "loading_icon": "your custom icon", "ready_msg": "your custom msg", "ready_icon": "your custom icon" } Installation As this is a Harmony mod you need to place the EarlyQ.dll file in HarmonyMods folder, after that restart the server. (do not use harmony.load command with EarlyQ!) EarlyQ works for Linux & Windows EarlyQ works with the newest networking update EarlyQ works with RakNet and SteamNetworking EarlyQ works with Vanilla, Oxide and Carbon Note Facepunch confirmed this Harmony mod is not allowed on official servers, if you want to use it on official, do it at your own risk. Contact You can contact me on discord: turner1337$7.99- 29 comments
- 9 reviews
-
- 9
-
- #optimize
- #optimization
- (and 19 more)