ninjastar82's avatar
How do you change what icons show in the test chamber sign?
wistfulwriter's avatar
You have to change the button images individually. The buttons are numbered 1-10 (or maybe 0-9) and the config uses the file name to display the right image. In other words, if you want to change the first button into an image of a butterfly, you would take the image you want to use and rename it to something like 1.png (sorry, I forget by now and I don't use a PC primarily anymore).
ninjastar82's avatar
Ok, but where do I find that? I've looked in all the settings for it.
wistfulwriter's avatar
Also, I just checked. The button images can be named whatever you want, you just have to reference them by the correct name in the INC file. So, for example, the first button by default is this:

[MeterBUTTON1]
Meter=BUTTON
X=0r
Y=10r
ButtonImage=images\portal.png
ButtonCommand=!Execute ["#B1#"]

You would change the second to last line that says "ButtonImage=images\portal.png" to whatever image file you want to be displayed. For example:
ButtonImage=images\chrome.png

Just make sure you place the image in the right folder.
wistfulwriter's avatar
It's in a file called dockdecorations.inc in Resources folder (Skins\Aperture Labs Information Signs\Resources)