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.

Topics - rada660

Pages: [1]
1
Modding / Aptitude and skill point tweaking
« on: November 10, 2013, 06:33:33 PM »
I do believe you can tweak on how many aptitude and skill points you gain per level...

In "LevelupPluginImpl.java" I thought it would be that :

Spoiler
   public int getAptitudePointsAtLevel(int level) {
      if (level % 2 == 0) return 1;
      return 0;
   }

   public int getSkillPointsAtLevel(int level) {
      return 2;
   }
[close]

The first one checking : at every 2 level, add one point

The second being : At every level add 2 points.


Well I THINK it is. But I tried changing the numbers and it did nothing when I leveled up.

So I have my doubts it not that after all.

If it's really not it, where can I tweak it? But if it is. Why doesn't it does the trick?

2
Bug Reports & Support / Crash to desktop on starting.
« on: November 09, 2013, 07:00:02 AM »
So I was playing the game fully fine yesterday, then went to sleep, wake up today, boot up my computer and tried to start the game and i get this error today.

Spoiler
11789 [Thread-6] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [ABSOLUTE_AND_CWD: null]
11870 [Thread-6] ERROR com.fs.starfarer.combat.String  - org.json.JSONException: JSONObject["id"] not found.
org.json.JSONException: JSONObject["id"] not found.
   at org.json.JSONObject.get(JSONObject.java:406)
   at org.json.JSONObject.getString(JSONObject.java:577)
   at com.fs.starfarer.loading.LoadingUtils.super(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.õ00000(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.Ò00000(Unknown Source)
   at com.fs.starfarer.loading.null.super(Unknown Source)
   at com.fs.super.oOOO.Ò00000(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)
[close]

And I don't know why.

I did nothing wrong that would cause such error.

As I said it was running fine yesterday! D:

*edits* And it's not a mod causing this! I even tried without any mods and it still crash the same way!

3
Modding / Change day rate
« on: November 08, 2013, 06:26:26 PM »
I swear I once seen in one of the coding file that you could change how long it was taking to pass thru a day...

And now I can't seem to find it...

Does anyone know where this setting is? If it's still possible to change it.

Thanks in advance!

(I also couldn't find any topic about it with the search function )

4
Bug Reports & Support / click in empty space crash
« on: March 10, 2012, 05:45:46 PM »
dont know if its been already started ( could use search but i hell dont know how to word it ) but when you control+click in shop in empty space its dam crash the game, hell lost all my progress because of this :(

maybe until this is fixed, add an auto save after battle?

5
Modding / Store modding
« on: March 10, 2012, 04:38:08 PM »
hello there, i wanted to do some modding to make the parrot dreadnought being available to purchese in either the pirate hidden base or hegemony station, tho i dont know where to make this change to make the parrot hull buyable, anyone is kind enough to show me the way?

6
Bug Reports & Support / pirates spawning
« on: March 06, 2012, 05:21:03 PM »
i notice in my game ( where ive finally got my first battle ship ) large gang of pirate get rarer and rarer and take very long to even spawn, unlike in early game they are everywhere, i wonder why its doing that.

7
Suggestions / Store Overcrowed
« on: March 06, 2012, 05:18:25 PM »
Ive noticed in late game the store start to get over crowed with fuel and supply ( i got in my actual game 7 row of 500 in each case of fuel and supply)

thus its make difficult to try to sell something since you got to place your good in an empty place.

so a simple suggestion, limit the supply and fuel quantity available in a shop, if you buy everything, then its would get resupplied like the game work right now, and maybe do a section of the shop for selling ( like jettison when you look at your cargo ) so you just drop your stuff here to sell your stuff

just my 2 cents :3

Pages: [1]