-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdescription.ext
36 lines (35 loc) · 1.39 KB
/
description.ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
respawn="BASE";
respawnDelay=15;
disabledAI=1;
enableItemsDropping = 0;
loadScreen = "Loading.jpg";
class Header
{
gameType=Wasteland;
minPlayers=1;
maxPlayers=65;
};
author="JoSchaap (GoT2DayZ.nl & Tweakers.Net)";
OnLoadName = "GoT Wasteland v1.08(D)Stripped";
OnLoadMission = "This version is a stripped-down sandbox where 2 teams and independed players fight over missions";
//Dialog includes
#include "addons\R3F_ARTY_AND_LOG\desc_include.h"
#include "client\systems\common.hpp"
#include "client\systems\playerMenu\dialog\player_settings.hpp"
#include "client\systems\groups\dialog\groupManagement.hpp"
#include "client\systems\gunStore\dialog\gunshop_settings.hpp"
#include "client\systems\adminPanel\dialog\adminMenu.hpp"
#include "client\systems\adminPanel\dialog\modMenu.hpp"
#include "client\systems\adminPanel\dialog\serverAdminMenu.hpp"
#include "client\systems\adminPanel\dialog\debugMenu.hpp"
#include "client\systems\adminPanel\dialog\playerMenu.hpp"
#include "client\systems\adminPanel\dialog\VehicleManagement.hpp"
#include "client\systems\playerMenu\dialog\respawn_dialog.hpp"
#include "client\systems\playerMenu\dialog\teamkill_dialog.hpp"
#include "addons\proving_ground\PG_config.hpp"
class RscTitles {
#include "addons\proving_ground\PG_rsctitles.hpp"
#include "client\systems\hud\dialog\hud.hpp"
#include "client\systems\playerMenu\dialog\welcome.hpp"
#include "client\systems\newicons.hpp"
};