-
Notifications
You must be signed in to change notification settings - Fork 12
ThirdPartyNinjas/GlitchAssets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GlitchAssets ============================================================================== This is a straight-forward conversion of the flash assets files from the game Glitch, which were released into the public domain. I performed the conversion at 2x original scale. See http://www.glitchthegame.com/public-domain-game-art/ for more information. The repository contains: * Avatars - Vanity * Avatars - Wardrobes * Items * Locations * Overlays * Player Houses It does not contain: * Inhabitants - Check here: https://github.com/ThirdPartyNinjas/GlitchAssets-Inhabitants Conversion process: I wrote three scripts that run inside of Flash (I used Adobe Flash Professional CC). RecursiveExportFile - Recursively searches through folders looking for *.fla files, and calls exportPNG on them. This works well for basic files, but if there's any animation, it will be lost. RecursiveExportPieces - This one searches through each flash file for individual components, exports those individually. Movie clips are exported as png sequences. This one will dump everything out, sometimes getting way too much data. RecursiveExportPiecesFlat - Same as "Pieces" but it doesn't export sequences. This means some data will be lost, but it's a better choice for some of the data. I decided experimentally which one was better.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published