crxtrdude / pywright

Python game engine for running visual novel games similar to the Phoenix Wright series
Other
5 stars 3 forks source link

Optimize function #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could just be a script. Runs through and optimizes games.

Off the top of my head:

1) Delete graphics or sounds that are already included with pywright (and 
aren't a CASE overwriting the parent GAME's unique graphic file)
2) Zips folders as appropriate
3) Precaches file layout

Should we do any script checking/modification? Probably a separate ticket if so.

Original issue reported on code.google.com by saluk64007@gmail.com on 4 Feb 2014 at 8:41