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

Pages: [1]
1
Mods / Re: [0.95a] Superweapons Arsenal v1.9a Light Show
« on: October 17, 2021, 03:27:08 AM »
I understand that in 1.9, the weapons are not available anymore on the Prism station. How to edit it so we can still find them on Prism?

2
Modding / Re: [0.95a] Star Wars 2020 v0.7.7
« on: September 21, 2021, 04:05:35 AM »
Damn, I didn't knew this mod existed and it is available for 0.95 (it is not on the mod index).

Instant download  :D.

 I will have to restart a game with the new game plus mod so I can get your new factions :).

3
If it still fails, change the line
Code: java
public static final float BURN_BONUS = 1;
to
Code: java
public static final float BURN_BONUS = 1f;

It worked !!  ;D

Thanks a lot !

4

starfarer.api.zip has a bunch of source and among other things, that file is there. Keep in mind that just editing it in that file won't do anything - the source is just provided for reference. To change it, you'd need to make a mod that provides your own implementation, and a hull_mods.csv entry that points to it.

Thanks for your answer!

I tried to copy-paste the file so it goes inside [.]\Starsector\starsector-core\data\hullmods ; and changed the hull_mods.csv so that on the Drive Field Stabilizer line, it is written "hullmods.DriveFieldStabilizer" instead of "com.fs.starfarer.api.impl.hullmods.DriveFieldStabilizer" .
It didn't worked and crash the game at launch.  ???


On another point, I am not sure if it is the correct thread, but I am looking at the code in the saves to move star system :  I was expecting the coordinates of each star sector and the coordinates of its jump point to be somewhere in the  campaign.xml save file, but I have trouble to guess what they could be.

I tried to look for informations who are similar between two star system who are near to each other, but I didn't see anything that could be it ???.
 

5
Greetings !

I am trying to edit the Drive Field Stabilizer hull mods (to reduce a litle bit its Increase of the sensor profile, and perhaps increase the burn bonus), but I am unable to find where it is located.

I used notepad++ to search the files of the game, but I didn't find anything, does anyone knows where it is?

Pages: [1]