aliens

Author Topic: create item / delete item  (Read 536 times)

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
create item / delete item
« on: November 17, 2023, 03:55:49 am »
i want to delete elerium and alien alloys on map enter,then create them with the amounts i choose,that possible?

Offline Nord

  • Commander
  • *****
  • Posts: 1666
  • The Gate is open.
    • View Profile
Re: create item / delete item
« Reply #1 on: November 17, 2023, 08:36:06 am »
1. modify amounts of elerium: use
Code: [Select]
alienFuel: [STR_ANYTHING_YOU_WANT, 10], where 10 is as much fuel will be placed in each alien power source.
2. modify amounts of alloys, cloning, etc: look here
3. modify type of special items on map - you need to modify terrain via special program, like MCDEdit. Look in the "Tools" subforum

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
Re: create item / delete item
« Reply #2 on: November 17, 2023, 08:46:03 am »
1. modify amounts of elerium: use
Code: [Select]
alienFuel: [STR_ANYTHING_YOU_WANT, 10], where 10 is as much fuel will be placed in each alien power source.
2. modify amounts of alloys, cloning, etc: look here
3. modify type of special items on map - you need to modify terrain via special program, like MCDEdit. Look in the "Tools" subforum

edit maps,bit it thnx again