Skip to content

Instantly share code, notes, and snippets.

@JkktBkkt
JkktBkkt / guide.md
Last active February 11, 2026 07:10
Thumper Aurora mod loader installation guide for Steam Deck (and some general Linux)

This is a bit involved, and has a bunch of stuff to be done on the terminal, in desktop mode. It's possible that playing later would be possible in deck ("big picture") mode as well, but I can't confirm it for reasons of not using a deck myself. I did get integrated mode working on linux though.

0. Before you start

Make sure you've installed the game, verified it's integrity, and have launched it at least once after that. The following instructions uses non-flatpak Steam. I don't know where flatpak installations of Steam keep the user data, and modding involves quite a bit of manipulation of folders. You may be able to adapt this guide to flatpak with looking up where those paths are on the distribution of linux that you're using.

1. Downloading Oracle JDK 25

Use the browser to download the Oracle JDK version 25. You want the Windows version, use either of the installers (not the "compressed archive" one). Site will probably put you to Linux tab, be sure to use the Windows one. https://www.oracl

@JkktBkkt
JkktBkkt / adapter.py
Last active May 25, 2025 13:12
bl2_v7.json (name preserved for now as logic in helper can't handle it yet)
# Integrate changes from mopi's LootRandomizer/Mod/../vX.py into bl2_vX.json for Loot-Rando-Helper
# Usage: edit the new_tag - new_option and json names, run this file
import json
from math import log
new_tag = "Tag.Freebie" #dirty hack to keep options above
new_option = "Freebie"
oldjson = 'bl2_v2.json'
newjson = 'bl2_v7.json'