LVZ/LVL Questions - solid lvz blaine0002 - Tue Jun 28, 2005 1:02 pm Post subject: solid lvz
i know its probably something simple, but i want to add a solid lvz image so i can objon and obj off it.
im not on my computer so i cant really look through the lvz toolkit for an example. thanks.
Muskrat - Tue Jun 28, 2005 2:27 pm Post subject:
Solid as in can't fly through it? I suggest using doormodes underneath the lvz.
blaine0002 - Tue Jun 28, 2005 11:18 pm Post subject:
how do i use doormodes?
Purge - Tue Jun 28, 2005 11:28 pm Post subject:
Depends on what the delay you want the door to be. If you understand the delay from 0-255 of the DoorMode, then this command will do you good:
The X there means a variable from 0-255.
Mr Ekted - Tue Jun 28, 2005 11:45 pm Post subject:
It's not a delay. It's a bitfield for each of the 8 gate tiles in the tileset.
Muskrat - Wed Jun 29, 2005 1:09 am Post subject:
Indeed, blaine, try to find a bot to switch doors and lvz on/off at the same time. If you need more than one different instance of the closed door, then you will need to figure out which doormodes(from 1 to 254) are which combonations of the 8 doors, and apply accordingly.
Although, if you can stand for all of the 'solid lvz' to be either on or off at the same time, it will be much easier.
Mr Ekted - Wed Jun 29, 2005 12:08 pm Post subject:
Door modes 0-255 are the bit patterns. Modes -1 and -2 are the special values for weighted and unweighted random open and close. [DoorMode is a signed 16-bit value in the settings]
blaine0002 - Wed Jun 29, 2005 12:33 pm Post subject:
well i just want somthing like a door to always be closed unless i open it, then it closes again in 10 seconds, i have an elim arena with a safe area I want to close/open.
Bak - Wed Jun 29, 2005 4:20 pm Post subject:
use a bot to say "?set door:doormode=255" to close all doors and "?set door:doormode=0" to open all doors
Muskrat - Wed Jun 29, 2005 8:19 pm Post subject:
And to do *objon ### then *objoff ### at the same times to change the overlaid lvz.
SuSE - Sat Jul 02, 2005 4:04 pm Post subject:
or ?objset +#, -#,