Results 1 to 6 of 6

Some kinda simple problems.

  1. #1

    Some kinda simple problems.

    I'm trying to get the immortal to have 2 ranged weapons (at the same time); One with 0-25 range, and one with 25-35 range. I thought it'd be simple, but so far cut/paste/change weapon hasn't worked out to well; the second weapon is there, but the fire animation isn't (and the immortal just shakes back and forth). I guess the question is how to make 2 weapons fire from the same hardpoint.

    Also, I've added the npc monolith into the game (since the necrons had no good vehicles, I took the npc monolith, shrunk it down, and used it as a lesser monolith). The problem with it is the selection area; it's massive, and it (obviously) doesn't scale down with vis_scale_min/max. Is there a way to
    (a) shrink the selection area to match the size of the unit (it's 70% of its original size visually)
    (b) replace the selection area with the necron_restored_monolith. It might still be a bit large, but it's much better.
    Last edited by Mr. Sir; 1st Jul 12 at 10:53 PM.

  2. Modding Senior Member Tabletop Senior Member Boardwars Senior Member Forum Subscriber  #2
    Retired Compliance Fairy Gorb's Avatar
    Join Date
    Jul 2006
    Location
    In the past
    Altering the unit's selection area requires work with the Object Editor, if I remember correctly.

    Firing animations are handled by modelling software (editing the fire animation, adding an extra weapon, etc) and putting the model through the Object Editor (to link the animation and game action of shooting).

    Getting two weapons to fire from one hardpoint is technically impossible; the code does not work than that. Why do you need two weapons with such ranges? I may be able to offer an alternative that may satisfy you, but I need to know what you are trying to achieve
    I am an Iron Warrior! Iron Within, Iron Without!

  3. #3
    The closer the enemy is to the weapon, the more damage it deals. Ideally, at 20 range, the increase stops. At 35 range, it deals 100%, and at 20, it deals 130%. the percentage increases linearly from 35-20 range. I figured this'd be far out of reach for this game engine, so I thought just having multiple weapons for different areas of the immortals range would be a better alternative.

    Also, with this game engine, are the animations/hardpoints defined in the modelling software (3dsmax6-8) and then only accessible once? I'm used to a hardpoint being defined in the modelling program and then being referable multiple times in the mod files.

  4. Modding Senior Member Tabletop Senior Member Boardwars Senior Member Forum Subscriber  #4
    Retired Compliance Fairy Gorb's Avatar
    Join Date
    Jul 2006
    Location
    In the past
    Oh now I know what you meant by two weapons firing with the same hardpoint.

    How did you originally implement the duplicated hardpoints? You may need to hook it up in the Object Editor. Feel free to paste code in [code] tags

  5. #5
    Well... I don't have any modelling software (yet, though this game might change that), so I just copied the code from hardpoint01 to hardpoint05, made the original weapon have 25-35 range, and the weapon on hardpoint05 have 0-25 range. I really didn't think it'd work, but also don't know the proper way to do it.

    It seems the self explanatory things are covered in the tutorials; the modelling/animation isn't explained anywhere. Is there a guide to modelling/animating?

  6. Modding Senior Member Tabletop Senior Member Boardwars Senior Member Forum Subscriber  #6
    Retired Compliance Fairy Gorb's Avatar
    Join Date
    Jul 2006
    Location
    In the past
    There are quite a few in the Tutorials subforum. Because I'm not massively anal, I will actually link some of them for you (that and I'm bored of this programming).

    Modelling:

    http://forums.relicnews.com/showthre...details-now%29

    http://forums.relicnews.com/showthre...nails-now-3%29

    Animation (not many of these I'm afraid):

    http://forums.relicnews.com/showthre...ing-animations

    Object Editor:

    http://forums.relicnews.com/showthre...ed-04-oct-2008

    http://forums.relicnews.com/showthre...-22nd-Jan-2009

    http://forums.relicnews.com/showthre...And-Hardpoints

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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