Jump to content

aussieboy

Members
  • Posts

    291
  • Joined

  • Last visited

Everything posted by aussieboy

  1. I found it monkie, When you zoom out it changes LOD's and the lod1.edm uses another material name entry, add the below to the description.lua {"uh1_int", 0, "uh1_int.tga", false};
  2. That will work fine. Just make sure if you're viewing it in modelviewer that you restart it for it to show. Here's an example using the same method
  3. No worries mate. Take a look at this SHKVAL MOD
  4. It shows up when you set the lod2 model for close in views. You can test it by adding a new line pointing to the ah-64a_lod2.edm and switch it on/off at 20m. model = { lods = { {"ah-64a_lod2.edm",20.000000}, {"ah-64a.edm",50.000000}, {"ah-64a_lod1.edm",100.000000}, {"ah-64a_lod2.edm",200.000000}, {"ah-64a_lod3.edm",300.000000}, {"ah-64a_lod4.edm",400.000000}, {"ah-64a_lod5.edm",5000.000000}, {"ld_tec.edm",10000.000000}, }, collision_shell = "ah-64a-collision.edm", }
  5. You need to change the textures names in the description.lua Grey cockpit {"UH1-cpt-door", 0 ,"UH1_door_c_gray", true}; {"UH1-cpt_karkas", 0 ,"UH1_karkas_c_gray",true}; {"UH1-cpt_karkas2", 0 ,"UH1_karkas2_c_gray", true}; {"UH1-cpt_panel", 0 ,"UH1_panel_c_gray", true}; {"UH1-cpt_central_box", 0 ,"UH1_boxs_c_gray", true}; Black cockpit {"UH1-cpt-door", 0 ,"UH1_door_c", true}; {"UH1-cpt_karkas", 0 ,"UH1_karkas_c", true}; {"UH1-cpt_karkas2", 0 ,"UH1_karkas2_c", true}; {"UH1-cpt_panel", 0 ,"UH1_panel_c", true}; {"UH1-cpt_central_box", 0 ,"UH1_boxs_c", true};
  6. Here's a starting point search this phrase "scientific study of colour and effects on mood" in Google and if you still don't agree argue the point with all the universities and institutions that conducted the studies. I seriously have better things to do with my time.
  7. It's the company logo, check their homepage http://www.evergreenhelicopters.com/index.html
  8. No problem, The post has no tags, maybe EB could edit it so it was easier to find
  9. Here's the link http://forums.eagle.ru/showthread.php?t=105997
  10. Blue has been proven scientifically to have a calming/soothing effect on people. Keeping the pilot relaxed can most certainly have it's benefits. Pink would have been better choice but that also reduces aggression which is not such a good thing being a military pilot.
  11. Everything you need to know is in the wunderluft.zip posted by Alex O'Kean in the below thread. http://forums.eagle.ru/showthread.php?t=89164
  12. Hi Mate, Yes all the blue team helo's work even the ones that aren't listed like the AH-1G and UH-60-ER. I haven't tried the missiles on the W but rockets and gun work fine.
  13. Hi monkie, If you're referring to the AH-1W I sent you open the file device_init.lua in AH-1W\Cockpit\Scripts folder. Make a backup of it first then scroll down to the very bottom of the page and remove the line: dofile(LockOn_Options.common_script_path.."KNEEBOARD/declare_kneeboard_device.lua")
  14. The Army Ft. Rucker skin doesn't have the right textures in the liveries folder, it only has the red/white Bell/Textron textures. The Australian Helo's description.lua's are missing these lines {"civ_uh1_main_dam", 0, "civ_uh1.bmp", true}; {"civ_uh1_main_dam", 2, "civ_uh1_spec.bmp", true}; {"civ_uh1_tail_dam", 0, "civ_uh1_tail.bmp", true}; {"civ_uh1_tail_dam", 2, "civ_uh1_tail_spec.bmp", true}; {"civ_uh1_main", 0, "civ_uh1.bmp", true}; {"civ_uh1_main", 2, "civ_uh1_spec.bmp", true}; {"civ_uh1_tail", 0, "civ_uh1_tail.bmp", true}; {"civ_uh1_tail", 2, "civ_uh1_tail_spec.bmp", true}; Before I added them the textures weren't showing in ModelViewer.exe. I added them and the textures appear fine now, I haven't tested in game but if it looks OK in MV it should be cool in game. That is if those lines are meant to be there at all.
  15. The CombinedArms.dll passes the Avast scan since the last definitions update. Now that was quick!
  16. Nice work Jerec, Interesting thou, I was under the impression CustomHuman.lua didn't work anymore or is soon to be obsolete.
  17. I don't have the steam version so it's an Avast issue. I filled in the form and submitted it as a false positive, I've included my email address so if needed they'll contact me for more info.
  18. yes I had the same warning today, I just ignored it.
  19. I have a flyable version of the CH-47 but you won't be able to add the UH-1 cockpit, I've tried several times before and it just doesn't work like you would expect.
  20. Hi Jabo, I do have the values required but to use them requires a different method of implementing the F-16 into the game. X-Control uses a nested approach with many planes sharing the same entry.lua but in order to setup custom views the F-16 needs to be installed as a standalone mod. I could upload my standalone version but it would require a modification of the X-Control mod to work.
  21. You will need to create a custom view.lua to setup the F-16 to use the new F-15 pit.
  22. yep, I tried and it doesn't work for some reason only the A-10A pit
  23. I haven't tried using the A-10C pit The only gauges you'll be able to use are the Ka-50's and they'll only work if you use the full Ka-50 pit
×
×
  • Create New...