0 of 0

File information

Last updated

Original upload

Created by

Tome

Uploaded by

saicohtic

Virus scan

Safe to use

Tags for this mod

About this mod

This mod will unlock the 'POKER' achievement in the next match regardless of outcome.

Permissions and credits
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');')