XCOM 2
[WOTC] LWoTC Aim Rolls
28 kommentarer
Rtma Eros Paragon 3. aug. kl. 5:22 
Is this compatible with Improved Smoke Defense WOTC? cause I am not seeing the 35% bonuses from the mod showing up on the targeting info.
Rtma Eros Paragon 30. juli kl. 0:50 
Soooo, what does this graze band suppose to emulate? other then that it effectively works like EU aim rolls with Hybrid/Crit/Dodge without it? I assume, cause I love the countering mechanics between crits/hits/dodge/miss.
Dragonlord 10. nov. 2024 kl. 4:24 
Missed it sorry thanks
Dragon32 8. nov. 2024 kl. 11:36 
@Dragonlord
Re-read the Description
Dragonlord 8. nov. 2024 kl. 6:08 
So eu aim rolls had settings for different height bonuses. Don't see anything like that in this mod is that correct?
XpanD 13. aug. 2024 kl. 12:43 
I removed it for a bit on mine (and then later added it back) and noticed no ill effects. Make sure you aren't in a mission when you do it, though.

(and also, consider using the in-game mod config menu to modify the graze band if that's what's tripping you up -- it's all configurable)
havokscorp 13. aug. 2024 kl. 12:18 
safe to remove mid campaign?
Haywire 23. juli 2024 kl. 16:32 
Cool. Thank you for the quick reply! Enjoy the day! 😊
Tedster  [ophavsmand] 23. juli 2024 kl. 15:54 
It likely is, I'd just need to look into the implementation, as this started as a port of LWOTC's functionality itself.
Haywire 23. juli 2024 kl. 15:33 
Will it be possible to implement Absolutely Critical back into the Second Wave options? The old EU Aim Rolls included it. Just wondering. 🙂
Vaultwulf 19. juli 2024 kl. 20:13 
@Tedster Nice job! Awesome mod! :steamthumbsup: :steamthis:
Tedster  [ophavsmand] 6. feb. 2024 kl. 9:10 
LWoTC already uses this look, I pulled the code straight from LWoTC. LWoTC incorporates XModBase, which swaps out the X2AbilityToHitCalc_StandardAim which is a separate issue. I'd probably have to incorporate configurable aiming angles into XModBase.
MrMister 6. feb. 2024 kl. 1:06 
Huh; shame this can't be used to hook in aiming angles then.

On another note - @Tedster , will you be switchng LWOTC's to this hook instead of overriding X2AbilityToHitCalc_StandardAim ? Or do you need to keep it as is for now for stuff like disabling Good Angle bonuses?
Zelfana 5. feb. 2024 kl. 12:26 
You can't reuse your EUAR config for this mod, they're completely different. You'll have to open the config and check if there is anything you want to tweak manually.
LeyShade 5. feb. 2024 kl. 10:41 
@Tedster and @Zelfana - thank you for your detailed explainations from the code side.
LeyShade 5. feb. 2024 kl. 10:39 
@MrMister - What we mean is does it use the same [headerslike.thisone], or is it necessary to go through all other mods looking for the others and replace their headers with these.
Zelfana 5. feb. 2024 kl. 9:14 
@MrMister

That isn't possible to implement with this hook due to the same reason that height modifiers are not possible; the hook does not actually provide attacker and target information to use for calculating extra things.
Tedster  [ophavsmand] 5. feb. 2024 kl. 8:48 
For better or worse it is not a 1:1 replacement due to the limitations Zelfana pointed out, there's no way to do that with less unobtrusive methods beyond giving hidden abilities to everything, which is bad for performance.
MrMister 5. feb. 2024 kl. 8:34 
@Zelfana

I meant this Aiming Angles , which integrates vertical and horizontal angles into a joint calculation for aim and/or defense bonuses/maluses, plus "far cover". I'd like a version of that for LWOTC/MJ, so it'd have to include the graze band and also apply correctly to abilities with custom calculations (for instance, in the past I realized that it didn't apply correctly to MJ's Strike Rifle's Quisckope ability).
Zelfana 5. feb. 2024 kl. 7:35 
Btw, Aiming Angles is literally just vanilla config that LWOTC happens to also use so any mod with that config loading before LWOTC will just not apply. You don't need to (and can't) use this CHL hook to implement that feature as it's literally built into the game itself and LWOTC simply configures it to not be used.
Zelfana 5. feb. 2024 kl. 7:24 
There are some features of EUAR that this does not have as this is first and foremost not an update to that mod and just the LWOTC system as a standalone mod.

One such feature is the customizable height modifiers. Those are not possible to implement with the hook this mod is using. Stuff like that will need a new hook or change in the existing hook on CHL's side. Or they can be achieved with an unoptimal solution of having a hidden ability on all units that will add hit modifiers.
MrMister 5. feb. 2024 kl. 7:15 
@LeyShade it should be fine, but to completely mimic EU's behaviour you'll need to set the Graze Band to 0 in MCM (or just uncheck it if Tedster added a checkbox), and leave the rest as-is.
LeyShade 5. feb. 2024 kl. 6:52 
@Tedster - Can this be used to replace EU Aim Rolls 1:1, or does that task require completely shifting config from EUAR to this one?
copyrite 5. feb. 2024 kl. 5:09 
wow, that calculator seems super handy
MrMister 5. feb. 2024 kl. 1:07 
>Instead of overriding the X2AbilityToHitCalc_StandardAim class, instead this uses a newer OverideFinalHitChance hook added by Highlander, allowing for this to work with more things.

Ohhhhhh, so using that I may be able to make a version of Aiming Angles that works with LWOTC without having to account for Graze band and any other ability with custom hit formulae?
Tedster  [ophavsmand] 4. feb. 2024 kl. 15:39 
@AKA Illogical good question, I didn't actually add any failsafes,so it technically will, and I have no clue what it will do to the calcs lol.
AKA Illogical 4. feb. 2024 kl. 15:22 
But Does this work with LWOTC?
RustyDios 4. feb. 2024 kl. 14:56 
Congrats on the release !!!