Jump to content


MiniCooper

Member Since 10 Dec 2019
Offline Last Active Dec 11 2019 05:42 PM

#1105086 Playing Desperados On Commandos

Posted by MiniCooper on 10 December 2019 - 08:28 PM

Hello everyone

 

I am also reversing the desperados files. Not for modding purposes per se, but for an general understanding of how Desperados works.

Currently I am disassembling with Ghidra. To my biggest surprise the steam linux version was shipped with some debug information.

This makes it so much easier, it's much more like reading ugly C source code.

For the modding purpose its now possible to just read functions like DVFastFindGrid::LoadLiftsFromFIle to understand how the bytes are read.

 

Hope that helps anybody.

 

Attached Thumbnails

  • exampleSymbolTree.png
  • exampleFunctionCallTree.png
  • exampleDisassember.png