Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Anubis-class Cruiser (12/20/24)

Author Topic: I may have discovered why the Oddesy is so rare  (Read 671 times)

sector_terror

  • Commander
  • ***
  • Posts: 197
    • View Profile
I may have discovered why the Oddesy is so rare
« on: December 22, 2020, 07:48:34 PM »

so I got tired of having to hunt for the Aurora and the Oddesey being so stupid rare, and I decided that I would try to alter the files for each faction to try and make some ships more common by having them actual spawn. Not only did I not notice i could edit faction files, I found this line of code.
========================

# listing ships here will make the faction mostly use them even if other hulls become available
   "priorityShips":{
      "tags":[],
      "hulls":[
         "doom",
         "afflictor",
         "shade",
         "harbinger",
         "drover",
         "heron",
         "astral",
         #"odyssey",
         "paragon",
      ],
   },
====================

You may notice the Odyssey is marked with what I believe is a comment mark. This file can be opened up in simple wordpad and is found in core/data/world/factions, with tritachyon as the specific faction. I hope this makes Oddeseys much faster to spawn.
« Last Edit: December 28, 2020, 10:33:31 PM by sector_terror »
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24999
    • View Profile
Re: I may have discovered why the Oddesy is so rare
« Reply #1 on: December 29, 2020, 09:04:21 AM »

Thank you for sharing the find! This is very much not a bug, though :)
Logged