Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Now I just have to find some mods that offer slightly upscaled text, since unfortunately, 1x scaling makes small text a bit difficult to read.
You may need to copy this mod's contents.pak file to your local mods folder (from Steam/steamapps/workshop/content/211820/1782208070 to Starbound/mods). Something about how it loads from the workshop may prevent it from working when running it from the Workshop (You can rename the contents.pak file in Starbound/mods as desired, so long as it maintains the .pak extension).
The mod still works you just need to move it for it to work UwU
I'm assuming some unknown mod(s) are replacing interace.config instead of properly patching it, and it normally loaded after this mod thus undoing the changes from it. Well now it (probably) will not do so.
Please bk3000 can fix this is very usefull...
Yeah this is super simple. Just create a text file named interface.config.patch
[
{
"op" : "replace",
"path" : "/minInterfaceScale",
"value" : 3
},
{
"op" : "replace",
"path" : "/maxInterfaceScale",
"value" : 3
}
]
If you have any manually installed mods in \starbound\mods\ that are loose files then just throw it in there.
http://benies-blogs.com/images/firefox_2021-01-08_20-41-57.png
My resolution is 1024x768. Sadly this mod doesn't help with that.
• I checked my "C:\Program Files (x86)\Steam\steamapps\workshop\content\211820" folder and noted the total number of items located within.
• I unsubbed from this mod and then immediately checked the Starbound workshop folder to make sure that my item count was one less than the amount I noted in the above step.
• I resubbed to this mod and immediately checked again the Starbound workshop folder to make sure that my item count was one more this time.
• I navigated to "C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\1782208070" and copied the contents.pak file.
• I pasted this file into my "C:\Program Files (x86)\Steam\steamapps\common\Starbound\mods" folder.
• I launched Starbound and noticed immediately the UI was at 1x this time.
https://pastebin.com/3yaQjTcj
This is why I starting looking for "1x UI size" mod by the way: https://i.imgur.com/tl4S8J8.png
Viewing my inventory, opening containers (particularly high-slot ones), mech assembly and mech refuel screens, the chat window, as well as the radio messages that pop up in the lower-left corner of the screen are far too big and take up too much "screen real estate" within the game.
Yes. I believe 3x UI scaling mods already exist on the workshop, which is why I only uploaded the 1x. Just so everything was covered.
But if it's lower it doesn't work.
As far as I tested at least.
I can make that a little easier for you, starting from
/Steam/steamapps/workshop/content/
211820 is Starbound. You can find that on a URL like this one - https://steamcommunity.com/app/211820/workshop/
so
/Steam/steamapps/workshop/content/211820/
Then you need the mod ID which you can also get from the URL of the mod page
https://steamcommunity.com/sharedfiles/filedetails/?id=1782208070
thus
/Steam/steamapps/workshop/content/211820/1782208070/contents.pak
It works the same for any Workshop mod regardless of what game.
default paths on windows 10 are C/ProgramFilesx86/Steam/steamapps/workshop/content and C/ProgramFilesx86/Steam/steamapps/common/Starbound
now, if you aren't used to digging around in here, it can be tricky to figure out which mod is this one specifically, but the simplest method is to just unsub/resub this mod then go in and sort by most recent file, which should push this to the top of the list, keep sorting and going into the top folder until you get to the contents.pak and copy paste that into the starbound mods folder on the common path
I doubt it would conflict with anything, unless that mod does full replacement rather than patching. If that was the case (which really isn't the best idea generally), I could make sure this loads after if need be.
But it could also be Steam being annoying about not wanting to download a mod. You could try unsub and resub, restart steam, etc. As for that other mod, you could try temporarily removing it to see if that changes the scaling. If this mod only is working when that mod isn't loaded, let me know and I'll deal with it.
Win XP 2005
But using what bk posted and this you can change values 1-3, so you can fix scaling as u want.
{
"op" : "replace",
"path" : "/interfaceCrossoverRes",
"value" : [4096, 3072]
}
Anyways, with mod u mentioned and commands u provided i managed to change ui scale, so manualy placed file works. Tho scaling acts weird when i tested, and you can't force what u want easily (maybe something with having min max same?), i also used "/interfaceCrossoverRes". Now the thing thats left is to change font size :D