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

Pages: 1 2 [3] 4 5 ... 110
31
Released Mods / Re: X-Chronicles Release, v.0.99.17
« on: January 18, 2024, 09:05:46 am »
As always, please upgrade versions ON THE GEOSCAPE.

Upd.: forget to remove test objects. version updated, if you want to play - please update.

32
Released Mods / Re: X-Chronicles Release, v.0.99.17
« on: January 15, 2024, 06:42:08 pm »
Version 0.99.17 is up.
Changelog:
- fixed critical bugs;
- fixed a lot of minor bugs;
- fixed unit resurrections (OXCE 7.10 needed);
- added more map blocks;
- expanded fire prism to be multi-charged;
- removed funding rise from countries without alien activity.

33
Sample ruleset please?
Spoiler:
Code: [Select]
items:
  - type: STR_PHOENIX_BLAST
    categories: [STR_CORPSES]
    size: 0.2
    weight: 5
    bigSprite: 1550
    floorSprite: 1550
    invWidth: 2
    invHeight: 2
    power: 24
    damageType: 2
    recover: false
    damageAlter:
      RandomType: 2
      FireBlastCalc: false
      ToItem: 10
    spawnItem: STR_PHOENIX_CORPSE
    spawnItemChance: 100
    battleType: 11
    armor: 1
    listOrder: 10747
    ignoreInCraftEquip: true
    fixedWeapon: false

  - type: STR_PHOENIX_CORPSE
    categories: [STR_CORPSES]
    size: 0.2
    costSell: 8500
    weight: 5
    bigSprite: 1550
    floorSprite: 1550
    invWidth: 2
    invHeight: 2
    power: 24
    damageType: 2
    damageAlter:
      RandomType: 2
      FireBlastCalc: false
    recoveryPoints: 5
    spawnUnit: STR_PHOENIX
    spawnUnitFaction: 1
    battleType: 4
    isExplodingInHands: false
    fuseType: -3
    armor: 32
    listOrder: 10747
    ignoreInCraftEquip: true
    fixedWeapon: false
    scripts:
      createItem: |
        item.setFuseTimer 0;
        return;
armors:
  - type: PHOENIX_ARMOR
    corpseBattle: [STR_PHOENIX_BLAST]
    selfDestructItem: STR_PHOENIX_BLAST
...

34
Checked. Work just fine. Thank you very much.

35
OXCE Support / Re: Commendations: totalWins and missionTypeFilter
« on: January 12, 2024, 07:10:01 pm »
Ok, got it.
missionMarkerFilter is what i need for multi-stage alien colony.
With proper unique marker, of course.
Thanks.

36
OXCE Support / Commendations: totalWins and missionTypeFilter
« on: January 12, 2024, 04:18:27 pm »
As written in "Ruleset Reference Nightly", "totalMissions" can be used with "missionTypeFilter".
But does "totalWins" works with "missionTypeFilter"?

37
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: January 07, 2024, 09:33:09 am »
 Ok then, new update will be soon.

38
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: December 29, 2023, 07:42:33 am »
...
So I can't build a shrine )-;
You can buy a priestess after legion peace treaty.

39
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: December 20, 2023, 01:36:36 am »
Thanks, i will check.

40
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: December 18, 2023, 03:48:34 am »
...
Thanks, that is an important feedback. I shall fix these bugs ASAP.
Maybe this is bugs. I really should check.

41
Released Mods / Re: [TFTD] [Expansion] TWoTS+ Release (v.2.58)
« on: December 09, 2023, 08:25:18 pm »
Version 2.59 is up.
Changelog:
- New mission type - underwater terror;
- new events;
- Minor bugfixes.

Most votes was against oxygen mechanic, so maybe later.
Not much things changed. If someone want to help with new shipping terror maps - i will be happy.

Also, have you seen any upgraded tftd globe? It will be good to upgrade globe, but hybrid ones not fitting TFTD setting.

42
Help / Re: How to make a mod
« on: December 09, 2023, 08:21:51 pm »
Basically, yes. Create copy of files you want to change and put them into "user/mods" folder.
Dont forget to remove parts that you dont change. So, if you add more power to a pistol, your mod will contain only "items.rul" file, with only one "- type:" part in it.
metadata file needed mostly for correct naming of your mod inside game. Shortest type of it can be similar to this:
Code: [Select]
name: "my super duper mod"
version: "1"
author: "Chuckebaby"
id: AnyShortName
master: xcom1

43
Thanks.

44
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: December 03, 2023, 04:10:15 pm »
Only temple factions can do base assaults, so you must annoy them enough by shooting down their ships.

45
Released Mods / Re: X-Chronicles Release, v.0.99.16
« on: December 01, 2023, 02:08:07 pm »
A question about a certain "commendation"
Looks like a bug. I must check it, thanks.

Pages: 1 2 [3] 4 5 ... 110