Can the panel of an elevator be changed

notdefix

First time out of the vault
Is it possible to change or replace the panel image that is shows up as the panel of the elevator control panel. More specifically, can it be replaced with a different style, for example, the rusted edition instead of nice and shiny version.
 
Any artwork can be easily changed. Just find the piece in the "intrface" folder and replace it with the new artwork, preferably the same size and shape.
 
Wouldn't that change the artwork for all elevator instances that are set to use the same art?
 
It would change for all that uses the same art, however there are elevators that are duplicated EL_BASE1 and EL_BOS or used together with a partial frms like EL_BOS and EL_BOS2 or EL_MAST1 and EL_MAST2. Also EL_BOS, EL_BASE and EL_MIL uses the same design.
I played around a bit with sfall Elevators.ini this is the result I had may not be 100% correct
Code:
0   EL_BOS     
1   EL_BOS2
2   EL_MAST1
3   EL_MAST2
4   EL_MIL1
5   EL_MIL1
6   EL_MIL2
7   EL_MIL3
8   EL_VAULT
9   EL_MIL1
10   EL_MIL1
11   EL_MIL2
12   EL_BASE1
13   EL_BOS2
14   EL_VAULT
15   EL_VAULT
16   EL_VAULT
17   EL_BOS2
18   EL_BOS2
19   EL_BOS2
20   EL_BOS2
 
Hmm, I finally took the time to look into this, but I don't yet see how I could change the art for a single location :-(

Let me explain what I would like to achieve and maybe it just turns out it is impossible:

I've made a mod that changes the Toxic Caves.
In vanilla, the elevator panel for the Toxic Caves is of the wrong type:
scr00000.GIF


The metal walls in the Toxic Caves are of the brownish rusted type, while the elevator panel is of the non-rusted metal type.

I wondered if it would be possible to change the panel for this location in a rusty metal edition, without affecting any of the other locations.
 
Last edited:
Back
Top