AG3 智能恐龙擦拭布
AG3 Smart Dino Wipe
76561197990426626
Steam工坊
预览截图
1 张图片
主预览图
左右滑动查看更多 · 点击图片查看原图
模组介绍
自动擦除地图上的恐龙
查看英文原文
Automatically wipes dinos on the map
(alpha build)
Final product is subject to change.
Created for the (Omega) Hell\'s Den server
This script allows you to use the smart dino wipe system to wipe specific types of dinos with more control.
WipeWarningSeconds - This variable controls when to warn players before a wipe. A 30 will warn 30 seconds before the wipe happens. It supports multiple values separated by a comma.
bShouldWipeTorpor - This variable controls whether or not we should wipe dinos that have torpor that meets either torpor conditions.
bShouldWipeTamingWilds - This variable controls whether or not we should wipe dinos that have been put to sleep. This prevents wild dinos that players are attempting to tame from being wiped.
bShouldWipeNonTameable - This variable controls whether or not we should wipe dinos that can not be tamed. This can be used in some cases to prevent bosses without the boss flag from being wiped.
bShouldWipeBosses - This variable controls whether or not we should wipe dinos that have a boss flag.
MaximumTorporToWipe - This variable controls the maximum torpor a dino can have before we can\'t wipe it anymore.
MaximumTorporPercentageToWipe - This variable controls the maximum percentage of torpor a dino can have before we can\'t wipe it. 20 would be 20%
IterationsPerPulse - This variable controls how many times we iterate for each fragmented pulse. A higher value will require a more powerful system to run without showing lag. The system is highly optimized so this value probably won\'t need to be changed anyways.
bShouldWipeOnStartup - This variable controls if we should wipe the dinos when the server first starts up.
WipeIntervalMode - This variable controls which mode to use for wipe mode. Valid values are Interval or UTC. Interval wipes will be time count down from when server starts and UTC wipes will be specific times of the day.
SecondsIntervalBetweenWipes - This variable controls how many seconds are inbetween each wipe for Interval wipe mode.
UTCWipeTimes - This variable allows you to add times in UTC that the server does a scheduled wipe. format is HOUR:MINUTE:SECOND OR HOUR:MINUTE
WipeWarningTextColor - This variable lets you change the color and alpha of the onscreen warning text for the wipe.
bShouldWipeUnclaimedDinos - This variable controls if we should wipe dinos that have been unclaimed.
UnclaimedCreationMinTime - This variable lets us control the minimum time in seconds since its creation we can wipe an unclaimed dino.
WipeCreationMinTime - This variable lets us control the minimum time in seconds since its creation we can wipe a wild dino. This can be used to prevent a dino that has just been spawned using a spawner from being wiped.
WipeWarningSeconds=1,2,3,4,5,6,7,8,9,10,30,60,300,1800,3600,7200
bShouldWipeTorpor=false
bShouldWipeTamingWilds=false
bShouldWipeNonTameable=false
bShouldWipeBosses=false
MaximumTorporToWipe=2000
MaximumTorporPercentageToWipe=20
IterationsPerPulse=400
bShouldWipeOnStartup=true
UTCWipeTimes=00:00:00,02:00:00,04:00:00,06:00:00,08:00:00,10:00:00,12:00:00,14:00:00,16:00:00,18:00:00,20:00:00,22:00:00
WipeIntervalMode=UTC
WipeWarningTextColor=255,255,255,255
SecondsIntervalBetweenWipes=10820
bShouldWipeUnclaimedDinos=true
UnclaimedCreationMinTime=1800
WipeCreationMinTime=1800
Wipe Dinos:
admincheat ScriptCommand WipeDinos
Wipe Dinos and ignore creation times:
admincheat ScriptCommand WipeDinosIgnoreCreationCheck
Display time until next dino wipe:
admincheat ScriptCommand WipeTime
Experimental command to locate and move dinos that have fallen through the map:
admincheat ScriptCommand CheckDinos
https://www.patreon.com/ag3_killstreak
(alpha build)
Final product is subject to change.
Created for the (Omega) Hell\'s Den server
This script allows you to use the smart dino wipe system to wipe specific types of dinos with more control.
WipeWarningSeconds - This variable controls when to warn players before a wipe. A 30 will warn 30 seconds before the wipe happens. It supports multiple values separated by a comma.
bShouldWipeTorpor - This variable controls whether or not we should wipe dinos that have torpor that meets either torpor conditions.
bShouldWipeTamingWilds - This variable controls whether or not we should wipe dinos that have been put to sleep. This prevents wild dinos that players are attempting to tame from being wiped.
bShouldWipeNonTameable - This variable controls whether or not we should wipe dinos that can not be tamed. This can be used in some cases to prevent bosses without the boss flag from being wiped.
bShouldWipeBosses - This variable controls whether or not we should wipe dinos that have a boss flag.
MaximumTorporToWipe - This variable controls the maximum torpor a dino can have before we can\'t wipe it anymore.
MaximumTorporPercentageToWipe - This variable controls the maximum percentage of torpor a dino can have before we can\'t wipe it. 20 would be 20%
IterationsPerPulse - This variable controls how many times we iterate for each fragmented pulse. A higher value will require a more powerful system to run without showing lag. The system is highly optimized so this value probably won\'t need to be changed anyways.
bShouldWipeOnStartup - This variable controls if we should wipe the dinos when the server first starts up.
WipeIntervalMode - This variable controls which mode to use for wipe mode. Valid values are Interval or UTC. Interval wipes will be time count down from when server starts and UTC wipes will be specific times of the day.
SecondsIntervalBetweenWipes - This variable controls how many seconds are inbetween each wipe for Interval wipe mode.
UTCWipeTimes - This variable allows you to add times in UTC that the server does a scheduled wipe. format is HOUR:MINUTE:SECOND OR HOUR:MINUTE
WipeWarningTextColor - This variable lets you change the color and alpha of the onscreen warning text for the wipe.
bShouldWipeUnclaimedDinos - This variable controls if we should wipe dinos that have been unclaimed.
UnclaimedCreationMinTime - This variable lets us control the minimum time in seconds since its creation we can wipe an unclaimed dino.
WipeCreationMinTime - This variable lets us control the minimum time in seconds since its creation we can wipe a wild dino. This can be used to prevent a dino that has just been spawned using a spawner from being wiped.
WipeWarningSeconds=1,2,3,4,5,6,7,8,9,10,30,60,300,1800,3600,7200
bShouldWipeTorpor=false
bShouldWipeTamingWilds=false
bShouldWipeNonTameable=false
bShouldWipeBosses=false
MaximumTorporToWipe=2000
MaximumTorporPercentageToWipe=20
IterationsPerPulse=400
bShouldWipeOnStartup=true
UTCWipeTimes=00:00:00,02:00:00,04:00:00,06:00:00,08:00:00,10:00:00,12:00:00,14:00:00,16:00:00,18:00:00,20:00:00,22:00:00
WipeIntervalMode=UTC
WipeWarningTextColor=255,255,255,255
SecondsIntervalBetweenWipes=10820
bShouldWipeUnclaimedDinos=true
UnclaimedCreationMinTime=1800
WipeCreationMinTime=1800
Wipe Dinos:
admincheat ScriptCommand WipeDinos
Wipe Dinos and ignore creation times:
admincheat ScriptCommand WipeDinosIgnoreCreationCheck
Display time until next dino wipe:
admincheat ScriptCommand WipeTime
Experimental command to locate and move dinos that have fallen through the map:
admincheat ScriptCommand CheckDinos
These scripts take a lot of time and effort to produce. If you like them and/or want to see more, you can show your appreciation by throwing some money my way at:
https://www.patreon.com/ag3_killstreak