BFHModsBFHeroes 42
RSS
 

Get Adobe Flash player



 





  • Page 2 of 2
  • «
  • 1
  • 2
Forum moderator: Chubby  
Forum » Battlefield heroes » Battlefield Heroes moding » so close on getting a chopper in.. (need help)
so close on getting a chopper in..
PhillyDate: Friday, 2010-06-25, 8:10 PM | Message # 16
Lieutenant
Group: News Editor
Messages: 60
Awards: 0
Reputation: 0
Status: Offline
hm ok, but what should i look for? should i search "engine" and copy it over to the chopper files?
 
MrtnDate: Friday, 2010-06-25, 9:01 PM | Message # 17
Sergeant
Group: Users
Messages: 31
Awards: 0
Reputation: 0
Status: Offline
No, you can't search for "engine", you will have to kinda reverse engineer it to find out what lines make it fly. It will try to look into it.

I don't need friends, my computer is user-friendly.
 
PhillyDate: Saturday, 2010-06-26, 7:30 PM | Message # 18
Lieutenant
Group: News Editor
Messages: 60
Awards: 0
Reputation: 0
Status: Offline
well, i can't really find anything in there, but im still trying
 
MrtnDate: Saturday, 2010-06-26, 7:36 PM | Message # 19
Sergeant
Group: Users
Messages: 31
Awards: 0
Reputation: 0
Status: Offline
Quote (|TDD|Philly)
well, i can't really find anything in there, but im still trying

That's the spirit laugh


I don't need friends, my computer is user-friendly.
 
SgtColbertDate: Saturday, 2010-06-26, 7:39 PM | Message # 20
Lieutenant
Group: User CB
Messages: 68
Awards: 8
Reputation: 5
Status: Offline
It's not working because BFH doesn't have controls for choppers set up.
To fix it open Controls.con file in mods/XXX/Settings, find line
ControlMap.create HelicopterPlayerInputControlMap
paste this below it, and save.

Code
ControlMap.addKeysToAxisMapping c_PIYaw IDFKeyboard IDKey_D IDKey_A 0
ControlMap.addAxisToAxisMapping c_PIPitch IDFMouse IDAxis_1 0 0
ControlMap.addKeysToAxisMapping c_PIPitch IDFKeyboard IDKey_ArrowUp IDKey_ArrowDown 1
ControlMap.addAxisToAxisMapping c_PIRoll IDFMouse IDAxis_0 0 0
ControlMap.addKeysToAxisMapping c_PIRoll IDFKeyboard IDKey_ArrowRight IDKey_ArrowLeft 1
ControlMap.addKeysToAxisMapping c_PIThrottle IDFKeyboard IDKey_W IDKey_S 0
ControlMap.addButtonToTriggerMapping c_PIFire IDFMouse IDButton_0 0 0
ControlMap.addKeyToTriggerMapping c_PIFire IDFKeyboard IDKey_Space 0 1
ControlMap.addKeyToTriggerMapping c_PIMouseLook IDFKeyboard IDKey_LeftCtrl 0 0
ControlMap.addKeyToTriggerMapping c_PIAltSprint IDFKeyboard IDKey_W 1000 0
ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftShift 0 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect1 IDFKeyboard IDKey_1 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect2 IDFKeyboard IDKey_2 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect3 IDFKeyboard IDKey_3 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect4 IDFKeyboard IDKey_4 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect5 IDFKeyboard IDKey_5 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect6 IDFKeyboard IDKey_6 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect7 IDFKeyboard IDKey_7 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect8 IDFKeyboard IDKey_8 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect9 IDFKeyboard IDKey_9 10000 0
ControlMap.addButtonToTriggerMapping c_PIAltFire IDFMouse IDButton_1 0 0
ControlMap.addKeyToTriggerMapping c_PIAltFire IDFKeyboard IDKey_Numpad0 0 1
ControlMap.addKeyToTriggerMapping c_PICameraMode1 IDFKeyboard IDKey_F9 10000 0
ControlMap.addKeyToTriggerMapping c_PICameraMode2 IDFKeyboard IDKey_F10 10000 0
ControlMap.addKeyToTriggerMapping c_PICameraMode3 IDFKeyboard IDKey_F11 10000 0
ControlMap.addKeyToTriggerMapping c_PICameraMode4 IDFKeyboard IDKey_F12 10000 0
ControlMap.addKeyToTriggerMapping c_PIToggleWeapon IDFKeyboard IDKey_F 10000 0
ControlMap.addKeyToTriggerMapping c_PIFlareFire IDFKeyboard IDKey_X 0 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect1 IDFKeyboard IDKey_F1 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect2 IDFKeyboard IDKey_F2 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect3 IDFKeyboard IDKey_F3 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect4 IDFKeyboard IDKey_F4 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect5 IDFKeyboard IDKey_F5 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect6 IDFKeyboard IDKey_F6 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect7 IDFKeyboard IDKey_F7 10000 0
ControlMap.addKeyToTriggerMapping c_PIPositionSelect8 IDFKeyboard IDKey_F8 10000 0
ControlMap.mouseSensitivity 3
 
