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 - talamask

Pages: [1]
1
OXCE Support / [Answered] Wildcards or pattern matching
« on: August 13, 2021, 01:17:30 pm »
Hi!

Is there a way to use wildcards or patterns when writing rules and referencing types or names?

For example we have several Gauss items in items rul. Their types are STR_GAUSS_PISTOL, STR_GAUSS_RIFLE, STR_GAUSS_HEAVY, etc. If I would like to modify, let's say weight attribute on them I would have to set it like this:

items:
  - type: STR_GAUSS_PISTOL
    weight: 42
  - type: STR_GAUSS_RIFLE
    weight: 42
  - type: STR_GAUSS_HEAVY
    weight: 42

My question is if it is possible to use something like this to modify ALL items that *matches* the pattern written in "type":

items:
  - type: STR_GAUSS_*
    weight: 42

Thank you!

2
Released Mods / Re: [TFTD] [Expansion] TWoTS+ Release (v.2.49)
« on: August 12, 2021, 11:27:39 am »
For some reason there is no "Sonic tech" research available for me. I think I met all requirements for it (Alien implanter, Alien molecttonic, mc reader and zrbite), do I miss something?
Here's my savegame, I use twots 2.49.

Pages: [1]