- created by Qaia AKA madface, http://forums.gaspowered.com/viewtopic.php?f=7&t=55532
DOWNLOAD
- v1.0 http://www.mediafire.com/?tzlzmbu7bdpxk3v
PURPOSE OF MOD
Eliminates the cost for all Favor items.
- Throughout the course of playing the game, you are rewarded "Favor" by performing certain tasks in-game;
- This Favor is used as currency to purchase items (represented by the trophy icon at the far right of the in-game panel at the bottom of the screen);
- Favor is used as currency requiring you to "buy" each item. You lose Favor based on the purchase cost of an item;
- Only one Favor item may be used per game;
- Once a Favor item has been selected for a game it cannot be changed for that particular game.
This mod sets the Favor purchase cost for each item to 0, thereby letting you buy each item immediately.
HOW TO INSTALL
1) Navigate to the Demigod mods directory, ex., \games\steam\steamapps\common\demigod\bindata\mods\
2) Create a new directory called "UAFI", i.e., \mods\UAFI\
3) Extract the files in UAFI_v1.0.rar into \mods\UAFI\
You should have the following files and directory:
- \mods\UAFI\hook
- \mods\UAFI\mod_info.lua
- \mods\UAFI\readme.txt
4) Enable the mod using the in-game mod manager.
OPTIONAL ADDITION TO THE MOD
(single-player only)
Enabling the above mod will only set the costs for the Favor items to 0. However, you still need to "purchase" each item in-game. Adding the following code to your Game.prefs (\My Documents\My Games\Gas Powered Games\Demigod\Game.prefs) file will display each item in-game as PURCHASED. The benefit of adding this code is that you will no longer be prompted in-game whether or not you want to purchase an item when you select it, i.e., you simply select the item and use it.
profile = {
current = 1,
profiles = {
{
achievements = {
PurchaseCost = 0,
PurchaseItem = 'AchievementVision',
Items = {
'AchievementVision',
'AchievementDeathReduction'
'AchievementXPIncome',
'AchievementGoldIncome',
'AchievementRunSpeed',
'AchievementPure',
'AchievementHealth',
'AchievementMana',
'AchievementPotion',
'AchievementTeleport',
'AchievementCooldown',
'AchievementAEMana',
'AchievementMovement',
'AchievementAERegen',
'AchievementManaLeech',
'AchievementSnare',
'AchievementDamage',
'AchievementRefreshCooldowns',
'AchievementFreeSpells',
'AchievementFlurry',
'AchievementFinger',
'AchievementMinionDamage',
'AchievementMinionHealth',
'AchievementMinionEvasion',
'AchievementMinionBuff',
'AchievementMinionMeta',
'AchievementAEHeal',
'AchievementMinionInvis',
},
},
}
}
}