Star Dynasties

Star Dynasties

评价数不足
Examples for Intro Guide to Modding
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
962.408 KB
2021 年 5 月 28 日 上午 11:23
2022 年 12 月 13 日 上午 6:12
5 项改动说明 ( 查看 )

订阅以下载
Examples for Intro Guide to Modding

描述
This mod contains a set of examples that accompany the Intro Guide to Modding available here: https://docs.google.com/document/d/18qvCrheEwOo2PMc6hv42mP7k8xlP6Znn5bHFvh-famM/edit?usp=sharing

It is not meant to be enabled while playing the game.
6 条留言
petera1289 2024 年 12 月 2 日 上午 3:51 
@valektra - there is only single or married ... if you are thinking child betrothal ... children are barely in the game stats-wise so im not sure you could write a mod for it

@KyuKage - installations are easy ... create a 'config bundle' in your pack then add it. You might be able to make "traits" using "flags on character" but they would not be in the start options

I've created 4 installations and several flags on house (like some expeditions do) and flags on star systems including different colored symbols ... have not needed to add any to characters
Valektra 2024 年 7 月 6 日 上午 8:19 
How can I add in bethrothals/engagements like CK3?
KyuKage 2024 年 6 月 6 日 下午 9:20 
Appreciate The Guide!

Trying to work out how to create some new Installations and new Traits for building House and Character at game start.
glenpawley  [作者] 2022 年 2 月 1 日 上午 11:15 
@Lord Rian

- The "Is Under Arrest" filter will identify characters that are currently imprisoned.
- You can Reveal a secret by first getting a reference to it using a Secret Matcher, then using "Do Discover Secret" effect (for the player to learn the secret) and potentially the "Do Reveal Known Secret" effect to reveal it publicly
- You can get the "inverse" of any filter by using the "Is Not" filters. So you can do a "Character Is Not" filter that encloses an "Is Same Sex As" filter.
Lord Rian 2022 年 1 月 30 日 上午 12:11 
Interrogation

If a npc character is imprisoned, how would one implement an action such as interrogating for secrets on imprisoned character in PlayerSystem or Planet jail (perhaps in exchange for release etc) or if more evil, forced marriage or such?

I know there is a mod example such as "story event after character released" but need a 'during imprison' action (one can trigger from menu) or event, then can use the 'Has secret' function, but to force reveal that? how?

Dont worry about stating checks like Protagonist 'can be tortured', and PlayerCharacter that need be together in PlayerSystem which is somewhat obvious else one can trigger it on non-imprisoned chars in other unowned systems.. mm, galaxy imprisonment..

Ps there is filter for "is same sex as" but dont see one for "is Different" - Some people would like to be able to check that so the jailer maybe dont marry the wrong gender inmate.
Craig68x 2021 年 9 月 20 日 上午 10:16 
Definitely want to try this out. Thanks!