aliens

Author Topic: Name a manufacture project differently from the item?  (Read 2668 times)

Offline robin

  • Commander
  • *****
  • Posts: 1214
  • ULTIMATE ROOKIE
    • View Profile
Name a manufacture project differently from the item?
« on: January 22, 2015, 04:07:08 pm »
Manufacture projects use the very same name "STR_ITEM_NAME" of the items they produce, so they'll inevitably use the same name ingame.

There's the "producedItems" option though; so, can I do this:

manufacture:
- name: STR_UNEQUIP_TANK
  producedItems: STR_TANK_PLATFORM

?





Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: Name a manufacture project differently from the item?
« Reply #1 on: January 22, 2015, 04:11:09 pm »
almost:
manufacture:
- name: STR_UNEQUIP_TANK
  producedItems:
    STR_TANK_PLATFORM: 1

Offline robin

  • Commander
  • *****
  • Posts: 1214
  • ULTIMATE ROOKIE
    • View Profile
Re: Name a manufacture project differently from the item?
« Reply #2 on: January 22, 2015, 04:12:46 pm »
Oh awesome, thanks.

Is "equip" the correct verb to describe the process of mounting/dismounting weapons on the tank, or is there a more appropriate one?

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11460
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Name a manufacture project differently from the item?
« Reply #3 on: January 04, 2016, 02:46:22 am »
Oh awesome, thanks.

Is "equip" the correct verb to describe the process of mounting/dismounting weapons on the tank, or is there a more appropriate one?

"Install"?

(Yeah, I'm sure you'll find it useful after a year.)