RimWorld
47 평점
Combat Extended Propellant
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.5, 1.6
파일 크기
게시일
업데이트일
64.989 KB
2022년 5월 18일 오전 6시 32분
2025년 7월 30일 오전 2시 32분
업데이트 노트 13개 (보기)

다운로드 위해 구독하기
Combat Extended Propellant

설명
Description
This mod makes Combat Extended industrial tech ammunition more time consuming to manufacture, and require propellant to craft.

Propellant is crafted from cloth in biofuel refinery (20 to 10), or at 50% yield at a crafting spot. Propellant refining is locked behind gunpowder tech.

Mod Settings allow adjusting steel, propellant, and other costs, as well as work needed and market value.
Traders' stock of Ammunition, Medium Ammunition and Heavy Ammunition can be scaled as well.

Additionally this mod adds volatiles category, contaning chemfuel, propellant, FSX and Prometheum.

Source
Github[github.com]
댓글 35
Azuraal  [작성자] 13시간 전 
Updated for 1.6, enjoy.
ecliptin 2025년 7월 29일 오후 12시 45분 
1.6, ammo is too easy to get without it
WA2000 2025년 7월 29일 오전 5시 09분 
1.6pls
Azuraal  [작성자] 2024년 11월 10일 오후 2시 00분 
@5150 Something broke while processing recipe defs, so it's "mostly" harmless. It's probably due to another mod that adds CE ammo of its own. I will add appripriate null checks.
5150 2024년 11월 10일 오후 12시 14분 
https://gist.github.com/HugsLibRecordKeeper/26fa1794253f90e2d65ab6d63b231490

Error in static constructor of Propellant.AmmoProcessor: System.TypeInitializationException: The type initializer for 'Propellant.AmmoProcessor' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object


I’m reporting this log just in case, though it seems like a harmless error for gameplay.
Jackledead 2024년 11월 9일 오후 1시 55분 
@flamangos use Resource Dictionary mod to make it do that
Azuraal  [작성자] 2024년 11월 3일 오전 8시 49분 
I decided to play with CE some more, so I went back to this mod and rewrote the patching in C# rather than relying on XML extensions. For now it covers (almost) everything that the previous version had.

The current plan is to:
- Add an option to automatically calculate appropriate market value based on the patched ingredient count and value.
- Add an option to adjust the factors for individual ammo set types (AP, HP, AP-I etc.)
JasonGriffin 2024년 8월 17일 오후 12시 35분 
@Azuraal would it be possible to add in the functionality from combat extended important ammo to this mod? I love that there's a slider for costs, but not a way to make it more expensive for AP vs HP ammo. I'd like to make it more difficult for better ammo
Flamangos 2024년 8월 15일 오전 10시 48분 
Does this work with medieval overhauls gunpowder?
Azuraal  [작성자] 2024년 8월 7일 오전 6시 47분 
I have not noticed that, but I generally abstained from mods that added new guns, especially multiple such mods. However, there is not much I can do about it. The patch operation doesn't try to do anything fancy, just go over every ammo recipedef and make the adjustments.

Rewriting the mod in C# rather than using XML Extensions would probably make the startup processing faster, but I no longer use CE and so lack the motivation to rewrite a mod I will not be using.