Jump to content

happy cavin

Members
  • Posts

    230
  • Joined

  • Last visited

Personal Information

  • Location
    China

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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.
×
×
  • Create New...