Stellaris

Stellaris

25 个评价
~Repeating Script Templates
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
19.717 MB
2023 年 1 月 29 日 上午 1:00
2024 年 11 月 8 日 下午 10:34
15 项改动说明 ( 查看 )

订阅以下载
~Repeating Script Templates

描述
Provides a set of inline scripts which allow mods to iterate over technologies, resources, civics and so.

These scripts will iterate over objects from Vanilla and from any of the following supported mods which are installed:
  • Planetary Diversity
  • Planetary Diversity: Unique Worlds
  • Gigastructural Engineering and More
  • Ancient Caches of Technologies
  • Stellaris Evolved
  • Ethics and Civics
  • Bug Branch
  • More Events Mod
  • Dynamic Political Events
  • Wild Space
  • Aggressive Crisis Engine
  • all of my own mods

If you want your mod added to the supported mods, add a compatibility variable if you don't already have one (e.g. @my_mod_active = 1) and ask me to add it.

***

To manually change the properties for certain parameters, I suggest using set_global_flag and has_global_flag; for example, if you want an effect to work differently for unity than for other resources, you could set the global flag "unity_is_unity" then check for the global flag "$resource$_is_unity"
热门讨论 查看全部(1)
0
2024 年 10 月 11 日 下午 9:44
Instructions
kuyan-judith
34 条留言
kuyan-judith  [作者] 2024 年 11 月 9 日 下午 2:12 
Now updated to 3.14.15
kuyan-judith  [作者] 2024 年 10 月 11 日 下午 9:48 
Added documentation in discussion
kuyan-judith  [作者] 2024 年 10 月 11 日 下午 6:20 
Added a set of scripts under "rst/foreach" which are similar to the "foreach" scripts but take text rather than an inline script as input.
kuyan-judith  [作者] 2024 年 9 月 28 日 下午 2:32 
Possibly "supported" is the wrong word for that? But I couldn't think of a better one.

(Intel Expanded isn't listed as a supported mod since it doesn't have any content of the sort this mod could fail to support)
kuyan-judith  [作者] 2024 年 9 月 28 日 下午 2:29 
@Figaround: This mod is currently required for two mods that I know of, those being Intel Expanded (https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2746061348) and Diagrapher's Trait Mod (https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2459686697)

What I mean by the list of *supported* mods is; in Intel Expanded, technologies, traditions and so on *from the supported mods* will be visible in the custom interface but ones *from other mods* won't be. And other mods relying on this one would have similar issues.
Figaround 2024 年 9 月 28 日 下午 12:17 
I am especially annoyed that you did not have enough RAM for something. I haven't been able to complete many games anyway, because the performance on my laptop drops catastrophically in a late game.
Figaround 2024 年 9 月 28 日 下午 12:14 
I didn't play for more than six months. Please remind me, what this mod is for? I went to the pages of the mods you specified, for example, Aggressive Crisis Engine or Aggressive Crisis Engine - it does not indicate that this mod is needed. :gregory:
kuyan-judith  [作者] 2024 年 6 月 6 日 上午 6:08 
(specifically, Irony seems to think the brackets for inline maths aren't closed properly if they contain script variables)
kuyan-judith  [作者] 2024 年 6 月 6 日 上午 6:04 
@Minime: the error there is with Irony, not with this mod.
Minime 2024 年 6 月 5 日 上午 9:28 
Irony Mod Manager gives about 43 serious errors with this mod. The errors have to do with clauses that were opened, but not closed. About 43 files (errors) need fixed to add the closing brackets ( missing the " } '"). This comment is valid as of 06/05/2024. Really like the mod, and thanking you in advance for your efforts!