ARK: Survival Evolved

ARK: Survival Evolved

Not enough ratings
AG3 Smart Dino Wipe
   
Award
Favorite
Favorited
Unfavorite
Content Types: Mod, Creatures
File Size
Posted
Updated
24.506 MB
Jun 21, 2023 @ 8:11pm
Sep 23, 2023 @ 4:23pm
13 Change Notes ( view )

Subscribe to download
AG3 Smart Dino Wipe

Description
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.

[AG3DinoWipe]
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
5 Comments
Wolf Feb 3, 2024 @ 10:05am 
Would this work for singleplayer?
Hexagon37 Dec 18, 2023 @ 4:10pm 
Does it wipe dinos that are in progress passive taming though?
[FoRcE]army_guy3  [author] Aug 30, 2023 @ 1:42pm 
Fixed a depth issue that prevented user input.

I changed the message to appear in front of everything else and this apparently blocked the other UI from being accessed.

I would have fixed it sooner but my computer hardware died a horrible death and I've been without a computer for awhile.

Apologies to everyone who was affected by this issue.
Snapz Aug 24, 2023 @ 8:02pm 
yay you did it
[FoRcE]army_guy3  [author] Aug 24, 2023 @ 7:05pm 
Added new feature that allows wiping of unclaimed dinos, and advanced features that require dino to be alive for a certain timeframe before being wiped.

This should help some of you out who are having their bosses and spawn beacon dinos wiped.