| ************************************************************ | | * | * Name: Runebooks | * | * Version: 1.0 | * Date: 1/12/2014 | * | * Category: Modding Asset | * Author(s): Mutman | * | * | * | ************************************************************ | | ************************************************************ | | * History | ************************************************************ | 1.0, 1/12/2014 - Initial release. | ************************************************************ | | * Description | ************************************************************ | The pack contains : - one plain brown book, which can be used as scroll (text can be written in it) - one book with custom symbol, which can be used as weapon for wizard/battlemage (put in hand and you can cast spell through it as thought it is staff) - four books, each with different symbol - nine books, each representing one rune, all have some different function You will find them in the editor under these names: - journal, book1, book2, book3, book4, spellbook, tome_of_fire, tome_life, tome_air, tome_physicality, tome_of_earth, tome_ice, tome_death, tome_spirituality, tome_balance | ************************************************************ | | * Install Files | ************************************************************ | 1. Copy the "runebooks" folder from the archive in your dungeon's mod_assets folder. 2. Open the mod_assets\scripts folder and you'll find a file named "init.lua". 3. Add this line to your "init.lua" import "mod_assets/runebooks/runebooks.lua" 4. Open >your Dungeon< in the Legend of Grimrock Dungeon Editor | ************************************************************ | | * Asset Usage | ************************************************************ | You can use books as skill tomes (eg. Tome of Health from original LoG) or you can use them as items for mage (Spellbook) or use them as scrolls (Journal). You can freely change the code and write your own functions. | ************************************************************ | | * Uninstall Files | ************************************************************ | To uninstall files simply remove folder named "runebooks" from your mod_assets folder and then remove this line from your mods init.lua: import "mod_assets/runebooks/runebooks.lua" | ************************************************************ | | * Contact | ************************************************************ | You can find me on the official Grimrock.net forum as 'Mutman' or you can contact me on mutman@me.com | ************************************************************ | | * Credits | ************************************************************ | Thanks to Almost Human for creating Legend Of Grimrock and Legend of Grimrock 2. Thanks to the community at http://www.grimrock.net for inspiration, support and comments. Thanks to http://www.nexusmods.com/legendofgrimrock2/ for the a one-stop-shop resource for authors and players. Thanks to LHammonds for the Readme Generator this file was based on. (see http://hammondslegacy.com/obmm/tools_readme_generator1.asp) | ************************************************************ | | * Licensing/Legal | ************************************************************ | You can use files freely and modify them at will but please give credits into your dungeon and don't upload files elsewhere on the internet without me asking or knowing. Thanks