Thread: Armageddon
View Single Post
  #7  
Old 08-27-2010, 04:43 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by maximus_asinus View Post
I only asked because Thor led me to believe it was impossible to support layers with a custom system.
Classic's systems are more custom than most other custom systems. While most other movement systems just use onwall2, we currently use tiletype and loop over the tiles in the specified area. We would need to switch to working with the tiles array if we wanted to support layers (because there is no layer-aware tiletype function).

All that technobabble just means that we'd need to do a little extra work and have more overhead in the movement system.