aliens

Author Topic: Need help with sub mod / error when editing deployment  (Read 2143 times)

Offline zhorov

  • Sergeant
  • **
  • Posts: 37
    • View Profile
Need help with sub mod / error when editing deployment
« on: June 12, 2022, 05:00:30 pm »
Hello, I want to edit the FUEGO transport. There are only 12 soldiers there. This is very little. And there are a lot of places in transport. I already need to raid the bases, but with 12 units it is very difficult to do this (enemies in the base are under 60).
I created a sub mod: FUEGO_more_unit_capacity
It shows a modified number of soldiers, but they do not appear in the vehicle.

Rul
crafts:
  - type: STR_FUEGO
    soldiers: 16
    vehicles: 16
 Need to edit deployment
so
crafts:
  - type: STR_FUEGO
    soldiers: 16
    vehicles: 16
    deployment:
      - [12, 4, 1, 2]
      - [12, 5, 1, 2]
      - [11, 4, 1, 2]
      - [11, 5, 1, 2]
      - [7, 4, 1, 6]
      - [7, 5, 1, 6]
      - [8, 4, 1, 6]
      - [8, 5, 1, 6]
      - [8, 3, 1, 6]
      - [8, 6, 1, 6]
      - [8, 4, 2, 2]
      - [8, 5, 2, 2]
      - [8, 3, 2, 2]

for ex. add only 1 dep sor soldires - [8, 3, 2, 2]

I thought that I was wrong and I need to change
useAllStartTiles: true on useAllStartTiles: false
But no.
So i think i need copy all but change soldiers/vehicles and deployment: but no. Error only in eding deployment. All time.
I tried changing the numbers ([8, 3, 2, 2])but it never helped. I've spent 6 hours already and still haven't found a solution to the problem.
« Last Edit: June 12, 2022, 05:03:57 pm by zhorov »

Offline zhorov

  • Sergeant
  • **
  • Posts: 37
    • View Profile
Re: Need help with sub mod / error when editing deployment
« Reply #1 on: June 12, 2022, 09:36:23 pm »
Problem solved