Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[SCUM.WorldEvents]
TimeBetweenEventsMin=30
TimeBetweenEventsMax=240
CargoDropFallDelay=60.0
CargoDropFallDuration=60.0
CargoDropSelfDestructTime=1200.0
The first 2 lines are in minutes and they set how much time it will pass between the cargo drops, if you set it to 1 and 5 for example like this:
TimeBetweenEventsMin=1
TimeBetweenEventsMax=5
It will cause the drops to fall between 1 and 5 minutes from each other.
The second 2 lines are for how long a will drop stay in the air and how long it will fall to the floor, last one should be self-explanatory, all 3 lines of them are in seconds.
To spawn in airdrop all you need to do is write down this command:
#ScheduleWorldEvent BP_CargoDropEvent (location you want the drop to fall)
I tried #ScheduleWorldEvent BP_CargoDropEvent -210047.8921 -278580.7757 6365.1504 but not drop cargo.
Are you admin on the server that you tried it on?
You need to be an admin to use that command.
I'm tried on single player with "#ScheduleWorldEvent BP_CargoDropEvent X=-288860.7083 Y=-96968.6341 Z=0" but it crop near my location not location point in map.
If I have not misunderstood that, it is because of how the cargo drops are handled in the single player. These always fall close to the player.
This command for multiplayer server only. NOT for Singleplayer.
I have tried it in SP and the command works but the drop will not be deployed on the location that you have referred but rather randomly around you.