Guest Posted December 13, 2013 Report Share Posted December 13, 2013 Hey there, i wanted to know how they are added into the Game, is it only through the dynamic_vehicle.sqf?, because as far as i could tell there were no database changes, that means they are not available at traders. Or are they implemented but not spawning by itself and we have to modify the dynamic_vehicle array ourselfs ? thanks Link to comment Share on other sites More sharing options...
Eegore Posted December 13, 2013 Report Share Posted December 13, 2013 They are added with the latest patch as far as I know. Has anyone tested an amphib one on water? The amphib Cessna treats water like dynamite. Link to comment Share on other sites More sharing options...
Polli Posted December 13, 2013 Report Share Posted December 13, 2013 The new Bell isn´t in the dynamic_vehicle.sqf and it´s not byable at traders. The files are in the Client-Files but I have no idea how they will spawn. Maybe the entry was not set at the traders or the vehicle spawn. Could be somewhere deeper in the code. I will have a look if I will found nevertheless any on the map :) Link to comment Share on other sites More sharing options...
ispan55 Posted December 13, 2013 Report Share Posted December 13, 2013 They are added with the latest patch as far as I know. Has anyone tested an amphib one on water? The amphib Cessna treats water like dynamite. :D he sinks Link to comment Share on other sites More sharing options...
SantaKlau Posted December 14, 2013 Report Share Posted December 14, 2013 Can someone give me the code line in the mission.sqm? If i spawn those new Helis there comes an massage up u cannot play edit this mission, because of the new Helicopters. Link to comment Share on other sites More sharing options...
Uro Posted December 14, 2013 Report Share Posted December 14, 2013 I spawned an amphibious one with admin tools and I can confirm they do float on water :) I also landed it on a double metal floor and when I got out (rotor still turning) it did an amazing feat of acrobatics and exploded :D at a guess i'd say the dev's haven't finalised them for Epoch yet. Link to comment Share on other sites More sharing options...
McPimpin Posted December 14, 2013 Report Share Posted December 14, 2013 Can someone give me the code line in the mission.sqm? If i spawn those new Helis there comes an massage up u cannot play edit this mission, because of the new Helicopters. "pook_h13" add it right under "jetskiyanahuiaddon" "jetskiyanahuiaddon", "pook_h13" Link to comment Share on other sites More sharing options...
SantaKlau Posted December 15, 2013 Report Share Posted December 15, 2013 "pook_h13" add it right under "jetskiyanahuiaddon" "jetskiyanahuiaddon", "pook_h13" Thank u Man! Link to comment Share on other sites More sharing options...
monkeebhoy Posted December 16, 2013 Report Share Posted December 16, 2013 can we add these to the traders? Link to comment Share on other sites More sharing options...
joe_candy Posted December 16, 2013 Report Share Posted December 16, 2013 All Bell 47/H-13 Helicopter to add them to your dynamic_vehicle.sqf. // MH-13E Medevac (unarmed, ambulance) ["pook_H13_medevac",1], // West - USMC ["pook_H13_medevac_CDF",1], // West - CDF ["pook_H13_medevac_TAK",1], // East - TAK ["pook_H13_medevac_INS",1], // East - ChDKZ ["pook_H13_medevac_UNO",1], // Independent - UNO ["pook_H13_medevac_PMC",1], // Independent - PMC ["pook_H13_medevac_GUE",1], // Independent - GUE ["pook_H13_medevac_CIV",1], // CIV - CSAR Orange ["pook_H13_medevac_CIV_RU",1], // CIV_RU - CSAR Orange // OH-13E Amphibious Rescue (unarmed, ambulance, smokescreen) ["pook_H13_amphib",1], // West - USMC ["pook_H13_amphib_CDF",1], // West - CDF ["pook_H13_amphib_TAK",1], // East - TAK ["pook_H13_amphib_INS",1], // East - ChDKZ ["pook_H13_amphib_UNO",1], // Independent - UNO ["pook_H13_amphib_PMC",1], // Independent - PMC ["pook_H13_amphib_GUE",1], // Independent - GUE ["pook_H13_amphib_CIV",1], // CIV - CSAR Orange ["pook_H13_amphib_CIV_RU",1], // CIV_RU - CSAR Orange // UH-13H Gunship (gun pods+grenades) ["pook_H13_gunship",1], // West - USMC ["pook_H13_gunship_CDF",1], // West - CDF ["pook_H13_gunship_UNO",1], // Independent - UNO ["pook_H13_gunship_PMC",1], // Independent - PMC ["pook_H13_gunship_GUE",1], // Independent - GUE ["pook_H13_gunship_TAK",1], // East - TAK ["pook_H13_gunship_INS",1], // East - ChDKZ // UH-13B Transport (door gunner+grenades) ["pook_H13_transport",1], // West - USMC ["pook_H13_transport_CDF",1], // West - CDF ["pook_H13_transport_UNO",1], // Independent - UNO ["pook_H13_transport_PMC",1], // Independent - PMC ["pook_H13_transport_GUE",1], // Independent - GUE ["pook_H13_transport_TAK",1], // East - TAK ["pook_H13_transport_INS",1], // East - ChDKZ // Bell 47 Civ - Chernarussian ["pook_H13_civ",1], // CIV - Blue\White ["pook_H13_civ_white",1], // CIV - White ["pook_H13_civ_slate",1], // CIV - Slate Blue ["pook_H13_civ_black",1], // CIV - Black ["pook_H13_civ_yellow",1], // CIV - Yellow // Bell 47 Civ - Russian ["pook_H13_civ_ru",1], // CIV_RU - Blue\White ["pook_H13_civ_ru_white",1], // CIV_RU - White ["pook_H13_civ_ru_slate",1], // CIV_RU - Slate Blue ["pook_H13_civ_ru_black",1], // CIV_RU - Black ["pook_H13_civ_ru_yellow",1] // CIV_RU - Yellow Nasdero 1 Link to comment Share on other sites More sharing options...
monkeebhoy Posted December 16, 2013 Report Share Posted December 16, 2013 Thanks for that Joe, most helpful. Qquestion still stands though. Can i add these to the traders? I'm pretty sure i can but would like someone to confirm what classname i would use in the database. Would it be the same as above? Sorry my braincell got melted lastnight and i am currently awaiting a replacement from idiots r us Link to comment Share on other sites More sharing options...
Goát Posted December 16, 2013 Report Share Posted December 16, 2013 I haven't done the spawn in yet, the guy above shows us that. As for the traders, I've added them into my plane dealer (along with a Merlin) with comparable prices to the Little bird. I've only added the non gun ones as there are enough anyway! I made the 2 seater 8 10oz as it's faster than the little bird with 2 seats. I made the 4 seater 8 10 oz as it's faster than the black little bird but doesn't hold 6 people. I think the prices aren't really an issue but there are easy to add to the trader using the scripts. INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["1Rnd_HE_M203",1]',10,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,60,'trade_items') Just change the name and prices. Link to comment Share on other sites More sharing options...
monkeebhoy Posted December 16, 2013 Report Share Posted December 16, 2013 Hey Goat thats what i am trying to do, but what do i use as the classnames? The ones above or do i have to miss out the pook part? Link to comment Share on other sites More sharing options...
ozersk Posted December 24, 2013 Report Share Posted December 24, 2013 I made so 1) add it right under "jetskiyanahuiaddon" "jetskiyanahuiaddon", "pook_h13" 2) I added in dynamic_vehicle.sqf.// MH-13E Medevac (unarmed, ambulance) ["pook_H13_medevac",1], // West - USMC ["pook_H13_medevac_CDF",1], // West - CDF ["pook_H13_medevac_TAK",1], // East - TAK ["pook_H13_medevac_INS",1], // East - ChDKZ ["pook_H13_medevac_UNO",1], // Independent - UNO ["pook_H13_medevac_PMC",1], // Independent - PMC ["pook_H13_medevac_GUE",1], // Independent - GUE ["pook_H13_medevac_CIV",1], // CIV - CSAR Orange ["pook_H13_medevac_CIV_RU",1], // CIV_RU - CSAR Orangebut it doesn't work! the vehicle spawn It is correctly how to make? Link to comment Share on other sites More sharing options...
Crystal Posted December 24, 2013 Report Share Posted December 24, 2013 I'm having issues with this also - dynamic vehicle is correct and appropriate line added in mission.sqm. No spawns, and when you try to purchase - nothing appears... Link to comment Share on other sites More sharing options...
Nasdero Posted December 24, 2013 Report Share Posted December 24, 2013 Do not add this chopper to your server, we did and have had a lot of FPS drops, I am talking from 1 player 48FPS to 1 player 15FPS when a Bell was spawned! Link to comment Share on other sites More sharing options...
Firefly Posted December 24, 2013 Report Share Posted December 24, 2013 No issues with FPS drops (server or client) and this vehicle pack, we have the AI flying them as well and it still runs smooth. INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_medevac",2]', 15, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 519, 'trade_any_vehicle'); Is what you need to insert into traders. Copy and paste and change the class name "pook_H13_medevac" to the others. Pricing can be adjusted with the first number before gold bar. Last number 519 needs to be changed for your trader on your server. 519 works with Panthera and Cherno (probably others as well just not checked). Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 24, 2013 Report Share Posted December 24, 2013 Do not add this chopper to your server, we did and have had a lot of FPS drops, I am talking from 1 player 48FPS to 1 player 15FPS when a Bell was spawned! It's my primary chopper now and I have no FPS issues with it on the server. Link to comment Share on other sites More sharing options...
Crystal Posted December 24, 2013 Report Share Posted December 24, 2013 I spawned a few in via Infistar and no problems with FPS. They won't spawn dynamically though - and nothing happens when you buy one - it doesn't display a picture next to the icon like you might normally get.. have I done it right? Because it ain't workin! Ignore the prices - they are just while im messing ;) Link to comment Share on other sites More sharing options...
piggd Posted January 9, 2014 Report Share Posted January 9, 2014 I added them to the dynamic spawn mission an vendors. If there were none spawned everything was fine. But once they stated spawning I saw major lag issues in vendor trades and logging into the server. I promptly removed them after a couple of days of trying to figure out the login issues and everything returned to normal. Link to comment Share on other sites More sharing options...
slittcer Posted January 9, 2014 Report Share Posted January 9, 2014 I spawned a few in via Infistar and no problems with FPS. They won't spawn dynamically though - and nothing happens when you buy one - it doesn't display a picture next to the icon like you might normally get.. have I done it right? Because it ain't workin! Ignore the prices - they are just while im messing ;) Have you made sure you added the vehicle to the trader_items as well? Also for vehicles, in afile, it should be trade_any_vehicle, not trade_items Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now