console command for collisions on/off?

Have trouble running Grimrock 1 or you're wondering if your graphics card is supported? Look for help here.
Post Reply
User avatar
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

console command for collisions on/off?

Post by Komag »

other than pressing F1 while doing editor preview, is there a console command to toggle collisions, such as party:collisionsOn() or something like that?
Finished Dungeons - complete mods to play
User avatar
antti
Posts: 688
Joined: Thu Feb 23, 2012 1:43 pm
Location: Espoo, Finland
Contact:

Re: console command for collisions on/off?

Post by antti »

This should work:

Code: Select all

party.disableCollisions = true
Steven Seagal of gaming industry
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: console command for collisions on/off?

Post by petri »

Actually I think that works only with the debug build, not the final one...
User avatar
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: console command for collisions on/off?

Post by Komag »

I tried:
party:disableCollisions = true [function arguments expected near '=']
party:disableCollisions() = true [unexpected symbol near '=']
party:disableCollisions(true) [attempt to call method 'disableCollisions' (a nil value)]
nothing works. :cry:
Finished Dungeons - complete mods to play
CES 2005
Posts: 2
Joined: Thu Aug 10, 2017 1:14 am

Re: console command for collisions on/off?

Post by CES 2005 »

Code: Select all

party.disableCollisions = true
just returns "attempt to modify a read only value".
Post Reply