Profile image

XML Tips Please!

33.4k tsampoy  5.9 years ago

I’ve been playing around with things in XML, like making afterburners super long, making engines that make you go in warp speed, that sort of stuff.

But how do you XML color?

And how do make inputs to landing gear work? (I tried it, it was kinda broken)

  • Log in to leave a comment
  • Profile image
    28.3k goboygo1

    @tsampoy no problem!

    5.9 years ago
  • Profile image
    33.4k tsampoy

    @BaconEggs Thanks!

    5.9 years ago
  • Profile image
    33.4k tsampoy

    @goboygo1 @CSP27 @randomusername Thanks!

    +1 5.9 years ago
  • Profile image
    28.3k goboygo1
    5.9 years ago
  • Profile image
    3,664 CSP27

    XML Guide
    For Landing Gear input, It's landingGear and Minimum=0 for your rotator
    So
    It will do
    ActivationGroup=0
    Input=landingGear
    Min=0
    Max=1

    5.9 years ago
  • Profile image
    28.3k goboygo1

    (assuming you are using the overload mod. if not i suggest you do)
    for engine color, use "exhaustColorOveride"
    for guns, use "tracerColor"
    and then use this
    to make a color code, paste that into the "exhaustColorOveride" or "tracerColor" box

    5.9 years ago
  • Profile image
    132k BaconEggs

    landinggear inputs are kinda tedious to work with if you don't know what you're doing
    under "inputcontroller", there are min and max values. Make one of those zero and it should fix itself. If it doesn't, just zero out the other value.
    I'm not so sure what kind of tips you need other than that

    +1 5.9 years ago