Character's portraits
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

Character's portraits
Could someone post a code example of how I could use a non default characters picture? I have cloned monsters and added their new pictures but cant seem to find anywhere how I can change my characters pictures.
- Gambit37
- Should eat more pies
- Posts: 13769
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
Here you go:
Code: Select all
[New - Bitmaps]
ADD BITMAP_NEWGOTHMOG FILE=(Portraits\DM Enhanced\Gothmog.bmp) SIZE=(64,58) POSITION=(0,0) SCALINGS=(1) TRANSPARENT=(FALSE)
...
...
...
[Characters]
CHARACTER_BALROG NAME=(BALROG) GENDER=(M) STATS=(999,999,999) EXP=(15.0,15.0,15.0,15.0) ATTRS=(255,255,255,255,255,255) PORTRAIT=(BITMAP_NEWGOTHMOG)