|
应一些网友的要求,我把这个插件作了些更新,发上来与大家分享。
目前支持AMX,可能会推出AMXX版本。
功能:可以让服务器的环境光按规律变化,犹如昼夜交替。
使用方法:
hy_daylight 0/1 这个插件的开关,设置成0为关闭,设置成1为开启
hy_cycle 时间 设置“一昼夜”的时间(按秒计,默认120秒)
hy_cycle_fitround 0/1 “适配每局时间”模式的开关,设置成1为开启,设置成0为关闭,开启后,服务器能够自动按照每局时间调整 hy_cycle 用来达到一局就是一昼夜的效果。
hy_cycle_startround 0~51 设置每局开始时的亮度(26为最亮,0和51为最暗)。这个变量需要“适配每局时间”模式开启。
hy_cycle_min 0~24 设置最小光线强度(0为极其暗,24为极其亮,这个必须小于hy_cycle_max的值)
hy_cycle_max 1~25设置最大光线强度(1为极其暗,25为极其亮,这个必须大于hy_cycle_min的值)
- /*
- * AMX MOD Script --- Live Daylight
- * Auctor: Hydralisk
- * 2005.6.3
- * Will make your server change the world light
- * as if the day alternated with night.
- *
- * Usage:
- * Cvars:
- * hy_daylight 0/1 Turn off/on the plugin
- * hy_cycle <time in second> The period of the daytime.
- * hy_cycle_fitround 0/1 Turn off/on the Auto Fit Roundtime Mode
- * hy_cycle_startperiod <0 to 51> Set the start period of each round start
- * (This cvar is used with Auto Fit Roundtime Mode)
- * hy_cycle_min <0 to 24> Set the min intensity, this must be lower than
- * hy_cycle_max
- * hy_cycle_max <1 to 25> Set the max intensity, this must be higher than
- * hy_cycle_max
- *
- *
- * Credits:
- * Idea of Auto Fit Roundtime Mode: kobri
- *
- * VexdUM is needed.
- */
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|