Jump to content

happy cavin

Members
  • Posts

    230
  • Joined

  • Last visited

Everything posted by happy cavin

  1. check the shapes folder and make sure that you have a file called NukeMissile.edm there. 检查一下你的NukeMissile.edm是不是最新edm格式的文件,否则也不显示出来。
  2. HI.Is there is a way that put the ship on the land? Thanks in advance.
  3. I make a desotryer for fun in the dcsw.it has proximity guns.but when it fires,some time the bullets go through the ship.see the attachments pictures. how to solve this problme? Thank you in advance. and the guns codes are here: ws = GT_t.inc_ws() GT.WS[ws] = {} set_recursive_metatable(GT.WS[ws], Type730) GT.WS[ws].area = "BORT_R" GT.WS[ws].center = "CENTER_CIWS_F001" GT.WS[ws].drawArgument1 = 21 GT.WS[ws].drawArgument2 = 22 GT.WS[ws].angles_mech = { {math.rad(30), math.rad(30), math.rad(-1), math.rad(48)}} GT.WS[ws].angles = { {math.rad(30), math.rad(30), math.rad(-1), math.rad(48)}} GT.WS[ws].reference_angle_Y = math.rad(-90) GT.WS[ws].LN[1].BR[1].connector_name = "POINT_CIWS_F" ws = nil
  4. we know some sensor datas like these: sensor_data local aoa = sensor_data:getAngleOfAttack() local speed = sensor_data:getSelfVelocity() local sas = sensor_data:getSelfAirspeed() local tas = sensor_data:getTrueAirSpeed() local ias = sensor_data:getIndicatedAirSpeed() local mach = sensor_data:getMachNumber() local vv = sensor_data:getVerticalVelocity() local gforce = sensor_data:getVerticalAcceleration() local balt = sensor_data:getBarometricAltitude() local ralt = sensor_data:getRadarAltitude() local pitch = sensor_data:getStickRollPosition() / 100 local roll = sensor_data:getStickPitchPosition() / 100 local rudder = sensor_data:getRudderPosition() / 100 local throttle = sensor_data:getThrottleLeftPosition() local gear = sensor_data:getLandingGearHandlePos() local speedbrake = sensor_data:getSpeedBrakePos() local rpm = sensor_data:getEngineLeftRPM() local flaps = sensor_data:getFlapsPos() local cpy_state = sensor_data:getCanopyState() anyone can help me write a sentence for a tail hook position? Thanks in advance!
  5. 1.make one material ball that works fine. 2.drag this one to another ball,rename the new ball and give it a new bit map. 3.and so on.
  6. cant wait to fire the kh-59K!
  7. freebird dz ,would you plz save it as version 2014 3dmax?
  8. Nice thread. And I want to make a missile that can be fired by A-10A. like the AGM-65D or AGM-65K. HOpe some code master help us.
  9. happy cavin

    Mods

    Make sure you have the exactly the same mod as server has. Make sure you use the same version dcsw as the serer does.
  10. would you plz show me steps by steps. Thank you.
  11. Since my pc is not that good, I want to install dcsw 1.5.8.I downloaded DCS_World_1.5.8_web and install it,but it updater to version 2.5.4 automaticlly. Any installation tips are welcome. Thank you.
×
×
  • Create New...