RimWorld
Tacticowl (temporary beta)
29개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2023년 5월 9일 @ 오후 9시 04분

v2.0.27
- There is now a Feature Creep tab...err, I mean a Misc tab in the mod options. At the moment this contains 1 small feature: Projectile speed multiplier.

There is at least one other mod on the workshop that already does this (that I used to use myself), though I wasn't content with its technical approach on handling this, so I decided to make my own version. It modifies the bullet speed without using harmony, no overhead.

업데이트: 2023년 5월 3일 @ 오후 7시 39분

v2.0.26
- Search and Destroy now supports both animals (when using a draftable animals mod) and biotech DLC mechs.

업데이트: 2023년 4월 27일 @ 오후 3시 56분

v2.0.25
- NRE fix related to mousing over the DW gizmo.

업데이트: 2023년 4월 24일 @ 오후 9시 44분

v2.0.24
- When dual wielding, the offhand will now only be used if the main action was shooting or melee.
- The dual wield gizmo has been rebuilt. Before, it used to be its own copy-paste of the regular gizmo with a few alterations. It now just modifies the vanilla gizmo instead, in order to help with compatibility. This should fix a number of issues, for example compliance with shield rules. (It also slims down the size of the .DLL)

업데이트: 2023년 3월 22일 @ 오전 9시 42분

v2.0.23
- NRE fix when using certain modded abilities, like from RWoM. Thanks to Sn1p3rr3c0n for the fix.

업데이트: 2023년 3월 8일 @ 오후 1시 45분

v2.0.22
- Removed support for offhand-only configuration (for instance a gun in the offhand and nothing in the main hand). There is just too many problems trying to make this work, and in fact I'm not sure it was ever formally supported in the first place in the original. Now, an offhand can only be equip once the main hand is equip first. Dropping the main hand drops both weapons.

업데이트: 2023년 3월 5일 @ 오후 12시 52분

v2.0.21
- Various dual wielding fixes. ⚠️Note some of these fixes were related to VE Framework's MVCF compatibility patch on their side. They had a Dual Wield compat patch and had to update it to work for Tacticowl. So things won't work properly here until you get the next VE Framework update (assuming you use VE to begin with).
- Fixes RnG gizmo not showing up for some DW configurations

업데이트: 2023년 3월 4일 @ 오후 4시 39분

v2.0.20
- Fixes a potential crash in the event you don't have VE Framework installed (was missing a check on the compatibility hook)
- Code consolidation - removal of needless harmony patching and stance logic.
- Fixes minor animation glitch when dual-wielding aiming west.

Known issue: off-hand ranged weapons aren't working right if the main hand is melee.

업데이트: 2023년 3월 3일 @ 오후 4시 01분

v2.0.19
- Fixes harmless errors VE Frameworks's shields were throwing for newly generated pawns.
- Removal and consolidation of a bunch of equip/unequip code to just allow vanilla code handle it instead when it can.

업데이트: 2023년 3월 3일 @ 오전 10시 31분

v2.0.18
- Fixes dual wield animation glitch (pre-existing bug, original had it too). As part of this fix, the code that handles the angle calculations is no longer a copy-paste of vanilla and instead just uses the vanilla code. This allows for rendering fx (that were added some time after when Dual Wield was first coded) to now happen, such as recoil animations.