AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [ZR] OnEndBoss (https://forums.alliedmods.net/showthread.php?t=339275)

000 08-29-2022 17:19

[ZR] OnEndBoss
 
Description:

Addon for Zombie:Reloaded Waves plugin.

When the last wave is reached, plugin will load some fun stuff (see configuration below).

Requirements:
SourceMod 1.11+
Zombie:Reloaded.
Zombie:Reloaded Waves.

Installation:
- Drag & Drop all files from the release package in your game root folder ("csgo" or "css").
- load plugin with "sm plugins load zr_waves_OnEndBoss".

If the plugin is not working as intended, check logs in addons/sourcemod/logs and post them here.
If error logs are not available, report nevertheless.

Configuration:
Plugin will generate a config file in cfg/sourcemod:

PHP Code:

// If enabled, what color should the beacon have?
// -
// Default: "255,255,255"
zr_waves_OnEndBoss_beacon_color "255,255,255"

// If enabled, what should the boss say?
// -
// Default: "... I WILL BURN THE WORLD ..."
zr_waves_OnEndBoss_fakesay_value "... I WILL BURN THE WORLD ..."

// If enabled, put .mp3 file in sound/zr folder.
// -
// Default: "zr/your-file.mp3"
zr_waves_OnEndBoss_music_path "zr/your-file.mp3"

// If shake enabled, amplitude of shaking.
// -
// Default: "15.0"
// Minimum: "1.000000"
// Maximum: "40.000000"
zr_waves_OnEndBoss_shake_amp "15.0"

// If shake enabled, duration of shaking.
// -
// Default: "600.0"
// Minimum: "1.000000"
// Maximum: "1200.000000"
zr_waves_OnEndBoss_shake_dur "600.0"

// If shake enabled, frequency of shaking.
// -
// Default: "40.0"
// Minimum: "1.000000"
// Maximum: "40.000000"
zr_waves_OnEndBoss_shake_freq "40.0"

// Should the boss have a beacon when chosen?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
zr_waves_OnEndBoss_should_beacon "1"

// If enabled, when beacon on, should be sound emitted from boss?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
zr_waves_OnEndBoss_should_beacon_sound "1"

// Should the boss say something in chat everytime when chosen?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
zr_waves_OnEndBoss_should_fakesay "1"

// Should be music played on end boss?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
zr_waves_OnEndBoss_should_music "1"

// Should screen shake on end boss?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
zr_waves_OnEndBoss_should_shake "1"

// Which wave has end boss?
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "32.000000"
zr_waves_OnEndBoss_wave "5" 

Changelog:
Code:


- v1.0
  • Initial release.




All times are GMT -4. The time now is 08:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.