Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

Pages: 1 2 3 [4] 5

Author Topic: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition  (Read 112254 times)

Brainwright

  • Admiral
  • *****
  • Posts: 879
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #45 on: June 28, 2024, 08:28:54 PM »

Do you have the latest version of lunalib installed?

It's become one of the standard libraries to make mods work, like graphicslib and magiclib
Logged

Simulacrum29

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #46 on: June 29, 2024, 08:24:39 AM »

certified idiot moment here

I had LunarLib not installed. I had LazyLib installed and was conflating them somehow.

Now i Installed LunarLib and the Mod works as it should.

Thanks Brainwright.
Logged

datdudejs

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #47 on: July 04, 2024, 11:25:48 AM »

Does anyone know what console commands to use to add some of the exotics to your inventory?
Logged

star2vt

  • Ensign
  • *
  • Posts: 1
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #48 on: July 10, 2024, 11:57:29 PM »

Some mods such as SCAV-CO Ship/Weapon Pack, Supernova (on Discord) doesn't compatible with ET as i get this error

java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
   at exoticatechnologies.ETModSettings.getBoolean(ETModSettings.java:36)
   at exoticatechnologies.modifications.ShipModFactory.generateBandwidth(ShipModFactory.kt:156)
   at exoticatechnologies.modifications.ShipModFactory.generateForFleetMember(ShipModFactory.kt:34)
   at exoticatechnologies.refit.CustomExoticaPanel.init(CustomExoticaPanel.kt:45)
   at exoticatechnologies.refit.RefitButtonAdder$advance$6.invoke(RefitButtonAdder.kt:205)
   at exoticatechnologies.refit.RefitButtonAdder$advance$6.invoke(RefitButtonAdder.kt:180)
   at lunalib.lunaUI.elements.LunaElement.processInput(LunaElement.kt:329)
   at com.fs.starfarer.ui.newui.I.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.impl.StandardTooltipV2.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.newui.I.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.coreui.refit.ModWidget.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.coreui.refit.return.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.newui.o0OO.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.O.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.newui.L.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.O.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.newui.o0Oo.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
   at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
   at com.fs.starfarer.ui.thissuper.processInput(Unknown Source)
   at com.fs.starfarer.campaign.CampaignState.processInput(Unknown Source)
   at com.fs.starfarer.BaseGameState.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.super(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:748)
Logged

elilasol

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #49 on: July 14, 2024, 06:25:45 PM »

Hello. I found a pure equalizer core and decided to try using it. It appears the range increases, and decreases work. But the damage increase Has no effect no matter what I do.

I removed all mods except this and console commands for testing.

The test was simple, a light machine gun for low range test, which appeared to work fine. And a hypervelocity driver for testing long range. The hypervelocity was reduced in range as expected, but the damage stayed at 440(on shields), with or without the equalizer core.
Logged

Moon Spirit

  • Ensign
  • *
  • Posts: 26
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #50 on: August 10, 2024, 06:07:35 AM »

I found serious bug in mod. Check PM on the forum.
Logged

Cryovolcanic

  • Captain
  • ****
  • Posts: 460
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #51 on: August 18, 2024, 08:12:39 AM »

Is there a way to view the bandwidth of ships before you buy them?
Logged

Sionetta

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #52 on: August 19, 2024, 08:35:29 AM »

Best of The Best extension to 3 exotics doesn't work on Second in command officer version of the skill, can you find a way to fix this ?
« Last Edit: August 19, 2024, 08:51:24 AM by Sionetta »
Logged

alaricdragon

  • Captain
  • ****
  • Posts: 267
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #53 on: September 09, 2024, 05:13:40 PM »

so, i love this mod. i love it so mush. it adds a lot of depth, and cost, to fleet building. however, i do have 2 issues with this mod:
1) ships with upgraded bandwidth(is that what its called) / exotic technologies installed incur no extra cost on the ships price. this makes any mission that asks you to sell a ship nearly worthless, and i really don't like that. i want to be tempted to get rid of my capital ship for a lot of credits, not less then it cost me to upgrade the bandwidth to 300.

2) there appears to be no way to improve the 'exsotics' on the player faction. at first, i thought it would be tied to ship quality (give quality > 100% a use), but no matter how high i raised that stat, i saw no improvements in exotics.
I would like it if we got something in our fleet doctrine to increase the amount of exotics / techs on our AI patrol ships.

anyhow, i love this mod so mush. have a good day.
Logged

7332

  • Ensign
  • *
  • Posts: 9
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #54 on: September 30, 2024, 09:42:42 AM »

Is there a way to restore damage reduction of Hacked Missile Forge back to 25%? By redacting files of mod?
Logged

Pizzarugi

  • Commander
  • ***
  • Posts: 163
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #55 on: September 30, 2024, 09:44:09 AM »

I would also like to know if there's a way to edit exotic stats.
Logged

7332

  • Ensign
  • *
  • Posts: 9
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #56 on: September 30, 2024, 10:52:03 PM »

There is some configs in \mods\Exotica-Technologies1.8.6\data\config\
Logged

Savekittens

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #57 on: October 15, 2024, 01:46:07 PM »

Hi, thanks for continuing this mod!

I have a question regarding the Terminator Subsystems exotic, I haven't gotten a single drop of the chip after around 100 hours of playtime, is there something I'm missing out on?
Logged

Jimminy Crimbles

  • Lieutenant
  • **
  • Posts: 83
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #58 on: October 15, 2024, 04:17:18 PM »

Hi, thanks for continuing this mod!

I have a question regarding the Terminator Subsystems exotic, I haven't gotten a single drop of the chip after around 100 hours of playtime, is there something I'm missing out on?

in my experience, only a few exotics tend to drop from salvage. more reliable to recover whichever ship has the exotic you're looking for, and grab it with a story point
Logged

Malice

  • Lieutenant
  • **
  • Posts: 55
    • View Profile
Re: [0.97a-RC11] Exotica Technologies: Kaysaar's Toolbox Theory Edition
« Reply #59 on: November 13, 2024, 07:09:29 PM »

 Howdy, unfortunately I have error with loading my safe, which is very rare, because played with even more mods and all was fine for months but it is what it is, all mods to date btw.

Code
Caused by: java.lang.NullPointerException: Cannot invoke "com.fs.starfarer.campaign.fleet.FleetData.getCommander()" because "this.fleetData" is null
at com.fs.starfarer.campaign.fleet.CampaignFleet.getCommander(Unknown Source) ~[port_obf.jar:?]
at com.fs.starfarer.campaign.fleet.CampaignFleet.getCommander(Unknown Source) ~[port_obf.jar:?]
at exoticatechnologies.util.FleetMemberUtils.getFleetCommander(FleetMemberUtils.kt:147) ~[?:?]
at exoticatechnologies.modifications.exotics.impl.PlasmaFluxCatalyst.applyExoticToStats(PlasmaFluxCatalyst.kt:73) ~[?:?]
at exoticatechnologies.hullmods.ExoticaTechHM.applyEffectsBeforeShipCreation(ExoticaTechHM.java:151) ~[?:?]
at com.fs.starfarer.campaign.fleet.FleetMember.updateStats(Unknown Source) ~[port_obf.jar:?]
at com.fs.starfarer.campaign.fleet.FleetMember.readResolve(Unknown Source) ~[port_obf.jar:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at com.thoughtworks.xstream.core.util.SerializationMembers.callReadResolve(SerializationMembers.java:78) ~[xstream-1.4.17.jar:1.4.17]
... 120 more
Logged
Pages: 1 2 3 [4] 5