View Single Post
01-18-23, 02:53 PM   #5
Theolos
A Deviate Faerie Dragon
Join Date: Aug 2016
Posts: 11
Originally Posted by Fizzlemizz View Post
At a guess you could try changing line 59 from
Code:
SetFont(NumberFont_Outline_Huge,            primaryFont, 29, 'THICKOUTLINE', 30)
to
Code:
SetFont(NumberFont_Outline_Huge,            primaryFont, 29, 'THICKOUTLINE')
SetAlpha values go from 0 to 1 so I'm not sure what the 30 is supposed to represent other than a typo that was previously ignored.
OKAY! The fonts are back in the game, thank you so much! idk why but my inventorynumbers are missing their outline
I was able to detect line 61 as the one for the inventory numbers and after trying different approaches I wasn't able to give them a outline, only changing the font size but not their color or give them a shadow/outline



we are so close to perfection!!^^ sorry for being so bold and offering nothing in exchange for your help! I really tried it myself but .. I can't do it.
  Reply With Quote