- Joined
- Feb 21, 2017
- Messages
- 11
- Reaction score
- 6
- First Language
- English
- Primarily Uses
- RMVXA
I looked up how to change the font in VX Ace and did as directed in an old thread, replaced the Main with this:
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_name = ["Couri"] # Edit as you see fit.
Font.default_size = 22 # Edit as you see fit.
rgss_main { SceneManager.run }
yet my font does not change. I've tried writing out the whole word courier (couri is the file name) but that just crashes the playtest.
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_name = ["Couri"] # Edit as you see fit.
Font.default_size = 22 # Edit as you see fit.
rgss_main { SceneManager.run }
yet my font does not change. I've tried writing out the whole word courier (couri is the file name) but that just crashes the playtest.


