| Downloads | 27 |
|---|---|
| Created | 5 months ago |
| Updated | 5 months ago |
This little script will allow you to extract all icons from .Prefab.gbx (usually used for Blocks) and .Item.gbx. It will prompt the user for the path to Blocks and Items. It will output all the icons in a subfolder named "Icons" with all icons named after the blocks or item that it's related to. How to extract Prefab and Item with Openplanet:
System > Packs > Stadium.pak > Stadium > GameCtnBlockInfoLoad Fids on GameCtnBlockInfoClassic then ExtractSystem > Packs > Stadium.pak > StadiumLoad Fids on Items then ExtractIn the program, you'd typically enter something like:
C:\Users\XXX\OpenplanetNext\Extract\GameData\Stadium\GameCtnBlockInfo\GameCtnBlockInfoClassicC:\Users\XXX\OpenplanetNext\Extract\GameData\Stadium\ItemsUPDATE: Schadocalex pointed out that the images weren't flipped correctly. This is now the case.