[1.2] Germanny's Dungeon Master Resource for LoG2
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
I'm actually working on a program that will convert the DXT1 normal maps to Grimrock 2's style without recompressing. It will take some time to finish but I will definitely update the pack when it is.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
Just fyi,
I borrowed 4 portraits from this resource as decorations in my Mystrock Mod (the portraits represent the 2 brothers and parents in the Myst fantasy realm). The portraits line up nicely with most walls; however, I noticed that with Phitt's Asian Tileset (ctomb), these Portraits do not fit properly by default.
The ctomb walls are too thick/bulky, so the portraits get buried inside the wall a bit (all you can see is the outer frame). Of course, you can set the WorldPosition of these Portraits to fix it, however, since the MinimalSaveState property is set to True, the Portraits will go back to their original "unseen" positions after the first save/reload of the game.
So for anyone using these Portraits on a non-standard Wall, you will need to set the MinimalSaveState to False so that the WorldPosition correction gets saved properly during gameplay.
Cheers!
I borrowed 4 portraits from this resource as decorations in my Mystrock Mod (the portraits represent the 2 brothers and parents in the Myst fantasy realm). The portraits line up nicely with most walls; however, I noticed that with Phitt's Asian Tileset (ctomb), these Portraits do not fit properly by default.
The ctomb walls are too thick/bulky, so the portraits get buried inside the wall a bit (all you can see is the outer frame). Of course, you can set the WorldPosition of these Portraits to fix it, however, since the MinimalSaveState property is set to True, the Portraits will go back to their original "unseen" positions after the first save/reload of the game.
So for anyone using these Portraits on a non-standard Wall, you will need to set the MinimalSaveState to False so that the WorldPosition correction gets saved properly during gameplay.
Cheers!
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
why not just use the "offset" property on the ModelComponents?
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
Cause I'm not that clever
That's nifty; I will try that!

That's nifty; I will try that!
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
Minmay. Is there a way to recreate the Tool Box from Log 1 eg: You add items into the Tool box and create a Torch or something else?
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
yes, with the PartyComponent.onDrawAttackPanel hook you can easily imitate the Grimrock 2 mortar and pestle interface, however you'd need to draw a new background (the one used for the mortar and pestle includes shadows of the 6 herbs which is obviously not wanted)
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
Would it be possible for you to Code this for us? I can redo the picture np. You can just use the Original one of Mortar. Thxs if you will code this much appreciated 
EDIT: Err where is the original picture though?

EDIT: Err where is the original picture though?
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
not interested, sorry
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: [1.0] Germanny's Dungeon Master Resource for LoG2
Ok np thxs anyway