View Single Post
Stitllams
Junior Member
Join Date: May 2009
Location: New Zealand
Old 06-07-2009 , 09:30   Re: GunGame:SM
Reply With Quote #19

Thanks for that.

Haven't accomplished much but here is what I have noted so far.

GG4 database is definitely sqlite format so it is feasible that it could be imported using the sqlite support when that is implemented.

GG5 forums were right about the GG5 database format, they use python with cpickle to read and write to the database. Not really sure what to do with that, if it can't be done sourcemod side using c++ (cpickle is written in c), then a python script may be able to convert it to GGSM format.

Thats my thoughts so far anyway.

Last edited by Stitllams; 06-07-2009 at 09:52. Reason: found out cpickle written in c
Stitllams is offline