Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

Pages: 1 ... 5 6 [7]

Author Topic: [0.98a] Leading Pip 1.10.2  (Read 304341 times)

Dark.Revenant

  • Admiral
  • *****
  • Posts: 2902
    • View Profile
    • Sc2Mafia
[0.98a] Leading Pip 1.10.1
« Reply #90 on: May 14, 2025, 12:46:20 AM »

Very minor fix.

(Requires LazyLib 3.0.0)

- Supports LunaLib -

Version 1.10.1:
- Fixed a couple of very minor display issues that most people wouldn't notice
Logged

PentiumF0ur

  • Ensign
  • *
  • Posts: 11
    • View Profile
Re: [0.98a] Leading Pip 1.10.1
« Reply #91 on: May 24, 2025, 07:26:53 PM »

Very minor fix.

(Requires LazyLib 3.0.0)

- Supports LunaLib -

Version 1.10.1:
- Fixed a couple of very minor display issues that most people wouldn't notice

Thanks for the hard work! I just tried to download and the download appears broken. FYI!
« Last Edit: May 25, 2025, 04:45:10 PM by PentiumF0ur »
Logged

Dark.Revenant

  • Admiral
  • *****
  • Posts: 2902
    • View Profile
    • Sc2Mafia
Re: [0.98a] Leading Pip 1.10.1
« Reply #92 on: May 25, 2025, 06:43:35 PM »

Very minor fix.

(Requires LazyLib 3.0.0)

- Supports LunaLib -

Version 1.10.1:
- Fixed a couple of very minor display issues that most people wouldn't notice

Thanks for the hard work! I just tried to download and the download appears broken. FYI!

It’s an Amazon AWS link.  If it doesn’t work for you, I don’t know what your situation is.  I suggest going to the Unofficial Starsector Discord and using the direct attachment I uploaded there: https://discord.com/channels/187635036525166592/1356184967134314506/1372118110764666911
Logged

Dark.Revenant

  • Admiral
  • *****
  • Posts: 2902
    • View Profile
    • Sc2Mafia
[0.98a] Leading Pip 1.10.2
« Reply #93 on: May 27, 2025, 01:58:46 PM »

Pips should behave correctly on stations and ships-with-modules now.

(Requires LazyLib 3.0.0)

- Supports LunaLib -

Version 1.10.2:
- Leading pips on station/ship modules now take the mothership's rotation and velocity into account
Logged

MakeTheFuture

  • Lieutenant
  • **
  • Posts: 88
    • View Profile
Re: [0.98a] Leading Pip 1.10.2
« Reply #94 on: May 30, 2025, 11:25:13 PM »

1.10.2 looking good DarkRev. Thanks!
Logged

ThatGuySneg

  • Ensign
  • *
  • Posts: 3
    • View Profile
Re: [0.98a] Leading Pip 1.10.2
« Reply #95 on: June 03, 2025, 09:52:55 PM »

I hope im doing this right, but im having a annoying problem with about all of DarkRevenants mods and only his that all seem to amount to the same initial error message of some plugin not loading properly. I have had the problem with Interstallar Imperium, Leading Pip, Ship/Weapon pack, and GraphicsLib.

java.lang.RuntimeException: Error loading [data.scripts.TLIModPlugin]
   at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
   at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: File 'data/scripts/everyframe/TargetingLeadIndicator.java', Line 506, Column 38: Identifier expected instead of '>'
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
   at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
   at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
   at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
   ... 2 more
