Go to file
lcdr 8498b35ca5 Added option to retry replica parsing with added ScriptComponent
to account for objects with custom scripts not mentioned in the registry
2016-08-30 10:32:09 +02:00
packetdefinitions/replica Added support for custom types to structparser and rewrote captureviewer and the struct definitions to use them. 2016-07-23 11:39:29 +02:00
amf3.py Added support for UI Messages. 2015-10-22 18:30:15 +02:00
captureviewer.ini Added option to retry replica parsing with added ScriptComponent 2016-08-30 10:32:09 +02:00
captureviewer.pyw Added option to retry replica parsing with added ScriptComponent 2016-08-30 10:32:09 +02:00
decompress_sd0.py Fixed a bug in decompress_sd0 2015-10-26 18:26:27 +01:00
fdb_to_sqlite.py Don't convert invalid rows if not adding link info. 2015-08-29 13:51:08 +02:00
find_packets.py Added find_packets, a script for finding matching packets within multiple .zip captures 2015-08-09 21:42:46 +02:00
ldf.py Added support for custom types to structparser and rewrote captureviewer and the struct definitions to use them. 2016-07-23 11:39:29 +02:00
luzviewer.ini Better usability of INI configuration. 2015-11-19 21:25:16 +01:00
luzviewer.pyw Updated scene transition parsing. 2016-06-29 11:47:58 +02:00
pkviewer.pyw Added PKViewer for viewing and extracting the contents of PK files. 2016-01-03 00:14:10 +01:00
README.md Implemented support for shared subcomponents and updated structures. 2015-12-15 18:46:30 +01:00
structparser.py Added support for custom types to structparser and rewrote captureviewer and the struct definitions to use them. 2016-07-23 11:39:29 +02:00
viewer.py Implemented support for shared subcomponents and updated structures. 2015-12-15 18:46:30 +01:00

Various utilities.

Requires Python 3, versions below 3.4 might work but are not tested.

Some programs use the bitstream module from my python RakNet implementation for reading binary files. It's available at https://bitbucket.org/lcdr/pyraknet/src. Make sure to place it where Python can find it.

License: GPL v3