Maxrebo6 on 5/8/2016 at 03:58
I just finished this FM but I am I am a bit short of full loot I am pretty sure I looked everywhere in the level and the internet for loot lists with no luck.
Here are my totals
Gold:2377
Gems:50
Goods:465
Total:2892 out of 3027
Can anybody help?
Edit:Found some additional loot that I missed
Some Coins behind a banner in the hall with the stairs to the dining room.
And a gold nugget in a locked chest in a small area of the hedge maze near the pit,hidden behind tree,area also contains note saying that the clippers where left on top of a hedge.
Now I am only 20 loot short of full loot.I searched over the whole level three times now and no luck.Its not a purse since the only 2 guards still conscious don't have purses and I did the one secret area at the begging of the level.So I have no clue what I could have missed unless its a really tiny item like a ring or bug that prevents full loot.
Maxrebo6 on 9/8/2016 at 08:03
I looked over the level one more time and still couldn't find what I am missing.I wish there was a command like The Dark Mods Show loot command for situations like this.I know for sure its not a pickpocket item I am missing since I have all the the pickpockets,and its not in the 1 secret.I have no clue what I could be missing and where it is.
I tried using The Tricksters Loot Locator to no avail since all gave me was the pickpockets and not the rest of the loot found in the map nor the totals.I am gonna try it again tomorrow and see if I have better luck.
If anyone has gotten full loot in this mission before and can help me out with hard to find loot piece or whatever help you can provide would be awesome.
Unna Oertdottir on 9/8/2016 at 08:15
You could use DromEd to load a savegame and check the remaining loot
edit_load_game saves/XXXX.sav (XXXX = name of the savegame)
then
hilight_by_prop loot
and
hilight_render 1
voilà, this is the remaining loot
click on it and press F8 to go there
or just upload a savegame, somebody might do it for you
Maxrebo6 on 9/8/2016 at 21:53
I followed your instructions and still don;t quite know what I was or am doing.But I still was able to use that to find that what I was missing was a pair of lucky coins hidden under a chair in the little area in the hedge maze near the party area with the planters and patrolling spider bot.
Is there somewhere I can ready a guide for beginners on how to do this just in case I run into this problem again because the entire time I had no clue on whether or not I was doing it it right.
If it's even possible some in the future,to have a command in game like that one I mentioned in the Dark Mod.Well then that would be amazing.
Unna Oertdottir on 10/8/2016 at 07:02
You could load this on DromEd start.
Watch out for a file "startup.cmd" in the T2 root folder or in T2\Cmds (or just create a text file and rename it)
copy this into startup.cmd
Quote:
edit_load_game saves/quick.sav
hilight_by_prop loot
hilight_render 1
Every time DromEd starts, it will
-load the quicksave
-show the remaining loot
-be hiding everything else but loot. If you don't want this, delete this line (hilight_render 1)
In DromEd.cfg there's a line that should point to this cmd. Like this
Quote:
edit_script_StartUp .\StartUp.cmd
Quote:
edit_script_StartUp .\cmds\StartUp.cmd