Jump to content

Nixou

JAGDSTAFFEL 11
  • Posts

    372
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Nixou

  1. http://combatace.com/topic/32358-the-things-you-need-to-update-thread/page__pid__197316?do=findComment&comment=197316 Last post.
  2. Preventing someone to sell or buy a product based on your own interpretation of morale, without leaving the choice, IS a fascist behaviour as far as i am concerned.
  3. Agreed with everything said by above posters. Moreover, "Taliban fans" who take the game for reality will still be able to find the game anyways...
  4. Documento muy interesante con los enfrentiamientos de India y Pakistan en 1965. India esta armada con Migs, Hunters, Mysteres, Pakistan esta armado con F-104 y F-86. http://orbat.com/sit...65war_kills.pdf
  5. Hi ticket. I am very glad that you enjoy my mod. Enbseries has been created by Voronstov Boris, all the credits goes to him. I just tweaked the ini file to make it the most beautiful that i could with Strike fighters, like other people prividing Enbseries mod here. I'm quite astonished you prefered mine as others are more recent and probably better, anyways.. You might know that pixel shading and other bloom and things are present in SF2 without needing any mod.
  6. La verdad es que eso no me parecia muy logica, pues es la verdad! SFP1 debia estar mal optimizado para los processadores "multicorazones" ya que en my computador el dos va mas rapido aunque le ponga mas calidad a la imagen!
  7. mmmh i'am not astonished: France isn't planning a new aircraft carrier creation before 2015-2020 so we need other carriers to fill the gap. Uk is facing huge military cuts. Sharing with France would make it cheaper. Everyone's happy. A step towards the possibility to create a true European army in the next 20-30 years, just like the police sharing forces in europe (beginning shyly).
  8. HAHA Suicidal tu parles très bien Français!
  9. Lo mismo digo yo
  10. Well, to nuanciate that, i would say France is more european turned more than alone. The Rafale thing is due to the fact France wanted to replace all types of Aircraft (Fighter bombers) with a single multirole navalised fighter, while Spain, UK Italy and Germany wanted a Aereal superiority only Eurofighter, So France withdrawn from Eurofighter program. Now the irony of the situation is some time ago Eurofighter countries decided to make Eurofighter a multirole like Rafale and increase by much development cost of the Jet and it's armament to convert it to multirole. So now you have two similar european fighters for the same thing and the same price. So much waste of money... Well, globalfirepower site based on CIA world factbook places France as second (in 2008. Maybe changed since?): http://www.globalfir...ding-budget.asp under USA and ahead of China. It depends on sources i guess .
  11. Well at least now US people can't accuse anymore Obama to be "muslim sided"
  12. While France is the second worldwide military spender, it's far from being the second military weapons seller, so we just cannot afford being too selective. Furthermore, (this is just my opinion) while Russia isn't getting more democratic with the time since Putine era, it is not a real threat for Europe nowadays wise as it was after WW2. The fact that Russia needs to buy warships from another country instead of making it themselves is imo the proof of that.
  13. Nixou

    OFF TOPIC

    JAJA muy graciosa la del viaje a sudafrica! Bueno pues los paises latinoamericanos ya se independentizaron de Espania que era una gràn potencia. Y por lo de las malvinas, ganar quizas no, pero los barcos britanicos si que lo sintieron
  14. Yes i know Bong. I think he is really a legend i'm not sure it has been so much forgotten you know. However, i have the feeling that some other US aces, for example Eddie Rickenbacker, are more famous indeed. I think that what is the most impressive thing is that the kills he scored were from a P38 which as most people here know, althoug being a very good fighter-bomber, wasn't the most suited airplane in a "fighter" role, at least compared to some other US aircraft. He makes the "that's not the plane, that's the pilot" become true.
  15. Detailles technicos del nuevo GIAT DEFA 791B (en ingles): No contiene imagenes pero si informaciones de primera calidad : http://www.filefront...0113/vo0417.doc
  16. WAAooow esto es una mina de oro!!!! Muchissimas gracias Suicidal
  17. Eject, to know how performs each weapon you just need two things: - You need the weapon editor (to open your "weapondata.ini" file). Weapon editor is downloadable here: http://forum.combatace.com/index.php?app=downloads&showfile=6075 - To find your weapondata.ini file. It should be in Objects/Weapons folder, if you use bunyap weapons pack. Once you do this, simply lauch the weapondata editor, then click open and find your weapondata.ini. It will show you the list of weapons you have and if you click on one, it will show you the important statistic (power, accuracy, speed) and many other things. From there you can tweak your missiles as you wish. Don't forget to save before quiting weapon editor .
  18. I think this is only possible in Strike fighter project and Wings over games. Never saw tha in IL2, maybe there is a custom mod?
  19. I finally found a real fix to that TMF F1-C and Super-étendard canopy opening and wing folding problem: Go to the plane data.ini, open it and tape edition/search for "animation". You 'll arrive there ( this is the super étendard) : [Canopy] SystemType=HIGHLIFT_DEVICE DeploymentMethod=AUTOMATIC_SPEED ModelNodeName=Main_Canopy Setting[1].Angle=45.00 Setting[1].DeployValue=5.0 ---------------------> Those values just need to be inverted!! I guess the patch made them opposite. Setting[1].RetractValue=3.0 ---------------------> The retract value must be higher than deploy value. MaxDeflection=45.0 MinDeflection=0.0 ControlRate=0.3 AnimationID=9 So after correction it should look like this: Setting[1].DeployValue=3.0 Setting[1].RetractValue=5.0 [WingFold] SystemType=HIGHLIFT_DEVICE DeploymentMethod=AUTOMATIC_SPEED Setting[1].Angle=60.0 Setting[1].DeployValue=3.0 ----------------------> And same here Setting[1].RetractValue=1.0 MaxDeflection=60.0 MinDeflection=0.0 ControlRate=0.1 AnimationID=10 So after correction it should look like this: Setting[1].DeployValue=1.0 Setting[1].RetractValue=3.0 Retract value must be the higher. And that's all! Those aircraft will now begin with open canopy and canopy will automatically close when aircraft takes speed. Same for wing folding, wings will only be folded when you are stopped. As soon as you take speed they unfold.
  20. Hello. It won't work if the two airplanes have not the exact same 3D model, which is nearly never the case. Each skin is only usable with its aircraft. You can still try by copy/paste the skin folder of the D in the B or J. Go to objects/aircraft/F-4D folder, copy the folder with skin's name, then go to F4J and paste it into it. But i doubt that will work
  21. So for anyone interested, here are the fixes to the MF F1C and Super étendard canopy and wing air opening: Go to the plane data.ini, open it and tape edition/search for "animation". You 'll arrive there ( this is the super étendard) : [Canopy] SystemType=HIGHLIFT_DEVICE DeploymentMethod=AUTOMATIC_SPEED ModelNodeName=Main_Canopy Setting[1].Angle=45.00 Setting[1].DeployValue=5.0 ---------------------> Those values just need to be inverted!! I guess the patch made them opposite. Setting[1].RetractValue=3.0 ---------------------> The retract value must be higher than deploy value. MaxDeflection=45.0 MinDeflection=0.0 ControlRate=0.3 AnimationID=9 So after correction it should look like this: Setting[1].DeployValue=3.0 Setting[1].RetractValue=5.0 [WingFold] SystemType=HIGHLIFT_DEVICE DeploymentMethod=AUTOMATIC_SPEED Setting[1].Angle=60.0 Setting[1].DeployValue=3.0 ----------------------> And same here Setting[1].RetractValue=1.0 MaxDeflection=60.0 MinDeflection=0.0 ControlRate=0.1 AnimationID=10 So after correction it should look like this: Setting[1].DeployValue=1.0 Setting[1].RetractValue=3.0 Retract value must be the higher. And that's all! Those aircraft will now begin with open canopy and canopy will automatically close when aircraft takes speed. Same for wing folding, wings will only be folded when you are stopped. As soon as you take speed they unfold.
  22. Hey Wrench. I found the solution for the open canopy thingie but it looks like it had been asked before yet. Just to answer you that yes i read knowledge base before but did not find anything on this.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..