Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 22 23 [24] 25 26 ... 275

Author Topic: [0.6.2a] Uomoz's Sector: Journey 1.3 [upd.17\05] *New video in the OP!*  (Read 1561207 times)

Erick Doe

  • Global Moderator
  • Admiral
  • *****
  • Posts: 2489
  • "Pretty cunning, don't you think?"
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #345 on: May 10, 2012, 03:36:02 PM »

Did you abbreviate the Antediluvians to 'Ants'?

I feel offended, sir!   ::)
Logged

Sarkovar

  • Ensign
  • *
  • Posts: 32
  • Oh god it's so beautiful.
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #346 on: May 10, 2012, 06:48:16 PM »

Antediluvians comes with a few linux/java syntax errors but at this point in time I'm prepared to just say F--- it I'll fix them myself, no point in wasting your time when I've normally fixed all the errors that I get by the time you get the message.

I'll still point out the ones I can't solve by myself; but, there's no point in me grumbling about the little *** on the forums if they aren't an issue for the majority of users and I can fix all of them in about 2 minutes.

I can send you all the fixes for the newest dev build if you would like me to, but if not ... meh. I'll still be thankful that you take the time out of your day to make such a wonderful compilation and continue to make it better every day. ;)
« Last Edit: May 10, 2012, 06:50:18 PM by Sarkovar »
Logged
The Interstellar Federation: Laser free since '83. (except for the Jardain)

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #347 on: May 10, 2012, 11:30:31 PM »

Antediluvians comes with a few linux/java syntax errors but at this point in time I'm prepared to just say F--- it I'll fix them myself, no point in wasting your time when I've normally fixed all the errors that I get by the time you get the message.

I'll still point out the ones I can't solve by myself; but, there's no point in me grumbling about the little *** on the forums if they aren't an issue for the majority of users and I can fix all of them in about 2 minutes.

I can send you all the fixes for the newest dev build if you would like me to, but if not ... meh. I'll still be thankful that you take the time out of your day to make such a wonderful compilation and continue to make it better every day. ;)

Absolutely! It's DEV for that very reason, to solve bugs!
Logged

keptin

  • Captain
  • ****
  • Posts: 410
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #348 on: May 10, 2012, 11:57:49 PM »

Love the design of the new OP banner, looks very clean.

Erick Doe

  • Global Moderator
  • Admiral
  • *****
  • Posts: 2489
  • "Pretty cunning, don't you think?"
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #349 on: May 11, 2012, 01:51:32 AM »

Antediluvians comes with a few linux/java syntax errors but at this point in time I'm prepared to just say F--- it I'll fix them myself, no point in wasting your time when I've normally fixed all the errors that I get by the time you get the message.

I'll still point out the ones I can't solve by myself; but, there's no point in me grumbling about the little *** on the forums if they aren't an issue for the majority of users and I can fix all of them in about 2 minutes.

I can send you all the fixes for the newest dev build if you would like me to, but if not ... meh. I'll still be thankful that you take the time out of your day to make such a wonderful compilation and continue to make it better every day. ;)

Can you tell me what's causing the errors on your end? I might be able to streamline things for next release. Make sure these syntax errors won't keep popping up.
Logged

SteelRonin

  • Lieutenant
  • **
  • Posts: 51
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #350 on: May 11, 2012, 01:11:21 PM »

I am a Sad Panda:

