how to place object with setSubtileOffset so it WON'T MOVE?

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

how to place object with setSubtileOffset so it WON'T MOVE?

Post by Komag »

I have placed some leather boots with a script nearby like so:

Code: Select all

leather_boots_1:setSubtileOffset(1.1, -0.3)
In the original game you can walk into that square from the south and it WON'T push the boots to the north, but these always move (like when you drop objects)
Finished Dungeons - complete mods to play
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: how to place object with setSubtileOffset so it WON'T MO

Post by Komag »

wow, I just tried making them CLOSER to the wall and that works! 1.2 puts them "out of the way" enough so you don't nudge/move them when you step in.

I guess I"ll leave this thread here if someone else cared
Finished Dungeons - complete mods to play
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: how to place object with setSubtileOffset so it WON'T MO

Post by Batty »

I care! :D That was bugging me, I'd place items on the floor and they'd get kicked so I stopped putting stuff on the floor. Thanks for this fix.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: how to place object with setSubtileOffset so it WON'T MO

Post by Komag »

by the way, any way to rotate these placed objects slightly?
Finished Dungeons - complete mods to play
Post Reply