Visual Armor Improvements

Discussion in 'Art General Discussion' started by DonMegel, Sep 5, 2009.

  1. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    While I'm working on redoing vehicles and adding in support for modular weapons (so that the weapon chosen has its own model that appears on the tank) It occurred to me to make provisions for modular armor as well. I could put mount points on various portions of the hull for us to attach armor pieces that show everyone the type of armor the tank us using.

    Is this doable? Practical? Should I do this?

    I know people would love it and from an art view it really wouldn't be that hard. I'm wondering about code.
     
  2. Kylegar

    Kylegar Specstax Rule

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    Gonna move this to the art team forum, so Mayama can follow this discussion as well
     
  3. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    My main concern was the code. Who would not like the idea?
     
  4. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    I don't feel like doing unique impacts for each armor.
     
  5. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    I don't think we'd have to
     
  6. Brutos

    Brutos Administrator Staff Member Moderator

    Messages:
    3,385
    Likes Received:
    0
    Trophy Points:
    0
    It would be one effect for each armor. Thats not that much, Empty.

    Also the modular loadout idea is a classic that I would love to see, but I doubt that I'm good enough to implement the code myself atm. A senior coder would have to do that.
     
  7. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    Well it's not just an effect, it has to be cheap up close, it h as to be unique, it has to look good, it has to be interesting and it has to reflect how the armor behaves.
     
  8. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    We wouldn't have to have this in order to implement the visual plates.
     
  9. Kylegar

    Kylegar Specstax Rule

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    it's not hard, actually. create an entity, such as CEmpArmor, spawn it, and parent it to the armor attachment point. It's probably 3 lines of code in the vehicle's spawn function.

    The only thing I'm concerned about is the cost of the function. I'd prefer MOOtant to weigh in on this as to how much this would impact performance. I think, if we a sane way of attaching crap together, it shouldn't be too hard on the server.
     
  10. Kane

    Kane Member

    Messages:
    1,337
    Likes Received:
    0
    Trophy Points:
    0
    Stuff like that is not too costly, objects are created rather seldom.
     
  11. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    Considering we only have about 20 tanks max and source can handle well over 500 physics ents, I doubt 60 extra total props will make a huge difference.
     
  12. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    A single model, with submodels for multiple armour plates, if that would be done as well, multiple skins for different armour types, which would then be parented to a tank on creation, isn't all that costly. Making the armour take damage is another thing though.
     
  13. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    All of the armors are plain, compo, regen, reflective, absorbent, and reactive?
     
  14. Jessiah

    Jessiah Member

    Messages:
    2,947
    Likes Received:
    0
    Trophy Points:
    0
    Don't forget birth control. The effect should be full of semen.
     
  15. zenarion

    zenarion Member

    Messages:
    953
    Likes Received:
    0
    Trophy Points:
    0
    I like this a lot, the armors shine/look different.
    BUT, what difference does it make, what kind of effect you got when you shoot at it? I mean, explosions from the big guns you usually use on tanks kind of don't leave any more space for armor-specific effects.
    This leaves the effects normal infantry weapons and machine guns have, which definitely should change from the normal HL2 effect, since everybody in the mod community seems to hate those leftovers.

    What effects does it leave then?
    Regen effect, when it actually regenerates.
    Reactive swirls and moves?
    Absorbent is dark, absorbs light etc.
     
    Last edited: Sep 8, 2009
  16. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    I've got tons of impact effects for bullets and such, they just crash.

    The SGL guys hooked up custom impacts, if you give me code support I can make small arms fire make unique effects for each tank.
     
  17. Jessiah

    Jessiah Member

    Messages:
    2,947
    Likes Received:
    0
    Trophy Points:
    0
    Reactive uses electrical discharges to destroy incoming projectiles. It doesn't move :p The moving thing would make sense for Absorbent or Regenerative though IMO.
     
  18. DonMegel

    DonMegel Member

    Messages:
    1,368
    Likes Received:
    0
    Trophy Points:
    0
    No moving armor, but I am thinking Regenerative might be a living substance for the NF. I'll post some mock ups.
     
  19. Empty

    Empty Member

    Messages:
    14,912
    Likes Received:
    11
    Trophy Points:
    0
    I can do this easily and quickly, and we can have it ingame pretty fast.
     
  20. Nickierv

    Nickierv Member

    Messages:
    510
    Likes Received:
    0
    Trophy Points:
    0
    A few thought provoking but possibly dumb questions.
    The only way that you are going to be able to see the effects is up close and when the armor is not getting hit by something with a big effect. Is it worth it in terms of performance to check to see if the weapon effect is going to cover the armor effect

    What about using the blood o the uniform effect for tank damage or is that too random. If this is useful, is it possible to remove the damage to armor effect when you repair at the repair pad and not have it appear on regen armor.
     

Share This Page