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: Planet Search Overhaul (07/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 4 ... 104
16
Modding Resources / Re: [0.95.1a] LunaLib 1.0.0
« on: November 17, 2022, 09:22:55 AM »
UI Config? Hells yes!

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

18
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.

19
(Runi is a recruitable officer, afaik)

20
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.

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

22
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!

23
General Discussion / Re: Why is there flux instead of power or something?
« on: October 25, 2022, 06:52:58 AM »
At some point you have to chalk edge cases up to game mechanics.

24
General Discussion / Re: Why is there flux instead of power or something?
« on: October 25, 2022, 05:57:07 AM »
Specialised missile mounts with integrated autoforges do exist: Pilums and Salamanders.

25
General Discussion / Re: Why is there flux instead of power or something?
« on: October 25, 2022, 04:27:50 AM »
The most puzzling thing to me is why firing plain old antiquated guns using what appear to be chemical propellants would increase flux, since the firing does not consume electricity or require energy transfer (probably, since several gun descriptions describe shells used and clouds of fire are ejected which seems to imply they work like guns in our universe). This would work if flux is heat but that is not consistent with other observations.
As far as I'm aware, gun ammo is fabricated on-site, so even chemically propelled weapons have a power draw.

Notably, (vanilla) missiles don't cause flux, but in most cases have limited ammo.

26
General Discussion / Re: Help a noob with a modded game?
« on: October 20, 2022, 01:04:34 PM »
Seems like someone did a naughty and put a Flux Distributor on a fighter.

27
Mods / Re: [0.95a] Gacha S-Mods v1.5.0
« on: October 20, 2022, 11:48:41 AM »
Removed a hullmod and game crashed, looks like one of yours too?
Code
3752359 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.hullmods.SPGACHAPhaseConductor.addPostDescriptionSection(SPGACHAPhaseConductor.java:62)
at progsmod.data.campaign.rulecmd.ui.PanelCreator$1.createTooltip(PanelCreator.java:153)
at com.fs.starfarer.ui.impl.StandardTooltipV2Expandable$13.createImpl(Unknown Source)
at com.fs.starfarer.ui.impl.StandardTooltipV2Expandable.create(Unknown Source)
at com.fs.starfarer.ui.impl.StandardTooltipV2Expandable.beforeShown(Unknown Source)
at com.fs.starfarer.ui.Q.showTooltip(Unknown Source)
at com.fs.starfarer.ui.ooOo.super.new(Unknown Source)
at com.fs.starfarer.ui.ooOo.processInput(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.impl.StandardTooltipV2.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.e$Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.e.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.int.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.E.I.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.N.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.super.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.N.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.o0Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.ui.v.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.v.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.Q.processInput(Unknown Source)
at com.fs.starfarer.campaign.CampaignState.processInput(Unknown Source)
at com.fs.starfarer.BaseGameState.traverse(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)

28
Mods / Re: [0.95.1a] ScalarTech Solutions 0.8.5
« on: October 20, 2022, 10:05:45 AM »
What about a scaled down version of a Skirt as a fighter? So we can have miniskirts!

29
Suggestions / Bigger, better, raids
« on: October 20, 2022, 08:29:32 AM »
Currently you can raid a planet daily, but you pick up a pittance.
This leads to a situation where you sit in orbit doing nothing, just to maximise your profit from the opening you created, and inevitably causes the planet to collapse from lack of stability.

But what if it wasn't like that. What if we actually raided the Refineries, rather than the figurative break room fridge?

My suggestion is to up the cooldown to a full lunar month, and increase the loot you gain correspondingly. It will feel like you're actually raiding a planet's industrial sectors, it prevents accidental decivs, and it removes the downtime of sitting in orbit waiting for a day to pass.

30
General Discussion / Re: Hyperspace Storms QOL Mod
« on: October 19, 2022, 02:46:10 PM »
but its so boringly obvious that hyperspace storms add more annoyance than engaging gameplay that it might be more fun to discuss changing them for the better, rather than pretending that they're fine.
To you, maybe, but that doesn't make your opinion fact.

Fact is, I like that not only is there an obstacle I have to decide whether to engage or avoid, but I find it extra enjoyable that I can not only negate that, but turn it to an advantage.

And the mere existence of that opinion disproves your blanket statement.

The existence of an exception does not disprove the rule. There are people that "enjoy" flying around smuggling goods, completing delivery contracts and never engaging in combat - doesn't mean that the smuggling/trading aspect of this game is good in any sense - it just means that there are some bizarre people out in the world. Nothing wrong with that, but they aren't the majority - and from a utilitarian game design perspective, they shouldn't be catered to.
And neither are you the majority.

Pages: 1 [2] 3 4 ... 104