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";