Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
R1ck

[SLADE 3] SBARINFO Help part 2

Question

I encounter this problem that quite frustrates me when I'm studying SBARINFO. I tried to import @Jimmy's font on it but it's seems not working and I got these errors:

aaa.PNG.34757a4983756f18ad93a58252a35db9.PNG

 

Here I provides both my SBARINFO and FONTDEF lump script. perhaps I did something wrong somewhere.

 

SBARINFO:

base Doom;

statusbar Fullscreen, Fullscreenoffsets
{

// Health and armor

Drawimage "REDCROS", 80, -63;
Drawimage "SHIELD", 78, -35;
Drawnumber 3, STATUSFONT, untranslated, Health, alignment(center), 50, -62;
Drawnumber 3, STATUSFONT, untranslated, Armor, alignment(center), 50, -32;

//secret counter thingy, secrets and total secrets.

Drawnumber 3, STATUSFONT, untranslated, Totalsecrets, alignment(right), -5, -280;
Drawnumber 3, STATUSFONT, untranslated, Secrets, alignment(right), -30, -280;

//bullet tally thing

//bullets

Drawimage "BULLET", -50, -240;

FONDEF:

 STATUSFONT
   {
       0 STTNUM0
       1 STTNUM1
       2 STTNUM2
       3 STTNUM3
       4 STTNUM4
       5 STTNUM5
       6 STTNUM6
       7 STTNUM7
       8 STTNUM8
       9 STTNUM9
       % STTPRCNT    
       NOTRANSLATION 109	// don't touch the shadow color!
   }

 

Share this post


Link to post

1 answer to this question

Recommended Posts

  • 0

Nevermind. I got it fixed. Again, I am an idiot that can't even see a slight mistake on the lump name.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×