Giter Club home page Giter Club logo

atian-cod-tools's Introduction

Atian Tools

Build

My set of tools. The code is more important than the features, so feel free to reuse it. ๐Ÿ™‚

Supported games

Name Revision Decompiler Compiler PS4 support
Black Ops 3 (T7) 1B Partial โŒ โŒ
Black Ops 3 (T7) 1C โœ… โŒ โŒ
Black Ops 4 (T8) 36 โœ… โœ… EXT
Black Ops Cold War (T9) 37 DEC โœ… EXT
Black Ops Cold War (T9) 38 DEC โœ… EXT
Modern Warfare III (JUP) 8A EXT EXT โŒ
Modern Warfare III (JUP) 8B DEC & EXT EXT โŒ
  • DEC: with pre-decode
  • EXT: With extensions, The extensions aren't provided publicly, at least not by me.

ACTS Lib

Prototype libary for random stuff, probably not linked to Call of Duty.

Dependencies

This tool is using and providing

Downloads

You can download the latest release here:

Related repositories

Tools

Mods

Mods implemented in my tool, run acts mod for the list.

  • acts mod t8cee - enable EEs in Custom mutations, offline or casual (Black Ops 4).
  • acts mod t9cee - enable EEs in offline (Black Ops Cold War).

Decompiler/Disassembler

Tools to decompile or disassemble the GSC scripts, a bo4 script decompilation is available in the bo4-source and bocw-source repositories.

  • gsc disassembler, made in 3 days with a lot of alcohol so don't use it. acts gscinfo -a -o "output" [input=scriptparsetree]
  • gsc decompiler, same as the disassembler, but 10 days after, not any better. acts gscinfo -g -o "output" [input=scriptparsetree]

Compiler

GSC compiler, not for all the games, the scripts can be compiled using the command acts gscc -g [game] [directory].

GSC Development (Black Ops 4)

Tools to help with the GSC development.

  • gsc vm debugger, dump the function stack when the vm has a crash, acts dbg
    • can dump the var stack -s local var -v
    • can look inside structures with the depth for array -A [depth] and structs -S [depth] (need the game started)

Lookup

To have a lookup over the extracted hashes, you can use a file named strings.txt when using the process, it will be loaded automatically, one string per line.

You can also use .wni compiled files, create a directory with the name package_index and put the .wni files in it.

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.

atian-cod-tools's People

Contributors

ate47 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.