Fable3mod
Discussions for modifying Fable 3

Home » Modding Forums » Modding Discussion » Help with .lua script changing (`)
Help with .lua script changing Mon, 16 December 2013 19:34
jimjam2 is currently offline  jimjam2
Messages: 1
Registered: December 2013
Junior Member
So I decided to play Fable 3 again and noticed this script stuff which sounds good.

I followed Keshire's tutorial on script editing to the letter and got everything working with the following code:
Quote:
ScriptActivation[ScriptCode.QU000].AbleToRun = function(Wink



Debug.GiveAllMeleeWeapons(Wink
Debug.GiveAllRangedWeapons(Wink
Debug.GiveAllSpellGauntlets(Wink
Debug.AddAllInventoryItemsF2(Wink
Debug.AddAllInventoryItems(Wink
Debug.AddAllClothingF2(Wink
Debug.AddAllClothingAccessories(Wink
Debug.AddAllClothingSuits(Wink
Debug.AddAllDLC1Items(Wink
Debug.AddAllDLC2Items(Wink
Debug.AddDLCDogBreedPack(Wink

return nil

end


It all works fine and show up ingame, but if I save my game, then reload it the doors in Sanctuary are locked (tried starting a new game but it hangs with modified scripts). I added a modded scripts folder made no changes to the dir.mainifest or startup files, the save worked (with saving and loading) fine, no locked doors but also no effect from the script, nothing was changed.
So I modded the dir.manifest file with the suggested changes from the tutorial. O loaded up the savegame and the changes from the script were present but if I saved the game and loaded it, the doors were locked!

So I think it's either because of changes to the dir.manifest file or because of the activation of scripts. Even removing any and all changes I made to the files and/or replacing them with the original/vanilla copies, I still get the locked doors issue, so it must be corrupting the save game somehow.

Fell like i've tried everything, could anyone give me a hand with this?

Any help is appreciated, thanks a lot!
Previous Topic: Help!!
Next Topic: Can you fix a broken door/window?
Goto Forum:
  


Current Time: Sun Apr 28 10:33:01 PDT 2024

Total time taken to generate the page: 0.01550 seconds