Caused by: org.codehaus.commons.compiler.CompileException: File 'data/scripts/everyframe/TargetingLeadIndicator.java', Line 506, Column 38: Identifier expected instead of '>'
   at org.codehaus.janino.Parser.compileException(Parser.java:3125)
   at org.codehaus.janino.Parser.readIdentifier(Parser.java:2909)
   at org.codehaus.janino.Parser.parseQualifiedIdentifier(Parser.java:245)
   at org.codehaus.janino.Parser.parseReferenceType(Parser.java:1776)
   at org.codehaus.janino.Parser.parseType(Parser.java:1752)
   at org.codehaus.janino.Parser.parseTypeArgument(Parser.java:1856)
   at org.codehaus.janino.Parser.parseTypeArgumentsOpt(Parser.java:1827)
   at org.codehaus.janino.Parser.parseReferenceType(Parser.java:1776)
   at org.codehaus.janino.Parser.parseType(Parser.java:1752)
   at org.codehaus.janino.Parser.parsePrimary(Parser.java:2444)
   at org.codehaus.janino.Parser.parseUnaryExpression(Parser.java:2252)
   at org.codehaus.janino.Parser.parseMultiplicativeExpression(Parser.java:2211)
   at org.codehaus.janino.Parser.parseAdditiveExpression(Parser.java:2190)
   at org.codehaus.janino.Parser.parseShiftExpression(Parser.java:2169)
   at org.codehaus.janino.Parser.parseRelationalExpression(Parser.java:2072)
   at org.codehaus.janino.Parser.parseEqualityExpression(Parser.java:2046)
   at org.codehaus.janino.Parser.parseAndExpression(Parser.java:2025)
   at org.codehaus.janino.Parser.parseExclusiveOrExpression(Parser.java:2004)
   at org.codehaus.janino.Parser.parseInclusiveOrExpression(Parser.java:1983)
   at org.codehaus.janino.Parser.parseConditionalAndExpression(Parser.java:1962)
   at org.codehaus.janino.Parser.parseConditionalOrExpression(Parser.java:1941)
   at org.codehaus.janino.Parser.parseConditionalExpression(Parser.java:1922)
   at org.codehaus.janino.Parser.parseAssignmentExpression(Parser.java:1901)
   at org.codehaus.janino.Parser.parseAssignmentExpression(Parser.java:1908)
   at org.codehaus.janino.Parser.parseExpression(Parser.java:1886)
   at org.codehaus.janino.Parser.parseBlockStatement(Parser.java:1149)
   at org.codehaus.janino.Parser.parseBlockStatements(Parser.java:1085)
   at org.codehaus.janino.Parser.parseBlock(Parser.java:1072)
   at org.codehaus.janino.Parser.parseStatement(Parser.java:1261)
   at org.codehaus.janino.Parser.parseIfStatement(Parser.java:1312)
   at org.codehaus.janino.Parser.parseStatement(Parser.java:1261)
   at org.codehaus.janino.Parser.parseBlockStatement(Parser.java:1117)
   at org.codehaus.janino.Parser.parseBlockStatements(Parser.java:1085)
   at org.codehaus.janino.Parser.parseMethodDeclarationRest(Parser.java:938)
   at org.codehaus.janino.Parser.parseClassBodyDeclaration(Parser.java:565)
   at org.codehaus.janino.Parser.parseClassBody(Parser.java:515)
   at org.codehaus.janino.Parser.parseClassDeclarationRest(Parser.java:481)
   at org.codehaus.janino.Parser.parsePackageMemberTypeDeclaration(Parser.java:269)
   at org.codehaus.janino.Parser.parseCompilationUnit(Parser.java:168)
   at org.codehaus.janino.JavaSourceIClassLoader.findCompilationUnit(JavaSourceIClassLoader.java:203)
   at org.codehaus.janino.JavaSourceIClassLoader.findIClass(JavaSourceIClassLoader.java:146)
   at org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:254)
   at org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:6893)
   at org.codehaus.janino.UnitCompiler.findTypeByFullyQualifiedName(UnitCompiler.java:9883)
   at org.codehaus.janino.UnitCompiler.importSingleType(UnitCompiler.java:8593)
   at org.codehaus.janino.UnitCompiler.reclassifyName(UnitCompiler.java:7151)
   at org.codehaus.janino.UnitCompiler.reclassifyName(UnitCompiler.java:6801)
   at org.codehaus.janino.UnitCompiler.reclassify(UnitCompiler.java:6788)
   at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5419)
   at org.codehaus.janino.UnitCompiler.access$15400(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$16.visitAmbiguousName(UnitCompiler.java:5149)
   at org.codehaus.janino.Java$AmbiguousName.accept(Java.java:3135)
   at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
   at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7333)
   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3873)
   at org.codehaus.janino.UnitCompiler.access$6900(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$10.visitMethodInvocation(UnitCompiler.java:3263)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
   at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3290)
   at org.codehaus.janino.UnitCompiler.compileGetValue(UnitCompiler.java:4368)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:2662)
   at org.codehaus.janino.UnitCompiler.access$4400(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$7.visitMethodInvocation(UnitCompiler.java:2627)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2654)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1643)
   at org.codehaus.janino.UnitCompiler.access$1100(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$4.visitExpressionStatement(UnitCompiler.java:936)
   at org.codehaus.janino.Java$ExpressionStatement.accept(Java.java:2097)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
   at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:993)
   at org.codehaus.janino.UnitCompiler.access$1000(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$4.visitBlock(UnitCompiler.java:935)
   at org.codehaus.janino.Java$Block.accept(Java.java:2012)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:2032)
   at org.codehaus.janino.UnitCompiler.access$1600(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$4.visitTryStatement(UnitCompiler.java:941)
   at org.codehaus.janino.Java$TryStatement.accept(Java.java:2286)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
   at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2293)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:822)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:794)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:507)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:393)
   at org.codehaus.janino.UnitCompiler.access$400(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$2.visitPackageMemberClassDeclaration(UnitCompiler.java:347)
   at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:1139)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:354)
   at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:322)
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:224)
   ... 5 more

