Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Yunru

Pages: [1] 2 3 ... 104
1
Mods / Re: [0.95.1] Slightly Better Tech-Mining
« on: October 22, 2023, 03:43:17 AM »
I'm still reorganising after a move, then computer issues and whatnot, but finally (remembered my password and) have an update for SBTM:
https://drive.google.com/file/d/16K-kt-6YAk0X2Eh8jndJCGE2DHKgfy7V/view?usp=share_link

2
Bug Reports & Support (modded) / Re: Error: Null Pointer Exception
« on: December 13, 2022, 07:24:32 AM »
Right here:
Code
at data.scripts.campaign.submarkets.PSE_SODCampSubmarketPlugin.updateCargoPrePlayerInteraction(PSE_SODCampSubmarketPlugin.java:52)

3
General Discussion / Re: Assign Ships/Tasks to Colonies?
« on: November 19, 2022, 03:27:54 AM »
Well now you have me curious. A game starting with X with supply lines and such?

4
Bug Reports & Support / Re: RTX 3060 TI - Ryzen 5 3600x performance
« on: November 19, 2022, 01:18:28 AM »
Sounds like a CPU bottleneck?

5
If you're using JRE8, then people will tell you to ignore it because the garbage collection will in all likelyhood handle it, it's just the game won't recognise that because it's designed for JRE7.

6
...
VRAM-Impact can be high - the mod only loads images in systems you visit, but cannot un-load them, so VRAM use can be up to 250mb depending on your actions.
If you are playing on a system with a weak graphics card (< 2gb VRAM), consider not using this mod.

7
The penalties count as if from D-Mods, iirc, so the impact is reduced by the likes of Rugged Construction.

8
Mods / Re: [0.95.1a] Better Deserved S-Mods 1.54
« on: November 18, 2022, 05:52:51 AM »
This is a really really nice mod. I love how unique some of the effects are.

Have you considered adding a framework for mod compatibility, so mod authors could give their hullmods special effects for smods?
Already possible; just check if the mod's active, check if your hullmod is s-modded (or built in with the setting enabled), and code away.

Personally I do this:
Code: java
    public static boolean yBDSMCheck() {
        return Global.getSettings().getModManager().isModEnabled("better_deserving_smods");
    }

    public static boolean yBDSMApplies(ShipAPI ship, String hullmodID) {
        if (yBDSMCheck()) {
            return (ship.getVariant().getSMods().contains(hullmodID) || (Global.getSettings().getBoolean("BuiltInSMod") && ship.getVariant().getHullSpec().isBuiltInMod(hullmodID)));
        }
        return false;
    }

9
Modding Resources / Re: [0.95.1a] LunaLib 1.0.0
« on: November 17, 2022, 09:22:55 AM »
UI Config? Hells yes!

10
Suggestions / Re: New Player Experience SUCKS
« on: November 16, 2022, 10:36:57 AM »
Mate you contradicted your own point...
That was the point.

11
Suggestions / Re: New Player Experience SUCKS
« on: November 16, 2022, 05:10:37 AM »
There's no way any game can be successful without holding the player's hands, just imagine if Minecraft had no instructions or directions, and you had to look at the wiki to even know to punch tree, get wood - Oh wait.

12
(Runi is a recruitable officer, afaik)

13
Bug Reports & Support (modded) / Re: Crash shortly after loading game
« on: October 30, 2022, 02:58:03 PM »
You're using Beyond the Sector, your save is already dead.

14
It's not a proper mathematical model unless we assume all ships are 2d spheres.

15
General Discussion / Re: Holy moly is the game's trailer old
« on: October 26, 2022, 01:16:29 PM »
Hey now, you're an allstar!

Pages: [1] 2 3 ... 104