After Burners

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dave7802

    #1

    After Burners

    Hello
    I completed editing the stunts mod, and i relisted that the jets and small birds dont have the after burners, i can see the file i need to edit!
    But question is, what do i edit,
    And whats the code for the Afterburners!
    I am cluless and could real do with some help thank you
  • John Edmo

    #2
    Re: After Burners

    They don't have afterburners on these aircraft

    Comment

    • GlobalFear

      #3
      Re: After Burners

      Add the following to the vehicle's .tweak file:
      Code:
      ObjectTemplate.sprintRecoverTime 30
      ObjectTemplate.sprintDissipationTime 10
      ObjectTemplate.sprintLimit 0.2
      ObjectTemplate.sprintFactor 2.2
      Code:
      ObjectTemplate.addTemplate e_jetexhaust_AB_s
      ObjectTemplate.setPosition -0.403987/0.675184/-2.05054
      Make the position the same as that of the exhaust effect.

      Comment

      • CinC212

        #4
        Re: After Burners

        Originally posted by GlobalFear
        Add the following to the vehicle's .tweak file...
        I tried this but only got it partially working: the sprint meter appears and goes down over time, but no speed boost is given

        FWIW, I put the first code over the original "SprintFactor" line, and the second part I placed down (at first over) the exhaust properties, then tried again adding it to the original code.

        That second try got me the after burner graphic, but still no thrust.
        Any ideas?

        Comment

        • GlobalFear

          #5
          Re: After Burners

          Try increasing some of the variables.

          Comment

          • CinC212

            #6
            Re: After Burners

            Ok, that did it!
            I'll hafta play with it some yet- first attempt had my APC doing loops over the river on Dragon Valley

            It works now though, thanks a lot

            Comment

            • wolfi

              #7
              Re: After Burners

              Why not just download the combo stunts mod? :p

              Comment

              • CinC212

                #8
                Re: After Burners

                Just wanna learn to mess with things, see what I can come up with

                Comment

                Working...