nazmzrar
Member
- Joined
- Jun 6, 2016
- Messages
- 24
- Reaction score
- 6
hi antheng is cod what is that paste agen or rplise or delete plis help me
Go to the scripts/loadouts folder and each one of the startup choices are there.
And this is for beta 53b
In each one you will see something likes this:
Code:initialLoadOutClasses = { "Overseer", "Overseer", "Overseer", "Overseer", "Overseer", "Overseer", "Overseer", "Labourer", "Labourer", --"NCO", }
add more to the list for more people or remove some for less..
also:
under this line
-- Make stuff spawn here
Code:spawnAirdropCrate( rand(4,8) + startX, rand(4,8) + startY, "Starting Materials - Advanced" ) spawnAirdropCrate( rand(4,8) + startX, rand(-8,-4) + startY, "Starting Materials 2 - Advanced" ) spawnAirdropCrate( rand(-8,-4) + startX, rand(-8,-4) + startY, "Starting Food - Advanced" )
If you duplicate them you have to change the rand(numbers)
so if its rand(4,8) + startX, rand(4,8) + startY
what these mean is
Random number from 4 up to 8 for X
Random number from 4 up to 8 for Y
When changing the numbers the first number is always lower
-4, 4
5, 9
etc.. etc..
You can have as many crates as you wish.. Changing the quantity of items i dont recommend.