边缘世界 RimWorld

边缘世界 RimWorld

[XND] Ranged Stagger Rebalanced
29 条留言
JessieFeathers 2020 年 8 月 24 日 下午 12:40 
1.2?
slayde 2020 年 3 月 2 日 下午 2:09 
As far as I understood from author's comments for his other mod - survival tools, XoeNovaDan isn't against if somebody else updates his modes, but unfortunately doesn't have spare time right now. So if someone is up to taking these that would be great!
XeoNovaDan  [作者] 2020 年 2 月 22 日 上午 9:01 
Note for 1.1: This mod will not be updated
Deaxsa 2020 年 1 月 15 日 下午 2:34 
@xeonovadan, does this work with shotguns which I have created with my own mods to simulate your proper shotguns mod? How does this interact with burst fire 0 ticks vs nonzero ticks?
dninemfive 2019 年 4 月 24 日 上午 9:03 
Looks like you left some debug code on - with the dev log on I get messages saying how long each stagger will last.
XeoNovaDan  [作者] 2019 年 1 月 21 日 下午 2:51 
@101=5, bryan=5 - The actual stagger duration rebalance applies to all weapons, but only some mod weapons actually get rebalanced stopping power values.

@Croni - Yes
Bryan=0101 2019 年 1 月 21 日 下午 1:21 
So it won't work on any mods that add weapons?
Croni 2018 年 12 月 24 日 下午 1:04 
Does experimental formula work on all modded weapons or they still need to be patched?

I use weapons from Sparkling Worlds mod and having few weapons without stagger at all would be weird
bungus 2018 年 10 月 29 日 上午 12:52 
So this mod changes every weapon dynamically, is there a way to remove the stagger from just the minigun after all the other weapons get changed?
XeoNovaDan  [作者] 2018 年 9 月 16 日 上午 1:28 
@bearhiderug - Nope. Though the duration does restart for each shot that hits.
XeoNovaDan  [作者] 2018 年 9 月 8 日 上午 7:53 
@Hatoful Pengu - You're very welcome, glad I've been able to improve your experience with RW overall!
Hatoful Pengu 2018 年 9 月 8 日 上午 7:47 
@Dauntless Duelist @XeoNovaDan - Awesome, thanks! And while I'm at it, thank you XeoNovaDan for all the great mods you've put out and the hard work you put into them. I've used almost all of them at one point or another, and they really round out the entire experience. As far as I'm concerned, [XND] is a badge of quality.
XeoNovaDan  [作者] 2018 年 9 月 8 日 上午 12:45 
@Hatoful Pengu
@Dauntless Duelist - Yeah, it's all purely in XML. The multiplier stuff is done through an XML mod extension, which you can see when looking at the xpath patches for the vanilla weapons and IIRC merp's weapons too
Dauntless Duelist 2018 年 9 月 7 日 下午 10:37 
Hatoful Pengu, remove stopping power from the mod weapons and you're good. There's probably also some extra multipliery things you can do if you want the mod shotguns and lmgs to have their increased stagger values, but I don't know if those can be done entirely in XML.
Hatoful Pengu 2018 年 9 月 7 日 下午 9:27 
By chance, is it possible to patch weapon mods for compatibility with your mod using only XML? I noticed you use some xpath patches to add compatibility for Rimsenal, and I'd like to try making a patch for the other weapon mods I use rather than bother you for an official patch, if at all possible. :)
XeoNovaDan  [作者] 2018 年 9 月 5 日 上午 4:34 
Pushed another update which patches Rimsenal and Rimsenal Enhanced Vanilla to function properly with Ranged Stagger Rebalanced.
XeoNovaDan  [作者] 2018 年 8 月 31 日 上午 4:38 
Pushed another build with some console logging which lists each weapon that gets patched and each weapon that doesn't get patched. This build is mainly aimed at modders hoping for compatibility with this, just to make their lives easier.
XeoNovaDan  [作者] 2018 年 8 月 30 日 上午 2:42 
@SketchyGalore - It refreshes with each hit
SketchyGalore 2018 年 8 月 30 日 上午 2:23 
How would this play out with something like your "Proper Shotguns" mod, or just something getting hit by multiple different shots? Does the stagger effect stack, or does it refresh when taking a new hit?
XeoNovaDan  [作者] 2018 年 8 月 30 日 上午 1:41 
Pushed the new build with the optional experimental formula. Feedback on how it actually plays out would be much-appreciated!
XeoNovaDan  [作者] 2018 年 8 月 30 日 上午 12:33 
Alright, table has been done. Looking at the numbers, I reckon the formula could use a bit of a change just to make the transition seem a bit smoother. Maybe something along the lines of this:
* If stopping power is equal to the body size, stagger for 20% duration (24 ticks)
* If stopping power is 1.5x body size, stagger for 50% duration (60 ticks)
* If stopping power is 3x body size, stagger for full duration (120 ticks)

Opinions? I may push this in a new build but as an optional formula which can be enabled in mod settings; current one will still be the default
XeoNovaDan  [作者] 2018 年 8 月 29 日 下午 11:43 
@Dauntless Duelist - Pretty much, yeah.

@karmos - Good call! I'll look into getting something like that done.
karmos 2018 年 8 月 29 日 下午 10:57 
This looks like an awesome tweak. Would be nice to see a table of firearms' stagger against a pawn under this formula.
Dauntless Duelist 2018 年 8 月 29 日 下午 3:06 
To create your own patch for a mod would essentially be to remove all stopping power amounts from mod weapons?
XeoNovaDan  [作者] 2018 年 8 月 29 日 下午 2:48 
@Virtuoso - As the desc says, stopping power patching is generally dynamically done so unless modded weapons specify their own stopping power ratings, they will follow the damage amount x 0.1 formula.
Virtuoso 2018 年 8 月 29 日 下午 2:29 
Does this include weapons from mods?
XeoNovaDan  [作者] 2018 年 8 月 29 日 下午 12:34 
Hmm, I may need to revise the description at some point then if it's difficult to understand in its current state.

All that this mod does is, sort of as Dauntless said, make stagger duration scale with the difference between a projectile's stopping power and the target's body size. All weapons also have their stopping power ratings made proportional to the amount of damage that they deal.
Dauntless Duelist 2018 年 8 月 29 日 下午 12:20 
It seems to make higher stopping power weapons stagger for longer.

This mod does not affect weapons with no stated stopping power like autopistols right?
Friskain 2018 年 8 月 29 日 上午 10:37 
i Have No Clue what this mod those and looking at the amount of comments not many people Do