Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
-
RayB
- Posts: 119
- Joined: Fri Mar 06, 2015 3:45 am
Post
by RayB » Sun May 31, 2020 2:35 am
Is there any way to change the note and letter fonts? I have a terrible time reading the notes when I find them and I was hoping to be able to change the font to something more readable.
-
ratman
- Posts: 134
- Joined: Fri Jan 10, 2020 1:13 am
Post
by ratman » Fri Jun 12, 2020 6:12 am
There is no way to change the font that I know of, but you can create an image with text in the font you want, then use this script to add it to your note:
Code: Select all
note_1.scrollitem:setScrollImage("mod_assets/note_text.dds")