| ************************************************************ | | * | * Name: Adventurer's Food Supply | * | * Version: 1.0 | * Date: 11/25/2012 | * | * Category: Modding Asset | * Author(s): LordYig | * | * Source: http://grimrock.nexusmods.com/mods/113/ | * | ************************************************************ | | ************************************************************ | | * History | ************************************************************ | 1.0, 2012/25/11 - Initial release. | ************************************************************ | | * Description | ************************************************************ | This pack adds new food models and items in order to add variety and tweak the default food system. This pack contains a set of 24 different models, with textures, normal map, specular map and custom icons. All kind of foods are available : vegetables, fruits, bread, cheese, eggs and meat. Default item implementation in game for each model with custom description because description less items are boring. Revamped "nutritionValue" for each item to add a more careful management of food supply. Each item nutrition value goes from 100 to 300 where in LoG food items went from 300 to 750. | ************************************************************ | | * Install Files | ************************************************************ | 1. Copy the "mod_assets" folder from the archive in your dungeon's directory found in Documents\Almost Human\Legend of Grimrock\Dungeons\ >your dungeon's name< \ and merge the folder with the already existing "mod_assets" folder. 2. Open the mod_assets\scripts folder and you'll find a file named " items_food.lua". 3. Open this file with a text editor, such as notepad, and add the following to the end of the file : import "mod_assets/scripts/items_food.lua" 4. Open >your Dungeon< in the Legend of Grimrock Dungeon Editor | ************************************************************ | | * Asset Usage | ************************************************************ | Use items in this pack as any other item from the game. Each of the 24 items added by this pack have names following this convention : itm_food_ Typing itm_ or food in the dungeon editor while searching for assets quickly show the list of items from this pack. To allow a better blending with the default food items in the game, I advise to alter the items from this pack or the default items from the game depending on your own preferences. For exemple you could clone the items from the game and only add an alternate value for the "nutritionValue" property. You can either keep the "nutritionValue" ratio from this pack (between 100 and 300) or you can use the defualt ratio from LoG (between 300 and 450) That's your choice. | ************************************************************ | | * Uninstall Files | ************************************************************ | 1. Open the mod_assets folder from your dungeon's directory found in Documents\Almost Human\Legend of Grimrock\Dungeons\ >your dungeon's name< \ 2. Delete the following files and folders : mod_assets\models\items mod_assets\models\items\food mod_assets\models\items\food\bread.model mod_assets\models\items\food\bread_round.model mod_assets\models\items\food\cheese_big.model mod_assets\models\items\food\cheese_big_slice.model mod_assets\models\items\food\cheese_medium.model mod_assets\models\items\food\cheese_medium_slice.model mod_assets\models\items\food\cheese_small.model mod_assets\models\items\food\cheese_small_slice.model mod_assets\models\items\food\egg_big.model mod_assets\models\items\food\egg_brown.model mod_assets\models\items\food\egg_huge.model mod_assets\models\items\food\egg_medium.model mod_assets\models\items\food\egg_white.model mod_assets\models\items\food\fruit_apple_green.model mod_assets\models\items\food\fruit_apple_red.model mod_assets\models\items\food\fruit_lemon.model mod_assets\models\items\food\fruit_orange.model mod_assets\models\items\food\meat_bird.model mod_assets\models\items\food\meat_shank.model mod_assets\models\items\food\meat_steak.model mod_assets\models\items\food\meat_tbone.model mod_assets\models\items\food\vegetable_carrot.model mod_assets\models\items\food\vegetable_corn.model mod_assets\models\items\food\vegetable_corn_w_leaves.model mod_assets\scripts\items mod_assets\scripts\items_food.lua mod_assets\scripts\items\items_food.lua mod_assets\scripts\items\items_food_materials.lua mod_assets\textures\gui mod_assets\textures\gui\gui_icons_food.dds mod_assets\textures\items mod_assets\textures\items\food mod_assets\textures\items\food\apple_green_diff.dds mod_assets\textures\items\food\apple_green_normal.dds mod_assets\textures\items\food\apple_green_spec.dds mod_assets\textures\items\food\apple_red_diff.dds mod_assets\textures\items\food\apple_red_normal.dds mod_assets\textures\items\food\apple_red_spec.dds mod_assets\textures\items\food\bird_meat_diff.dds mod_assets\textures\items\food\bird_meat_normal.dds mod_assets\textures\items\food\bird_meat_spec.dds mod_assets\textures\items\food\bread_diff.dds mod_assets\textures\items\food\bread_normal.dds mod_assets\textures\items\food\bread_round_diff.dds mod_assets\textures\items\food\bread_round_normal.dds mod_assets\textures\items\food\bread_round_slice_diff.dds mod_assets\textures\items\food\bread_round_slice_normal.dds mod_assets\textures\items\food\bread_round_slice_spec.dds mod_assets\textures\items\food\bread_round_spec.dds mod_assets\textures\items\food\bread_slice_diff.dds mod_assets\textures\items\food\bread_slice_normal.dds mod_assets\textures\items\food\bread_slice_spec.dds mod_assets\textures\items\food\bread_spec.dds mod_assets\textures\items\food\carrot_diff.dds mod_assets\textures\items\food\carrot_leaf_diff.dds mod_assets\textures\items\food\carrot_leaf_normal.dds mod_assets\textures\items\food\carrot_leaf_spec.dds mod_assets\textures\items\food\carrot_normal.dds mod_assets\textures\items\food\carrot_spec.dds mod_assets\textures\items\food\cheese_01_diff.dds mod_assets\textures\items\food\cheese_01_normal.dds mod_assets\textures\items\food\cheese_01_spec.dds mod_assets\textures\items\food\cheese_02_diff.dds mod_assets\textures\items\food\cheese_02_normal.dds mod_assets\textures\items\food\cheese_02_spec.dds mod_assets\textures\items\food\cheese_03_diff.dds mod_assets\textures\items\food\cheese_03_normal.dds mod_assets\textures\items\food\cheese_03_spec.dds mod_assets\textures\items\food\corn_diff.dds mod_assets\textures\items\food\corn_leaf_diff.dds mod_assets\textures\items\food\corn_leaf_normal.dds mod_assets\textures\items\food\corn_leaf_spec.dds mod_assets\textures\items\food\corn_normal.dds mod_assets\textures\items\food\corn_spec.dds mod_assets\textures\items\food\egg_brown.dds mod_assets\textures\items\food\egg_brown_normal.dds mod_assets\textures\items\food\egg_brown_spec.dds mod_assets\textures\items\food\egg_huge_diff.dds mod_assets\textures\items\food\egg_huge_normal.dds mod_assets\textures\items\food\egg_huge_spec.dds mod_assets\textures\items\food\egg_spotted_01.dds mod_assets\textures\items\food\egg_spotted_01_normal.dds mod_assets\textures\items\food\egg_spotted_01_spec.dds mod_assets\textures\items\food\egg_spotted_02.dds mod_assets\textures\items\food\egg_spotted_02_normal.dds mod_assets\textures\items\food\egg_spotted_02_spec.dds mod_assets\textures\items\food\egg_white.dds mod_assets\textures\items\food\egg_white_normal.dds mod_assets\textures\items\food\egg_white_spec.dds mod_assets\textures\items\food\fruit_leaf_diff.dds mod_assets\textures\items\food\fruit_leaf_normal.dds mod_assets\textures\items\food\fruit_leaf_spec.dds mod_assets\textures\items\food\lemon_diff.dds mod_assets\textures\items\food\lemon_leaf_diff.dds mod_assets\textures\items\food\lemon_leaf_normal.dds mod_assets\textures\items\food\lemon_leaf_spec.dds mod_assets\textures\items\food\lemon_normal.dds mod_assets\textures\items\food\lemon_spec.dds mod_assets\textures\items\food\orange_diff.dds mod_assets\textures\items\food\orange_normal.dds mod_assets\textures\items\food\orange_spec.dds mod_assets\textures\items\food\shank_diff.dds mod_assets\textures\items\food\shank_normal.dds mod_assets\textures\items\food\shank_slice_diff.dds mod_assets\textures\items\food\shank_slice_normal.dds mod_assets\textures\items\food\shank_slice_spec.dds mod_assets\textures\items\food\shank_spec.dds mod_assets\textures\items\food\steak_diff.dds mod_assets\textures\items\food\steak_normal.dds mod_assets\textures\items\food\steak_spec.dds mod_assets\textures\items\food\tbone_diff.dds mod_assets\textures\items\food\tbone_meat_diff.dds mod_assets\textures\items\food\tbone_meat_normal.dds mod_assets\textures\items\food\tbone_meat_spec.dds mod_assets\textures\items\food\tbone_normal.dds mod_assets\textures\items\food\tbone_spec.dds | ************************************************************ | | * Contact | ************************************************************ | You can find me on the official Grimrock.net forum as 'LordYig' | ************************************************************ | | * Credits | ************************************************************ | Thanks to Almost Human for creating Legend Of Grimrock. Thanks to grimrock.nexusmods.com 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 do whatever you want with this mod but all I ask in return is that you give me credit if you distribute any part of this mod.