Jump to content

adrianstealth

Members
  • Posts

    354
  • Joined

  • Last visited

Everything posted by adrianstealth

  1. Gosh 6 zones wow I have x4 butt kickers (front L&R. +. Rear L&R channels ) At the moment in DCS I'm using front L&R Chanel Is there a simple way for me feed certain effects to rear L&&R ?? Ps really happy now I'm just asking questions
  2. happy birthday please post impressions sim vs real please
  3. Ps that video shows me where things are, thanks Will try again later
  4. 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
  5. 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
  6. Low frequency effect based on g-forces Sorry its difficult to explain Only a suggestion, not sure if possible or easy
  7. Andre Hope your fine, its working rock solid no problems and I have the effects just as I want them on the P-51 Let us know if any further development is coming, maybe a subtle wind force "G" effect might be very effective
  8. 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 ??
  9. I sorted it ( used steam keys on the stand alone ) big thanks for help / responses
  10. 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
  11. How do I stop destroying the the engine ? ( I'm new to this )
  12. Yes thanks frush. I'll make sure I stick with same patch until update to sim shaker comes
  13. That works big thanks I've donated & emailed details awaiting full activation key This software & a vibration unit is a must for DCS Ps that file I assume will alter if I make amends to my motion ....will this break the vibration again?
  14. Looking forward to VR updates !
  15. Is 1280x768 the Right resolution to use for the oculus rift cv1 ?? Aspect ratio. 1.6666
  16. 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
  17. here it is, very frustrating but again big thanks for your response & help
  18. 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?
  19. Hi all Now I prefer the DCS stand alone version, does anyone know how ii transfer my DCS purchases Done through steam to my stand alone version ??? Help appreciated
  20. Performance ok, bit it needs a sharpen slider, would benefit from sweet fx type of plugin to make image clearer
  21. 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 ???
×
×
  • Create New...