Easy question here.
Results 1 to 4 of 4

Thread: Easy question here.

  1. #1

    Easy question here.

    I am having the old "When this plane gets shot down, it spawns two others to fall with it."
    I used to know how to fix this, but it has escaped me, lol. Any help will be greatly appreciated.

    Have an amazing week Everyone,
    MKsystem

  2. #2
    Redding Army Airfield Allen's Avatar
    Join Date
    Dec 2007
    Location
    O85 Benton Field Airport
    Age
    36
    Posts
    5,462
    Open the DP and check all of the [EFFECTS.#] if you see an effect like the one below in bold remove the number at the end and just leave ,, at the end

    [EFFECTS.0]
    ; System = Nose Structure
    effect.0=10,LIBRARY,fx_smkpuff_s,
    effect.1=30,LIBRARY,fx_engfire_s,
    effect.2=60,LIBRARY,fx_engfire_m,
    effect.3=95,LIBRARY,fx_airexpl_l,
    effect.4=100,BREAK,6,

    to

    [EFFECTS.0]
    ; System = Nose Structure
    effect.0=10,LIBRARY,fx_smkpuff_s,
    effect.1=30,LIBRARY,fx_engfire_s,
    effect.2=60,LIBRARY,fx_engfire_m,
    effect.3=95,LIBRARY,fx_airexpl_l,
    effect.4=100,BREAK,,
    "Let Being Helpful Be More Important Than Being Right!" Some SOH Founder.

  3. #3
    Quote Originally Posted by Allen View Post
    Open the DP and check all of the [EFFECTS.#] if you see an effect like the one below in bold remove the number at the end and just leave ,, at the end

    [EFFECTS.0]
    ; System = Nose Structure
    effect.0=10,LIBRARY,fx_smkpuff_s,
    effect.1=30,LIBRARY,fx_engfire_s,
    effect.2=60,LIBRARY,fx_engfire_m,
    effect.3=95,LIBRARY,fx_airexpl_l,
    effect.4=100,BREAK,6,

    to

    [EFFECTS.0]
    ; System = Nose Structure
    effect.0=10,LIBRARY,fx_smkpuff_s,
    effect.1=30,LIBRARY,fx_engfire_s,
    effect.2=60,LIBRARY,fx_engfire_m,
    effect.3=95,LIBRARY,fx_airexpl_l,
    effect.4=100,BREAK,,
    Also delete the CDP file,if you don't it will change nothing.

    TheBookie

  4. #4
    Thank you for the quick response! Have an amazing day!

Members who have read this thread: 0

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •