Stellaris

Stellaris

Guilli's Plantoid Ship Pack - Realistic Ships Patch
11 条留言
The Fish 2019 年 12 月 4 日 下午 3:37 
does this still work?
Guilliman  [作者] 2017 年 5 月 16 日 上午 12:31 
Updated now, thanks for letting me know :) These small changes they make easily get missed :<
Crusader Vanguard 2017 年 5 月 15 日 下午 2:21 
@Tal Ara'nh @Guilliman - That happened with the release of Banks. The coding now allows for you to not only tell the game what tech, but whether or not you want the player to know they got it, which is why you have "tech =" now in the syntax. I think it's "message = yes/no" for the other, not 100% sure.
Guilliman  [作者] 2017 年 5 月 15 日 下午 12:05 
Oh, Thanks for letting me know, I'll fix it soon :)
Tal Ara'nh 2017 年 5 月 15 日 上午 11:22 
Heya. I think you need to change the event code from:

give_technology = tech_plantoid_engineering

to:

give_technology = { tech = tech_plantoid_engineering }

Can't remember when Pdx changed the syntax but the old event code is causing infinite research pop-ups. Cheers!
Crusader Vanguard 2016 年 11 月 25 日 下午 3:16 
@Guilliman - Tal Ara'nh or I can definately help you with the event coding for Realistic Ships. Also, just so it's said, you can go to the right side of this page and add required content for both your main mod and Realistic ships (if you are subscribed to both - which I'd bet, or can easily find the link) it's easy. If you do it this way, when the player hits subscribe for this mod, a small warning box will pop up telling them they need both and which ones they have.

Either way, good luck to you on your Mammalian rework.
Tal Ara'nh 2016 年 11 月 14 日 上午 8:33 
No worries man. :)

I will be updating the mod shortly. No need for additional sections, I managed another workaround. However, I would like to request if possible to redo the asset files using the updated ones from the updated RS mod. This will result in less "spam" in the error.log file.

Thanks!
Guilliman  [作者] 2016 年 11 月 13 日 上午 10:42 
Thanks again Tal Ara'nh for the assist, I probably wouldn't been able to get it to work 100% without your help on those extra files that I needed to include! The patch has been updated and everything seems to work fine. The extra tech triggers fine, the HDN's can be build and look gorgeous :)
Guilliman  [作者] 2016 年 11 月 12 日 上午 10:27 
Cool, I'll take a look at all of this in the morning (when I have the gift of coffee with me) ;). Thanks for assisting! :)
Tal Ara'nh 2016 年 11 月 12 日 上午 10:10 
Lastly, we need to add an event to your compatibility fix/patch for the HDN to become available. For this we need two files (see below). Instructions are provided in the beginning of the file.

- http://pastebin.com/ivc64uRz
- http://pastebin.com/gQJNxyy9

Thanks for reading!
Tal Ara'nh 2016 年 11 月 12 日 上午 10:10 
Hey Guilli, just wanted to say the plantoids are now my favourite, thanks to your mod. :)

Anyway, just thought I'd let you know the upcoming changes to Realistic Ships.

I am doing some code housekeeping coz RS is generating a lot of nuisance messages in the error.log file. I managed to eliminate most of it but it requires the following changes for this compatibility fix/patch:

- Need to add new section templates for each plantoid HDN
- Death state for each ship class needs to be modified

The first one is required for the HDN sections to unlock properly: http://pastebin.com/4bkXt9dC
The second one will eliminate a lot of nuisance errors. Feel free to copy and modify the updated plantoid asset files once I update the main mod. I will let you know once I have updated in a day or two.