-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by HoloxyRust
-
We're glad you tested the plugin and we know it will fulfill all your needs for these specific in-game items. However, we have a couple of mentions: 1. Try to remove IQTurret and see if the infinite ammo works. In this case, it's obvious what causes it. 2. The default permission isn't meant to be changed, not a big deal. We focused on custom permissions any customer wants to have. 3. We'll make a video soon about the plugin features and many more to avoid any misunderstanding. Although, you understood how it works by the example you gave. Thank you for the honest feedback and the time spent. We're here to provide full support. Best regards, Holoxy Solutions
- 20 comments
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
Hi @CaptainNebulous! We'd like to know if you have any interesting and particular idea for Lighthouse so we can develop it. Just let us know
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Not a Bug
-
We recommend using Powerless Turrets, the code works better with our plugin, it's not overwriting it at all. Thank you! 🙠Best regards, Holoxy Solutions
-
Then, there's no issue with the plugin. As explained in the last update, the custom settings you do applies ONLY to the number from "Auto Turrets on player". Another example: If you have turrettweaks.default permission and "Auto Turrets on player" set to 4, the first 4 turrets you place will have those custom settings you have in the config. If you place 2 MORE after those 4 already placed, it will have the default game settings. Other than that, we are concerned that IQTurrets might use a function which replaces the turret and overwrites our plugin where it recognizes the owner of the turret.
-
@gena Can you join our Discord server for support? We want to see what happens exactly in your specific environment. We tested our version without the IQTurrets and it doesn't reset the settings when you reload it.
-
We will check the plugin and fix the issue asap. Thanks for announcing it. ðŸ™
-
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
Thank you for the details! We will try to develop as fast as we can.🤗
-
We would like to develop this idea. Do you have more details about it? Features, limitations, etc?
-
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
Feature added but needs a few explanations. Our update has a more interesting and playful approach. Because giving VIPs buffs for turrets, we decided to let you set how many of those turrets should have DIFFERENT values and the rest to be default. Limiting the entity means adding a lot of code to our plugin which might load your server more than we want. That's why we decided to make the plugin work with EntityLimit. You just have to set the limits in EntityLimit config file like I did.
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
We updated the plugins and now it's creating a config file with 1 VIP permission and values by default. it looks like this: { "VERSION": "v1.1.0", "PermissionsList": [ { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.default", "AutoTurret Settings:": [ { "Health (Default = 1000):": 1000.0, "Accuracy (Default = 5):": 5.0, "Range (Default = 30):": 30.0, "Bullet Speed (Default = 10):": 10.0, "Damage Scale (Default = 1.0):": 1.0, "Power Consumption (Default = 10):": 10, "Infinite Ammo (Default = false):": false, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 1000.0, "Infinite Ammo (Default = false):": false, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 300.0, "Turret Arc (Default = 45 degrees):": 45.0, "Flame Range (Default = 8):": 8.0, "Flame Radius (Default = 2):": 2.0, "Flame Triggered Duration (in seconds) (Default = 5):": 5.0, "Infinite LowGrade (Default = false):": false, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 300.0, "Infinite Ammo (Default = false):": false, "AimCone (Default = 40):": 40, "SensorRadius (Default = 1.25):": 1.25, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] }, { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.vip", "AutoTurret Settings:": [ { "Health (Default = 1000):": 5000.0, "Accuracy (Default = 5):": 10.0, "Range (Default = 30):": 50.0, "Bullet Speed (Default = 10):": 15.0, "Damage Scale (Default = 1.0):": 1.2, "Power Consumption (Default = 10):": 5, "Infinite Ammo (Default = false):": true, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 5000.0, "Infinite Ammo (Default = false):": true, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 2000.0, "Turret Arc (Default = 45 degrees):": 60.0, "Flame Range (Default = 8):": 10.0, "Flame Radius (Default = 2):": 4.0, "Flame Triggered Duration (in seconds) (Default = 5):": 8.0, "Infinite LowGrade (Default = false):": true, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 2000.0, "Infinite Ammo (Default = false):": true, "AimCone (Default = 40):": 60, "SensorRadius (Default = 1.25):": 1.5, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] } ] }
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
- 20 comments
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
- 20 comments
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)
-
Version 1.3.0
42 downloads
Installation Unzip the archive. Drag TurretTweaks.cs under the oxide/plugins folder of your server. Permissions Default permission - turrettweaks.default You can set permissions for VIP to give them custom values. Example: turrettweaks.vip Features: Auto Turret Settings Health Accuracy Range Bullet Speed Damage Scale Power Consumption Infinite Ammo Block ExploAmmo to be Infinite Sam Site Settings Health Infinite Ammo Damage Scale Flame Turret Settings Health Turret Arc Flame Range Flame Radius Flame Triggered Duration Infinite Low Grade Fuel Consumption Multiplier Damage Scale Shotgun Trap Settings Health Infinite Ammo Aim Cone Sensor Radius Damage Scale Config example { "VERSION": "v1.1.0", "PermissionsList": [ { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.default", "AutoTurret Settings:": [ { "Health (Default = 1000):": 1000.0, "Accuracy (Default = 5):": 5.0, "Range (Default = 30):": 30.0, "Bullet Speed (Default = 10):": 10.0, "Damage Scale (Default = 1.0):": 1.0, "Power Consumption (Default = 10):": 10, "Infinite Ammo (Default = false):": false, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 1000.0, "Infinite Ammo (Default = false):": false, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 300.0, "Turret Arc (Default = 45 degrees):": 45.0, "Flame Range (Default = 8):": 8.0, "Flame Radius (Default = 2):": 2.0, "Flame Triggered Duration (in seconds) (Default = 5):": 5.0, "Infinite LowGrade (Default = false):": false, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 300.0, "Infinite Ammo (Default = false):": false, "AimCone (Default = 40):": 40, "SensorRadius (Default = 1.25):": 1.25, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] }, { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.vip", "AutoTurret Settings:": [ { "Health (Default = 1000):": 5000.0, "Accuracy (Default = 5):": 10.0, "Range (Default = 30):": 50.0, "Bullet Speed (Default = 10):": 15.0, "Damage Scale (Default = 1.0):": 1.2, "Power Consumption (Default = 10):": 5, "Infinite Ammo (Default = false):": true, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 5000.0, "Infinite Ammo (Default = false):": true, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 2000.0, "Turret Arc (Default = 45 degrees):": 60.0, "Flame Range (Default = 8):": 10.0, "Flame Radius (Default = 2):": 4.0, "Flame Triggered Duration (in seconds) (Default = 5):": 8.0, "Infinite LowGrade (Default = false):": true, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 2000.0, "Infinite Ammo (Default = false):": true, "AimCone (Default = 40):": 60, "SensorRadius (Default = 1.25):": 1.5, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] } ] }$15.00- 20 comments
-
- 1
-
-
- #custom rust plugin
- #turrettweaks
- (and 8 more)