Jump to content

The_Kiiiing

Curator
  • Posts

    2,167
  • Joined

  • Last visited

Everything posted by The_Kiiiing

  1. The_Kiiiing

    Restricted access

    As far as I know this is a bug with the DisableSandbox plugin. As long as the Halloween plugin loads without errors it should be fine
  2. The_Kiiiing

    Too much Npc

    This is not the plugins fault as it only spawns the decorations and no npcs at all
  3. I will fix it as soon as possible
  4. First you have to enter /rec to start the recording, then /rec again to stop the recording and then you can save it
  5. Just updated it and added map markers
  6. The_Kiiiing

    Stack change

    Changed Status from Pending to Work in Progress
  7. The_Kiiiing

    Stack change

    You found a small bug there. The multiplier you enter is not reverted but used for the next category on the right. So if you enter 5 for comps for example, the multiplier is used for ammo. I will fix this bug with the next update
  8. The_Kiiiing

    Stack change

    Which value did you enter?
  9. I will fix this issue in a few days. Meanwhile try to use the command oxide.grant user <user_name or STEAM64_ID> halloween.record in the console
  10. Changed Status from Pending to Closed
  11. Looks like your server is missing a DLL file. If you are on a linux server try installing libgdiplus https://github.com/mono/libgdiplus
  12. Sadly I could not reproduce the error so I added a more detailed debugging system with the latest version. The next time you get this error please send me the error message so I can finally fix it.
  13. The_Kiiiing

    Restricted access

    Changed Status from Pending to Not a Bug
  14. The_Kiiiing

    Restricted access

    You have to disable your oxide sandbox to fix this issue. You can either do it manually or by using this plugin https://codefling.com/plugins/disable-sandbox
  15. Version 1.3.3

    796 downloads

    Get your server ready for Halloween! This plugin adds several options to make your server more spooky, including jumpscares when looting a crate, customizable NPC clothing and graveyards with zombies that spawn at night. Features: Graveyards with loot guarded by zombies Play spooky sound effects at night Jumpscares when looting a crate Custom NPC clothing Junk pile decorations New with version 1.3.0: Random jumpscares An NPC will randomly appear behind a player and make noises to get the players attention. When the player turns around, a configurable sound is played. The NPC will follow the player until it gets killed or destroyed by a timer. Video: https://imgur.com/a/1IsYXKV Command to manually scare players: jumpscare <playerNameOrSteamId?> Permission: halloween.scare - Required to use the jumpscare command Graveyards: The plugin comes with one graveyard built-in, you can also create custom grave yards. Graveyards spawn at night and are guarded by zombies. Inside you can find coffins with loot. They will burn down as soon as the sun rises. To create a custom graveyard you first have to build one. Any deployable in the game can be added to a graveyard with some serving a special purpose: Snowman: Placing a snowman in the graveyard will create a zombie spawn point at that position Coffin: Every coffin will be filled with loot when the graveyard spawns. The loot can be changed in the config To save a graveyard, go to the center of your graveyard and type /gy new . Now hit every object you want to include in your graveyard with a hammer. When you are done use /gy save <name> to save the graveyard. To spawn the graveyard at night you have to add the name to the config field "Grave yard configurations to spawn". Junkpiles: Every junk pile can be customized with decorations. Out of the box the plugin comes with a default configuration for each junk pile. To edit the decorations of a junk pile, use the command /jp <type> where type is a letter from a to j each representing a different junk pile. A junk pile will spawn at your current position. To add objects to the junk pile just hit them with a hammer and use /jp save when you are done. Custom jumpscare sounds: There are 2 default sounds for jumpscares: _scream and _laugh, you can also record custom sounds. To record a custom sound using the in-game voice chat, type /rec to start the recording and /rec again to stop the recording. You can check you current recording by using the command /rec test. A ghost will spawn next to you and play the sound you just recorded. To save your recording use /rec save <name>. Now you can add the name of the recording to the config field "Jumpscare sounds". Permissions: halloween.edit - Required to edit junk piles and graveyards halloween.record - Reqired for recording new sounds Configuration: { "Enable lightnings at night": true, "Enable fog at night": true, "Enable junk pile decorations": true, "Max decorations per junk pile": 2, "Max total junk pile decorations (set lower to reduce performance impact)": 2000, "Enable grave yards": true, "Enable fire when grave yards despawn (impacts performance)": false, "Show graveyards on the map (requires https://codefling.com/plugins/marker-api)": true, "Map marker settings": { "Name": "A Graveyard", "Radius": 0.2, "Color (hex format)": "#FFFF00" }, "Spawn graveyards during this time": { "start": 19, "end": 7 }, "Grave yard zombie health": 120.0, "Grave yard population at night": 20, "Allow grave yards on roads": true, "Grave yard despawn time (seconds)": 40.0, "Minimum distance between grave yards": 50.0, "Grave yard configurations to spawn": [ "_default" ], "Grave yard loot table": // Removed for readability "Grave yard zombie configuration": { "Npc name": "Zombie", "Health": 150.0, "Attack range multiplier": 1.0, "Sense range (m)": 50.0, "Vision cone (degrees)": 135.0, "Damage scale (1 = 100%)": 1.0, "Memory duration (seconds)": 60.0, "Roam range (m)": 30.0, "Chase range (m)": 50.0, "Remove corpse on death and drop bag": false, "Kit (requires Kits plugin)": "", "Clothing items": // Removed for readability }, "Enable sound effects at night": true, "Minimum time between sound effects (per player, in minutes)": 5.0, "List of sound effects": [ "assets/bundled/prefabs/fx/player/beartrap_scream.prefab", "assets/bundled/prefabs/fx/player/howl.prefab" ], "Custom NPC Clothing": { "stables_shopkeeper": [ { "Item shortname": "pumpkin", "Skin id": 0 }, { "Item shortname": "gloweyes", "Skin id": 0 } ] // Removed for readability }, "Custom NPC clothing ignored NPC skins": [ 11162132011012 ], "Loot jumpscare configuration": { "Enabled": true, "Jumpscare NPC name": "Ghost", "Jumpscare chance (%)": 5.0, "Minimum time between jumpscares (per player, in minutes)": 30, "Jumpscare sounds - played when the player is looking at the npc": [ "_scream" ] }, "Random jumpscare configuration": { "Enabled": true, "Jumpscare NPC name": "Ghost", "Jumpscare chance (%)": 5.0, "Minimum time between jumpscares (per player, in minutes)": 30, "Jumpscare sounds - played when the player is looking at the npc": [ "_laugh", "_scream" ], "Attention sound effects - played when the player is not looking at the npc": [ "assets/prefabs/deployable/reactive target/effects/snd_knockdown.prefab", "assets/prefabs/clothes/halloween.scarecrow/effects/soul_release_effect.prefab", "assets/bundled/prefabs/fx/item_break.prefab", "assets/prefabs/building/door.hinged/effects/door-wood-knock.prefab", "assets/prefabs/weapons/cleaver big/effects/hit.prefab", "assets/prefabs/weapons/sword big/effects/hit.prefab", "assets/bundled/prefabs/fx/player/gutshot_scream.prefab" ] }, "Recording command name": "rec", "Grave yard command name": "gy", "Junk pile decoration command name": "jp", "Jumpscare command name": "jumpscare" }
    $22.99
  16. This issue is most likely not caused by this plugin since the built-in stack size controller only allows stacking of items with the same skin id. Do you have any other plugin installed that messes with stack size?
  17. First of all thank you for your feedback. I will be adding lang support in one of the next versions. And the next time please comment in english
  18. I will eventually release a lite version of this plugin with only the core functionality. It might take a while though since I don't have much time at the moment.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.1k

Files Sold

Total number of files sold.

2.6m

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.