This mod will unlock the 'POKER' achievement in the next match regardless of outcome.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Could not find a straight forward way to just get the achievement, the closest I could get was to extend the matches to achieve the 5 of a kind, but this was not guaranteed since the opponent will more often than not, resign.
This mod will give you the achievement regardless of the outcome of the match, win or lose.
This has only been tested on Enhanced Edition.
Installation: 1. Backup existing 'base_scripts.dzip' (Rename or copy elsewhere) 2. Replace the 'base_scripts.dzip' in the '.\CookedPC' directory with this one 3. Load last save and play a match to get achievement 4. Once replace the downloaded 'base_scripts.dzip' with your backup and continue your game
Additional details: For those who like to to know the exact changes made, the specific file modified is dicepoker.ws. The command 'theGame.UnlockAchievement('ACH_POKER');' was inserted into Line:891 at the end of the 'GetPlayerScore' function so that it will execute the command to unlock the achievement at the end of the function regardless of the result. The original condition for this is left intact (Line:865 'if( playerIdx == DicePoker_Player ) theGame.UnlockAchievement('ACH_POKER');')