MrtnDate: Saturday, 2010-06-26, 7:44 PM | Message # 21
Sergeant
Group: Users
Messages: 31
Awards: 0
Reputation: 0
Status: Offline
Epic quickfix by SgtColbert

I don't need friends, my computer is user-friendly.
 
PhillyDate: Saturday, 2010-06-26, 8:18 PM | Message # 22
Lieutenant
Group: News Editor
Messages: 60
Awards: 0
Reputation: 0
Status: Offline
yeah, ty dude smile
my chopper worked biggrin
 
SwiftGreenDate: Saturday, 2010-06-26, 9:19 PM | Message # 23
Sergeant
Group: Users
Messages: 29
Awards: 0
Reputation: 0
Status: Offline
YAY Thanks SgtColbert ,
Ive been wanting to try this out smile

Added (2010-06-26, 9:19 PM)
---------------------------------------------
There is one slight problem...
Whenever im flying the Chopper it flips backwards,
See what i mean: http://www.xfire.com/video/2ee3a3/
Is there a way to fix this?

 
PhillyDate: Saturday, 2010-06-26, 9:29 PM | Message # 24
Lieutenant
Group: News Editor
Messages: 60
Awards: 0
Reputation: 0
Status: Offline
just for those who wants the chopper that works: http://www.megaupload.com/?d=11YLM4YG
 
SwiftGreenDate: Sunday, 2010-06-27, 1:46 PM | Message # 25
Sergeant
Group: Users
Messages: 29
Awards: 0
Reputation: 0
Status: Offline
Guys,
Check out my Skilled driving of the chopper: http://www.xfire.com/video/2ef005/
I think an idea would be to add guns to the fron of the chopper, Like in the plane but on the chopper..
 
GuestDate: Thursday, 2010-12-02, 4:04 PM | Message # 26
Group: Guests





try the "little bird" it seemed easyer to me :)
 
bfhmodderDate: Thursday, 2010-12-23, 1:53 AM | Message # 27
Private
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
please posdt a link when you get it all i would lovde it

Added (2010-12-21, 4:50 Am)
---------------------------------------------
SO WHAT DO I DO after downloading

Added (2010-12-21, 4:58 Am)
---------------------------------------------
where do yoiu put thhat fille after downloading

Added (2010-12-21, 7:02 Am)
---------------------------------------------
help do i just type in air or Air for the level thing heeelllp

Added (2010-12-23, 1:53 Am)
---------------------------------------------
ok forget everything abouve i made the file name the_mi17 intstead of fly and when i start a game it allways crashes please pm me

 
Forum » Battlefield heroes » Battlefield Heroes moding » so close on getting a chopper in.. (need help)
  • Page 2 of 2
  • «
  • 1
  • 2
Search:








 
Statistics Forum
Recent Posts Readable topic Top Users New User
  • [mod] Dedicated Servers
  • [community] make me a mod
  • Battlefield Heroes'42
  • so close on getting a chopper ...
  • [TUTORIAL] How to start moddin...
  • Mods, Caught on Tape/Screensho...
  • Battlefield Heroes'42
  • [TUTORIAL] How to make custom ...
  • My mods
  • how to add new buildings?
  • Apache_Thunder
  • McFluff
  • SgtColbert
  • Philly
  • Conorman
  • Dutchassasin
  • Mrtn
  • Solidsnail
  • wakamonkey
  • SwiftGreen
  • sins42491
  • wildstrawberryteam
  • lfsmods
  • vicky5522kumar
  • vicky918643
  • logannwrights
  • mopsalbertovic
  • alizartash2022
  • jacobanke96
  • Sabi
  • Based on the game Battlefield Heroes By Electronic Arts™ and DICE™ | By using this website you agree to our Tearms Of Use
    Some images are taken from JW Renders, check it outs it has some cool stuff. Some translations provided by uCause.esigned by CENTROARTS