gianni001 / ExileReborn

ExileReborn - A complete survival package
16 stars 31 forks source link

Australia Map Info #18

Open Ghostrider-DbD- opened 8 years ago

Ghostrider-DbD- commented 8 years ago

For our Australia server we have added the following to \John)s_events\addons\events\events_config.sqf

case "australia":
{
    Event_DEBUG_Location = [23680.764,32905.543,10.4];
    Event_world_size = 40000;
    Event_world_centerPosition = [20480,20480, 150];

    Event_RadAI_SpawnLocations = 
    [

    ];  
};