Fractal Softworks Forum

Please login or register.

Login with username, password and session length

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 - PREDGEHAMMER

Pages: [1]
1
It's a long weekend's worth of work, having done it once already. The question is - would it be worth it?

I would say YES as I am a huge Homeworld fan and to being able to pilot the Higarrian battle cruiser killing everything would... just... be...epic!

2
General Discussion / Re: Custom level progression after 40
« on: July 30, 2017, 02:55:32 AM »
there's a "xp required to level up" function in (i think) data/scripts/LevelUpPlugin. Off the top of my head it applies without needing restart. It takes a little coding though.

Thank you, it looks user friendly

my attempt:
Code
if (level < 40) return (long) r; //default return
if (level >= 40) return (long) r*5; //modified
Will test tommorow
When I put this in the plugin starsector it didn't like the "r" value very much.

I would like to keep on making level progression after 40 because once I hit that max level I loose my drive to really continue grinding out in that character.

3
Hey Guys I was wondering if I could get some assistance! I am trying to start this mod. I do have graphics lib and lazy lib and the nexerelin mod installed with the homeworld one however when i start the game and right after the initial load finishes i get an error.


Fatal index 0 size 0

99465 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.rangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at com.fs.starfarer.loading.scripts.ScriptStore.new(Unknown Source)
   at com.fs.starfarer.settings.StarfarerSettings.super(Unknown Source)
   at com.fs.starfarer.launcher.ModManager.getEnabledModPlugins(Unknown Source)
   at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)


that is the info from the log file
I do have java 8 installed

thanks for your help!


Pages: [1]