Heroine morph mod |
Tue, 13 October 2015 06:48 |
Artofeel
Messages: 195 Registered: August 2013 Location: Russia
|
Senior Member |
|
|
This mod tune morph coefficients for heroine
It's only works if the SHOOTING SKILLS FULLY TRAINED
Setup:
use Catspaw's GFWL emu
put DLC folder to Fable 3 game directory
use this to add code that train shooting skills to full (or train it just shooting without this cheat)
Toggle Spoiler
if Experience.Get(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL) < 252500 then
Experience.Modify(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL, (252500 - Experience.Get(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL)), false)
Debug.SetHeroSkill(1.0)
end
|
|
|
Re: Heroine morph mod |
Wed, 14 October 2015 07:06 |
Ragnin
Messages: 8 Registered: October 2015
|
Junior Member |
|
|
Curious as to what this mod does. Is it just changing how the hero looks when thin and fat?
Also unrelated but how would I use
Toggle Spoilerif Experience.Get(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL) < 252500 then
Experience.Modify(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL, (252500 - Experience.Get(QuestManager.HeroEntity, EExperienceType.EXPERIENCE_SKILL) , false)
Debug.SetHeroSkill(1.0)
end
to also max out magic aura and strength?
|
|
|
|
|
Re: Heroine morph mod |
Sun, 18 October 2015 15:17 |
TheGeniusSavant
Messages: 68 Registered: September 2015
|
Member |
|
|
Yes, it changes the Morphs (the "bone" positions and densities) like I was planning to do with my big breast mod (in another thread). It's pretty fun to get in there and play with. I'll try and explain it on my thread if you'd like.
|
|
|