giallustio 770 Posted July 2, 2013 @Sahloknir I think i don't get it.... @Source There's an hunter in the demo mission with the var set and i can't lift it, it works for me...Could you give me some details? Share this post Link to post Share on other sites
xyberviri 1 Posted July 2, 2013 Is there anyway to modify this to NOT use RscPicture and RscTitles, because thats the default that Everyone seems to want to use and it causes problems for those of use that want to use this script but dont have a gui because of the class names. Share this post Link to post Share on other sites
source 10 Posted July 2, 2013 I'm running the dev build and I can lift the hunter in the demo mission in the editor and multiplayer. No mod or anything edited. Could we get someone else to test this. Share this post Link to post Share on other sites
1para{god-father} 105 Posted July 3, 2013 is there a way to just allow 1 Class of vehicle to use the Cargo and not all vehicles , as i would only like the trucks to be able to move Ammo crates Share this post Link to post Share on other sites
giallustio 770 Posted July 3, 2013 BTC_def_vehicles in the logistic_init.sqf Share this post Link to post Share on other sites
mantls 2 Posted July 3, 2013 is there a way to "invert" the cargo system? so that all objects are not draggable by default unless stated otherwise in their init? Share this post Link to post Share on other sites
giallustio 770 Posted July 3, 2013 You could so, but you have to script a bit...playing around with the check condition... Share this post Link to post Share on other sites
Jynx 10 Posted July 4, 2013 I am loving the script so far. Is there a way to make it so that if you want to air drop cargo from a helo you can and it will descend on a parachute? Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 It's already implemented but BIS didn't provide a big paracute yet! Atm the small one is used but the cargo is too heavy and it doesn't work...I think we've to wait ;) Share this post Link to post Share on other sites
Jynx 10 Posted July 4, 2013 NonSteerable_Parachute_F is the class name of the cargo parachute that has been released in the dev build. Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 Is the big one? I gotta test it asap! Thank you for the info! Share this post Link to post Share on other sites
Jynx 10 Posted July 4, 2013 i made a mistake. however on line 105 of =btc=functions.sqf. if you change it to : _obj_para = [_veh,_obj,"B_Parachute_02_F"] spawn BTC_l_paradrop; the cargo chute works and the object (in this case an ammo crate) floats to the ground nicely. Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 Well done! I lost it in all the updates! :p Share this post Link to post Share on other sites
Jynx 10 Posted July 4, 2013 you might also entertain the idea of attaching a chemlight as well as a smoke grenade to the parachuting cargo so that it has a bit of night time visibility as well. :) Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 Good idea! I'll add this feature ;) Share this post Link to post Share on other sites
hajimoto 10 Posted July 4, 2013 I am sorry for the noob question but after trying for over 3 hours to add more choppers to the list so that I can load a ammobox to a Orca or UH-80. Please someone help me with how to add more vehicles. Here is an example of what I tried and it does not work: =BTC=_logistic_init.sqf //Cargo System _cargo = [] execVM "=BTC=_logistic\=BTC=_cargo_system\=BTC=_cargo_system_init.sqf"; BTC_def_vehicles = ["Tank","Wheeled_APC","Truck","Car","Helicopter","O_Heli_Light_02_F"]; BTC_def_cargo = ["Motorcycle","ReammoBox","Box_IND_Wps_F","ReammoBox_F","Strategic"]; BTC_def_drag = ["ReammoBox","ReammoBox_F","Box_IND_Wps_F","Strategic"]; BTC_cargo_selected = objNull; I assumed this is where I could add vehicles but every test has failed. I need to have the box load in to more Helo's then the littlebird. Any help would be appreciated! Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 If anyone would help to test the new version, here the link: www.giallustio.altervista.org/downloads/=BTC=_logistic_test.zip Report bugs, ideas and thoughts! Added cargo capacity, air drop, a bit of restyling ;) It will be cool if someone could make a video that shows all the features of the scripts! I suck at video-making sadly :p Share this post Link to post Share on other sites
hajimoto 10 Posted July 4, 2013 (edited) Great Script Giallustio. Initial testing looks great. Only thing I do not like is having all your menu options at the bottom rather than at the top for ease of use while in flight. PS - How can I add "B_Heli_Light_01_armed_F" to be able to carry an AMMO box? With your new changes I see the cargo space is 0/6. Edited July 4, 2013 by Hajimoto Share this post Link to post Share on other sites
giallustio 770 Posted July 4, 2013 Great Script Giallustio.Initial testing looks great. Only thing I do not like is having all your menu options at the bottom rather than at the top for ease of use while in flight. Honestly in fight i don't want to have "stupid" action that i don't need in that moment. You can change easily, maybe i could make it as param ;) PS - How can I add "B_Heli_Light_01_armed_F" to be able to carry an AMMO box? With your new changes I see the cargo space is 0/6. The first number is the cargo, the second one is the cargo capacity of the vehicle. By default an ammo box requires 2 points, so you can load it. These settings are just placeholders, you can easily modify them in the logistic_init: BTC_def_cc and BTC_def_rc When the script will get a more "stable" version and i'll get some time, I'll write a quick "how to"...I can do it atm sadly! Share this post Link to post Share on other sites
holo89 10 Posted July 4, 2013 (edited) Thanks for this so promising script ! I still get the bug where I get the Hud the first time on one chopper (mohawk) and then I crash the chopper leaving the Hud On (it will respawn with Tophe vehicle.sqf) and meanwhile I use another mohawk chopper, I get the action Hud on/off but it's on top of all actions now and the Hud does not show when activated. I did this quick test, incorporating it in my mission, which include INS_Revive, Tophe modified vehicle.sqf, and some more stuff. I will try with a cleaner blank mission and try adding stuff in progressively if I don't get the bug with the vanilla mission. I'll let you know my finding. Regards, Holo EDIT1: I tested vanilla and does not have this bug, I tried with vehicle.sqf, no bug. I think it may be related to some dialog IDC or similar. I'll make sure it is. EDIT2: as soon as I added INS_revive 0.2.3 it does bug as I described. I'll try to find what is the conflict. Edit3: I did test letting all the definitions in the description.ext but not running ins_revive and it was ok, the hud was working after a respawn. I then tried to disable all modules from Ins_revive letting just ...the revive and it does bug the hud. so I'm assuming it is when I respawn with ins_revive that it does bug the hud. at this point, I'm out of idea. I'll try random changes, but displays are out of my competancy. but I read the using local variables for UI was not good? and disableSerialisation can be replace by with uiNamespace do {}; if this can help. Edited July 5, 2013 by holo89 more precisions Share this post Link to post Share on other sites
mk-l 10 Posted July 6, 2013 (edited) i made a mistake. however on line 105 of =btc=functions.sqf. if you change it to : _obj_para = [_veh,_obj,"B_Parachute_02_F"] spawn BTC_l_paradrop; the cargo chute works and the object (in this case an ammo crate) floats to the ground nicely. Nice ! but if you want to see the parachute, use this : (NonSteerable_Parachute_F) _obj_para = [_veh,_obj,"NonSteerable_Parachute_F"] spawn BTC_l_paradrop; And if you want to see the smoke using start in flying use that : ( =BTC=_logistic_init.sqf - line 78 ) _smoke attachto [_chute,[0,0,0]]; And you get that ... :) Edited July 6, 2013 by Mk-L miss [/spoiler] Share this post Link to post Share on other sites
giallustio 770 Posted July 7, 2013 Very nice screen ;) Get ready for the new version :p Share this post Link to post Share on other sites
1para{god-father} 105 Posted July 7, 2013 (edited) It might just be me , but I get no smoke or Parachute when i drop anything ? Edited July 7, 2013 by 1PARA{God-Father} Share this post Link to post Share on other sites
giallustio 770 Posted July 7, 2013 It's not supported in the official release yet...You can fix this by your self following the Mk-L's explanation ;) Share this post Link to post Share on other sites
1para{god-father} 105 Posted July 7, 2013 I added those changes but was using the test one you posted and it did not work, i just get it appearing on the ground , ill give it another go :) Share this post Link to post Share on other sites