60235 [Thread-6] ERROR com.fs.starfarer.combat.String  - java.lang.RuntimeException: Error compiling [data.scripts.world.EldersSpawnPoint]
java.lang.RuntimeException: Error compiling [data.scripts.world.EldersSpawnPoint]
   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/EldersSpawnPoint.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/EldersSpawnPoint.java, Line 36, Column 37: A method named "setPreferredResupplyLocation" is not declared in any enclosing class nor any supertype, nor through a static import
   at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:9014)
   at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:6549)
   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3429)
   at org.codehaus.janino.UnitCompiler.access$6300(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$11.visitMethodInvocation(UnitCompiler.java:2869)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:2831)
   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:2326)
   at org.codehaus.janino.UnitCompiler.access$3800(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$8.visitMethodInvocation(UnitCompiler.java:2299)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:2831)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2320)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1353)
   at org.codehaus.janino.UnitCompiler.access$800(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$5.visitExpressionStatement(UnitCompiler.java:868)
   at org.codehaus.janino.Java$ExpressionStatement.accept(Java.java:1457)
   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
63235 [Thread-6] INFO  com.fs.profiler.Profiler  - ID     Calls   Duration    Percent
63235 [Thread-6] INFO  com.fs.profiler.Profiler  - --------------------------------

Logged

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #351 on: May 11, 2012, 04:09:21 PM »

I am a Sad Panda:
Spoiler
60235 [Thread-6] ERROR com.fs.starfarer.combat.String  - java.lang.RuntimeException: Error compiling [data.scripts.world.EldersSpawnPoint]
java.lang.RuntimeException: Error compiling [data.scripts.world.EldersSpawnPoint]
   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/EldersSpawnPoint.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/EldersSpawnPoint.java, Line 36, Column 37: A method named "setPreferredResupplyLocation" is not declared in any enclosing class nor any supertype, nor through a static import
   at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:9014)
   at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:6549)
   at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3429)
   at org.codehaus.janino.UnitCompiler.access$6300(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$11.visitMethodInvocation(UnitCompiler.java:2869)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:2831)
   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:2326)
   at org.codehaus.janino.UnitCompiler.access$3800(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$8.visitMethodInvocation(UnitCompiler.java:2299)
   at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:2831)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2320)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1353)
   at org.codehaus.janino.UnitCompiler.access$800(UnitCompiler.java:104)
   at org.codehaus.janino.UnitCompiler$5.visitExpressionStatement(UnitCompiler.java:868)
   at org.codehaus.janino.Java$ExpressionStatement.accept(Java.java:1457)
   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
63235 [Thread-6] INFO  com.fs.profiler.Profiler  - ID     Calls   Duration    Percent
63235 [Thread-6] INFO  com.fs.profiler.Profiler  - --------------------------------


[close]

Uhm, is your game up to date? (0.52.1a) :)
Logged

FlashFrozen

  • Admiral
  • *****
  • Posts: 988
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #352 on: May 11, 2012, 08:03:07 PM »

Blargh... them lotus fighters so damn op

uber damage to ships.

gets inside your shields, does 400 dps per fighter to your armor urghhghg. squishy, but deadly.

seems like the sector is finally getting crowded  :D

Dev 15 is nice since it seems all the strings got cleaned up, very nice work to those that helped with it  ;D

Only lil thing on my mind is who's supposed to be on top? cause i can't imagine everyone their being complete equals.

Enjoyable compilation, the scourge spawn is very neat :P if only they spawned more.. consistently afterwards so the purifiers don't get all the initial fun xD

Logged

SteelRonin

  • Lieutenant
  • **
  • Posts: 51
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #353 on: May 12, 2012, 01:15:42 AM »

Wait... Wut!? (faints)
Logged

stonehand

  • Ensign
  • *
  • Posts: 45
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #354 on: May 13, 2012, 08:12:25 PM »

been playing this mod for 2 days just want to drop in and say it's great ;D
Logged

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #355 on: May 14, 2012, 12:09:11 AM »

been playing this mod for 2 days just want to drop in and say it's great ;D

Thanks! It will get a lot cooler in the next version too! (imho)
Logged

Uomoz

  • Admiral
  • *****
  • Posts: 2663
  • 'womo'dz
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #356 on: May 14, 2012, 12:26:32 PM »

Ok, now I need 3-4 *good* testers for the first real DEV release of V15. PM me (only if you promise me to provide some feedback on the new features).
Logged

vorpal+5

  • Captain
  • ****
  • Posts: 286
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #358 on: May 15, 2012, 12:15:17 AM »

Hi,

I think there is a bug with the dagger fighter. It has a reaper torpedo, but even on the right approach vector & very close to its target, it never fires it?  ???
Logged

gearblood

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: Uomoz's Corvus 14: Incursions & Relics (Factions Collection)
« Reply #359 on: May 15, 2012, 01:27:00 PM »

I seem to be having a problem I installed it the way I was supposed to but when it was done with the loading screen when the games start up the game just crashed is there something I'm supposed to install with this or something

(P.S. sorry for the bad grammar)
Logged
Pages: 1 ... 22 23 [24] 25 26 ... 275