This is the log for when i try to launch with Leading Pip. GraphicsLib i managed to find another download someone posted in the discussion over there that worked properly. Is there something wrong with these files or am i just missing something?
Logged

MakeTheFuture

  • Lieutenant
  • **
  • Posts: 88
    • View Profile
Re: [0.98a] Leading Pip 1.10.2
« Reply #96 on: June 03, 2025, 10:16:59 PM »

Yeah you've really borked the game there.

Are you midway through a play through or are you going to start a new game?

If you are going to start a new game what I would suggest is just starting fresh. Re-extract the game. Then add one mod at a time, testing each time you add another mod to ensure it's working until you find the source of the issue.

If you aren't already, make sure you are using TriOS from the mod index (at the time of writing this: https://fractalsoftworks.com/forum/index.php?topic=177.0) to help manage your mods.
Logged

MakeTheFuture

  • Lieutenant
  • **
  • Posts: 88
    • View Profile
Re: [0.98a] Leading Pip 1.10.2
« Reply #97 on: June 03, 2025, 10:30:35 PM »

So i just replicated your exact setup:

1. Fresh install of starsector_install-0.98a-RC8.exe
2. Downloaded Interstellar Imperium, Leading Pip, Ship/Weapons Pack, GraphicsLib from the current mod index into the starsector mods folder
3. Using 7z extracted each folder into the mods folder
4. Tested the game by starting a new game and doing some of the tutorial quest and a few things in the system

All worked fine mate. No errors.

Logged

ThatGuySneg

  • Ensign
  • *
  • Posts: 3
    • View Profile
Re: [0.98a] Leading Pip 1.10.2
« Reply #98 on: June 04, 2025, 11:37:26 AM »

That was all from a fresh install before i started a new game. i dont know why its doing this because i remember running all these mods no problem before and ive already made sure it was no mod conflicts. i guess ill uninstall and reinstall again and see what happens

Edit: Just reinstalled onto a new drive cause i noticed when i tried to launch my game today it was working and then it gave me a new error about a PNG not loading so i thought maybe my that drive was corrupting something. Made my other save work but still doesnt launch those mods and gives the same problem.

I dont know if this is of any consequence but i noticed the size of the compressed folders you have is different to mine. Is there a different place to download these mods? cause when someone posted an alternate link in the GraphicLib forum, that made that mod work for me.

I think the downloads changed since the last time i tried because the entire names of the downloads were completely different when i just redownloaded them, leading a ship and weapon pack work now, just interstellar imperium, gonna move my new log over there.
« Last Edit: June 04, 2025, 12:06:38 PM by ThatGuySneg »
Logged
Pages: 1 ... 5 6 [7]