Author Topic: adding research entries  (Read 876 times)

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
adding research entries
« on: November 05, 2023, 03:29:00 am »
Donno much about it,what files have to be edited to add one?

thnx in advance

edit : related subject,what file says wheather or not a research is repeatable?mod im playing repeats interrogate research
« Last Edit: November 05, 2023, 03:31:48 am by Nirran »

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
Re: adding research entries
« Reply #1 on: November 10, 2023, 04:46:18 am »
meh it was simple,one entry block and delete the -delete research entry

edit : still donno what allows me to multi research the same research

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
Re: adding research entries
« Reply #2 on: November 14, 2023, 06:45:26 am »
edit : related subject,what file says wheather or not a research is repeatable?mod im playing repeats interrogate research

i think this is the reason,these are randomly selected if i understood the explaination,once they all awarded it wil cease to be resaerchable?

Code: [Select]
    getOneFree:
      - STR_INFILTRATOR
      - STR_FIGHTER
      - STR_EXCAVATOR
      - STR_SMALL_SCOUT
      - STR_MEDIUM_SCOUT
      - STR_LARGE_SCOUT
      - STR_HARVESTER
      - STR_ABDUCTOR
      - STR_TERROR_SHIP
      - STR_BATTLESHIP
      - STR_SUPPLY_SHIP
« Last Edit: November 14, 2023, 06:47:15 am by Nirran »

Offline Nord

  • Commander
  • *****
  • Posts: 1666
  • The Gate is open.
    • View Profile
Re: adding research entries
« Reply #3 on: November 14, 2023, 07:05:08 am »
Yes, this grant multiple research results. Same for
Code: [Select]
getOneFreeProtected:
      STR_INVADER_LANGUAGE_2:
        - STR_INVADER_REPORT_1

Offline Nirran

  • Captain
  • ***
  • Posts: 94
    • View Profile
Re: adding research entries
« Reply #4 on: November 14, 2023, 07:31:04 pm »
Alright Thnx dude