Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Pat64 on Thu 24/07/2025 15:16:10

Title: Restore default font0 ?
Post by: Pat64 on Thu 24/07/2025 15:16:10
Hello,

I'm quite new to AGS, and I started a small game.
But after a mistake, I replaced the default font0. How can I restore the default font0 (used in GUI) ?
Can I download it somewhere in order to import it again ?

Thank you !  :smiley:
Title: Re: Restore default font0 ?
Post by: Khris on Fri 25/07/2025 14:07:36
1. Create a new project using the same template
2. Close the editor
3. Copy AGSFONT0.WFN from the new project's folder to the current one
4. Delete the new project's folder
Title: Re: Restore default font0 ? (SOLVED)
Post by: Pat64 on Fri 25/07/2025 16:58:06
Thank you, it works !