Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

ate47/t8-src

 
 

Repository files navigation

ATE47's notice: I don't put my hashes here anymore, see my own decompiler dump bo4-source for my latest find.

Decompiled BO4 GSC/CSC Scripts

This is a repository containing my best attempt at decompiling the scripts for BO4

T8 (BO4) is a pain in that pretty much everything is hashed (more than t7). This means that a lot of the filenames are unknown
I was able to make educated guesses on a lot of them, though, so we do have some file structure

Why

Some stuff recently got leaked that will allow people to more easily achieve this, and I've had these decompiled for many months,
so id rather release it ahead of time since there are a few other people who would do it anyways

Special Thanks

Taleb - resources
SyGnUs - string decryption help
alexisloic21 - Found and reported a bug with for loops
Kenshin9977 - Additional hashes
Scobalula - Original T7 decompiler

ATE47's files

$m = @{}; gc .\dump\scripts.txt | % {$s = $_.Split(",");$m[$s[0]] = $s[1]}
gc .\loaded.txt | % {"$_,$($m[$_])"} > loaded_lookup.txt

About

Decompiled scripts from BO4, by Serious.

Resources

Stars

Watchers

Forks

Languages

  • GSC 100.0%