RimWorld

RimWorld

171 ratings
Ratkin GreatWar
3
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5, 1.6
File Size
Posted
Updated
166.120 MB
14 Jul @ 12:04am
27 Oct @ 7:08am
59 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Ratkin GreatWar

Description
Equip the Ratkins with all kinds of World War I gear!
This mod currently includes uniforms, helmets, infantry equipment, armor, firearms, melee weapons, and factions from various WWI nations — with more countries to be added over time.

📦 Current Content

🔹 White Rose Kingdom (United Kingdom)
🔹 Iris Republic (France)
🔹 Kornblume Confederation (German Empire)
🔹 Edelweiss Union (Austro-Hungarian Empire)
🔹 Violet Kingdom (Kingdom of Italy)
🔹 Snowdrop Tsardom (Russian Empire)
🔹 Lale Sultanate (Ottoman Empire)
🔹 Red Rose Kingdom (Kingdom of Bulgaria)
🔹 Multiflora Rose United States (United States of America)
🔹 Lavender Republic (Portuguese Republic)
🔹 Klaproos United Provinces (Kingdom of Belgium)
🔹 Syringa Alliance (Kingdom of Serbia / Kingdom of Montenegro)
🔹 Paeonia Kingdom (Kingdom of Romania)
🔹 Narcissus Kingdom (Kingdom of Greece)
🔹 Yaezakura Empire (Empire of Japan)
🔹 Moutan Republic (Republic of China – Beiyang Government)

🔧 Planned Updates
🔹 Add unique factions for each nation

💬 If you like this mod, please give it a thumbs-up or leave your thoughts and suggestions in the comments!
This is my first attempt at modding, so feedback and bug reports are very welcome!
Also, check out my other Ratkin clothing expansion mod (with vacuum resistance):
Ratkin Clothes – GreatSky
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3537811352

📦 Workshop Recommendations
✨ Beautiful Ratkin Great War Medal mod by Sasanarx!
Ratkin Greatwar Medals
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3549481004

⚔ Weapon mod by Villager! Adds bayonet charge ability to weapons with bayonets!
Ratkin Weapons+
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2779404660&searchtext=ratkin
151 Comments
browncofe  [author] 7 hours ago 
@哈基剑 目前模組內是只有一個派系有做出來而已,而且之後可能會換成協約國跟同盟國兩陣營,然後剛剛有上傳新版本,把settlementGenerationWeight改回0.85了,我這邊測試確實就不會只升成一個殖民地的情況了
print_00 9 hours ago 
看了下xml,Peaceful也是PawnGroupKindWorker_Normal生成,那环世界很爱好和平了,所以Peaceful的RatkinPriest也删除了是对的(
print_00 11 hours ago 
还有就是之前晚上脑子晕了,settlementGenerationWeight变为0不是不生成据点而是只生成一个,所以不能解决之前的问题。然后你settlementGenerationWeight和xenotypeSet都改了就会导致地图上只有一个白蔷薇王国据点,所以你应该只改xenotypeSet。也就是现在的settlementGenerationWeight改回0.85
print_00 11 hours ago 
@哈基剑 有点奇怪啊,好像只会生成一个白蔷薇王国的殖民地是解决了的,把这个mod取消然后重新订阅试试?以及错误报告,这个应该没啥难度
哈基剑 14 hours ago 
我刚刚在b站看了一下,是只有一个派系吗?而且地图上只会生成一个白蔷薇王国的殖民地
我的模组已经换了很多次(错误报告应该拍不到了(
browncofe  [author] 14 hours ago 
@哈基剑 可以讓我看一下錯誤報告嗎?
browncofe  [author] 14 hours ago 
@print_00 原來如此,我先把生成牧師這項移除掉
哈基剑 15 hours ago 
派系只有白蔷薇王国TOT
print_00 26 Oct @ 5:00am 
ok,是一个概率触发的应该叫bug的(至少形成原理是游戏报错),白蔷薇王国有概率生成时没有一个人,同时游戏报错,原理是
pawnGroupMakers的Settlement的options里面会有
<RatkinPriest>3</RatkinPriest>
但是游戏中对应的生成代码有一行:
PawnGenerationRequest request = new PawnGenerationRequest(kind, faction2, context, tile, forceGenerateNewPawn, allowDead, parms.faction.deactivated, true, true, 1f, false, true, true, allowFood, ...[省略]...);
第9个参数为true,代表mustBeCapableOfViolence为真,所以在会生成时必须要可以进行暴力行为,但是鼠族牧师(RatkinPriest)的成年经历一定带有不能进行暴力行为所以会一直重复直到上限报错,然后报错之后就会整个基地小人生成错误,都不生成。( www.bilibili.com/video/BV1a6s6zyEVw)
print_00 26 Oct @ 4:11am 
又找到一个bug,有点难以描述,要具体再观察一下