Cache Converter

i need a cache converter for 4.0.6 13623. somebody has one?

hm ? anyone?

https://github.com/Naios/WIde already supports .adb caches.

Try to use the printdbc command.

how exactly do i use this? soz im new in this

What do you need to convert exactly?

And why?

i need to convert my item-sparse.db2 into a sql file so that it is executable.

i also have to test something.

compile WIde as descriped in the readme.

Copy your dbc folder and cache files you want to view in target/data/dbc

run:

java -jar target/wide* -e “printdbc Item-sparse.db2” > dump.txt

This will make an array dump, non real sql but it might be useful.

i will try it out, thanks.