Fractal Block World Package Creation Guides

Back
Guide to Installing Packages/Mods: This is what you need to know about installing packages (which could be mods).

Beginners Guide to Creating Packages/Mods: Read this first if you want to create either your own stand alone package or a mod for a standalone package.

Texture Pack Guide. See here for how to make your own "texture pack" package which overrides the textures in Data/Packages/xar (you can override any texture you want).

Music Guide. See here for how to add custom music to a packge.

Music for Title Screen. See how to create music for the title screen (main menu).

Xar Block Overrides Guide. Blocks of the xar package are generated by C++ code that modders do not have access to. However you can have it so that specified (C++) xar block types are replaced with Lua block scripts.

Font Guide. This shows how you can replace the game's font with your own font.

Custom Pink Rings. This shows how you can make your own "Pink Ring" like entities.

Custom Blue Rings. This shows how you can make your own "Blue Ring" like entities.

Custom Teleporter. This shows how you can make your own custom teleporter (teleport from point A to point B).

Virtual Chunks. This shows how to use "virtual chunks" in procedural world generation code.

Named Pipes. This shows how to use "named pipes". This is for version 1.01.30.