• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Not a Bug Tier 3 Flushdeck Frigate with inappropriate interiors

The 3rd class Flushdeck Frigate has an interior deck which seems too small for its size,something that a tier 7th or 8th would use as well as the captains cabin which from what I have seen is mostly used by 6th tier ships. Nothing gamebreaking or anything though, but certainly has cought my eye.
 
It is easy enough to change cabin and deck assignments.
Which one would you imagine being used instead?
 
Nevermind, I checked other corvettes and flushdeck frigates and noticed this is very well intended. Nor do I have anything in mind for a replacement :cheeky
 
Nor do I have anything in mind for a replacement :cheeky
You can choose from all the ship deck models in the game.
It is handled with these lines in PROGRAM\Ships\ships_init.c:
Code:
   refShip.QDeck = "ShipDeck1";
   [...]
   refShip.Cabin = "Cabin_medium";
Different location IDs there mean different models used for that ship.

Very easy to change if you have any better suggestions.
If not, then I'll just archive this as "Not a Bug". Either way is fine by me. :doff
 
Back
Top