SCUM
How to Spawn Cargo drop and set up more airdrop?
1. I see some admin server can spawn cargo drop.
2. Some Server Cargo drop auto drop more than 1, How to setting it?
< >
Showing 1-8 of 8 comments
xKiCkx  [developer] Sep 27, 2021 @ 12:39am 
Hey there OP, if you have a server or want to have more airdrops on the server in SP you can modify your ServerSettings.ini in this lines:
[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)
Originally posted by xKiCkx:
Hey there OP, if you have a server or want to have more airdrops on the server in SP you can modify your ServerSettings.ini in this lines:
[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.
xKiCkx  [developer] Sep 28, 2021 @ 6:38am 
Originally posted by RiDDLE:
Originally posted by xKiCkx:
Hey there OP, if you have a server or want to have more airdrops on the server in SP you can modify your ServerSettings.ini in this lines:
[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.
Originally posted by xKiCkx:
Originally posted by RiDDLE:

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.
Deathwhisper Sep 28, 2021 @ 8:27am 
Hi there,

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.
Deathwhisper Sep 28, 2021 @ 12:52pm 
From here on I can only speculate. This can mean that the cargo drops then take the closest point for spawners of their kind and land there.
Thanks for all, I discover problem already.
This command for multiplayer server only. NOT for Singleplayer.
xKiCkx  [developer] Sep 28, 2021 @ 11:48pm 
Originally posted by RiDDLE:
Thanks for all, I discover problem already.
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.
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Sep 26, 2021 @ 7:25pm
Posts: 8