Samantha1 on 28/6/2021 at 20:00
I have not yet finished this mission but had to stop here to say how awesome it is!!! :D
I guess many jokes were lost in the english translation, for example the bavarian slang of the guests :laff:
I love how much stuff, keys and secrets there are to find, I´m super excited to find the rest!!
Thanks so much for this!! :thumb:
Samantha1 on 29/6/2021 at 18:47
All right, now I do need some help here after all :D Im down in one of the secrets of the crypts where two skeletons are sitting on couches and starring into a chimney and a note says "can you find all 5 switches to find evil sth." (I dont remember the name). I could only find 4 switches (the one on the chimney, the ones left and right of it on the small flower tables and the one on the left side of the door frame. Where is the last switch? :confused:
Edit: Okay, found it right after posting:tsktsk: For anyone else it´s directly below the purple safe.
FKenFord on 10/2/2024 at 03:46
Well, I (once again) can find no flowers in the
lounge. I searched this thread and was excited to find that some other dummy from 8 years ago had the same problem... Hi, it's me, I'm the dummy, it's me! :rolleyes:
So, this present Ken finds no help in this thread (especially from that past Ken;)). But, maybe, some present smarty can enlighten me? Script problem? Something else?
Any help is appreciated. Thanks! (but no thanks to you, past Ken)
Quote Posted by FKenFord
I don't seem to be able to find them. Not in my inventory; not
in the officers' lounge as mentioned. I suppose it's possible (though unlikely) that I grabbed them and managed to drop/throw them somewhere random. Are they supposed to be
in the vase on the table?
Anyone have any suggestions. I'm only
one monkey head short (and the
urn is still empty by the grave, so I'm sure that the missing one).
Thanks,
Ken
fortuni on 10/2/2024 at 09:02
Are you in the correct lounge? The flowers are in the lounge next to the vicar's toilets, not the officers lounge which is next to the meditation room. There shouldn't be any reason why they are not there they are not teleported into the vase by some previous action. Post a save and I'll check for you.
FKenFord on 10/2/2024 at 20:20
You were right! I was in the wrong lounge. I thought I made a sweep (or two... or seventeen!) back through all the rooms, but I must have just missed them.
I had to restart, and this time found the flowers right away. I'll chalk this up to "user error".
Thanks!
P.S. Ken of the past thanks you too. :)
fortuni on 24/2/2024 at 13:42
Updated dml courtesy Jax
Fixes
- Hanging Arrow bug
- Pocket count
- Misplaced objects
- Fix on 3 x spectacles which are unavailable if you have auto search turned off.
Code:
DML1
//T2 FM: The Folly of Youth by Philip Shepherd (The Dude) / Fixes: miss20.mis.dml
//pickpockets
+ObjProp 1373 "DesignNote"
{
"" NVRemovePropertyTrapOn="Incapacitated"; NVRemovePropertyTrapTarget=445; NVRemovePropertyTrapProp="FrobInfo"
}
+ObjProp 1373 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRemovePropertyTrap
}
+ObjProp 1441 "DesignNote"
{
"" NVRemovePropertyTrapOn="Incapacitated"; NVRemovePropertyTrapTarget=696; NVRemovePropertyTrapProp="FrobInfo"
}
+ObjProp 1441 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRemovePropertyTrap
}
+ObjProp 2089 "DesignNote"
{
"" NVRemovePropertyTrapOn="Incapacitated"; NVRemovePropertyTrapTarget=1439; NVRemovePropertyTrapProp="FrobInfo"
}
+ObjProp 2089 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRemovePropertyTrap
}
//hanging arrows
-ObjProp 614 "PhysType"
+ObjProp 614 "PhysType"
{
"Type" OBB
}
-ObjProp 1485 "PhysType"
+ObjProp 1485 "PhysType"
{
"Type" OBB
}
-ObjProp 1490 "PhysType"
+ObjProp 1490 "PhysType"
{
"Type" OBB
}
//objects
Create -2467
{
-ObjProp "PhysType"
+ObjProp "Position"
{
"Location" 443.99,409.49,403.57
}
+ObjProp "PhysType"
{
"Type" OBB
"# Submodels" 6
}
+ObjProp "RenderType"
{
"" Not Rendered
}
}
-ObjProp 1270 "PhysType"
+ObjProp 1270 "PhysType"
{
"Type" OBB
}
-ObjProp 1535 "PhysType"
+ObjProp 1535 "PhysType"
{
"Type" OBB
}
+ObjProp 503 "NoDrop"
{
"" true
}
+ObjProp 680 "NoDrop"
{
"" true
}
+ObjProp 704 "NoDrop"
{
"" true
}
+ObjProp 1100 "NoDrop"
{
"" true
}
//block frob
+ObjProp 1270 "BlockFrob"
{
"" true
}