A collection of decompiled level QB files from various THPS levels. All taken from their THUGPro versions.
The whole point of this repo is to make it easy for others to look at script files for various levels from the Tony Hawk games.
For those who wanna get into making custom levels for reTHAWed, I find it best to refer to these original level scripts to get a good idea on how various things work in levels. These include, but are not limited to, the following: gaps, classic goals, trick clusters for graffit, ladders, out-of-bounds kill spots, teleports, and so much more. This is a great way to learn about the various things you can do with QB scripting.
Each level in this repo is sorted by their respective game. Each level folder contains QB files, QBI table files for QBKeys (checksums used for variables), and text files of these decompiled scripts. I specifically decompiled the THUG Pro versions because these script files have their QBKeys intact, making them easier to read and follow along.
If you are making a custom level for reTHAWed and are looking to implement a particular feature, you can go here and see if a level in this repo has already done that. From there, you can copy-paste it to your level and modify it to your liking.
If you need help with scripting in general, the 10k Rising Discord server is always there to help! You can reach out to me on there or others, and we'd be willing to help!
- THUGPro Dev Team: Making THUGPro, converting all these levels to the THUG2 format
- %.gone: Creating the PreTool
- Quazz and KaMeR: QB Tools used to decompile all these scripts
- ShOscar: Putting this all together