Jump to content

Zyberdash

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Zyberdash

  1. Hey is it possible to use this mod together with your realistic ep08 mod. If so what should i load first in the mod manager?
  2. This was the answer *facepalm*. Oh well thank you all it’s working great now!
  3. Hello. I was wondering. When running this (intended only to use with my throttle) my buttons get all disorganized like rebinding the pov 8 way on the back of the throttle to different keys and the original slew axis changes to another of axis. Is there a way to keep the original set of commands but add the extra dx keys?
  4. Here's the mission file. I've tried setting the triggers to mission start and once with time more at different settings. Oh, and its using CAM. Operation Caucasus (Winter Clear).miz
  5. Hello! Could anybody take a look at this script. I can't get any aircraft to spawn. Liveries-- local a320skins={"Aeroflot 1", "Air Berlin OLT", "Air France", "Air Moldova", "American Airlines", "British Airways", "Emirates", "Fly Georgia", "SWISS", "Lufthansa New"} local a320=RAT:New("RAT_A320") a320:Livery(a320skins) a320:SetSpawnDelay(20) a320:SetSpawnInterval(0.5) a320:Uncontrolled() a320:ActivateUncontrolled(5, 30, 30, 0.5) a320:ContinueJourney() a320:Spawn(5) local a330=RAT:New("RAT_A330") a330:Livery(a330skins) a330:SetSpawnDelay(25) a330:SetSpawnInterval(0.5) a330:Uncontrolled() a330:ActivateUncontrolled(5, 30, 30, 0.5) a330:ContinueJourney() a330:Spawn(5) local dc10=RAT:New("RAT_DC10") dc10:Livery(dc10skins) dc10:SetSpawnDelay(30) dc10:SetSpawnInterval(0.5) dc10:Uncontrolled() dc10:ActivateUncontrolled(5, 30, 30, 0.5) dc10:ContinueJourney() dc10:Spawn(5) local b727=RAT:New("RAT_727") b727:Livery(a330skins) b727:SetSpawnDelay(35) b727:SetSpawnInterval(0.5) b727:Uncontrolled() b727:ActivateUncontrolled(5, 30, 30, 0.5) b727:ContinueJourney() b727:Spawn(5) local b737=RAT:New("RAT_737") b737:Livery(a330skins) b737:SetSpawnDelay(40) b737:SetSpawnInterval(0.5) b737:Uncontrolled() b737:ActivateUncontrolled(5, 30, 30, 0.5) b737:ContinueJourney() b737:Spawn(5) local b757=RAT:New("RAT_757") b757:Livery(a330skins) b757:SetSpawnDelay(45) b757:SetSpawnInterval(0.5) b757:Uncontrolled() b757:ActivateUncontrolled(5, 30, 30, 0.5) b757:ContinueJourney() b757:Spawn(5)
  6. My right throttle has a "creak" sound in the middle when bringing it back from ~90-100%. Is anybody else having/had this issue and does somebody have a fix?:joystick:
  7. Is there a trigger safety toggle in this mod? If so i cant find it.
  8. What happened to this SK-60 Project, did it get shut down? I was really looking forward to it ;'(
  9. Can anybody help me with this problem. when i've pasted the scripts folder into the saved games dcs folder and started up multiplayer there doesnt show up a slmod folder or a config.lua folder anywhere :/
  10. Hey man does this still work and if so just gonna let u know the dropbox link doesnt work :/
  11. I was logging in today to bomb with the viggen a little bit and i noticed that the level bombing hud isn't like it was before. The sight is not on the ground does anybody else have this problem?
×
×
  • Create New...