Skip to content

Commit bb492d6

Browse files
committed
prepare for release 1.15.0
1 parent a01b69f commit bb492d6

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ My set of tools. The code is more important than the features, so feel free to r
3434
| Modern Warfare III (JUP) | 8B | DEC & EXT | EXT ||
3535
| Black Ops 6 (CER) | 06 | DEC & EXT |||
3636
| Black Ops 6 (CER) | 07 | DEC & EXT | EXT ||
37+
| Black Ops 6 (CER) | 0C | DEC & EXT | EXT ||
3738

3839
- **DEC**: With pre-decode
3940
- **EXT**: With extensions, ***The extensions aren't provided publicly, at least not by me.***
@@ -137,4 +138,5 @@ You can also use .wni compiled files, create a directory with the name `package_
137138

138139
## Credits
139140

140-
- Serious's t8-compiler for some opcodes for Black Ops 4, it fasted up the process of understanding the internal game functions. Also for the childthread operator syntax.
141+
- [Serious's t8-compiler](https://github.com/shiversoftdev/t7-compiler) for some opcodes for Black Ops 4, it fasted up the process of understanding the internal game functions. Also for the childthread operator syntax.
142+
- [JariKCoding's CoDLuaDecompiler](https://github.com/JariKCoding/CoDLuaDecompiler) to understand the Lua HK scripting format.

release/RELEASE.MD

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- tools
2+
- thread async pooling
3+
- gsc compiler optimisations
4+
- hash brute and expand searcher
5+
- better bo3 string decompilation
6+
- better hks disassembler
7+
- cold war vm37 pc compiler/decompiler
8+
- serious opcodes translation tools
9+
- more common tools (wps/dbgp)
10+
- vm 0c decompiler without opcodes
11+
- tool to decrypt gsc scripts using a dumped exe
112
- ui
2-
- fps limiter
3-
- hash search tests
13+
- dev tool test renderer

release/version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.14.1
2-
1140100
1+
1.15.0
2+
1150000

0 commit comments

Comments
 (0)