I am looking to see what fonts we can use when creating recruitment scripts.
I know there is hyborian large and small, but what other fonts can we use? I have tried several and none have worked.
Cappa
March 24, 2023, 7:02pm
2
check in this file : Age of Conan\Data\GUI\Default\Fonts.xml
I have a script with all useable fonts that shows them as well here (in solution section):
Scripts are simple html language command files in “text” format, so they can be written in any text editor, saving .txt files, such as Windows Notepad editor. To have access to scripts at all, you must have a sub-folder in "\Program Files\Funcom\Age of Conan\" called “scripts”.
to work, it should look like this: "\Program Files\Funcom\Age of Conan\scripts". If you are missing this folder, it can be created manually by you.
Age Of Conan uses two types of scripts: Pop-up window or Timer text.
P…