Skalka City Map Edit

Sam563

New Member
View: https://youtu.be/b-MtH3sAKvU


Link
https://github.com/sam563/map/blob/master/skalka.sqf

Before
View: https://imgur.com/FAxEtFH

After
View: https://imgur.com/wDCll41


HOW TO INSTALL
add map\skalka.sqf to your mission file
In your init.sqf in if (isServer) then {
add the line:
call compile preprocessFileLineNumbers "map\skalka.sqf";

INFO
To disable vehicle wrecks, dead bodies, tents etc... to fit better into epoch change:
_apocalyptic = true;
to
_apocalyptic = false;
 
Back
Top