1 items

File information

Last updated

Original upload

Created by

Robyn

Uploaded by

bigbootygrackarax

Virus scan

Safe to use

Tags for this mod

About this mod

This is a fix to mleonardblair's auto pack open script. I assume the game got patched since they created the script because it no longer works at all. This script is massively simplified and should work without any fuss on patch 0.44.

Share
Permissions and credits
# TCG Card Shop Simulator Pack Auto Opener

## Purpose
This script automates the current dilemma in **TCG Card Shop Simulator** of grabbing and opening any number of card packs.. I anticipate that the game's developer may choose to make timing changes to the pack opening flow, like number of packs to open options and with any new features, it is likely that will break this script as it relies on predicting current game timings and is not actually scanning any processes in the game. However, as of game version `v0.34`, it's functional.

This works even with rare drops that of live, stop the card opening flow. This script removes you having to constantly click through if there is a rare card, and it has delays placed intentionally when the pack total value is being calculated at the end, that's slightly longer than it actually takes on purpose to ensure that if you get many rare cards in the pack, it does not break the script timings you can leave the room if you want.

## Usage
To use this script:
1. Download autohotkey.
2. Double-click the script file `OpenPacks.ahk`.
3. Press `1` on your keyboard to start the pack-opening process.
4. After you're done, press `3` to quit out of the script, otherwise, it'll remain active and trigger whenever you press `1`.

## Game Settings
The script was created, debugged, and published on GitHub on **2024-10-04** with the following game settings:

- **Settings > Game > Open Pack > Show New Card**: *Not checked*
- **Settings > Game > Open Pack > Auto Next Card**: *Checked*

## Customization
You can customize the number of packs this script opens by modifying the configuration file in a text editor. By default, it will process four hands of eight packs for a total of 32 packs.

## Required Game Settings
To ensure the script works properly, make sure the following settings are applied in the game:

- **Settings > Game > Open Pack > Show New Card**: *Not checked*
- **Settings > Game > Open Pack > Auto Next Card**: *Checked*

## Configuration
You can adjust the number of packs opened per session by modifying the values in the `config.ini` file:
- `packCount`: Number of packs per hand (default is 8).
- `handCount`: Number of hands to process (default is 4).