Author Message

lambatti

pl
Posts: 31

Location: Poland
Occupation:
Age:
V$:
#1   2014-09-29 20:03          
I want to change font in game, but i don't know how to do this. I want font simple20 or 40 from frontend/textures/font. If i go to Street Legal Racing Redline\system\Scripts\render\ and copy from Text.java
frontend:0x00000020r
and change it in java of game or Nurburgring (frontent.medium/large/smallfont) my game crash...So how to change font in game?

mindeliszz

lt
Posts: 547

Location: Lithuania
Occupation: Occupied
Age: 29
V$: One Million Kebabs
#2   2014-09-29 21:33          
Find Fonted.java, then find function setFonts. There you can change fonts, i.e. change from RID_SLII24 to RID_SIMPLE40.

Added 1 minute later:

not sure if it really works tho :D
yes

Deathedit

dk
Posts: 33
http://deathedit.com
Location: Denmark
Occupation:
Age: 26
V$:
#3   2014-09-30 07:24          
# mindeliszz : Find Fonted.java, then find function setFonts. There you can change fonts, i.e. change from RID_SLII24 to RID_SIMPLE40.

Added 1 minute later:

not sure if it really works tho :D
I can say that it works just try it

lambatti

pl
Posts: 31

Location: Poland
Occupation:
Age:
V$:
#4   2014-09-30 12:01          
# mindeliszz : Find Fonted.java, then find function setFonts. There you can change fonts, i.e. change from RID_SLII24 to RID_SIMPLE40.

Added 1 minute later:

not sure if it really works tho :D
Thanks m√64!