Wo bzw. wie kann ich denn eigentlich die Schriftart eines Skins verändern?
Folgendes habe ich bisher im SI-Forum gefunden (gilt aber für den FM06):
http://community.sigames.com/eve/forums/a/tpc/f/420106/m/4262020572?r=4262020572#4262020572Get the font you want and copy it to data/skins/<skin>/fonts
Then go to Folder->Options (I think!) and untick "hide extensions for know file types" then go back to /fonts and rename the font you want to use to "fm main.t2k" it may tell you theres already a font named these. In this case change the font already name fm main to "fm main 1.t2k" then repeat. Hope this helps.
Ich schau aber noch bei sortitoutsi vorbei.
Edit: Hier habe ich was das zum Ziel führen könnte:
http://community.sigames.com/eve/forums/a/tpc/f/420106/m/5602001892?r=5602001892#5602001892There are two ways in which you can edit the fonts:
1. Replace the font files in the skins\SKIN_NAME\fonts folder with the ones you want (make sure the names match).
2. Open the SKIN_NAME.xml located in skins\SKIN_NAME with notepad, scroll down to the bottom and you can see what fonts are assigned where and just change the font names to match the fonts you want to use.(just make sure the font files are in skins\SKIN_NAME\fonts)
You'll also need to refresh the skin cache once done, and backup files before changing them.
Einen hab ich noch:
http://community.sigames.com/eve/forums/a/tpc/f/420106/m/5152084663?r=5152084663#5152084663Download a skin and add 'fonts' folder in the skin folder.
Then you need to to take your desired fonts and RENAME them to match the fonts already there.
There are 4 fonts that need to be reanmed.
humanist 521 bd bt
segoe
vera
verabd
What you are doing here is giving FM Fonts of the same name which it will run from. ie. It looks for vera and finds it in the skin folder.
Then change to the skin in the game and press to coninue.
Und nun das ganze
auf deutsch erklärt an meinem Beispiel-Skin rs5:
Erschaffe in deinem Skin-Ordner einen Ordner namens "fonts" (bei diesem Skin existiert ein solcher und gewisse Schriftarten schon!):
C:\Dokumente und Einstellungen\Octavianus\Eigene Dateien\Sports Interactive\Football Manager 2008\skins\rs5\fonts
Kopiere die gewünschte Schriftart in diesen Ordner.
Im übergeordneten Ordner also hier:
C:\Dokumente und Einstellungen\Octavianus\Eigene Dateien\Sports Interactive\Football Manager 2008\skins\rs5\
findet ihr die "Skinname".xml-Datei die so ziemlich alles festlegt => öffnen mit Editor/Notepad
nach den entsprechenden Einträgen suchen, zum Beispiel:
Ich will sämtliche
Texte mit der neuen Schriftart haben, also
<!-- TEXT PROPERTIES -->
<flags id="txfn" value="fonts/segoe" comment=" Text font "/>
<integer id="txss" value="8" /> <!-- text size small -->
<integer id="txsn" value="8" /> <!-- text size normal -->
<integer id="txsl" value="10" /> <!-- text size large -->
<integer id="txst" value="plain"/> <!-- text style -->
zurück in den eben erstellten fonts-Ordner und die Schriftart in segoe (in meinem Fall existiert diese Schriftart schon, also muss die alte ursprüngliche segoe.ttf gelöscht werden bevor ihr eure eigene Schriftart in segoe umbenennen könnt!) umbenennen. FM starten, Skin Cache aus, Grafiken neu laden (Skin Cache wieder an) und es sollte funktionieren. Natürlich könnt ihr auch für alles die selbe Schriftart wählen. Dann wiederholt ihr eben alle Schritte und kopiert jedesmal aufs neue die Schriftart dort hin.
Jedoch bin ich sicher dass einige Schriftarten Probleme verursachen zumal nicht alle die gleiche Größe haben und dann mitunter gewisse Rahmen gesprengt werden => ich vermute mal dass es dann zu Abstürzen kommen kann. Also bei der Größe der Schriftart vielleicht vorher mal in Word ausprobieren wie die ursprüngliche segoe und eure neue auf der selben Größe aussehen. Wenn es ungefähr hinhaut dann sollte auch im Spiel alles glatt gehen.
Edit: Zusatz - was kann man alles ändern an Textmodulen?
Schriftart in Hilfefensterchen, den so genannten Tooltips:
<!-- TOOLTIP PROPERTIES -->
<flags id="hnfn" value="fonts/segoeui" comment="hint font"/>
<integer id="hnst" value="shadowed"/> <!-- Style -->
<integer id="hnss" value="9"/> <!-- Font size -->
Überschriften:
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/segoe" comment=" title font "/>
<integer id="tlss" value="17"/> <!-- Large font size -->
<integer id="tlsn" value="15"/> <!-- Normal font size -->
<integer id="tlsl" value="9"/> <!-- Small font size -->
<integer id="tlst" value="plain"/> <!-- title text style -->
Menuschriftart:
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/segoe" comment=" popup menu font "/>
<integer id="mnss" value="7"/> <!-- Small font size -->
<integer id="mnsn" value="8"/> <!-- Normal font size -->
<integer id="mnsl" value="10"/> <!-- Large font size -->
<integer id="mnst" value="shadowed"/> <!-- menu text style -->
Schriftart der Schaltflächen:
<!-- BUTTON PROPERTIES -->
<flags id="cnfn" value="fonts/segoe" comment=" Button Font "/>
<integer id="cnss" value="7"/> <!-- Small font size -->
<integer id="cnsn" value="8"/> <!-- Normal font size -->
<integer id="cnsl" value="10"/> <!-- Large font size -->
<integer id="cnst" value="plain"/> <!-- button text style -->