Skip to content

Conversation

Cracked-Fisko
Copy link

@Cracked-Fisko Cracked-Fisko commented Aug 2, 2025


🆕 Added Auto Unlock Method

A new auto unlock feature has been implemented!

🔧 How It Works

You can now provide a plain text file with achievements and the delays you'd like them to unlock with. The system will process each line in the format:

Name|Delay

Each achievement will unlock after the specified TimeSpan from the start of the process.

✅ Example Input:

Fallout Doesn't Let You Do This|00:00:12  
We're All Very Impressed, Trust Me|00:00:04  
Bring A Knife to a Gun Fight|00:00:12  
First Bounty Down|01:58:14  
Don't Knife The Hand That Feeds|03:07:32  
G3 Graduation|04:52:43  
...

Malformed lines or invalid delays will be logged and skipped safely.

📝 Notes:

  • The ID column is no longer required. Only the achievement name and delay are necessary.
  • This is great for simulating organic unlock progression during QA or offline testing.

---

## 🆕 Added Auto Unlock Method

A new **auto unlock** feature has been implemented!

### 🔧 How It Works

You can now provide a plain text file with achievements and the delays you'd like them to unlock with. The system will process each line in the format:

```
Name|Delay
```

Each achievement will unlock after the specified `TimeSpan` from the start of the process.

#### ✅ Example Input:

```
Fallout Doesn't Let You Do This|00:00:12
We're All Very Impressed, Trust Me|00:00:04
Bring A Knife to a Gun Fight|00:00:12
First Bounty Down|01:58:14
Don't Knife The Hand That Feeds|03:07:32
G3 Graduation|04:52:43
...
```

Malformed lines or invalid delays will be logged and skipped safely.

### 📝 Notes:

* The ID column is no longer required. Only the achievement name and delay are necessary.
* This is great for simulating organic unlock progression during QA or offline testing.

---
---

## 🆕 Added Auto Unlock Method

A new **auto unlock** feature has been implemented!

### 🔧 How It Works

You can now provide a plain text file with achievements and the delays you'd like them to unlock with. The system will process each line in the format:

```
Name|Delay
```

Each achievement will unlock after the specified `TimeSpan` from the start of the process.

#### ✅ Example Input:

```
Fallout Doesn't Let You Do This|00:00:12
We're All Very Impressed, Trust Me|00:00:04
Bring A Knife to a Gun Fight|00:00:12
First Bounty Down|01:58:14
Don't Knife The Hand That Feeds|03:07:32
G3 Graduation|04:52:43
...
```

Malformed lines or invalid delays will be logged and skipped safely.

### 📝 Notes:

* The ID column is no longer required. Only the achievement name and delay are necessary.
* This is great for simulating organic unlock progression during QA or offline testing.

---
Allows you to get a Users Steam achievement list, then use the api name to cross-reference your achievements then it will unlock accordingly.
@syntax-tm syntax-tm self-assigned this Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants