I want a poster of my ship layout!

like /u/Minimantis said, you could do exactly that which is what i experimented with and got this 8150x4584 screenshot of the default interior layout. this should be more than enough to make a big poster out of. but also like what /u/Minimantis said, it will dramatically drop your frame rate. and also the higher you increase the resolution, the smaller the menu HUD gets. really hard to see what menu button to press cuz it's really small. but if you want to only share it online, then i suggest just doing the normal screenshot.

to add a custom resolution option to the game, go into the main Rodina folder, then Scripts>Gameplay>then scroll down and find EGMenuOptions and open it with notepad. now press Ctrl + F to do a quick search and type in "1920" then press enter. you should see something like this:

Name = "Resolution",
    Keys = { "ResolutionWidth", "ResolutionHeight" },
    Choices = 
    {
        { 0, 0 },
        { 1920, 1200 },
        { 1920, 1080 },
        { 1680, 1050 },
        { 1600, 1000 },
        { 1600, 900 },
        { 1440, 900 },
        { 1366, 768 },
        { 1360, 768 },

copy and paste one of the paremeter and put it in its own line replace the resolution with your desired resolution. i did some testing and the game will crash if the resolution is 8200 or above. so just stick with 8150x4584 to be safe. so it should look like this:

Name = "Resolution",
    Keys = { "ResolutionWidth", "ResolutionHeight" },
    Choices = 
    {
        { 0, 0 },
                    { 8150, 4584 },
        { 1920, 1200 },
        { 1920, 1080 },
        { 1680, 1050 },
        { 1600, 1000 },
        { 1600, 900 },
        { 1440, 900 },
        { 1366, 768 },
        { 1360, 768 },

now go up to file, save and exit. run the game and click on options, scroll down to Resolution, and now you should see an option for 8150x4584. click on it and reboot the game for the changes to happen. now like i said early, the menu HUD will be extremely small so take note on what menu button does what to navigate to the ship editor. and it may be laggy as well but just for the purpose of taking a screenshot it should be fine.

if you're having trouble doing this, then just send me your interior layout file and i'll take the screenshot for you.

/r/Rodina Thread