Added Mozzie Mod and added it as a deployable vehicle in XM8

Disabled carrying cargo in R3F
Added Mozzie Mod to startup batch files
This commit is contained in:
Zepheris 2018-03-04 17:46:58 -07:00
parent 52014ff6e2
commit c281997597
10 changed files with 83 additions and 27 deletions

View File

@ -8,7 +8,7 @@ echo Launching Server
F:
cd %ARMA%
echo Exile Server Monitor... Active !
start /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
start /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);@Mozzie Mod;" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
start /affinity 0xC /abovenormal "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;@ASR_AI3;@CBA_A3;@Arma 3 Flashlight Mod (Exile Fix);" -profiles=HC -name=HC
REM ping 127.0.0.1 -n 15 >NUL

BIN
keys/Cloud.bikey Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
#include "mozzie\air.sqf"

View File

@ -0,0 +1,32 @@
R3F_LOG_CFG_can_tow = R3F_LOG_CFG_can_tow +
[
];
R3F_LOG_CFG_can_be_towed = R3F_LOG_CFG_can_be_towed +
[
];
R3F_LOG_CFG_can_lift = R3F_LOG_CFG_can_lift +
[
];
R3F_LOG_CFG_can_be_lifted = R3F_LOG_CFG_can_be_lifted +
[
];
R3F_LOG_CFG_can_transport_cargo = R3F_LOG_CFG_can_transport_cargo +
[
["c_Mozzie", 0]
];
R3F_LOG_CFG_can_be_transported_cargo = R3F_LOG_CFG_can_be_transported_cargo +
[
];
R3F_LOG_CFG_can_be_moved_by_player = R3F_LOG_CFG_can_be_moved_by_player +
[
["c_Mozzie"]
];

View File

@ -225,6 +225,7 @@ R3F_LOG_CFG_string_condition_allow_creation_factory_on_this_client = "false";
//#include "addons_config\A3_vanilla.sqf" // THIS IS INCLUDED IN EXILE.SQF
//#include "addons_config\CUP.sqf" // REMOVE THIS LINE IF YOU DONT USE CUP VEHICLES
#include "addons_config\Exile.sqf"
#include "addons_config\Mozzie.sqf"
//#include "addons_config\Super.sqf"
//#include "addons_config\YOUR_ADDITIONAL_ADDON.sqf"

View File

@ -33,6 +33,7 @@ _message = _message + "<t align='center'><br />";
//_message = _message + modCheckTerrain;
_message = _message + modCheckCBA;
_message = _message + modCheckEN;
_message = _message + modCheckMOZ;
_message = _message + modCheckAR;
_message = _message + modCheckAUR;
_message = _message + modCheckBVFL;

View File

