Best way to clean up project files?
guru-at-zidware
Member Posts: 369
hi...is the best way to clean up GS projects (after placing pngs or making actors) is to delete images first from the lower panel then actors above?
seems like not all OLD stuff is deleted?
seems like not all OLD stuff is deleted?
Comments
One of the first things I learned to do was to go into my project file ("Show Package Contents" right-click on project) and edit assets.xml and object.xml.
Assets is an unformated XML list of your PNG's Audio...etc.
Object is an unformated XML list of your Variables/attributes
I would keep each section isolated, for example, in the assets.xml file, it runs right from picture to audio to other. I wouldn't mess with the major grouping order, just the order inside of each group. I have gone in there multiple times to reorder pngs and attributes.
You can format the XML all you want, but the next time you open the project it'll remove the formatting anyway. I haven't had any issues, and it's ten times easier when you can organize your assets.
If anyone is in the know, please give me a shout as to whether this'll break my project on compile. I can't imagine it would.