Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 3 4 [5]

Author Topic: Complete modding newb here  (Read 16657 times)

Xalendi

  • Commander
  • ***
  • Posts: 198
    • View Profile
Re: Complete modding newb here
« Reply #60 on: October 11, 2013, 02:06:48 AM »

Thanks for the help!

As for sorting the code out, I want to get it all working first. Then I know if any errors crop up, it's just a mistake in the compilation, rather than an actual bug. If that makes sense?
Logged

Vayra

  • Admiral
  • *****
  • Posts: 627
  • jangala delenda est
    • View Profile
Re: Complete modding newb here
« Reply #61 on: October 11, 2013, 02:13:00 AM »

Yep! Just thought I'd mention it now, because the longer you wait to do it the more stuff you'll have to rename/edit/etc whenever you do.

Looking forward to seeing everything all put together.  ;)

edit: oh woah you started a thread for the mod! I'll post feedback and advice in there from now on. :)
« Last Edit: October 11, 2013, 02:17:40 AM by Vayra »
Logged
Kadur Remnant: http://fractalsoftworks.com/forum/index.php?topic=6649
Vayra's Sector: http://fractalsoftworks.com/forum/index.php?topic=16058
Vayra's Ship Pack: http://fractalsoftworks.com/forum/index.php?topic=16059

im gonna push jangala into the sun i swear to god im gonna do it

Xalendi

  • Commander
  • ***
  • Posts: 198
    • View Profile
Re: Complete modding newb here
« Reply #62 on: October 15, 2013, 06:22:56 AM »

Working on v0.6, which adds a new system, creates the Advent faction, and adds fighters. Trying to run it, and get a fatal:null error. Starsector.log reads:

Code
4844 [Thread-6] INFO  com.fs.starfarer.loading.ShipHullSpreadsheetLoader  - Applying data from ship_data.csv to [defe_DefenseVessel]
4844 [Thread-6] WARN  com.fs.starfarer.loading.ShipHullSpreadsheetLoader  - Ship hull [disc_DiscipleVessel] from ship_data.csv not found in store
4875 [Thread-6] INFO  com.fs.profiler.Profiler  - ID     Calls   Duration    Percent
4875 [Thread-6] INFO  com.fs.profiler.Profiler  - --------------------------------
4875 [Thread-6] ERROR com.fs.starfarer.combat.String  - java.lang.NullPointerException
java.lang.NullPointerException
at com.fs.starfarer.loading.specs.HullVariantSpec.super(Unknown Source)
at com.fs.starfarer.loading.specs.HullVariantSpec.<init>(Unknown Source)
at com.fs.starfarer.loading.ShipHullSpreadsheetLoader.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.?0000(Unknown Source)
at com.fs.starfarer.loading.null.super(Unknown Source)
at com.fs.super.oOOO.?0000(Unknown Source)
at com.fs.starfarer.combat.String.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$2.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)

What is going wrong? Why can it not find defe_DefenseVessel? I've checked both the hull file, and ship_data.csv...there are no naming errors.

I've posted this in my Mod's thread as well.
Logged

Xalendi

  • Commander
  • ***
  • Posts: 198
    • View Profile
Re: Complete modding newb here
« Reply #63 on: October 15, 2013, 10:27:09 AM »

Fixed
Logged
Pages: 1 ... 3 4 [5]