Skip to content

Commit

Permalink
prepare for release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Oct 23, 2024
1 parent a01b69f commit bb492d6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ My set of tools. The code is more important than the features, so feel free to r
| Modern Warfare III (JUP) | 8B | DEC & EXT | EXT ||
| Black Ops 6 (CER) | 06 | DEC & EXT |||
| Black Ops 6 (CER) | 07 | DEC & EXT | EXT ||
| Black Ops 6 (CER) | 0C | DEC & EXT | EXT ||

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

## Credits

- 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.
- [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.
- [JariKCoding's CoDLuaDecompiler](https://github.com/JariKCoding/CoDLuaDecompiler) to understand the Lua HK scripting format.
14 changes: 12 additions & 2 deletions release/RELEASE.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- tools
- thread async pooling
- gsc compiler optimisations
- hash brute and expand searcher
- better bo3 string decompilation
- better hks disassembler
- cold war vm37 pc compiler/decompiler
- serious opcodes translation tools
- more common tools (wps/dbgp)
- vm 0c decompiler without opcodes
- tool to decrypt gsc scripts using a dumped exe
- ui
- fps limiter
- hash search tests
- dev tool test renderer
4 changes: 2 additions & 2 deletions release/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.14.1
1140100
1.15.0
1150000

0 comments on commit bb492d6

Please sign in to comment.