I've tried adding new slots (ship_sections) to a spaceport, how do I assign the extra slots to a technology?
e.g. When I research tech X I get an extra slot on the spaceport, or when I upgrade to level 6 I get two new slots instead of 1.
I can only guess it is something to do with
in the tech file.
Anyone have any ideas?
I've added
etc to the ship_sections, and they all appear in the ship designer (which btw looks horrible for space stations) but they don't appear in the normal space station view (i.e. for me to add a solar panel or whatever to.
Any ideas for this?
I presume I need to edit the gfx/ gui files for this. e.g. to make the space station box bigger and put extra slots in
(for that matter make the ship designer box bigger too).
e.g. When I research tech X I get an extra slot on the spaceport, or when I upgrade to level 6 I get two new slots instead of 1.
I can only guess it is something to do with
Code:
feature_flags = { spaceport_level_# }
Anyone have any ideas?
I've added
Code:
fits_on_slot = "8"
Any ideas for this?
I presume I need to edit the gfx/ gui files for this. e.g. to make the space station box bigger and put extra slots in
(for that matter make the ship designer box bigger too).