[1.2] Germanny's Dungeon Master Resource for LoG2

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
minmay
Posts: 2789
Joined: Mon Sep 23, 2013 2:24 am

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by minmay »

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.
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Eleven Warrior »

No Toolbox
Azel
Posts: 808
Joined: Thu Nov 06, 2014 10:40 pm

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Azel »

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!
minmay
Posts: 2789
Joined: Mon Sep 23, 2013 2:24 am

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by minmay »

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.
Azel
Posts: 808
Joined: Thu Nov 06, 2014 10:40 pm

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Azel »

Cause I'm not that clever :P

That's nifty; I will try that!
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Eleven Warrior »

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?
minmay
Posts: 2789
Joined: Mon Sep 23, 2013 2:24 am

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by minmay »

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.
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Eleven Warrior »

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?
minmay
Posts: 2789
Joined: Mon Sep 23, 2013 2:24 am

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by minmay »

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.
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: [1.0] Germanny's Dungeon Master Resource for LoG2

Post by Eleven Warrior »

Ok np thxs anyway
Post Reply