Page 1 of 1

Why are some bitmap overrides not supported?

Posted: Mon Jan 26, 2004 2:33 am
by Gambit37
Gaagah! I've spent two hours drawing a new OH EW RA effect for my sample dungeon only to discover that this is one of the elements that can't be changed!

I really don't understand this at all. Why can some stuff be changed and not others? Coiuld you shed some light on this George?

To us non-programmey types this doesn't make any sense what so ever. Surely if you have code to override some bitmaps, can it not be applied to all of them? I notcied in the RTC.EXE that the stuff that can't be overridden seems to be defined as TILE rather than BITMAP. Can you explain the difference?

Posted: Mon Jan 26, 2004 11:25 am
by George Gilbert
Well, to strictly answer your question, TILEs can't be over-ridden, BITMAPs can!

More helpfully, this is something I need to change and will do so so these images can be changed. The original reason for those tiles being protected is that they are core to the engine rather than incidental graphics - this distinction however is no longer necessary and so can be changed now.

Posted: Mon Jan 26, 2004 1:51 pm
by Gambit37
Hey, that's really cool! Does this also mean that all the INTERFACE stuff can be changed too?