This repository was archived by the owner on Jul 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commands
Tekla edited this page Jun 5, 2021
·
2 revisions
-
-c [cfg]Set the configuration to apply. Use cases:-
-c vanillaWill not apply modifications other than setting the level -
-c some_cfgWill apply this cfg modifications for this critter, if found -
not statedWill trigger an area check and apply the first configuration it can find
-
-
-p [x,y,z]Where to spawn the critter. Use cases:-
-p 0,0,0Will generate the critter in the point x = 0, y = 0, z = 0 -
not statedWill search a patch of floor 5 units in front of your character and set it as spawn point
-
asc Boar
asc Boar -c config_1
asc Boar -p 0,0,0
asc Boar -c config_1 -p 0,0,0
asc Boar -p 0,0,0 -c config_1
-
-p [x,y,z]Where to spawn the critter. Use cases:-
-p 0,0,0Will generate the critter in the point x = 0, y = 0, z = 0 -
not statedWill search a patch of floor 5 units in front of your character and set it as spawn point
-
-
-t [respawn_time]Minutes it takes the spawner to check if it should spawn a new critter. Use cases:-
-t 20Will check to spawn a new critter 20 minute after the death of the previous critter -
not stated➜-t 1
-
-
-d [respawn_at_day]Should this spawner work at daytime. Use cases:-
-d falseWill not spawn at daytime -
-d trueWill spawn at daytime -
not stated➜-d true
-
-
-n [respawn_at_day]Should this spawner work at nighttime. Use cases:-
-n falseWill not spawn at nighttime -
-n trueWill spawn at nighttime -
not stated➜-n true
-
acs Boar
acs Boar -t 0.1
acs Boar -t 60 -d true -n false
acs Boar -p 1337,256,420 -t 69 -d [respawn_at_day] -n [respawn_at_night]
als
-
-r [radios]Filter by distance. Use cases:-
-r 100Only remove spawners that are 100 units or less away from the player -
not stated➜-r 10
-
-
-c [critter_name]Filter by the critter being spawned. Use cases:-
-c BoarOnly remove spawners that are spawning Boars. -
not statedAccept any critter being spawned
-
ars
ars -r 100
ars -c Boar
ars -c Boar -r 100