View Single Post
  #1  
Old 08-11-2014, 07:05 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default Code Dev Tool - opcode_handlers.py

In working on the re-enumeration of the 'Possessions' inventory slots, I found that determining what handlers for the 6.2/Ti clients
were going to need translations was going to be a major pita...

Instead of spending hours of writing down and cross-referencing these, I decided to write a python script to do this.


It's not much, and it's probably not 100% accurate..but, it does do a fair (and quick) job of linking up opcodes to handlers.

Just run it from the location in the repo and it will create an output sub-directory and populate the files.


opcode_handlers.py
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote