I cloned movable wall and added some bitmaps but, unfortunately, the wall is not affected by them. It looks like the compiler is ignoring that bitmaps while the test project is compiled.
The size of new bitmaps differ from original ones, so maybe they are not accepted by compiler?
Pedro
I cannot change bitmaps for cloned movable wall
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

George is very silent on my last proposals, so I don't dare mention a new one to him
In fact, it's not a cloned movable wall itself important for me. I just wanted to make "an item aware" table (from DM2). So I've got a bit crazy idea to clone movable wall and replace its bitmaps with table bitmaps and then add to it invisible cloned alcove (with NULL bitmaps). That invisible alcove would help to hold items as if on the table. But, as you said, "that doesn't work" because of RTC mechanics.
Maybe you know some other trick to create such item aware table?
Pedro

In fact, it's not a cloned movable wall itself important for me. I just wanted to make "an item aware" table (from DM2). So I've got a bit crazy idea to clone movable wall and replace its bitmaps with table bitmaps and then add to it invisible cloned alcove (with NULL bitmaps). That invisible alcove would help to hold items as if on the table. But, as you said, "that doesn't work" because of RTC mechanics.
Maybe you know some other trick to create such item aware table?
Pedro
- Gambit37
- Should eat more pies
- Posts: 13773
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
I've not tried anything like this and I can't see how you could do it with existing mechanisms, unless RTC allows either of these two things:
1) To place wall decorations suspended in space NOT on a wall, or
2) It has a second transparent colour that renders everything behind it transparent (like in the original DM with the orange colour that's used to make magic windows in doors).
If (1) was supported, you would design your alcove as a table and just place it on a tile.
But I still think that stuff like this would need to be added as a proper 'tile item', something like a half-height pillar that can be interacted with.
1) To place wall decorations suspended in space NOT on a wall, or
2) It has a second transparent colour that renders everything behind it transparent (like in the original DM with the orange colour that's used to make magic windows in doors).
If (1) was supported, you would design your alcove as a table and just place it on a tile.
But I still think that stuff like this would need to be added as a proper 'tile item', something like a half-height pillar that can be interacted with.
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
Hmmm - the movable wall is a special object that doesn't actually have any bitmaps (which is why you can't clone it and replace the bitmaps!). What it does is that it uses the wall bitmaps to draw itself - that way it will always blend seamlessly with the rest of the dungeon.
As Gambit says, you'd probably need a special object to do what you want but I'll have athink to see if you can do it with existing objects...
As Gambit says, you'd probably need a special object to do what you want but I'll have athink to see if you can do it with existing objects...
- L!ghthouse
- Craftsman
- Posts: 106
- Joined: Mon Nov 10, 2003 9:43 pm
- Location: Budapest, Hungary