Uses lazylibs LazyFont class, which specificly has support for mono-spaced fonts. I dont know anything about the topic, but as far as i tried they didnt really seem to work well with LabelAPIs.
22.09.2025 21:31 β π 3 π 0 π¬ 1 π 0@lukas04.bsky.social
Does Starsector Modding, Lunalib, Random-Assortment-of-Things and Second-in-Command.
Uses lazylibs LazyFont class, which specificly has support for mono-spaced fonts. I dont know anything about the topic, but as far as i tried they didnt really seem to work well with LabelAPIs.
22.09.2025 21:31 β π 3 π 0 π¬ 1 π 0For example CC allows for multiple commands (seperated by ;), but this only supports one command. Also doesnt work once you start doing multiline, but you only ever do those when doing runcodes anyways. A bit janky to not have a solution for those, but its a case where its better to atleast have it
22.09.2025 20:38 β π 3 π 0 π¬ 1 π 0I did specificly model it after how intellij handles suggestions! Not exactly, but pretty close. That said there are definitly a lot of blind spots in this system that would not fly normaly, but that i can be fine with since 99% of usecases dont need them. (1/2)
22.09.2025 20:38 β π 4 π 0 π¬ 1 π 0Glad your liking it! Also big thanks to lazy for enabling the release of this.
22.09.2025 18:39 β π 7 π 0 π¬ 1 π 0Its even nicer in kotlin, where the compiler just understands that x is String within that scope. But for java, since v14+ you can also make switches with return values now, which is very convenient.
12.09.2025 06:26 β π 6 π 0 π¬ 1 π 0Oh and on another note, while working on this i've noticed there to be no Codex Category for factions. Feels like something that would be right at home for the new codex, as a faction page refering to their hullmods, hulls, etc, could be quite nice.
08.04.2025 00:02 β π 3 π 0 π¬ 1 π 013 Aptitudes implemented by myself, and 3 from other authors mods. It is indeed painful. Makes me understand why you stopped your old approach of multiple levels per skill. Thinking of the effects is easily the most difficult part, the actual implementation is very easy.
07.04.2025 23:59 β π 4 π 0 π¬ 2 π 0(In the small chance you arent joking) It was a post in the Discord for 0.96a
cdn.discordapp.com/attachments/...
The new Codex is pretty cool @amosolov.bsky.social. Very nice how customiseable you made it. People have been wanting me to add ingame documentation for my skill mod for a while.
07.04.2025 23:08 β π 58 π 4 π¬ 2 π 0You must have not seen Ruddygreat's "Alviss Sector" yet
06.04.2025 08:52 β π 13 π 2 π¬ 3 π 0Congrats! Been looking forward to this for a while. Now to tediously check my Theme Generator replacements while trying to avoid spoilers to see if i need to update them lol.
27.03.2025 19:32 β π 6 π 0 π¬ 1 π 0Little Skinshield Shader i made, improved quite a bit over the one on the Gilgamesh-Class #Starsector #Modding
27.03.2025 14:53 β π 11 π 1 π¬ 2 π 0More progress on the colony replacement thing im going to work on for a while. Slowly shaping up even if a ton is still missing. #Starsector #Modding
18.02.2025 22:01 β π 14 π 2 π¬ 1 π 0Nah needed for some stuff i wanna make related to station construction
13.02.2025 08:41 β π 0 π 0 π¬ 0 π 0Have to say it might be one of my favorites so far, and it only took like 2 days to get it to this state.
12.02.2025 23:08 β π 1 π 0 π¬ 0 π 0Made an orbit selector UI element for my mod #Starsector #Modding.
12.02.2025 23:03 β π 5 π 1 π¬ 2 π 0Kinda loosing it at "added threat", part of me wonders if its missing an "a" in the middle, hilarious either way.
That said, is "Global.LOADING_SAVE" still a thing you added? Doesnt appear to be in the changelog (Useful to prevent Save-Loading issues).
Getting there #Starsector #Modding
09.01.2025 02:12 β π 5 π 3 π¬ 0 π 0Some more progress on the modular fighter system #Starsector #Modding
02.01.2025 18:25 β π 5 π 1 π¬ 0 π 0Havent really done much in the last few weeks tbh, spent the last week playing games, watching shows and reading manga, lol.
Happy new years!
Only really got started on this a few days ago, so honestly not entirely sure if this will be something i finish since i could always run in to some technical difficulties on the way.
31.12.2024 21:42 β π 1 π 0 π¬ 0 π 0Prototype for a screen for creating your own fighter LPCs in #Starsector. Still got a long way to go, but essentialy you will be able to use a base chassis which decides stats and mounts, an engine of your choice, a subsystem (kinda like hmods) and small mount weapons of your choice.
31.12.2024 21:42 β π 4 π 2 π¬ 3 π 0All of it happens pretty much here
github.com/Starficz/Ref...
now just collect the items in the list, then clear the list and only re-add items that match the filters, since thats less things to modify and less messy than having to keep track of all the submarkets as well.
23.12.2024 22:36 β π 4 π 0 π¬ 2 π 0Not entirely up to date since it went through multiple iterations, but its the original dialog but pretty much ship-of-theseus-d. The buttons are added, then on click it would modify the cargo, call the panels update method, then return the cargo state. But i think Starfic changed it to
23.12.2024 22:36 β π 5 π 0 π¬ 1 π 0Notably also acts as post it notes for the IDE to read. Really annoying when PyCharm simply cant know what type a variable is. Makes learning new APIs and Enviroments much worse imo.
09.12.2024 20:17 β π 3 π 0 π¬ 0 π 0