v2.1
Updating from 2.0.x
Extract the root 'App' files to your current app installation directory.
Extract the 'Mod' file to your game's 'Retail' directory.
New
- Added Target Name Format option to control whether Croupier uses initials (e.g. SK), full name (Sierra Knox) or first/nick names (Sierra) in text representations of spins, including spin history and copy to clipboard features. Croupier can still understand all forms of of target name representations when pasting spins.
Fixes
- Fix for issue of mod not setting the 'current mission' when receiving a spin from the app, causing 'edit spin' to not work from the mod.
- Spin parsing fixes.
- Missing Yacht Security in Freeform Training
- Failing to recognise
AS
as initials for Athena Savalas (a typo related bug) VIP Patient (Jason Portman)
would cause issues as the parser would consume only 3 words, then also consume 'Portman' and assume it's the disguise for the next target. The parser now consumes 4 words and is surely now infallible.- Remove 'explosive' as keyword for 'explosion', causing it to interpret Explosive as Explosion (Accident).
- Lowered prioritisation of target name detection to prevent premature parse failure should the name/initials used to refer to a target (e.g.
Alma Reynard
asAR
) appear as the kill method for a target (e.g.AR
forAssault Rifle
).
- Fixes to spin display alignment. The spin will now correctly align to the right in static mode.