gentlegiantJGC / ACExplorer

A file explorer for the Assassin's Creed Unity forge file format. Written in python
69 stars 23 forks source link

Internal rewrite #2

Closed gentlegiantJGC closed 5 years ago

gentlegiantJGC commented 5 years ago

This is a massive rewrite of the program internals. pyUbiForge is a stand alone package with ACExplorer as a wrapper UI for this. As such all the variables have been moved into pyUbiForge. A new temporary file system has been implemented that holds all the file data in memory rather than writing and reading the decompressed files from disk. The changes also allow the possibility to add more games in the future where the previous version simply didn't allow it.

Things may be a little more buggy than before but I can't remember how much was implemented at the last commit.