Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BWA3-public
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
BWMod - Team
BWA3-public
Commits
8202b19c
Commit
8202b19c
authored
Oct 04, 2015
by
gitmirror
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automatic deployment for 2015-10-04 14:03
parent
6e1081ab
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
bwa3_eagle/CfgEventhandlers.hpp
bwa3_eagle/CfgEventhandlers.hpp
+2
-2
bwa3_eagle/config.cpp
bwa3_eagle/config.cpp
+1
-1
bwa3_headgear/data/bwa3_tigerhelm_co.paa
bwa3_headgear/data/bwa3_tigerhelm_co.paa
+0
-0
bwa3_leopard2a6m/CfgEventHandlers.hpp
bwa3_leopard2a6m/CfgEventHandlers.hpp
+1
-1
bwa3_machineguns/data/bwa3_mg5.rvmat
bwa3_machineguns/data/bwa3_mg5.rvmat
+1
-1
bwa3_puma/CfgEventHandlers.hpp
bwa3_puma/CfgEventHandlers.hpp
+1
-1
bwa3_tiger/CfgEventHandlers.hpp
bwa3_tiger/CfgEventHandlers.hpp
+1
-1
bwa3_units/CfgWeapons.hpp
bwa3_units/CfgWeapons.hpp
+2
-2
No files found.
bwa3_eagle/CfgEventhandlers.hpp
View file @
8202b19c
/*class Extended_Init_EventHandlers {
/*class Extended_Init
Post
_EventHandlers {
class BWA3_Eagle_base {
class BWA3_initVehicle {
init = "_this call compile preprocessFileLineNumbers '\bwa3_wheeled_config\fireDummy.sqf'";
...
...
@@ -8,7 +8,7 @@
};
*/
class
Extended_Init_EventHandlers
{
class
Extended_Init
Post
_EventHandlers
{
class
BWA3_Eagle_base
{
class
BWA3_initVehicle
{
init
=
"if (isServer) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle; (_this select 0) call BWA3_fnc_randomizeLicensePlate};"
;
...
...
bwa3_eagle/config.cpp
View file @
8202b19c
...
...
@@ -14,7 +14,7 @@ class CfgPatches {
};
};
#include "CfgEvent
h
andlers.hpp"
#include "CfgEvent
H
andlers.hpp"
#include "CfgFunctions.hpp"
#include "CfgVehicles.hpp"
...
...
bwa3_headgear/data/bwa3_tigerhelm_c
a
.paa
→
bwa3_headgear/data/bwa3_tigerhelm_c
o
.paa
View file @
8202b19c
File moved
bwa3_leopard2a6m/CfgEventHandlers.hpp
View file @
8202b19c
class
Extended_Init_EventHandlers
{
class
Extended_Init
Post
_EventHandlers
{
class
BWA3_Leopard_base
{
class
BWA3_initVehicle
{
init
=
"if (isServer) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle; (_this select 0) call BWA3_fnc_randomizeLicensePlate; (_this select 0) call BWA3_fnc_randomizeTexture}; _this call BWA3_fnc_liftGunAboveEngine;"
;
...
...
bwa3_machineguns/data/bwa3_mg5.rvmat
View file @
8202b19c
...
...
@@ -41,7 +41,7 @@ class Stage3 {
};
};
class Stage4 {
texture="bwa3_machineguns\data\bwa3_
mg5
_as.paa";
texture="bwa3_machineguns\data\bwa3_
default
_as.paa";
uvSource="tex";
class uvTransform {
aside[]={1,0,0};
...
...
bwa3_puma/CfgEventHandlers.hpp
View file @
8202b19c
class
Extended_Init_EventHandlers
{
class
Extended_Init
Post
_EventHandlers
{
class
BWA3_Puma_base
{
class
BWA3_initVehicle
{
init
=
"if (isServer) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle; (_this select 0) call BWA3_fnc_randomizeLicensePlate};"
;
...
...
bwa3_tiger/CfgEventHandlers.hpp
View file @
8202b19c
class
Extended_Init_EventHandlers
{
class
Extended_Init
Post
_EventHandlers
{
class
BWA3_Tiger_Base
{
class
randomizeSerialNumber
{
init
=
"_this call BWA3_fnc_randomizeSerialNumber; _this call compile loadFile '
\b
wa3_tiger\data
\b
wa3_tiger_decals.paa';"
;
...
...
bwa3_units/CfgWeapons.hpp
View file @
8202b19c
...
...
@@ -37,7 +37,7 @@ class CfgWeapons {
class
ItemInfo
:
UniformItem
{
uniformModel
=
"-"
;
uniformClass
=
"BWA3_
Rifleman_02_base
"
;
uniformClass
=
"BWA3_
AutoriflemanMG5_Fleck
"
;
containerClass
=
"Supply40"
;
mass
=
20
;
};
...
...
@@ -62,7 +62,7 @@ class CfgWeapons {
class
ItemInfo
:
UniformItem
{
uniformModel
=
"-"
;
uniformClass
=
"BWA3_Rifleman
_03_base
"
;
uniformClass
=
"BWA3_Rifleman
G27_Fleck
"
;
containerClass
=
"Supply40"
;
mass
=
40
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment