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)

Pages: 1 ... 12 13 [14] 15 16 ... 19

Author Topic: DeathSG Minimash V1.3d! Up for grabs!  (Read 130799 times)

XpanD

  • Captain
  • ****
  • Posts: 380
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #195 on: March 11, 2012, 01:08:03 AM »

Works fine with Scrappers for me, so far. Good to see the mod got updated, it's fun having the Junk Pirates back in action.

I did find one bug, which affects the Gun Runners orbital station. It is currently orbiting ON Corvus 1 instead of around it (radius-from-planet is 150, while in the stand-alone mod it's 300 which does work). The following line in GRConvoySpawnPoint.java is causing it:
Code
station = system.addOrbitalStation(CorvusV, 45, 150, 30, "Orbital Depot", "gunrunners");

Replace this with:
Code
station = system.addOrbitalStation(CorvusV, 45, 300, 30, "Orbital Depot", "gunrunners");

The code is a bit odd, anyways. I would assume from that piece of code that it would orbit Corvus V, but it orbits Corvus I instead. Apparently "Corvus V" is defined to be Corvus I earlier on in this file. Oh well, apply the above changes and it works fine AND will be compatible with the upcoming TimCORP release. :)
« Last Edit: March 11, 2012, 01:13:37 AM by SUXpanD »
Logged

Apophis

  • Captain
  • ****
  • Posts: 466
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #196 on: March 11, 2012, 01:22:10 AM »

Is it me or is the shipbuilders guild from More Weapons missing?
This version of the minimash use the previous version of the weapons pack which do not contain the shipbuilders guild. Next version will include them
Logged

cp252

  • Admiral
  • *****
  • Posts: 586
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #197 on: March 11, 2012, 03:12:51 AM »

Yay~ /eager awaiting
I've been trying to merge the mods with no luck :P Lots of crashes.
Logged

Dragar

  • Lieutenant
  • **
  • Posts: 57
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #198 on: March 11, 2012, 04:58:59 AM »

Downloaded the newest version(1.1) and get an error when I try to load the game up with it on. Fatal: Error compiling [data.scripts.world.TTConvoySpawnPoint] Cause: Compiling unit "data/scripts/world/TTConvoySpawnPoint.java"
Logged

medikohl

  • Admiral
  • *****
  • Posts: 854
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #199 on: March 11, 2012, 05:59:27 AM »

don't use other mods with this, also make sure you have the current version of the game installed
Logged
"Captain! You can't call our greatest dreadnought 'The Parrot'"
"Watch me"
Spiral Arms: Ship Sprites for Everyone

Dragar

  • Lieutenant
  • **
  • Posts: 57
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #200 on: March 11, 2012, 06:17:15 AM »

The only mod I'm using is the minimash and I do have the latest version of Starfarer installed(version .51a), it still gives me the same error.
Logged

Apophis

  • Captain
  • ****
  • Posts: 466
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #201 on: March 11, 2012, 06:26:51 AM »

post a bigger section of the log
Logged

Dragar

  • Lieutenant
  • **
  • Posts: 57
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #202 on: March 11, 2012, 07:20:25 AM »

here:

33512 [Thread-6] ERROR com.fs.starfarer.combat.String  - java.lang.RuntimeException: Error compiling [data.scripts.world.TTConvoySpawnPoint]
java.lang.RuntimeException: Error compiling [data.scripts.world.TTConvoySpawnPoint]
   at com.fs.starfarer.loading.scripts.ScriptStore$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: Compiling unit "data/scripts/world/TTConvoySpawnPoint.java"
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:205)
   at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:157)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
   ... 2 more
Caused by: org.codehaus.commons.compiler.CompileException: File data/scripts/world/TTConvoySpawnPoint.java, Line 136, Column 35: Cannot determine simple type name "HegemonyPatrolSpawnPoint"
   at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:9014)
   at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:4631)
   at org.codehaus.janino.UnitCompiler.access$10300(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$17.visitReferenceType(UnitCompiler.java:4442)
   at org.codehaus.janino.Java$ReferenceType.accept(Java.java:2020)
   at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:4476)
   at org.codehaus.janino.UnitCompiler.getLocalVariable(UnitCompiler.java:1607)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2226)
   at org.codehaus.janino.UnitCompiler.access$3700(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$7.visitLocalVariableDeclarationStatement(UnitCompiler.java:2141)
   at org.codehaus.janino.Java$LocalVariableDeclarationStatement.accept(Java.java:1771)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2144)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2158)
   at org.codehaus.janino.UnitCompiler.access$2700(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$7.visitBlock(UnitCompiler.java:2129)
   at org.codehaus.janino.Java$Block.accept(Java.java:1395)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2144)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2175)
   at org.codehaus.janino.UnitCompiler.access$3000(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$7.visitIfStatement(UnitCompiler.java:2132)
   at org.codehaus.janino.Java$IfStatement.accept(Java.java:1504)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2144)
   at org.codehaus.janino.UnitCompiler.buildLocalVariableMap(UnitCompiler.java:2105)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:1946)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:789)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:770)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:464)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:629)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:590)
   at org.codehaus.janino.UnitCompiler$3.visitAnonymousClassDeclaration(UnitCompiler.java:310)
   at org.codehaus.janino.Java$AnonymousClassDeclaration.accept(Java.java:554)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:319)
   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3761)
   at org.codehaus.janino.UnitCompiler.access$6600(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$11.visitNewAnonymousClassInstance(UnitCompiler.java:2872)
   at org.codehaus.janino.Java$NewAnonymousClassInstance.accept(Java.java:2951)
   at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:2890)
   at org.codehaus.janino.UnitCompiler.compileGetValue(UnitCompiler.java:3897)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1637)
   at org.codehaus.janino.UnitCompiler.access$1700(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$5.visitReturnStatement(UnitCompiler.java:877)
   at org.codehaus.janino.Java$ReturnStatement.accept(Java.java:1803)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:888)
   at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:914)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:1999)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:789)
   at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:770)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:464)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:357)
   at org.codehaus.janino.UnitCompiler$3.visitPackageMemberClassDeclaration(UnitCompiler.java:312)
   at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:770)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:319)
   at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:288)
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:203)
   ... 5 more
35597 [Thread-6] INFO  com.fs.profiler.Profiler  - ID     Calls   Duration    Percent
35599 [Thread-6] INFO  com.fs.profiler.Profiler  - --------------------------------
Logged

DeathSG

  • Lieutenant
  • **
  • Posts: 54
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #203 on: March 11, 2012, 08:02:22 AM »

that error should not have occured!
TTConvoySpawnPoint defines TTConvoySpawnPoint!
i checked my codes and its not giving me errors

Dragar could you upload the minimash file that you have so i can take a look at it?
Logged

Dragar

  • Lieutenant
  • **
  • Posts: 57
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #204 on: March 11, 2012, 08:12:07 AM »

Found a way to fix it, I just deleted everything in my mod folder and re-downloaded the minimash's latest version.
Logged

medikohl

  • Admiral
  • *****
  • Posts: 854
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #205 on: March 11, 2012, 09:45:51 AM »

current little project:
adding a damn planet
Logged
"Captain! You can't call our greatest dreadnought 'The Parrot'"
"Watch me"
Spiral Arms: Ship Sprites for Everyone

SteelRonin

  • Lieutenant
  • **
  • Posts: 51
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #206 on: March 11, 2012, 10:03:44 AM »

Hi i just got an odd bug, in the middle of the game, it said the Centipede Hull was missing?

is this even possible?
Logged

medikohl

  • Admiral
  • *****
  • Posts: 854
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #207 on: March 11, 2012, 10:30:05 AM »

Hi i just got an odd bug, in the middle of the game, it said the Centipede Hull was missing?

is this even possible?

that is odd
Logged
"Captain! You can't call our greatest dreadnought 'The Parrot'"
"Watch me"
Spiral Arms: Ship Sprites for Everyone

medikohl

  • Admiral
  • *****
  • Posts: 854
    • View Profile
Re: DeathSG Minimash V1.1a! THANKS APOPHIS!
« Reply #208 on: March 11, 2012, 10:59:00 AM »

my goodness, what is that there?


let's have a closer look shall we?


How the hell did we miss a seventh planet?




(I finally figured out how to add a planet)
(Thank you Alex)
Logged
"Captain! You can't call our greatest dreadnought 'The Parrot'"
"Watch me"
Spiral Arms: Ship Sprites for Everyone

daggertx

  • Ensign
  • *
  • Posts: 21
    • View Profile
Re: DeathSG Minimash V1.2a! REJOICE!
« Reply #209 on: March 12, 2012, 12:29:01 PM »

Hi,

thanks for this mod.

Anyway to tell what exactly is in this and versions? Thank you!!
Logged
Pages: 1 ... 12 13 [14] 15 16 ... 19