Inkko
Valued Member!
I'll add it to Celle after Fallujah tonightAny chance to get this to work on the new Celle map ? that would be cool![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'll add it to Celle after Fallujah tonightAny chance to get this to work on the new Celle map ? that would be cool![]()
This script actually includes heli lift, I just left the vehicle list for it blank since I was using another lift scriptHi! Could you add a working Chernarus heli lift script please? I would be very thankful.
This script actually includes heli lift, I just left the vehicle list for it blank since I was using another lift script
find this line in your arma2_CO _objects.sqf add the helicopters you want to have the lifting ability,Could you help me out how can I make the heli lift work? What code do I have to insert into the files?
/**
* List of class names of air vehicles which can lift liftable objects.
* Liste des noms de classes des véhicules aériens pouvant héliporter des objets héliportables.
*/
R3F_LOG_CFG_heliporteurs = R3F_LOG_CFG_heliporteurs +
[
"CH_47F_BAF",
"MH60S",
"Mi17_DZ",
"UH60M_MEV_EP1",
"Mi171Sh_CZ_EP1"
];
/**
* List of class names of liftable objects.
* Liste des noms de classes des objets héliportables.
*/
R3F_LOG_CFG_objets_heliportables = R3F_LOG_CFG_objets_heliportables +
[
"UAZ_Unarmed_TK_EP1",
"UAZ_Unarmed_TK_CIV_EP1",
"UAZ_Unarmed_UN_EP1",
"UAZ_RU",
"ATV_US_EP1",
"ATV_CZ_EP1",
"SkodaBlue",
"Skoda",
"SkodaGreen",
"Old_bike_TK_CIV_EP1",
"Old_bike_TK_INS_EP1",
"UH1H_DZ",
"hilux1_civil_3_open",
"Ikarus_TK_CIV_EP1",
"Ikarus",
"Tractor",
"S1203_TK_CIV_EP1",
"V3S_Civ",
"UralCivil",
"car_hatchback",
"Fishing_Boat",
"PBX",
"Smallboat_1",
"Volha_2_TK_CIV_EP1",
"Volha_1_TK_CIV_EP1",
"SUV_TK_CIV_EP1",
"car_sedan",
"hilux1_civil_3_open_EP1",
"UralCivil2",
"LandRover_CZ_EP1",
"Lada1_GDR",
"Lada2_GDR",
"Lada2_TK_CIV_EP1",
"Lada4_GDR",
"Lada5_GDR",
"MTVR",
"M1030_US_DES_EP1",
"BAF_Offroad_D",
"BAF_Offroad_W",
"datsun1_civil_3_open",
"Fishing_Boat_DZ",
"PBX_DZ",
"datsun1_civil_2_covered",
"GAZ_Vodnik",
"hilux1_civil_1_open",
"hilux1_civil_2_covered",
"Lada",
"Lada1",
"Lada1_TK_CIV_EP1",
"LandRover_TK_CIV_EP1",
"SkodaRed",
"Ural_INS",
"VolhaLimo_TK_CIV_EP1",
"HMMWV",
"HMMWV_DZ",
"V3S_Civ",
"MTVR_DES_EP1"
];
* List of class names of vehicles which can tow towable objects.
* Liste des noms de classes des véhicules terrestres pouvant remorquer des objets remorquables.
*/
R3F_LOG_CFG_heliporteurs = R3F_LOG_CFG_heliporteurs +
[
"CH_47F_BAF",
"MH60S",
"Mi17_DZ",
"UH60M_MEV_EP1",
"Mi171Sh_CZ_EP1C",
"UH1Yˇ
];
Just so you know you added the helis to the towing vehicle list. They go down in the lift portion. As for why you're getting the stuck at authentification... I looked at your pbo and I would guess its your debug monitor since I didn't see anything refrencing the auto refil. You have that scripts folder with the auto refill but nothing executes it. The only changes you have between my pbo and yours is adding that debug monitor, making the helis able to tow, and having the scripts folder which isn't referenced to unless I missed it. (helis able to tow doesn't effect anything, its just extremely unrealistic). After work today I'll actually try the pbo on my server, I just skimmed thru it to see if I could see anything wrong.I did every steps, and I added my auto refuel, and debug monitor script to Inkko's Chernarus mission.pbo, but when I try to log in, the loading stuck at 'Requesting authentication'.
I tried to add the Huey to the heli's list.
I attached my mission.pbo and scripts.txt. Could someone help me how to fix it?![]()
Just so you know you added the helis to the towing vehicle list. They go down in the lift portion. As for why you're getting the stuck at authentification... I looked at your pbo and I would guess its your debug monitor since I didn't see anything refrencing the auto refil. You have that scripts folder with the auto refill but nothing executes it. The only changes you have between my pbo and yours is adding that debug monitor, making the helis able to tow, and having the scripts folder which isn't referenced to unless I missed it. (helis able to tow doesn't effect anything, its just extremely unrealistic). After work today I'll actually try the pbo on my server, I just skimmed thru it to see if I could see anything wrong.
Here is an updated file that includes more vehicles and I've filled out the heli lift portion
Hey snow I'm in the IRC half the time :3hey man I would like to do this on my tavi.com server( add heli lift ,fast rope and possibly towing) would you be able to slip on the .st chat and PM me
Thanks
Help greatly appreciated
I could prob do just cant find the arma2_CO _objects.sqf
Just so you know you added the helis to the towing vehicle list. They go down in the lift portion. As for why you're getting the stuck at authentification... I looked at your pbo and I would guess its your debug monitor since I didn't see anything refrencing the auto refil. You have that scripts folder with the auto refill but nothing executes it. The only changes you have between my pbo and yours is adding that debug monitor, making the helis able to tow, and having the scripts folder which isn't referenced to unless I missed it. (helis able to tow doesn't effect anything, its just extremely unrealistic). After work today I'll actually try the pbo on my server, I just skimmed thru it to see if I could see anything wrong.
Here is an updated file that includes more vehicles and I've filled out the heli lift portion