PDA

View Full Version : Custom picture (icon) prob



stoppelhopser
Jan 29 2003, 20:41
hi,
dunno if that is as config prob...
i made custom pictures for my units and set them in config:

class cfgVehicles
{
    class mysoldier : SoldierEB
    {
           picture = "\myaddon\mypicture";
....
}

now ingame it doesn´t replace the picture, but is added to it´s bottom left...
http://home.knuut.de/macrodx/ofp/oftpc/picture.jpg

whats the matter dammit? http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/crazy.gif

legowarz
May 26 2003, 08:00
I'm having this same problem. The pic icons worked fine with 1.46, but when I converted over to Resistance, it messed them all up and I haven't been able to figure out how to replace both images. Does anyone have any ideas on how this is done?

Thanks!

bradman

Suchey
May 26 2003, 17:18
The larger icon is tied to the weapon now...in order to change the larger icon in the picture above, you can add:

picture="path to your icon";

to the weapon class in your config...the icon will then change depending on what weapon the unit is carrying...the smaller icon is still tied to the unit itself.

aLoneWolf
May 26 2003, 21:42
Check original BIStudio's stuff for "picture" & "uiPicture" using...

legowarz
May 27 2003, 02:34
The larger icon is tied to the weapon now...in order to change the larger icon in the picture above, you can add:

picture="path to your icon";
does this not change the picture that appears in the breifing?