边缘世界 RimWorld

边缘世界 RimWorld

91 个评价
The Black Armory (Continued)
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
5.590 MB
2023 年 12 月 24 日 下午 5:48
9 月 4 日 上午 5:33
8 项改动说明 ( 查看 )

订阅以下载
The Black Armory (Continued)

在 Zaljerem 的 1 个合集中
Zal's Continued Mods
564 件物品
描述
Original mod by AobaKuma
https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2384135760
If the original author requests it, I will remove this update.

--

Guns will produce smoke when fired, and will misfire 60% of the time in inclement weather.

--

Original mod notes (1.3):

An expanded mod aim for weaponry and apparel before 19th Century.
29 条留言
Sophie the Opossum 10 月 21 日 下午 4:47 
only just found out about the updated version now! I'll give it a go and report any issues that occur
Zaljerem  [作者] 9 月 7 日 下午 8:05 
Hello Elijah, thanks for this! I will implement it in its entirety soon!
Elijah 9 月 6 日 下午 5:49 
@Zaljerem
Hello! Thank you for updating this mod. It works well with another mod I use and pairs nicely with it. I noticed some issues with the patches, so I looked into the code, saw the problems, and fixed them. If you want to use anything from this file, feel free! I originally made this for myself, but I thought it might help others, or even you, as well. No credit is needed, but it’s welcomed.

The README.txt file should provide more info on the specifics, but of course, you can check each file yourself, too!

https://gitgud.io/simplyvelraw/theblackarmorycontinued
Zaljerem  [作者] 9 月 4 日 上午 5:34 
Thanks, just checked and updated the patches, and pushed the update.
Luckspeare 9 月 4 日 上午 1:14 
Errors — The Black Armory (Continued) vs. Vanilla Weapons Expanded



XML error: <Smoke>Musket_Smoke</Smoke> doesn't correspond to any field in type RainFireOffShoot_CompProperties. Context: <li Class="BlackArmory.RainFireOffShoot_CompProperties"><FireOffWeather><li>Rain</li><li>FoggyRain</li><li>RainyThunderstorm</li><li>SnowHard</li></FireOffWeather><ThickCount>10</ThickCount><Smoke>Musket_Smoke</Smoke></li>

Possible Matches:
[Source: The Black Armory (Continued)]
[File: C:\Games\Indiv\Rimworld\Mods\3122117511\1.6\Patches\KitsGunpowderWeapons.xml]
[Source: The Black Armory (Continued)]
[File: C:\Games\Indiv\Rimworld\Mods\3122117511\1.6\Patches\VanillaWeaponExpanded.xml]



https://gist.github.com/HugsLibRecordKeeper/f87332b80113beb907ea020cf0e084e9
小石敖子 8 月 17 日 上午 8:03 
Excuse me , are the Mod has chinese ?
Zaljerem  [作者] 8 月 2 日 下午 8:48 
I appreciate your reports!
Sophie the Opossum 8 月 2 日 下午 8:47 
yeah i've been working through my log and fixing mods to clean it up bc I can't work out why RimWorld has started crashing on me lol
Zaljerem  [作者] 8 月 2 日 下午 2:29 
Yeah, I certainly didn't look over the compat patches at all when I made some changes to this, that's my bad. I'll get it all in order for the next update.
Sophie the Opossum 8 月 2 日 下午 1:38 
cool! Makes sense, had no problem updating personally. other thing I noticed that you might want to implement in the 1.5 fix: at some point the support for the smoke> tag was seemingly removed, thus the uses of "<Smoke>Musket_Smoke</Smoke>" in the patches causes red text due to smoke not being defined, so removing it from the patches would lead to smaller logs. implemented a fix using the same branch if you wanted to see what I mean