aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NastyKhan

Pages: 1 [2]
16
Work In Progress / Adding items instead of replacing everything?
« on: June 05, 2021, 07:44:59 pm »
Hi,

Is there a way to ADD my custom items to "startingBase" items collection without removing everything else from the list and without re-declaring whole list?

Quote
startingBase:
  items:
    STR_SNIPER_RIFLE: 2
    STR_SNIPER_RIFLE_AMMO: 6

I googled this, but it doesn't seem to work:

Quote
#base mod:
 items:
   - type: STR_WEAPON
     compatibleAmmo: !info     #this tag does not change anything, but when used it will show (in the log file) if the list supports this functionality or not
       - STR_AMMO_1
       - STR_AMMO_2
 
 #sub-mod
 items:
   - type: STR_WEAPON
     compatibleAmmo: !add      #now `STR_WEAPON` will have ammo list equal to `[STR_AMMO_1, STR_AMMO_2, STR_AMMO_3]`
       - STR_AMMO_3
 
 #another sub-mod
 items:
   - type: STR_WEAPON
     compatibleAmmo: !remove   #now `STR_WEAPON` will have ammo list equal to `[STR_AMMO_1, STR_AMMO_3]`
       - STR_AMMO_2

Best regards

17
Suggestions / Aliens can enter XCOM sub?
« on: June 05, 2021, 12:59:05 am »
Hi,

Ok, maybe I'm stupid, maybe I was lucky but I beat original DOS TFTD few times in my life and I never experienced Aliens being able to open Triton's door and enter the sub. Is that something new? If so - can we disable it?

Best regards

Pages: 1 [2]