Skip to content

Releases: Scobalula/Cerberus-Repo

Custom Map Support

20 Jan 17:54
Compare
Choose a tag to compare

Custom Map Support

Missing lines

15 Jul 15:52
Compare
Choose a tag to compare
  • Fixed instructions at the end of functions being skipped

Fixes, Additions, and More!

15 Jul 13:24
Compare
Choose a tag to compare
  • Added support for WaittillMatch
  • Added support for waittillframeend
  • Added support for Black Ops II Fast Files
  • Added an update checker (same as Hydra, it just alerts)
  • Added a file (specific to the UI version) that outputs values not found in the table when saving
  • Sorted Includes by name (just for you Jari)
  • Limited the CLI to the number of threads your PC has
  • Fixed Waittill Calls not producing their variables
  • Fixed Notifies with variables passed (note in some cases if a function has ternary operators it might not be 100% correct since the stack will have items still on it)
  • Fixed JumpOnTrue not producing a bool not (!)
  • Fixed ClearArray not outputing in the Decompiler
  • Fixed Expression Jumps not being bundled correctly (they also work outside of statements now (i.e. assignment))
  • Fixed the CLI not loading the hash table
  • Fixed Fast Files not decompressing fully
  • Fixed Fast Files that failed not being cleaned up
  • Fixed Native Interop causing issues for some people by falling back to .NET (Note you muse have the x86 VS 2019 runtime, not x64, Cerberus is a 32Bit Program)

Initial Release

12 Jul 17:05
Compare
Choose a tag to compare

Initial Early Alpha Version