finished moving r3f and mission.sqf dynamic vehicle

This commit is contained in:
[VB]AWOL
2013-11-17 19:50:59 -06:00
parent 8c1fdd51c1
commit 4f9fd4c6d5
58 changed files with 29 additions and 266 deletions

View File

@@ -8,14 +8,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101006
*****************************************************************************/
#include "R3F_Realism_Configuration.cfg"
#include "R3F_Realism_Configuration.sqf"
#ifdef R3F_REALISM_USE_WEIGHT
_void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
#endif
#ifdef R3F_REALISM_USE_TIRED
_void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Tired\R3F_Tired_Init.sqf";
#endif

View File

@@ -1,12 +0,0 @@
/****************************************************************************
Copyright (C) 2010 Team ~R3F~
This program is free software under the terms of the GNU General Public License version 3.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
@authors team-r3f.org
@version 1.00
@date 20101006
*****************************************************************************/
#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
Can't render this file because it contains an unexpected character in line 11 and column 10.

View File

@@ -8,7 +8,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101011
*****************************************************************************/
#include "R3F_TIRED_Configuration.cfg"
#include "R3F_TIRED_Configuration.sqf"
private ["_level", "_n", "_s"];

View File

@@ -8,7 +8,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101006
*****************************************************************************/
#include "R3F_TIRED_Configuration.cfg"
#include "R3F_TIRED_Configuration.sqf"
FNC_PrintToRPT = {
diag_log text _this;

View File

@@ -8,9 +8,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101006
*****************************************************************************/
#include "R3F_TIRED_Configuration.cfg"
#include "R3F_TIRED_Configuration.sqf"
call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
call compile preprocessFile "\z\addons\dayz_code\external\R3F_Realism\R3F_Tired\R3F_Tired_Fnct.sqf";
R3F_Weight = 0;
@@ -22,4 +22,4 @@ R3F_TIRED_Counter_Time = 0;
R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
R3F_TIRED_Ratio_Overweight = 1;
_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Tired\R3F_DoTired.sqf";

View File

@@ -1,3 +0,0 @@

R3F_VERSION_TIRED, "1.02", "1.02"
1 R3F_VERSION_TIRED 1.02 1.02

View File

@@ -8,9 +8,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101006
*****************************************************************************/
#include "R3F_WEIGHT_Configuration.cfg"
#include "R3F_WEIGHT_Configuration.sqf"
call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
call compile preprocessFile "\z\addons\dayz_code\external\R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
private ["_n","_gearbox_visible","_control","_display","_initial_text"];

View File

@@ -1,12 +0,0 @@
/****************************************************************************
Copyright (C) 2010 Team ~R3F~
This program is free software under the terms of the GNU General Public License version 3.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
@authors team-r3f.org
@version 1.00
@date 20101006
*****************************************************************************/
R3F_VERSION_WEIGHTED, "1.04", "1.04"
STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
STR_R3F_WEIGHT_English, "lb", "Kg"
1 /****************************************************************************
2 Copyright (C) 2010 Team ~R3F~
3 This program is free software under the terms of the GNU General Public License version 3.
4 You should have received a copy of the GNU General Public License
5 along with this program. If not see <http://www.gnu.org/licenses/>.
6 @authors team-r3f.org
7 @version 1.00
8 @date 20101006
9 *****************************************************************************/
10 R3F_VERSION_WEIGHTED 1.04 1.04
11 STR_R3F_WEIGHT_InGearBox %1 | Weight carried : %2 lb %1 | Poids transporté : %2 Kg
12 STR_R3F_WEIGHT_English lb Kg

View File

@@ -7,7 +7,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@version 1.02
@date 20101018
*****************************************************************************/
#include "R3F_WEIGHT_Configuration.cfg"
#include "R3F_WEIGHT_Configuration.sqf"
R3F_WEIGHT_FNCT_MakeSingleArray = {
private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
_arr_i = (_this select 0) select 0;

View File

@@ -8,6 +8,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@date 20101018
*****************************************************************************/
call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
call compile preprocessFile "\z\addons\dayz_code\external\R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";

View File

@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
};
if (isServer) then {
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
//Compile vehicle configs
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_1.Takistan\dynamic_vehicle.sqf";
// Add trader citys
_nil = [] execVM "mission.sqf";
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_1.Takistan\mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};

View File

@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
};
if (isServer) then {
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
//Compile vehicle configs
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_2.Utes\dynamic_vehicle.sqf";
// Add trader citys
_nil = [] execVM "mission.sqf";
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_2.Utes\mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};

