Everything posted by Hyppe
-
PMDG MD11 (module version 1.0)
Thanks for the profile :) I think I found some bugs on the EFIS_Mode_inc and EFIS_Mode_dec functions. After loading the profile, I noticed that those functions cycle partially thru wrong buttons. The functions gave wrong values on NDvar, being one off. The range for the EFIS mode buttons is 71132-71136 but EFIS_Mode_inc produced values 71133-71137 and EFIS_Mode_dec 71131-71135. I edited the values on the function a bit and made it work. Here's the edited part. function EFIS_Mode_inc () NDcount = ipc.get("NDvar") if NDcount == nil then NDcount = 71131 elseif NDcount == 71136 then NDcount = 71131 end if NDcount <= 71135 then NDcount = NDcount + 1 end ipc.set("NDvar", NDcount) ipc.control(66587, NDcount)endfunction EFIS_Mode_dec () NDcount = ipc.get("NDvar") if NDcount == nil then NDcount = 71132 elseif NDcount == 71132 then NDcount = 71137 end if NDcount >= 71133 then NDcount = NDcount - 1 end ipc.set("NDvar", NDcount) ipc.control(66587, NDcount)end Hope it makes some sense, I'm not a coder or anything
-
Invalid pointer operation + no joystics shown
That didn't help, still the same :(
-
Invalid pointer operation + no joystics shown
In the modules folder, sorry forget to mention, seemed kinda obvious.
-
Invalid pointer operation + no joystics shown
1. Windows Vista 64 Ultimate, Asus P6T, i7 950, 6GB RAM, GTX480; Saitex X52, Saitek rudder pedals, MCP Combo, custom built controller with BU036X and old USB pad (these show as joystics to windows). 2. Updated FSUIPC, deleted FSUIPC.ini, started FSX to create default .ini, closed it and started Linda. Setup the MCP Combo port. Hyppe
-
Invalid pointer operation + no joystics shown
I'm having some problems with Linda, trying to use it first time now with my MCP Combo and other hardware. But I'm getting 'Invalid pointer operation.' error after startup and Linda also doesn't show any joysticks listed, I can see the joysticks fine in windows control panel. In configuration checklist it shows 'Everything is ok!' on Joysticks, MCP Combo and FSUIPC sections. Just no joysticks listed anywhere. Any help will be appreciated, this looks easy way to configure the MCP Combo and joysticks I have, but it doesn't seem to work for me.
-
Touchscreen Monitor advice please
Hyppe replied to raffer's topic in Video Hardware: Monitors | Multi-Monitors | Video Cards | Drivers etcI'm using 12" touch screen for FMS and theres some display space left for other stuff too. As said, make sure the display supports at least 1024x768 resolution, else you aren't able to use it in FSX in full screen mode.I'm quite happy with my monitor, but i needed to construct a custom stand for it, the one that came with it was so wobbly that using it was a pain.
-
Planning to upgrade my computer
I'm planning to upgrade my computer from C2Q to i7 in the quest of getting smoothly running FSX. I'm using lots of 3rd party addons like PMDG/LVLD/leonardo planes, RC4, Traffic X and FSGenesis meshes, which dont really help getting better performance. I'm getting kinda OK performance currently in 2D cockpits, but I'm also considering getting TrackIR 4 and moving to 3D ones and that doesn't really help FSX run any smoother.My current system is following:Q9450 OCed @ 3.2GHzAbit IXQuadGT motherboard4*1GB G.Skill 800MHz memsGTX280Zalman ZM850-HP PSUFSX running on cheap&big(&slow) HD32bit XPUpgraded hardware would be:i7 950 (OCed as high as it goes)Scythe Mugen 2 CPU CoolerA-Data 6GB Tri-Channel kit, DDR3 1600MHz (PC3-12800) memsAsus P6T motherboard150GB WD Velociraptor, SATAII, 10000rpm, 16MB HD, dedicated to FSX onlyTrackIR 4 Pro64bit Vista UltimateAny suggestions or comments of my plan? I'm not familiar with i7 so I dont really know what kind of performance increase to expect and therefore if its even worth upgrading. Anything i should know about OCing that 950? Thanks in advance for your help.
-
Question concerning FSDEM/TmfViewer
I've been using SRTM-3 data and LOD9 so that's not the problem but thanks for the hint.
-
Question concerning FSDEM/TmfViewer
Ok, ive managed to fix the mesh gap broblem but still having probs with resample... sometimes it just keeps running and running and produces nothing. However rebooting seem to fix this temporary but i dont want to reboot my machine every few hours :(Anyway, thx for the help :)
-
Question concerning FSDEM/TmfViewer
Hi all, im new at the mesh design, managed to create something up with FSDEM. But when i look at the meshes i created with FSDEM in tmwviewer (see image) there is this area between every mesh block, anyone knows how to get rid of it? And another question, sometimes when trying to export the *.bgl files from FSDEM via resample, i got like 1kB files? Correct size would be something like ~50MB. Im trying to do an area of 5*10 degrees, works fine mostly.Any help would be appreciated, thanks in advance, Hyppe.