@ -136,6 +136,15 @@ if (isClass(configFile >> "CfgPatches" >> "lsd_nvg")) then
modCheckNVG = "<t size='0.9' shadow='1' shadowColor='#000000' align='center'>Full Screen NV is</t><t color='#ff0000' size='0.9' shadow='1' shadowColor='#000000' align='center'> NOT FOUND! (Not required)</t><br/>";
errorLevel = errorLevel + 1
};
//Mozzie
if (isClass(configFile >> "CfgPatches" >> "c_Mozzie_01")) then
{
modCheckMOZ = "<t size='0.9' shadow='1' shadowColor='#000000' align='center'>Mozzie Mod is</t><t color='#2fd402' size='0.9' shadow='1' shadowColor='#000000' align='center'> found!</t><br/>";
} else {
modCheckMOZ = "<t size='0.9' shadow='1' shadowColor='#000000' align='center'>Mozzie Mod is</t><t color='#ff0000' size='0.9' shadow='1' shadowColor='#000000' align='center'> NOT FOUND! (Required)</t><br/>";
errorLevel = errorLevel + 1
};
/*
//adjustable Grenades

View File

@ -9,7 +9,7 @@
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/
class CfgClans
{
/*
@ -54,7 +54,7 @@ class CfgClans
Maximum points in poly
*/
maximumPolyNode = 10;
};
};
class Exile_AbstractCraftingRecipe
{
name = "";
@ -71,9 +71,9 @@ class Exile_AbstractCraftingRecipe
class CfgCraftingRecipes
{
#include "custom\evolved\Evolved.sqf"
#include "custom\evolved\Evolved.sqf"
};
};
class CfgExileArsenal
{
#include "TRADERS\APEX\ItemListAPEX.hpp"
@ -110,7 +110,7 @@ class CfgExileArsenal
};
class CfgExileCustomCode
{
/*
@ -128,7 +128,7 @@ class CfgExileCustomCode
ExileClient_util_fusRoDah = "myaddon\myfunction.sqf";
*/
#include "CfgExileCustomCode.cpp"
};
};
class CfgExileEnvironment
{
class Altis
@ -273,7 +273,7 @@ class CfgExileEnvironment
daytimeTemperature[] = {15.93,16.89,18.42,20.40,22.68,25.10,27.48,29.63,31.40,32.66,33.32,33.80,33.80,33.32,32.66,31.40,29.63,27.48,25.10,22.68,20.40,18.42,16.89,15.93,15.93};
};
};
};
};
class CfgExileHUD
{
class ShortItemNames
@ -338,7 +338,7 @@ class CfgExileHUD
Exile_Item_ZipTie[] = {"ZIP", "TIE"};
};
};
};
class CfgExileLootSettings
{
/**
@ -410,7 +410,7 @@ class CfgExileLootSettings
* which is 150m by default.
*/
minimumDistanceToTerritories = 150;
};
};
class CfgExileMobileXM8
{
/**
@ -418,18 +418,18 @@ class CfgExileMobileXM8
* your server to send them messages to their Mobile XM8 app.
*/
code = "";
};
};
class CfgExileMusic
{
Ambient[] = {"ExileTrack03","ExileTrack04"};
Combat[] = {"ExileTrack06","ExileTrack07"};
Intro[] = {"ExileTrack02","ExileTrack03"};
};
};
class CfgExileParty
{
showESP = 1;
allow3DMarkers = 1;
};
};
class CfgExileRussianRoulette
{
/*
@ -437,7 +437,7 @@ class CfgExileRussianRoulette
russian roulette
*/
buyInAmount = 100;
};
};
class CfgFlags
{
class USA
@ -447,7 +447,7 @@ class CfgFlags
uids[] = {};
};
};
class ExileAbstractAction
{
title = "";
@ -1042,7 +1042,7 @@ class CfgInteractionMenus
};
};
};
};
};
/**
* Classname is used for reference
* name is displayed in crafting requirements
@ -1211,14 +1211,14 @@ class CfgInteractionModels
"fuelstation_02_pump_f.p3d"
};
};
};
};
class CfgLocker
{
numbersOnly = "0123456789";
maxDeposit = 10000;
};
class CfgPlayer
{
// In minutes ammount of time it takes to go from 100 - 0 if stationary
@ -1246,7 +1246,7 @@ class CfgPlayer
enableStamina = 0;
disableMapDrawing = 1;
};
};
class CfgSlothMachine
{
spinCost = 100;
@ -1300,7 +1300,7 @@ class CfgSlothMachine
symbol = "\exile_assets\texture\item\Exile_Item_XmasPresent.paa";
};
};
};
};
class CfgTerritories
{
// Base Cost / Radius
@ -1343,7 +1343,7 @@ class CfgTerritories
// Amount of pop tabs per object to pay
popTabAmountPerObject = 10;
};
};
class CfgTraderCategories
{
#include "TRADERS\APEX\TraderCategoriesAPEX.hpp"
@ -1378,11 +1378,11 @@ class CfgTraderCategories
#include "TRADERS\TRYK\TraderCategoriesTRYK.hpp"
//#include "TRADERS\HLC\TraderCategoriesHLC.hpp" //should use NIArms */
};
class CfgTraders
{
#include "TRADERS\CfgTraders.hpp"
};
};
class CfgTrading
{
/*
@ -1403,7 +1403,7 @@ class CfgTrading
Level5 = 20000;
Level6 = 25000;
};
};
};
class CfgVehicleCustoms
{
///////////////////////////////////////////////////////////////////////////////
@ -2199,7 +2199,7 @@ class CfgVehicleCustoms
};
};
};
class CfgVehicleTransport
{
class Exile_Container_SupplyBox
@ -2246,7 +2246,7 @@ class CfgVehicleTransport
class CfgXM8
{
extraApps[] = {"ExAd_Bike","ExAd_VG","ExAd_CHVD","BRAmaRecipes","ExAd_Bike","ExAd_modChecker"};
extraApps[] = {"ExAd_Bike","ExAd_Mozzie","ExAd_VG","ExAd_CHVD","BRAmaRecipes","ExAd_modChecker"};
class ExAd_VG
{
@ -2332,6 +2332,18 @@ class CfgXM8
onLoad = "ExAdClient\XM8\Apps\modChecker\onLoad.sqf";
onOpen = "ExAdClient\XM8\Apps\modChecker\onOpen.sqf";
onClose = "ExAdClient\XM8\Apps\modChecker\onClose.sqf";
};
class ExAd_Mozzie
{
title = "Deploy Mozzie";
config = "ExadClient\XM8\Apps\DeployVehicle\config.sqf";
bambiState = 0; //Set to 1 to only allow players to deploy as a bambi.
blockInSafezone = 0; //Set to 1 to prevent players deploying said vehicle inside of safezones.
vehicleClass = "C_Mozzie";
recipe[] = {};
packable = 1;
autoCleanUp = 0;
quickFunction = "['ExAd_Mozzie'] call ExAd_XM8_DV_fnc_spawnVehicle";
};
};

View File

@ -30,7 +30,7 @@ echo.
::RESTARTING THE ARMA 3 SERVER
echo Starting ARMA 3 Server...
start /min /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
start /min /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);@Mozzie Mod;" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
start /min /affinity 0xC /abovenormal "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;@ASR_AI3;@CBA_A3;@Arma 3 Flashlight Mod (Exile Fix);" -profiles=HC -name=HC
echo ARMA 3 Server is started
timeout 25