Jump to content

odizzido

Members
  • Posts

    251
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by odizzido

  1. I don't know what you're doing exactly, but couldn't you just modify a vehicle_spectre from like units\xenovehicles\VEHICLE.STORM\VV.ARTILLARYGUN

    edit---------

    You can send me the files you're working on and I can take a look at it if you'd like. Or just upload what you have for 0.99 for me and I can see if I can get it working on my end.

  2. Yeah. In the game you have the research requirements like collect X number of items for the first one to give laser tech like normal.

    Then for the next experimental part if I get what you're saying you can research it six times, with 6-8 total at the end, out of like 15. I don't know what language you can use, but I would do something like the following

    create a list of 1-15 MK2 weapons

    MK2 research available when you have MK1 lasers

    MK2, second time research, is available when you finish MK2 research

    MK2, third time research, is available when you finish MK2 second time research

    etc

    While false

    x = random (1, 15)

    if MK2weapon.x is not researched, true

    return mk2weapon.x

    Then MK3 has dependencies so

    while false

    random x = (1, 15)

    if MK3weapon.x IS NOT researched and MK2weapon.x IS researched, true

    return mk3weapon.x

    It's a bit crude but I don't think anyone would get stuck in an endless loop and it should work.

    edit--------

    I have no idea how you're going to pass the variables between the script and the game though. That's the hard part to me

  3. Oh one thing I want to mention. I moved to xeno 1.59 and CE 0.33 HF2 as well as the latest HF for x-division. I have been crashing more. Three times yesterday...once in a ground mission, once on the equip screen....and the other was because of a vehicle....possibly because it was missing assets or something but I am not sure. I am going to check which one it was and see if I can figure it out.

  4. - With this hotfix you should able to use this mod with 1.5* and CE 0.33+

    Cool. Downloading 1.59 now and will get CE33 as well. Will start a new game with the balance files as well.

    So I haven't been playing as much for the last few days but I did find/fix a couple more graphics issues I ran into.

    All previous fixes

    advanced baton/assault shield graphics fix for basic armour

    advanced baton/assault shield graphics fix for direwolf armour

    advanced baton/assault shield graphics fix for sentinel armour

    advanced baton fix for sentinel armour

    electrogun/assault shield/basic armour graphics fix

    direwolf armour correctly shown when equiping an AP laser sniper

    The ladies now get the cooler looking sentinel armour as well(I assume this is wanted?)

    https://drive.google.com/file/d/0B-s2-DOMcp7FaTZpTG0zT0FxWlE/view?usp=sharing

  5. very cool :) I will keep doing my little fixes for now as I play 0.98....don't want to commit to anything more ATM because I have another mod I will be working on once misery 2.2 releases.

    I have a few more I will upload later. Will hold off till I am done playing for the day incase I run into anything else. BTW I haven't seen an invis xenomorph for quite a while now.....I may have gotten them all.

  6. Fixing stuff as I run into it. Here's what is in this patch:

    All previous fixes

    Applied assault shield/baton graphics/animations for assault shield/advanced baton soldiers using jackal and wolf armour

    Fixed three more invis xeno stalker/drone/rogue situations

    Fixed jackal armour switching to buzzard when using electro pistol with an assault shield

    https://drive.google.com/file/d/0B-s2-DOMcp7FM09xczNyWjEtSjA/view?usp=sharing

×
×
  • Create New...