Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Author Topic: Pazer's Missile Production 1  (Read 2147 times)

Pazerniusz

  • Ensign
  • *
  • Posts: 6
    • View Profile
Pazer's Missile Production 1
« on: March 26, 2020, 07:12:40 PM »

Attention please! This mod now can be ticketed
This mod extended Expanded Missile Rack by adding period refill, after 5 min you will get max amount of missiles, all at once.
It is sector wide-change and for i all what i know it can be applied and reversed without breaking a save.

https://drive.google.com/file/d/17YRzS9qg8_D49IJ7JYtGD_2z4DU_duje/view?usp=sharing

Still i am lazy so when if somebody want to change time.
They must find line in Pazer's Missile Refill\data\hullmods\ExpandedMissileRacks
IntervalUtil interval = new IntervalUtil(x(min), x(max));
and change x(s) for wanted amout
300 for 5 min, 600 for 10 min, etc

if somebody want it random send different values min and max
 
« Last Edit: June 18, 2021, 03:42:46 PM by Pazerniusz »
Logged

e

  • Captain
  • ****
  • Posts: 288
    • View Profile
Re: Pazer's Missile Production 0.1
« Reply #1 on: March 26, 2020, 11:58:55 PM »

No way i'm overwriting core folder files just for this. No way!

Please mod it properly.
Logged

Mondaymonkey

  • Admiral
  • *****
  • Posts: 777
    • View Profile
Re: Pazer's Missile Production 0.1
« Reply #2 on: March 27, 2020, 12:06:49 AM »

Quote
after 10 min

RLY? It is 600 sec, you know. Only most durable (or large) ships have enough PPT to feel that, and even if they are... Most of my battles seems to be shorter.

P.S. yeah, make it a proper mod. Replacing game files are not an option.
Logged
I dislike human beings... or I just do not know how to cook them well.

Pazerniusz

  • Ensign
  • *
  • Posts: 6
    • View Profile
Re: Pazer's Missile Production 0.1
« Reply #3 on: March 27, 2020, 07:19:02 AM »

No way i'm overwriting core folder files just for this. No way!

Please mod it properly.
Sadly impossible, "proper method" cause issues.
There are other mods who do similar things but only on player side or just for vanilla weapons.

Quote
after 10 min

RLY? It is 600 sec, you know. Only most durable (or large) ships have enough PPT to feel that, and even if they are... Most of my battles seems to be shorter.
If that is problem, you may need edit file. You only need notepad and find line with interval(600,600) and change 600 for something else, but remember if you set different values left will be minimal time and right one maximal so you get period from that range.
I got limited access so i will put more detailed instructions later
Logged

TimeDiver

  • Captain
  • ****
  • Posts: 345
    • View Profile
Re: Pazer's Missile Production 0.1
« Reply #4 on: March 27, 2020, 02:30:05 PM »

Sadly impossible, "proper method" cause issues.
There are other mods who do similar things but only on player side or just for vanilla weapons.
...you do realize that you can specify certain files to be outright overridden in a mod's 'mod_info.json' file, correct?

Up to and including preventing other mods from even being allowed to merge into said specified files?
Logged

Morrokain

  • Admiral
  • *****
  • Posts: 2143
  • Megalith Dreadnought - Archean Order
    • View Profile
Re: Pazer's Missile Production 0.1
« Reply #5 on: March 27, 2020, 02:53:28 PM »

Quote
...you do realize that you can specify certain files to be outright overridden in a mod's 'mod_info.json' file, correct?

Up to and including preventing other mods from even being allowed to merge into said specified files?

Note on that point: I think I tried this with Nex to prevent standard vanilla ship variants from being an option for the TC version of AO when starting a Nex campaign, and I don't think this is actually possible for non-vanilla files (I know we are talking about core here anyway, but for informational purposes for new modders I figured I'd mention it anyway as a limitation).

The replace array also has operating system differences that can potentially vary a users experience- so go into that tactic with the mindset of supporting the troubleshooting that will inevitably come along with it. That nevertheless is probably the best solution to what you are attempting to do.

(I don't think many will be comfortable overriding vanilla files because it is complicated and difficult for a nontechnical user to keep track of and reverse changes there compared to turning mods on and off a mod list interface.)

This may help you with some additional information (bottom of page 1): https://fractalsoftworks.com/forum/index.php?topic=17278.0
Logged

Pazerniusz

  • Ensign
  • *
  • Posts: 6
    • View Profile
Re: Pazer's Missile Production 0.2
« Reply #6 on: April 14, 2020, 04:22:23 PM »

Now it work like any other mod, in worst case it won't work and you will get default.
Logged

Pazerniusz

  • Ensign
  • *
  • Posts: 6
    • View Profile
Re: Pazer's Missile Production 1
« Reply #7 on: June 20, 2021, 05:20:48 AM »

Dig up
Logged