Piglet: Difference between revisions

From OuroDev
(Piglet Explanation)
(Created page with "Piglet is a tool for compressing Sounds, textures, animations, as well as the game data and texts into a PIGG file. More information can be found on the [https://corps.ouro-c...")
Line 1: Line 1:
==What is Piglet?==
Piglet is a tool for compressing Sounds, textures, animations, as well as the game data and texts into a PIGG file.
Folder Level Pigg packing and unpacking


All assets and data are compressed into PIGG files
More information can be found on the [https://corps.ouro-comdev.com/index.php?title=Piglet Portal Corps wiki]
Sounds, textures, animations, as well as the game data and texts
And the client and server "automagically" loads piggs!
Now inside the piggs are folders trees and contain ogg and texture and geo and animation files as well as bin files. Bins are the actual data of powers and storyarcs and zones.
Bins are all compiled together from text (.DEF, .POWERS, .COSTUME, .STORYARC, .CONTACT) into various dedicated bin files (powers.bin and costume.bin etc)
Piggs are used as a soft version control and content delivery system as the client uses the newer files whenever it can.
Cattan's toolset starts at the pigg level and let's use view piggs (and an entire folder's worth of piggs) and export pigg contents
It also allows us to make piggs from files and folders, which is how I made the v2i1 pigg files
 
Piglet is in development by Cattan.
 
Source: https://git.ourodev.com/CoX/Piglet
 
 
=== How do I make a new pigg? ===
 
Click File > New > Archive from Existing Folder
 
Select the root folder from your data directory (ie. bin, def, texture_library) and the entire folder and subfolder and contents get packed into a pigg.
 
It's frustratingly easy, but it requires all of the everything else to be correctly set

Revision as of 06:04, 27 June 2019

Piglet is a tool for compressing Sounds, textures, animations, as well as the game data and texts into a PIGG file.

More information can be found on the Portal Corps wiki