Page 1 of 1

"Walking around" in build sections

Posted: Mon Aug 22, 2022 5:10 pm
by MattKC
Looks like LEGO Island's indoor sections are actually logically the same as its outdoor sections, just with walking disabled. However it's actually possible to re-enable walking by toggling a bool in memory:
The address of the bool is 100F4C58 (in 1.1). 0 = movement disabled, 1 = movement enabled. It doesn't seem to work in all rooms (Info Center elevators are a notable exception), but most appear to work, and it can also be used to disable walking in open world sections (but I don't know why you'd want to do that)