Jump to content

Forcet

Creator
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Forcet

  1. Forcet

    TC Levels

    After Update Error while compiling TCLevels: Cannot implicitly convert type 'System.Collections.Generic.List<ProtoBuf.PlayerNameID>' to 'System.Collections.Generic.HashSet<ProtoBuf.PlayerNameID>' | Line: 678, Pos: 42
  2. Forcet

    Firework Shows

    hi, awesome work but my firework is starting on its own
  3. HI, thanks for aksing, it uses imagelibery so that will not work with carbon.
    KpucTaJl's Event plugin has been a hit among my players, injecting excitement into our gaming sessions. It's user-friendly for admins and players alike, offering a variety of engaging challenges. Since its implementation, player engagement has soared. KpucTaJl continues to impress with their stellar work.
  4. Version 1.0.0

    221 downloads

    The plugin is currently outdated, and unfortunately, there is no time to fix it at the moment. Cobalt Case is a plugin inspired by Escape from Tarkov's Scav Case. Players have the ability to dispatch Scientists on missions using scrap. From a loot table, the player can receive a maximum of four random items. After the arrival time, a collect button will appear, and the player will be able to collect their loot. Drawing its inspiration from Escape from Tarkov, Cobalt Case offers 5 different cases, each with varying times for the loot to arrive and costs for the various cases. For now, the only currency that is supported is scrap. More may be added in the future. This plugin ensures that if a player disconnects, their progression will continue after relogging. However, it should be noted that progression will not continue after a server restart, a feature planned for the future. Thanks voodoolights for assisting me. Permissions cobaltcase.use ----- Permission to use/open the GUI Commands /case ------ Opens graphical user interface (GUI) Loottable: { "CaseCosts": { "ResourceCase": 1000, "MedicCase": 1500, "ArmorCase": 2000, "WeaponCase": 2500, "SmugglersCase": 3000 }, "LootTables": { "ResourceCase": [ { "Item": "gunpowder", "MinAmount": 0, "MaxAmount": 500, "Chance": 5.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "sulfur", "MinAmount": 0, "MaxAmount": 800, "Chance": 15.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "scrap", "MinAmount": 0, "MaxAmount": 800, "Chance": 20.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "stones", "MinAmount": 1, "MaxAmount": 2500, "Chance": 25.0, "DelayMinutes": 20, "IsReady": false }, { "Item": "metal.ore", "MinAmount": 1, "MaxAmount": 3500, "Chance": 35.0, "DelayMinutes": 20, "IsReady": false } ], "MedicCase": [ { "Item": "healingtea.pure", "MinAmount": 0, "MaxAmount": 3, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "maxhealthtea.pure", "MinAmount": 0, "MaxAmount": 2, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "largemedkit", "MinAmount": 1, "MaxAmount": 5, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "syringe.medical", "MinAmount": 1, "MaxAmount": 10, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false }, { "Item": "bandage", "MinAmount": 1, "MaxAmount": 10, "Chance": 45.0, "DelayMinutes": 25, "IsReady": false } ], "ArmorCase": [ { "Item": "metal.facemask", "MinAmount": 0, "MaxAmount": 3, "Chance": 2.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "metal.plate.torso", "MinAmount": 0, "MaxAmount": 2, "Chance": 5.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "tactical.gloves", "MinAmount": 0, "MaxAmount": 3, "Chance": 10.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "scientistsuit_heavy", "MinAmount": 0, "MaxAmount": 1, "Chance": 10.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "coffeecan.helmet", "MinAmount": 0, "MaxAmount": 2, "Chance": 15.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.jacket", "MinAmount": 0, "MaxAmount": 2, "Chance": 20.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.kilt", "MinAmount": 0, "MaxAmount": 2, "Chance": 25.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "hat.wolf", "MinAmount": 0, "MaxAmount": 2, "Chance": 30.0, "DelayMinutes": 30, "IsReady": false }, { "Item": "roadsign.gloves", "MinAmount": 0, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 30, "IsReady": false } ], "WeaponCase": [ { "Item": "multiplegrenadelauncher", "MinAmount": 0, "MaxAmount": 1, "Chance": 2.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rocket.launcher.dragon", "MinAmount": 0, "MaxAmount": 2, "Chance": 5.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "smg.mp5", "MinAmount": 0, "MaxAmount": 10, "Chance": 10.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "lmg.m249", "MinAmount": 2000, "MaxAmount": 10000, "Chance": 10.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.bolt", "MinAmount": 0, "MaxAmount": 2, "Chance": 15.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "hmlmg", "MinAmount": 0, "MaxAmount": 2, "Chance": 20.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.lr300", "MinAmount": 0, "MaxAmount": 2, "Chance": 25.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "shotgun.m4", "MinAmount": 0, "MaxAmount": 2, "Chance": 30.0, "DelayMinutes": 45, "IsReady": false }, { "Item": "rifle.ak", "MinAmount": 0, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 45, "IsReady": false } ], "SmugglersCase": [ { "Item": "explosive.timed", "MinAmount": 0, "MaxAmount": 10, "Chance": 2.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "electric.generator.small", "MinAmount": 0, "MaxAmount": 1, "Chance": 5.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "scraptea.pure", "MinAmount": 0, "MaxAmount": 10, "Chance": 10.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "gunpowder", "MinAmount": 2000, "MaxAmount": 10000, "Chance": 10.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "oretea.pure", "MinAmount": 0, "MaxAmount": 10, "Chance": 15.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "ammo.rocket.basic", "MinAmount": 0, "MaxAmount": 10, "Chance": 20.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "cctv.camera", "MinAmount": 0, "MaxAmount": 25, "Chance": 25.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "targeting.computer", "MinAmount": 0, "MaxAmount": 10, "Chance": 30.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "computerstation", "MinAmount": 0, "MaxAmount": 1, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "rifle.lr300", "MinAmount": 1, "MaxAmount": 2, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "sulfur", "MinAmount": 500, "MaxAmount": 1500, "Chance": 35.0, "DelayMinutes": 60, "IsReady": false }, { "Item": "shotgun.m4", "MinAmount": 0, "MaxAmount": 1, "Chance": 40.0, "DelayMinutes": 60, "IsReady": false } ] } }
    Free
    A truly great plugin that has already saved me from using 3 other plugins. Everything works wonderfully and smoothly.
  5. Version 1.0.1

    18 downloads

    About my Raidbases This package contains 9 Medium Bases. The goal of this pack is to introduce new players to the world of raiding. Your players can fully concentrate on learning base layouts and, more importantly, understanding them. Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Medium Bases" deepmed1 deepmed2 deepmed3 deepmed4 deepmed5 deepmed6 deepmed7 deepmed8 deepmed9 restart RB plugin or use the "rb.reloadconfig" command
    $4.99
  6. Version 1.0.0

    32 downloads

    About my Raidbases This package contains 9 Easy Bases. The goal of this pack is to introduce new players to the world of raiding. None of these bases include trap shotguns, so don't worry—your players can fully concentrate on learning base layouts and, more importantly, understanding them. Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Easy Bases" deepeasy1 deepeasy2 deepeasy3 deepeasy4 deepeasy5 deepeasy6 deepeasy7 deepeasy8 deepeasy9 restart RB plugin or use the "rb.reloadconfig" command
    $4.99
  7. Hi, First of all, the monument looks awesome, but is there a way to modify the prefab? I think it's not suitable for placement in an existing environment. It creates a circle around it, making it difficult to position.
    A very good plugin that you can customize to your heart's content. The character images also look very, very good. I've made some adjustments myself, but this plugin is an excellent foundation.
  8. Forcet

    Tutorial Display

    Another one
  9. Forcet

    Tutorial Display

    A very good plugin. Now I have something to do again!
  10. Forcet

    Puzzle not working

    thanks for your time ^^
  11. Forcet

    Puzzle not working

    Dont ask me why on an different map is it working
  12. Forcet

    Puzzle not working

  13. Forcet

    Puzzle not working

    okay ill try to replace it
  14. Forcet

    Puzzle not working

  15. Forcet

    Puzzle not working

  16. Forcet

    Puzzle not working

    So i tried it now on an different server and its the same
  17. Forcet

    Puzzle not working

    but every other custom monument is running correctly why not yours? And yours was the first on that i added.
  18. Forcet

    Puzzle not working

    please find a way to fix your asset
  19. Forcet

    Puzzle not working

    Okay same thing its not working
  20. Forcet

    Puzzle not working

    and version 1.2.0b5
  21. Forcet

    Puzzle not working

    right icon
  22. Forcet

    Puzzle not working

    Hi after checking and wiping everything again its still broken every other costum monument is working fine
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.7k

Files Sold

Total number of files sold.

2.4m

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.