-
Posts
4,621 -
Joined
-
Last visited
-
Days Won
57
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
Version 1.0.8
4,739 downloads
This plugin adds an option to purchase Tugboats from Fishing Village. The cost can be configured to include any vanilla item, as well as skinned items. Permission buyabletugboats.admin - Required to use commands. buyabletugboats.free - Bypasses requirement for materials. buyabletugboats.use - Required to see the menu from the boat seller. Commands btshowspawnpoints - Visually shows the spawn locations of tugboats around the fishing village. btaddspawnpoint - Adds a spawn point for the fishing village type, using the local position of the player to the village. Configuration { "How long should the tugboat be unmountable by other players for? [This will also repossess the tugboat if the player has not claimed it]": 30.0, "Should the boat be removed if the player does not claim it within the safe time?": true, "How much fuel should the tugboar spawn with?": 100, "Draw on the players hud after puchasing the boat, to show its spawn location?": true, "Items required to purchase the tugboat": [ { "shortname": "scrap", "skin": 0, "amount": 1000 }, { "shortname": "wood", "skin": 0, "amount": 10000 }, { "shortname": "metal.fragments", "skin": 0, "amount": 1000 }, { "shortname": "metal.refined", "skin": 0, "amount": 100 } ], "Local spawn positions": { "LargeFishingVillage": [ { "x": 17.8, "y": 1.9, "z": 33.4 }, { "x": -6.1, "y": 1.9, "z": 38.8 }, { "x": -44.6, "y": 1.9, "z": 20.5 }, { "x": 34.42638, "y": 1.51616859, "z": 31.5051727 }, { "x": 50.7044449, "y": 1.560014, "z": 11.11216 }, { "x": 52.35355, "y": 0.770243049, "z": -6.283246 }, { "x": -28.84793, "y": 0.919689536, "z": 40.055378 }, { "x": -50.8738022, "y": 0.6562301, "z": 3.206874 } ], "SmallFishingVillage": [ { "x": -12.6, "y": 1.9, "z": 40.9 }, { "x": 6.9, "y": 1.9, "z": 51.2 }, { "x": 26.8, "y": 1.9, "z": 25.3 }, { "x": -37.8010559, "y": 1.0653609, "z": -6.68541336 }, { "x": -39.1526642, "y": 0.354010642, "z": 25.42265 }, { "x": 35.0974236, "y": 0.229006067, "z": -1.37241554 } ] } }Free -
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 279 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 279 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Yeah its because EpicLoot handles boat speeds and resets them due to one of the buffs. I have changed the logic for the next release to make it play nicely with other plugins. You will either need to remove the IncreasedBoatSpeed from the Transporters set, or have the dev will need to return the hook call for any of my plugins that attempt to modify the boat speed. object ELOnModifyBoatSpeed(BasePlayer player, MotorRowboat boat); // Return non-null to prevent EpicLoot from modifying the boat speed. object STOnModifyBoatSpeed(BasePlayer player, MotorRowboat boat); // Return non-null to prevent SkillTree from modifying the boat speed.
- 279 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,526 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,526 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 34 comments
-
- 1
-
-
It's most likely due to the projectile creation of the snowball. It's a native problem with the weapon. One thing you could do is lower the magazine capacity of the snowball launchers to 1, and lower the hits taken to be eliminated to 1 or 2. This would cause less lag due to less projectiles being created.
- 34 comments
-
- 1
-
-
- 223 comments
-
- 279 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
You need to use software to upload it to the steam workshop. Look for a tool called custom icon creator on codefling - that's what I use. I attempted to re-create the issue but it's working fine for me when I eat the pizza. Submit a support ticket and add your config and I'll suss it out. Also the 400% isn't required, it caps at 100%. The amount of wealth obtained is determined by the config. "Buff settings": { "Settings for the Wealth buff": { "Currency type to use for the wealth buff [scrap, economics, serverrewards]": "scrap", "min_quantity": 1, "max_quantity": 3 },
