Jump to content

airdog

Members
  • Posts

    620
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by airdog

  1. I have this: Which Runs this:
  2. I'd start with this: Go to the MISC tab in the options page and make sure that you have the "Syncronize controls at mission start" CHECKED. See how that works out for ya.
  3. You can swap profiles but not everything will work. Each individual profile modifies the Export.lua by way of the interface tab in Helios. With DCS:World there is only 1 export.lua for all the aircraft, previously A10 and BS had their own export.lua....but obviously World changed that. Having said that...in order for Helios to work for a particular aircraft you have to write to the Export.Lua using the Helios interface tab and that will preclude your other Helios files from working with the Black Shark. I would do this as a test... Start a server with your A10 profile working properly in the A10. Now exit to the aircraft selection menu...alt tab out and fire up the Helios profile editor. Open you black shark profile go to the interface tab and select the "setup" button that writes to the export.lua. Now that should have modified the export.lua for the BS Go back into the sim select a BS and see if your profile is working properly. hope this gets you going in the right direction.
  4. I have the T231H as my center console and it is awesome love the picture quality and the touch works as designed. I also have 2 Acer T230H's as my side touch screens and the touch part is awesome but the picture is not as nice as the T231H. Little video of the setup
  5. And for those that are like me and can't find the end of wire much less connect them to anything. There is the cell phone battery charging method here. Velcro'd to the head set and the TrackIr plugs straight into it.
  6. This is a i7 2600k@4.0 ghz running a EVGA GTX 670 4GB video card. All the screens are running off this one card. The main screen is a Toshiba 47 inch 3d LED 120hz. There are 3 23 inch touch screens made by Asus. I am running Helios software that intergrates with DCS A10C for using all the switches and dials. I am exporting these gauges. MFD's, CDU, CMSC, CMSP, UHF Freq, Preset on the UHF Radio, UHF repeater, digital clock and the RWR. I get anywhere from 40 to 90 FPS and this is running the whole setup in windowed mode with a res of 4080x2160.
  7. Its on the linked microsoft page under the "Fix It For Me" title here http://go.microsoft.com/?linkid=9741862
  8. There is a 1 click utility on the website that just for him then.
  9. You DO NOT have to reinstall windows to enable AHCI if you are getting the BSOD after trying to go from IDE to AHCI. DO this: Exit all Windows-based programs. Click Start, type regedit in the Start Search box, and then press ENTER. If you receive the User Account Control dialog box, click Continue. Locate and then click one of the following registry subkeys: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\IastorV In the right pane, right-click Start in the Name column, and then click Modify. In the Value data box, type 0, and then click OK. On the File menu, click Exit to close Registry Editor. http://support.microsoft.com/kb/922976 It works with no ill effects at all. I did it myself a few months ago.
  10. Did you replace the original cdu_init.lua with one that allows the export of the CDU? Below is the code for the cdu_init.lua dofile(LockOn_Options.common_script_path.."devices_defs.lua") indicator_type = indicator_types.COMMON purposes = {render_purpose.GENERAL} local x_size = 1 local y_size = 1 function update_screenspace_diplacement(zoom_value) local default_width = 0.5 * LockOn_Options.screen.height + (64 * zoom_value) if default_width > LockOn_Options.screen.height then default_width = LockOn_Options.screen.height end if default_width > 0.5 * LockOn_Options.screen.width then default_width = 0.5 * LockOn_Options.screen.width end local default_height = (y_size/x_size) * default_width local default_y = LockOn_Options.screen.height - default_height local default_x = LockOn_Options.screen.width - default_width dedicated_viewport = {default_x,default_y,default_width,default_height} dedicated_viewport_arcade = {default_x, 0 ,default_width,default_height} end update_screenspace_diplacement(0) function set_full_viewport_coverage(viewport) dedicated_viewport = {viewport.x, viewport.y, viewport.width, viewport.height} dedicated_viewport_arcade = dedicated_viewport purposes = {render_purpose.GENERAL, render_purpose.HUD_ONLY_VIEW, render_purpose.SCREENSPACE_OUTSIDE_COCKPIT, render_purpose.SCREENSPACE_INSIDE_COCKPIT} -- set purposes to draw it always render_target_always = true end -- try to find assigned viewport local multimonitor_setup_name = "Config/MonitorSetup/"..get_multimonitor_preset_name()..".lua" local env = {} env.screen = LockOn_Options.screen local f = loadfile(multimonitor_setup_name) if f then setfenv(f,env) pcall(f) local vp = nil vp = env.CDU_SCREEN if vp ~= nil then dbg_print("ok we have directly assigned viewport to MFCD\n") set_full_viewport_coverage(vp) end end dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages.lua") init_pageID = id_CDU_Pages.CDU_PAGE_OFF CDU_preinit_files_path = LockOn_Options.script_path.."CDU/Indicator/Preinit/" page_subsets = {} dofile(LockOn_Options.script_path.."CDU/indicator/CDU_subsets_init.lua") ---------------------- pages = {} pages_by_mode = {} clear_mode_table(pages_by_mode, 10, 10, 29) function get_page_by_mode(master, L2, L3, L4) return get_page_by_mode_global(pages_by_mode,init_pageID,master,L2,L3,L4) end dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages_init.lua") use_parser = false dofile(LockOn_Options.common_script_path.."devices_defs.lua") indicator_type = indicator_types.COMMON used_render_mask = "interleave.bmp"
  11. For all those running Helios you want to unselect it. Helios needs aero running.
  12. For those of you so confused, PeterP just reposted screenies from Wags update post.
  13. If you have Nvidia. Open up the nvidia control panel. Select Adjust desktop size and position. Check the box that says "Enable desktop Resizing" Hit apply. Now hit the Resize button. You should now be able to resize your screen on the TV to fit within the borders of your TV. You will get some oddball size resolution a bit lower than 1920x1080 but it will be just fine.
  14. No Gadroc's Pit
  15. I see it here in California USA
  16. +1 If your using it on a consistant basis the right thing to do would be to pay for the full version. Then all your problems will be solved
  17. You need to copy the cdu_init.lua from your 1.1.1.1 install into your world install, same for the alr69v_init.lua. These files are located in the scripts folder.
  18. http://forums.eagle.ru/showthread.php?t=88732
  19. http://forums.eagle.ru/showthread.php?t=88732
  20. Hijack, Fix it this way. rename the file with a .zip extension open the zip file and then go into the config/view folder and delete all the files in the view folder. Now rename the .zip back to a .miz file. run the mission all should be well. I attached your file here(i got it when I was on your server earlier).....I did the mods on it and tested it and the P51 got it's views back. HiJackFixed.miz
  21. Whole thread about this here http://forums.eagle.ru/showthread.php?t=64517&highlight=airdog&page=4 Though the problem just disappeared for me way back when.
  22. Step 1: Install DCS:World Step 2: Download and install A10C_1.1.2.1.exe from the link give in the OP Your 1.1.1.1 will remain a separate install until you decide to remove it
  23. A-10C module for DCS: World Available HERE I know there is a thread started but it needs a better title! BS2 Full version is available for World also HERE Just a heads up...Do not import your Input settings from 1.1.1.1 install. Start it all new! Edit: Mods, thanks for the thread merge!
  24. What a crazy world we live in when you have to start a thread by making sure you dont offend anyone because you would like to meet and fly with another person like yourself. It is human nature to want to be around others that are like yourself and you do not ever have to apologize for that. I am mostly white(1/2 Irish 1/4 German 1/4 Puerto Rican...i'm a mutt basiclly) and my friends tend to be white...is it because I hate others that are not white....nope, it is just the type of person that I myself identify with and tend to become friends with. My next door neighbors are Black...guess what all their friends are Black but that is ok it does not bother me in the least. We speak or wave to each other everyday we just dont hang out together because we dont have the same interests...and that is ok. You being African American and anyone else for that matter have every right to associate with whoever you want and should never ever have to apologize or worry about offending others because of who you choose your friends to be. All that being said there is a guy that goes by Foxbat who just happens to be Black that shows up on our TS3 server all the time and flies. I think he flys with the 59th or something like that also. He is a great guy with great stories. Retired Military and Retired from the Railroad and a wealth of knowledge and all around nice guy. He goes by Eulaced on these forums, PM him http://forums.eagle.ru/member.php?u=61935
×
×
  • Create New...