View File

@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
};
if (isServer) then {
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
//Compile vehicle configs
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_3.Shapur_BAF\dynamic_vehicle.sqf";
// Add trader citys
_nil = [] execVM "mission.sqf";
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_3.Shapur_BAF\mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};

View File

@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
};
if (isServer) then {
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
//Compile vehicle configs
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_4.Zargabad\dynamic_vehicle.sqf";
// Add trader citys
_nil = [] execVM "mission.sqf";
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_4.Zargabad\mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};

View File

@@ -1,114 +0,0 @@
AllowedVehiclesList = [
["AH6X_DZ",3],
["AN2_DZ",3],
["ArmoredSUV_PMC_DZE",1],
["ATV_CZ_EP1",3],
["ATV_US_EP1",3],
["C130J_US_EP1",1],
["car_hatchback",3],
["car_sedan",3],
["CH_47F_EP1_DZE",1],
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
["datsun1_civil_1_open",3],
["datsun1_civil_2_covered",3],
["datsun1_civil_3_open",3],
["Fishing_Boat",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
["GLT_M300_ST",3],
["GNT_C185",1],
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
["hilux1_civil_1_open",3],
["hilux1_civil_2_covered",3],
["hilux1_civil_3_open_EP1",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
["HMMWV_DZ",3],
["HMMWV_M1035_DES_EP1",1],
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
["Ikarus",3],
["Ikarus_TK_CIV_EP1",3],
["JetSkiYanahui_Case_Blue",1],
["JetSkiYanahui_Case_Green",1],
["JetSkiYanahui_Case_Red",1],
["JetSkiYanahui_Case_Yellow",1],
["Kamaz",3],
["KamazRefuel_DZ",1],
["Lada1",3],
["Lada1_TK_CIV_EP1",3],
["Lada2",3],
["Lada2_TK_CIV_EP1",3],
["LadaLM",3],
["LandRover_CZ_EP1",3],
["LandRover_MG_TK_EP1_DZE",1],
["LandRover_Special_CZ_EP1_DZE",1],
["LandRover_TK_CIV_EP1",3],
["M1030_US_DES_EP1",3],
["MH6J_DZ",3],
["Mi17_Civilian_DZ",3],
["Mi17_DZE",3],
["MMT_Civ",6],
["MtvrRefuel_DES_EP1_DZ",1],
["MTVR_DES_EP1",3],
["MV22_DZ",1],
["Offroad_DSHKM_Gue_DZE",3],
["Old_bike_TK_INS_EP1",3],
["Old_moto_TK_Civ_EP1",3],
["PBX",3],
["Pickup_PK_GUE_DZE",3],
["Pickup_PK_INS_DZE",3],
["Pickup_PK_TK_GUE_EP1_DZE",3],
["RHIB",3],
["S1203_ambulance_EP1",3],
["S1203_TK_CIV_EP1",3],
["Skoda",3],
["SkodaBlue",3],
["SkodaGreen",3],
["SkodaRed",3],
["Smallboat_1",3],
["Smallboat_2",3],
["SUV_Blue",1],
["SUV_Camo",1],
["SUV_Charcoal",1],
["SUV_Green",1],
["SUV_Orange",1],
["SUV_Pink",1],
["SUV_Red",1],
["SUV_Silver",1],
["SUV_TK_CIV_EP1",1],
["SUV_White",1],
["SUV_Yellow",1],
["tractor",3],
["TT650_Civ",3],
["TT650_Ins",3],
["TT650_TK_CIV_EP1",3],
["UAZ_CDF",3],
["UAZ_INS",3],
["UAZ_MG_TK_EP1_DZE",3],
["UAZ_RU",3],
["UAZ_Unarmed_TK_CIV_EP1",3],
["UAZ_Unarmed_TK_EP1",3],
["UAZ_Unarmed_UN_EP1",3],
["UH1H_DZE",2],
["UH1Y_DZE",2],
["UH60M_EP1_DZE",1],
["UralRefuel_TK_EP1_DZ",1],
["Ural_CDF",3],
["Ural_TK_CIV_EP1",3],
["Ural_UN_EP1",3],
["V3S_Open_TK_CIV_EP1",3],
["V3S_Open_TK_EP1",3],
["V3S_Refuel_TK_GUE_EP1_DZ",1],
["VolhaLimo_TK_CIV_EP1",3],
["Volha_1_TK_CIV_EP1",3],
["Volha_2_TK_CIV_EP1",3],
["VWGolf",3],
["Zodiac",3]
];

View File

@@ -1,104 +0,0 @@
AllowedVehiclesList = [
["AH6X_DZ",3],
["AN2_DZ",2],
["ArmoredSUV_PMC_DZE",1],
["ATV_CZ_EP1",3],
["ATV_US_EP1",3],
["C130J_US_EP1",1],
["car_hatchback",3],
["car_sedan",3],
["CH_47F_EP1_DZE",1],
["CSJ_GyroC",3],
["CSJ_GyroCover",3],
["CSJ_GyroP",3],
["datsun1_civil_1_open",3],
["datsun1_civil_2_covered",3],
["datsun1_civil_3_open",3],
["GAZ_Vodnik_DZE",1],
["GAZ_Vodnik_MedEvac",1],
["GLT_M300_LT",3],
["GLT_M300_ST",3],
["GNT_C185",1],
["GNT_C185C",1],
["GNT_C185R",1],
["GNT_C185U",1],
["hilux1_civil_1_open",3],
["hilux1_civil_2_covered",3],
["hilux1_civil_3_open_EP1",3],
["HMMWV_Ambulance",1],
["HMMWV_Ambulance_CZ_DES_EP1",1],
["HMMWV_DES_EP1",3],
["HMMWV_DZ",3],
["HMMWV_M1035_DES_EP1",1],
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
["Ikarus",3],
["Ikarus_TK_CIV_EP1",3],
["Kamaz",3],
["KamazRefuel_DZ",1],
["Lada1",3],
["Lada1_TK_CIV_EP1",3],
["Lada2",3],
["Lada2_TK_CIV_EP1",3],
["LadaLM",3],
["LandRover_CZ_EP1",3],
["LandRover_MG_TK_EP1_DZE",1],
["LandRover_Special_CZ_EP1_DZE",1],
["LandRover_TK_CIV_EP1",3],
["M1030_US_DES_EP1",3],
["MH6J_DZ",3],
["Mi17_Civilian_DZ",3],
["Mi17_DZE",3],
["MMT_Civ",6],
["MtvrRefuel_DES_EP1_DZ",1],
["MTVR_DES_EP1",3],
["MV22_DZ",1],
["Offroad_DSHKM_Gue_DZE",3],
["Old_bike_TK_INS_EP1",3],
["Old_moto_TK_Civ_EP1",3],
["Pickup_PK_GUE_DZE",3],
["Pickup_PK_INS_DZE",3],
["Pickup_PK_TK_GUE_EP1_DZE",3],
["S1203_ambulance_EP1",3],
["S1203_TK_CIV_EP1",3],
["Skoda",3],
["SkodaBlue",3],
["SkodaGreen",3],
["SkodaRed",3],
["SUV_Blue",1],
["SUV_Camo",1],
["SUV_Charcoal",1],
["SUV_Green",1],
["SUV_Orange",1],
["SUV_Pink",1],
["SUV_Red",1],
["SUV_Silver",1],
["SUV_TK_CIV_EP1",1],
["SUV_White",1],
["SUV_Yellow",1],
["tractor",3],
["TT650_Civ",3],
["TT650_Ins",3],
["TT650_TK_CIV_EP1",3],
["UAZ_CDF",3],
["UAZ_INS",3],
["UAZ_MG_TK_EP1_DZE",3],
["UAZ_RU",3],
["UAZ_Unarmed_TK_CIV_EP1",3],
["UAZ_Unarmed_TK_EP1",3],
["UAZ_Unarmed_UN_EP1",3],
["UH1H_DZE",2],
["UH1Y_DZE",2],
["UH60M_EP1_DZE",1],
["UralRefuel_TK_EP1_DZ",1],
["Ural_CDF",3],
["Ural_TK_CIV_EP1",3],
["Ural_UN_EP1",3],
["V3S_Open_TK_CIV_EP1",3],
["V3S_Open_TK_EP1",3],
["V3S_Refuel_TK_GUE_EP1_DZ",1],
["VolhaLimo_TK_CIV_EP1",3],
["Volha_1_TK_CIV_EP1",3],
["Volha_2_TK_CIV_EP1",3],
["VWGolf",3]
];