[Guide] How to Make Outdoor Areas

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!
User avatar
THOM
Posts: 1281
Joined: Wed Nov 20, 2013 11:35 pm
Location: Germany - Cologne
Contact:

Re: [Guide] How to Make Outdoor Areas

Post by THOM »

In LoG2 ladders are not needed to go down one elevation. Just jump :)

Funnily Lark is right at the moment working on a script to imüplement ladders that can be "climbed" downwards:

viewtopic.php?f=22&t=14639
THOM formaly known as tschrage
_______________________________________________
My MOD (LoG1): Castle Ringfort Thread
My MOD (LoG2): Journey To Justice Thread | Download
User avatar
Isaac
Posts: 3192
Joined: Fri Mar 02, 2012 10:02 pm

Re: [Guide] How to Make Outdoor Areas

Post by Isaac »

BlankGame wrote:So i have made a ladder that i can get up successfully BUT i can not get down ... how do i fix this (without code)
Without code is less than ideal. I assume that your ladder is two or more levels high?

Without code, you can place an invisible platform, and a connected floor_trigger (set to toggle on activate) at each elevation, to work as speed-bumps on the way down.

example (using magic_bridge for demonstration):
Image

Working project file:
https://www.dropbox.com/s/f8cewheb0t18j ... r.zip?dl=0
Post Reply