Jump to content

supreme

Creator
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by supreme

  1. supreme

    Damage

    Anytime! A new scanning system & bug fixes will soon come, I plan on adding damage multipliers eventually as well
  2. supreme

    Damage

    Not at the moment
  3. Next update should support individual sound effects
  4. supreme

    no audio recording

    Changed Status from Pending to Closed
  5. supreme

    no audio recording

    Use the encoder website
  6. supreme

    Chest Stacks

    If the server started with no plugins (especially with Chest Stacks unloaded) the stacked chests would've gotten destroyed, this is unfortunately a normal behaviour when the plugin is not loaded and cannot stop the game from destroying the stacked chests
  7. supreme

    Timber Mod

    Ore support should come soon
  8. Changed Status from Pending to Closed
  9. At the moment Personal NPC & Animal do not have the hooks we need to trigger the audio in order to get a proper interaction between npc and user
  10. supreme

    I cant get this to work

    Changed Status from Pending to Closed
  11. supreme

    I cant get this to work

    The fishing village prefabs were changed a while ago Please use these in the configuration assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_a.prefab assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_c.prefab assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_b.prefab
  12. The fishing village prefabs were changed a while ago Please use these in the configuration assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_a.prefab assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_c.prefab assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_b.prefab
  13. supreme

    Infinite ammo

    Changed Status from Pending to Can't Reproduce
  14. supreme

    Infinite ammo

    Each user has an x number of plugins running, public and private, even if you provide a list of the plugins that you use I am not able to pinpoint the issue without reading the code of each plugin, anu plugin can cause this issue. If the issue is not happening when Predator Missile is running standalone nor is not happening to everyone the issue is not common.
  15. supreme

    Predator Missle infinite ammo

    Changed Status from Pending to Closed
  16. supreme

    Infinite ammo

    I am not able to reproduce such issue, most of the users do not experience this, you have a plugin incompatibility, I strongly advise you to test your plugins on a testing server (Closing the other ticket)
  17. supreme

    Mission Rewards

    Ability to give skinned items and economics/server rewards support planned for the next update
  18. Version 1.0.1

    15 downloads

    Modifies rewards from the missions This plugin allows you to modify the rewards given when completing a mission, you can add as many items as you want for each mission Configuration: { "Mission shortname and rewards": { "lumberjack_kill": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "lumberjack_vodka": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "lumberjack_harvestwood": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "fisherman_tackle": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "fisherman_fishing": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "fisherman_oilhunt": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "sharkhunt": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "cratefree": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "deerhunt_basic": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "boarhunt_basic": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "boarhunt_1": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "basictreasuremission": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 }, "harvestmission": { "Item configurations": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "Economics points (0 to disable)": 0.0, "Server rewards points (0 to disable)": 0.0 } } } Missions and their shortname: HarvestVood (harvestmission) Vagabond Treasure (basictreasuremission) Boar Hunt (boarhunt_basic) Deer Hunt (deerhunt_basic) Boar Hunt (boarhunt_1) Lost Bottles (lumberjack_vodka) Collect Vood (lumberjack_harvestwood) Wildlife Cull (lumberjack_kill) Tackle the day (fisherman_tackle) Go Fish (fisherman_fishing) Oiled up (fisherman_oilhunt) Shark Hunt (sharkhunt) Underwater Bounty (cratefree)
    $10.00
  19. Changed Status from Pending to Closed
  20. supreme

    Skin Perks

    /skinperk create and editor requires skinperks.use, the usage of the actual skinned item does not require anything
  21. supreme

    Out of date?

    Changed Status from Pending to Closed
  22. Changed Status from Pending to Closed
  23. supreme

    why

    Changed Status from Pending to Closed
  24. supreme

    Welcome message cuts out

    Changed Status from Pending to Closed
  25. supreme

    Monument Progression 1.0.0

    Changed Status from No Response to Closed
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.5k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.