1
Technical Help: Problems BEFORE entering the game /
« on: December 14, 2003, 04:48:14 pm »
I fixed it. Appearantly the Freetype modules dont work. The fonts are ugly though. All ....NOT anti-aliased....grrr
this fixes it:
leave the rest the same. just change it into this:
System.Plugins.iFontServer = crystalspace.font.server.default
System.Plugins.iFontServer.1 = crystalspace.font.server.default
System.PlugIns.iFontServer.2 = crystalspace.font.server.default
or delete it all and add this:
; Additional plugins come here
;System.PlugIns.iScript = crystalspace.script.python
;System.PlugIns.iPerfstat = crystalspace.utilities.perfstat
System.PlugIns.iCollideSystem = crystalspace.collisiondetection.rapid
System.PlugIns.iFontServer = crystalspace.font.server.default
;System.PlugIns.iFontServer = crystalspace.font.server.freetype2
; For using font multiplexer, uncomment the following three lines
;System.PlugIns.iFontServer = crystalspace.font.server.multiplexer
;System.PlugIns.iFontServer.1 = crystalspace.font.server.freetype2
System.Plugins.iFontServer.1 = crystalspace.font.server.default
System.PlugIns.iFontServer.2 = crystalspace.font.server.default
this fixes it:
leave the rest the same. just change it into this:
System.Plugins.iFontServer = crystalspace.font.server.default
System.Plugins.iFontServer.1 = crystalspace.font.server.default
System.PlugIns.iFontServer.2 = crystalspace.font.server.default
or delete it all and add this:
; Additional plugins come here
;System.PlugIns.iScript = crystalspace.script.python
;System.PlugIns.iPerfstat = crystalspace.utilities.perfstat
System.PlugIns.iCollideSystem = crystalspace.collisiondetection.rapid
System.PlugIns.iFontServer = crystalspace.font.server.default
;System.PlugIns.iFontServer = crystalspace.font.server.freetype2
; For using font multiplexer, uncomment the following three lines
;System.PlugIns.iFontServer = crystalspace.font.server.multiplexer
;System.PlugIns.iFontServer.1 = crystalspace.font.server.freetype2
System.Plugins.iFontServer.1 = crystalspace.font.server.default
System.PlugIns.iFontServer.2 = crystalspace.font.server.default