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

Pages: [1] 2 3 ... 61
1
Mods / Re: [0.95.1a] Supply Forging 1.5
« on: September 21, 2022, 12:56:10 AM »
There's one here that does that. Although it may be a little OP.

https://fractalsoftworks.com/forum/index.php?topic=22961.30

2
Mods / Re: [0.95.1a] Gundam UC Mod v0.3.0 0080 Expansion update!
« on: July 10, 2022, 05:18:52 PM »
Don't sweat it. Hope it's not too serious.

With the information that it's the overcloak system, I've changed it to maneuverjets and haven't gotten the error again.

3
Mods / Re: [0.95.1a] Gundam UC Mod v0.3.0 0080 Expansion update!
« on: July 06, 2022, 12:09:33 AM »
I was playing a simulation piloting the Alex and fighting against the Pegasus. An Illegal Argument Exception took place. I think one of the enemy gundam fighter squadrons, either the guntanks or the guntank with legs activated its ship system and it ran into overload (or maybe past it? I've never heard the warning sound that fast before).

Error log is as follows:

10313964 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
   at java.util.concurrent.ThreadLocalRandom.nextInt(Unknown Source)
   at data.scripts.shipsystems.armaa_SilverSysStatsValkazard.apply(armaa_SilverSysStatsValkazard.java:250)
   at com.fs.starfarer.combat.systems.F.advance(Unknown Source)
   at com.fs.starfarer.combat.entities.Ship.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatState.traverse(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

5
General Discussion / Re: Best low fuel bounty hunting fleet
« on: November 06, 2021, 03:59:51 PM »
One other thing you can do if you want to do 2-3 bounties per run is to increase the max number of available bounties the game can have at one time. I usually increase it to 20, sometimes 30+ if I don't feel like traveling back from the fringes. Bounties have a habit of clustering with one another in star clusters. Making less travel, but also heightening the danger sometimes.

The file you need to change to up the number of bounties is in <Starsector install folder>\starsector-core\data\config\settings.json
In settings.json find the line that says

   "maxPersonBounties":5,

That '5' at the end is the one that you need to change.

------------------------------

Alternatively, you can get the skill that increases the amount of fuel you salvage and add another tanker.

On the topic of your fleet composition, I never really found that much use for the onslaught. Most of my damage comes from cruisers and destroyers. Monitors can plug the hole of line holders.

6
General Discussion / Re: The best fighters against stations
« on: September 09, 2021, 07:30:29 PM »
I don't bring fighters I use for fleet combat for station killing. It's just a big waste of supplies and crew for little gain. With ships you can tell them to form up on your flag ship and kinda control which side of the station they're shooting at. Fighters and bombers just dive right in and get slaughtered. That station range bonus just cuts down so much.

But in mods that have fighter frigates though, I fin that those do better.

7
General Discussion / Re: Beam weapons need a buff
« on: April 14, 2021, 08:34:55 PM »
Wasn't the last tournament won by someone going mass beams? A complete clean sweep winning all 9 fights + the fact that the fleet was fighting modded factions as well.

8
General Discussion / Re: 10th Starsector AI Fleet Building Tournament
« on: June 09, 2020, 11:27:55 PM »
Is the twitch vids lagging for anyone else? It's just constant stop and go when the video is playing.

9
General Discussion / Re: Game launches with .bat but not with .exe O.o
« on: April 15, 2020, 07:20:26 PM »
A quick way of finding out the most relevant specs is to hit the [windows key + r] and the type in

dxdiag

If it is your first time typing it in it will take a little bit to configure itself, but the information like memory, processor, OS (and in one case pagefile) should be there.

10
To clarify, raising it above 29 won't cause the game to crash, but the officers will still level up after the skills bar is full, and you will never spend those upgrade points.

11
General Discussion / Re: Performance options?
« on: December 21, 2019, 10:14:54 PM »
Go windowed mode instead of full screen if you can.

The lower the resolution the more FPS you can get.

Turning off sound gives a tangible amount of frames.

In previous versions upping the memory available for the java program was a possibility, although I think this is helps more for loads of mod/memory usage instead of faster performance.

12
General Discussion / Re: Thoughts and Stuff from my Recent Run
« on: December 14, 2019, 08:01:38 PM »
The falcon P basically dominated the 7th fleet building tournament. 4 medium missile slots on a very fast chassis is nothing to sneeze at.

13
I don't think it is possible to turn of weapon ranges entirely, but it is very easy to give every weapon in the game more range than the map size. You may have to contend with a bit more lag since the firing calculations for every ship would be up the wazoo, and ship behaviour may be erratic as well.

Nevertheless, the change is quick and easy.

Here it is:

The vanilla weapon data is held in a single file; weapons.csv.

A csv file is a comma seperated file that can be opened with (recommended) spreadsheet software, or even (not recommended) a simple text editor.

I am on mobile but the file ahould be found in starsector/starsector core/data/weapons/weapons.csv.

Make a copy of this file before working with it.

In this file there will be a column named range. Simply add a few zeroes to the end of the numbers in that column to give weapons a practically infinite range.

Do keep in mind for projectile weapons, the speed of the projectile is seperate. Meaning that (nearly) instantaneous weapons like beams will be dominant if you make this change. And ballistic or projectile weapons will take a back seat if you don't change the projectile speed (also found in the same file near the far right side).

Keep in mind that you may also have to change the projectile life time for missiles if you don't want them running out of fuel halfway. The range for missiles only determines how far the ai will shoot it from. Not whether it would reach the targeted ship.

Edit: Mobile spelling.

+ backup addition.

Edit 2:

On second thought, maybe haphazardly increasing the range on weapons isn't a good idea. The game has to keep track of projectiles, and if projectiles last forever off screen, the memory overhead is going to be immense. I'd recommender maybe increasing ranges to the 8000-1000 range instead of any magnitutdes bigger than that. It won't reach from end to end of the map. But it will reach up to the middle.

Anyways. Give these values a test and increase if you want.

14
General Discussion / Re: Getting way outgunned
« on: September 29, 2019, 04:14:24 AM »
If you have the piloting chops, you could always go with the fabian approach. Deploy your own super loadout ship with whatever chaff you need to keep the opposing fleet from swarming you, and just take out several ships before retreating and doing it again, until the opposing fleet is weak enough for your own fleet to fully deploy and smash them.

15
Modding / Re: How to change sector gen configs?
« on: August 30, 2019, 11:44:34 PM »
So after adjusting the min and max orbits only in those files the game CTD with a Json error.  Nother other changes were made but it loads up fine with the orginal file put back in place or the original values.  Any idea why this would be the case?  Are you doing this with only the base game and no other mods like Nex?  Apologies for the chain of questions, I'm loving the added difficulty of Nex plus lots of other factions over vanilla but I would love to increase the number of planets and colonization options for the factions significantly for even more challenge.

Hey sorry about missing the update to the thread.

I am doing this with a bunch of mods loaded in. Almost all of them. Too many to count.

Off the top of my head, one thing that could be happening is that the UTF settings are changed. Or in simpler terms, the format has changed. When openoffice opens an csv file, it will ask in what encoding it should open it up with. And it will do so with the selection box highlighted. A slight mouse wheel roll will change it, and while it shows everything in place, the application cannot read it, probably due to some header information it is expecting but not seeing.

Some things to clarify the situation: Have you tried just changing on value and seeing if it crashes? Or are you using the crashing file and swapping it with the original only?

Some other things that might be happening: Because it is a CSV file (comma-separated-file) the spreadsheet program you are using might be asking you (or not asking you) whether you want to save it as an excel file. This is obviously a big no-no. Changing file formats that applications read rarely ends well.

Another thing you can try is to open it up in a plain text file (like notepad) and compare your modified csv file to the original one to see if there are any notable changes.

Hope this helps. If all else fails, I could send you the csv file with the changes you need and see if that works.


Pages: [1] 2 3 ... 61