You are on page 1of 2

#########################################

GITS server modifications


#########################################
EB_resources

Allows you to
refuel empty or depleted fuel vehicles,
siphon fuel from empty vehicles, and
refill fuelcans and carry them around/ store them in vehicles

Test mission included has scripts and sounds and init values required for the mod
to function.

CREDITS

Rocket - for the inspiration and ideas in the execution of his cursortarget based
action menu, and for the refueling of vehicles by hand in the DayZ mod
http://dayzmod.com/
We redeveloped this approach for vanilla arma2, but credit for the original concept
design and some of the code layout concepts belong to Rocket.

#####################################
new items added

//Magazines
2 types of gas can take up 3 ammo slots each

EB_ItemFuelcanE
Empty gas can

EB_ItemFuelcan
Full gascan containing 20L of fuel

//2 types of combat knife

EB_knife
Fairbairn Sykes British Commando dagger

EB_kabar
Ka-Bar USMC combat knife

//Weapons
Toolbelt item

EB_ItemSiphon
When you have this item you can siphon gas from a car/truck

EB_ItemSil_hgun
attachable handgun silencer
works with weapons that have a silenced counterpart, e.g.
makarov, makarovSD
M9, M9SD
UZI_EP1, UZI_SD_EP1

EB_ItemSil_rifle
attachable rifle silencer
works with weapons that have a silenced counterpart, e.g.
AKS_74_U, AKS_74_UN_kobra
Bizon, bizon_silenced
G36C, G36_C_SD_eotech
M4A1_Aim_camo, M4A1_AIM_SD_camo
M4A1_HWS_GL_camo, M4A1_HWS_GL_SD_Camo
MP5A5, MP5SD
G36C_camo, G36_C_SD_camo
SCAR_H_CQC_CCO, SCAR_H_CQC_CCO_SD
SCAR_H_LNG_Sniper, SCAR_H_LNG_Sniper_SD

for init.sqf

//unsung
EGG_bayoweps = [["uns_ct56","uns_ct56bayo"],["uns_sks","uns_sksbayo"],
["uns_ak47","uns_ak47bayo"]];
EGG_rsilweps = [["uns_m3a1","uns_m3sd"],["uns_mac10","uns_mac10sd"],
["uns_sten","uns_stensd"]];
EGG_hsilweps = [["UZI_EP1","UZI_SD_EP1"],["M9","M9SD"],["Makarov","MakarovSD"]];

//normal
EGG_bayoweps = [["AK_47_M","AK_47_S"],["M16A2","M16A4"],["AK_74","AKS_74"],
["Sa58P_EP1","Sa58V_EP1"],["M4A1","M4A1_Aim"]];
EGG_silweps = [["AKS_74_U","AKS_74_UN_kobra"],["Bizon","bizon_silenced"],
["G36C","G36_C_SD_eotech"],["M4A1_Aim_camo","M4A1_AIM_SD_camo"],
["M4A1_HWS_GL_camo","M4A1_HWS_GL_SD_Camo"],["MP5A5","MP5SD"],
["G36C_camo","G36_C_SD_camo"],["SCAR_H_CQC_CCO","SCAR_H_CQC_CCO_SD"],
["SCAR_H_LNG_Sniper","SCAR_H_LNG_Sniper_SD"]];
EGG_hsilweps = [["UZI_EP1","UZI_SD_EP1"],["M9","M9SD"],["Makarov","MakarovSD"]];

//vehicles

GITS_Fuel_dump
This is an ammo box containing empty and full fuel cans and 5 siphons. It looks
like a normal model (4x blue fuel barrels) but acts like an ammo crate.

Additionally the model mission places randomly fuel cans into cars and trucks
listed in your mission.sqm

You might also like