Stellaris

Stellaris

Not enough ratings
PDnoHangar
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
765.000 B
2 Nov, 2017 @ 5:19am
2 Nov, 2017 @ 5:59am
3 Change Notes ( view )

Subscribe to download
PDnoHangar

Description
Add stern PD to Cruisers and Battleships without the Hangar.

For a Cruiser you get two PD slots, for a Battleship you get two PD slots and one medium gun.
8 Comments
Peter34 2 Nov, 2017 @ 12:42pm 
OK, thanks. And yes, I do agree that it’s stupid that you can’t have a larger ship with PD without also having to have Hangars.
jshutich  [author] 2 Nov, 2017 @ 11:43am 
I would say the only reason I wrote this mode was because when 1.8 changed the flak to a PD weapon. You no long had the abilty to just add some PD without taking the whole prime mid section of your battleship. This mod allows you to have a mid section with 3 large guns again and have some PD in the stern.
jshutich  [author] 2 Nov, 2017 @ 11:32am 
This is my first mod but I am a programer in multiple langauges over the years so the syntax was not hard to figure out.

I have a file with two ship_section_template which define my two new sections. these just get added to anything that already exists. The "key" is the key, here is a snipet of the file, I can't put the whole thing in because the curly brackets seem to be causing issues or the text is too long.

This starts the Battleship one, Now if someone else does a mod and calls their key the same name, then I guess the last one loaded will be used but two mods keys will have to match exactly.

key = "Battleship Stern PD"
ship_size = battleship
fits_on_slot = stern
entity = "battleship_stern_M1S2_entity"
icon = "GFX_ship_part_core_stern"


From what I was able to figure out, the entity can be reused multiple times as long as your keys are different.
Peter34 2 Nov, 2017 @ 9:40am 
This one:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1152683725

It claims it doesn't overwrite any files, but... I'm not a very experienced Workshop user.
Peter34 2 Nov, 2017 @ 9:38am 
Wait... I'm already using another mod that adds a bunch more Battleship Hull Sections. Will it conflict with this on?
Peter34 2 Nov, 2017 @ 9:38am 
Nice!
jshutich  [author] 2 Nov, 2017 @ 9:26am 
Add a new one, the original ones are still there, you get another choice
Peter34 2 Nov, 2017 @ 9:24am 
So this adds a new Section type? Or does it replace the existing Section type?