181
Bug Reports & Support / 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.
========================
# 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.