

adrianstealth
Members-
Posts
354 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by adrianstealth
-
happy birthday please post impressions sim vs real please
-
Ps that video shows me where things are, thanks Will try again later
-
Thanks for the vid link Hoogs I notice there is an indicator of which control there This is not present when I try, maybe because I use VR only ( rift cv1 ) ? Frustrating as its the devs supporting VR that's brought me here
-
Hi. Thanks for responses Exactly which switches or knobs are Fuel Mixture, Primer, Magnets. ? Surely DCS should do a complete label up of all dash/plane controls with explanations, I bet a lot of newbies try and give up and move on without buying content never to return
-
hi , I'm quite new I'm sticking to the P-51 instead of jumping around different aircrafts I've read stuff and done the in-sim training modules in trying to get the engine started I can only get it to the stage of hearing the battery but the propeller will not start if I keep the "start" pressed the propeller turns slowly but dosnt go fast and the battery runs out about 5hrs of trying, the tutorials would benifit from highlighting the control in question at each stage -although through trial and error ( yes that's where the 5hrs went ) I'm pretty sure every needed thing was in place at each stage the sadness is sapping my will any ideas from anyone with their fond newbie memories ??
-
bought stuff on steam...hot to transfer to stand alone?
adrianstealth replied to adrianstealth's topic in DCS: P-51D Mustang
I sorted it ( used steam keys on the stand alone ) big thanks for help / responses -
For those that want more visual clarity , reducing shadows compansates I can clearly read every bit of text on dials etc at setting 1.8
-
How do I stop destroying the the engine ? ( I'm new to this )
-
Looking forward to VR updates !
-
Is 1280x768 the Right resolution to use for the oculus rift cv1 ?? Aspect ratio. 1.6666
-
is this the correct one ? I hope this is the one from correct place, opened with notepad pretty sure its the correct one --------------------------------------------------------------------------------------------------- -- Export plugin for SimTools V3 -- Version 1.0 -- Export start --------------------------------------------------------------------------------------------------- Myfunction = { Start=function(self) package.path = package.path..";.\\LuaSocket\\?.lua" package.cpath = package.cpath..";.\\LuaSocket\\?.dll" socket = require("socket") my_init = socket.protect(function() -- export telemetry to SimTools host1 = host1 or "127.0.0.1" port1 = port1 or 41230 c = socket.udp ( ) c:settimeout ( 0 ) c:setpeername ( host1, port1 ) -- c:send ( "Hello Wolrd!" ) -- c1 = socket.try(socket.connect(host1, port1)) -- connect to the listener socket -- c1:setoption("tcp-nodelay",true) -- set immediate transmission mode -- c1:settimeout(.01) end) my_init() end, AfterNextFrame=function(self) local altRad = LoGetAltitudeAboveGroundLevel() local pitch, bank, yaw = LoGetADIPitchBankYaw() local accel = LoGetAccelerationUnits() -- reduce forces on ground if altRad < 3 then accel.x = accel.x * 0.25 accel.y = accel.y * 0.25 accel.z = accel.z * 0.25 end my_send = socket.protect(function() if c then -- socket.try(c1:send(string.format("%.3f; %.3f; %.3f; %.3f; %.3f; %.3f;\n", pitch*1000.0, bank*1000.0, yaw*1000.0, accel.x*1000.0, accel.y*1000.0, accel.z*1000.0))) socket.try(c:send(string.format("%.4f; %.4f; %.4f; %.4f; %.4f; %.4f;\n", pitch, bank, yaw, accel.x, accel.y, accel.z))) end end) my_send() end, Stop=function(self) my_close = socket.protect(function() if c then c:close() end end) my_close() end } -- ============= -- Overload -- ============= -- Works once just before mission start. do local PrevLuaExportStart=LuaExportStart LuaExportStart=function() Myfunction:Start() if PrevLuaExportStart then PrevLuaExportStart() end end end -- Works just after every simulation frame. do local PrevLuaExportAfterNextFrame=LuaExportAfterNextFrame LuaExportAfterNextFrame=function() Myfunction:AfterNextFrame() if PrevLuaExportAfterNextFrame then PrevLuaExportAfterNextFrame() end end end -- Works once just after mission stop. do local PrevLuaExportStop=LuaExportStop LuaExportStop=function() Myfunction:Stop() if PrevLuaExportStop then PrevLuaExportStop() end end end
-
hi Andre Thanks for response Yes I followed those instructions, I have tried both stand alone and steam version of DCS Nothing shows up in the log screen (butt kickers work when I press test button) After closing DCS this error shows : Oops ..something went wrong with sim shaker input data With info below it Any ideas's?
-
Performance ok, bit it needs a sharpen slider, would benefit from sweet fx type of plugin to make image clearer
-
Hi all I'm up and running with sim tools for motion in DCS with good results vibration I downloaded dream sim x2 bits of software X1 part was successful in making my buttkickers run when I pressed the test button X1 part is the chair pic with U its incorporated in it I don't have on elf these do I need this part of the software???? I keep the dream sim software running and started DCS but zero vibrations, Do I need to patch my DCS installation with something ???