mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Esseker _safePosParams
This commit is contained in:
parent
2650157577
commit
38eb14cce4
@ -25,7 +25,8 @@ switch (toLower worldName) do
|
||||
{
|
||||
case "altis" : { _safePosParams = [[16000,16000],0,16000,_nearestObjectMinDistance,0,_maxTerrainGradient,0,DMS_findSafePosBlacklist]; }; //[16000,16000] w/ radius of 16000 works well for Altis
|
||||
case "bornholm" : { _safePosParams = [[11264,11264],0,12000,_nearestObjectMinDistance,0,_maxTerrainGradient,0,DMS_findSafePosBlacklist]; }; // Thanks to thirdhero for testing this info
|
||||
default { _safePosParams = [[],0,-1,_nearestObjectMinDistance,0,_maxTerrainGradient,0,DMS_findSafePosBlacklist]; };
|
||||
case "esseker" : { _safePosParams = [[6144,6144],0,12288,_nearestObjectMinDistance,0,_maxTerrainGradient,0,DMS_findSafePosBlacklist]; }; // Thanks to Flowrider for this info
|
||||
default { _safePosParams = [[],0,-1,_nearestObjectMinDistance,0,_maxTerrainGradient,0,DMS_findSafePosBlacklist]; };
|
||||
};
|
||||
|
||||
|
||||
|
Binary file not shown.
@ -78,7 +78,10 @@ if (!hasInterface && !isServer) then
|
||||
|
||||
|
||||
## Changelog:
|
||||
#### September 10, 2015 (8:30 PM CST-America):
|
||||
#### September 12, 2015 (1:30 AM CST-America):
|
||||
* Added Esseker map safe pos params. (thanks Flowrider!)
|
||||
|
||||
#### September 11, 2015 (8:30 PM CST-America):
|
||||
* NEW CONFIG VALUES: ```DMS_GodmodeCrates``` and ```DMS_CrateCase_Sniper```. DMS_GodmodeCrates is pretty self-explanatory :P
|
||||
* NEW FEATURE FOR "DMS_fnc_FillCrate": You can now define "crate cases" in the config (such as "DMS_CrateCase_Sniper"). Passing the "crate case" name (such as "Sniper") will make the crate spawn with the exact gear defined in the config. Refer to the testmission.sqf (line 80) and "DMS_CrateCase_Sniper" config for an example.
|
||||
* Spawned vehicles will now be LOCKED and INVINCIBLE until the mission is completed.
|
||||
|
Loading…
Reference in New Issue
Block a user