Editor Tutorials on YouTube - part 14 is out

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: 2768
Joined: Mon Sep 23, 2013 2:24 am

Re: Editor Tutorials on YouTube - part 13 is out

Post by minmay »

I notice you spent a lot of time on weight painting rigid objects in that video. You (or other readers) might find the info in this thread to be useful: there are a couple of easy ways to "fill" vertex groups with one weight in Blender.
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
Aisuu
Posts: 61
Joined: Fri Oct 31, 2014 2:07 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by Aisuu »

Thank you Skuggasveinn for this awesome tutorial ;)
A100N
Posts: 15
Joined: Sun Oct 19, 2014 1:53 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by A100N »

Hi all...
please help
I have 3 altars and 3 gems (red, blue, green) - who wants to write a script to open the door if the gems will be situated on the respective altars, but I'm in the "weak" and no department :(
red_altar need red_gem
blue_altar need blue_gem
green_altar need green_gem

then the doors need to be opened.
...
Unfortunately, what I did not do nothing happens, or I have a bug in the script :(
I am ashamed of my ruler paste this script ....

Can I count on help ?. Advance thank you very much.
I'm sorry, I use a translator :(
greetings A100N
User avatar
THOM
Posts: 1266
Joined: Wed Nov 20, 2013 11:35 pm
Location: Germany - Cologne
Contact:

Re: Editor Tutorials on YouTube - part 13 is out

Post by THOM »

Have a look at the opneing post and there at the entrance on "alcove puzzle" - maybe that gives some inspiration. Or post your script...
THOM formaly known as tschrage
_______________________________________________
My MOD (LoG1): Castle Ringfort Thread
My MOD (LoG2): Journey To Justice Thread | Download
A100N
Posts: 15
Joined: Sun Oct 19, 2014 1:53 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by A100N »

I check this ALCOVE tutorial. works fine if use dungeon alcove tiles, but if use ALTAR, this script not work:(
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by Skuggasveinn »

Hi A100N

Please have a look at this test dungeon within the editor.
http://www.zorglubb.net/grimrock/dropzo ... hamber.zip

It has the following puzzles.

Place a green gem on a pressure plate to open a door.
Place a green and a red gem inside an alcove to open a door
Use shovel to dig up treasure.
Place a sword on a alter to open a door.
Remove a torch from a torch holder to open a door (and then place it in another holder the triggers a teleporter)
Place a blue, red and a green gem on 3 separate altars that will destroy the gems, when that's done a door will open.

hope that gets you in the right direction.

kind regards.
Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
A100N
Posts: 15
Joined: Sun Oct 19, 2014 1:53 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by A100N »

Skuggasveinn

Thank you very much for your help, and once again I apologize for the inconvenience!
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by Skuggasveinn »

Nothing to apologize for, its never a trouble or inconvenience, and when people are learning something new, then there are no stupid questions.
So feel free to ask.

kind regards.
Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
A100N
Posts: 15
Joined: Sun Oct 19, 2014 1:53 pm

Re: Editor Tutorials on YouTube - part 13 is out

Post by A100N »

Hello.
I have a question.
Is it possible to somehow change in the file [monsters.lua] or somewhere else size specific monster?
----
I created (small_crab) but do not know how to reduce its size by 50%
there is no script for some type of ...
height = 50%, or 0.5
width ^^
minmay
Posts: 2768
Joined: Mon Sep 23, 2013 2:24 am

Re: Editor Tutorials on YouTube - part 13 is out

Post by minmay »

You need to change the actual model file to do that.
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.
Post Reply