Font-Changer
Version: 1.1
Author: ChaosOverLord
Date: 3/14/2011
Version History
- <Version 1.0> 3/14/2011 - Original Release
- <Version 1.1> 3/14/2011 - Added shadows and italics and fixed code
Planned Future Versions
- <Version 1.2> GUI started and working.
Description
You can change your fonts and make it bold and now italics or shadowed!
Features
- Uses any fonts installed onto hard drive!Can make them bold!
Instructions
Plug and play script
1)Copy script and put into the script editor
2)Change the font where it says Font.default_name = ["Arial Black"]
3)Decide if you want it bold where it says Font.default_bold = True
4)Decide if you want italics or shadows by changing them to true or false
Script
#===============================================================================
# Name:Font-Changer
# Version:1.1
# By:ChaosOverLord
#===============================================================================
# This script will allow you to add different font types or make them bold,
# with italics or now with shadows!
#===============================================================================
# I will be adding a custom GUI to it so you can change the script in-game then
# using the script editor and editing the code as it gets bigger.
#===============================================================================
# Version 1.2 will be added as soon as i can find what to add like maybe working
# on the GUI.Please leave me a comment on RMRK and ill add it if i like it!
#===============================================================================
Font.default_name = ["Arial Black"]
Font.default_bold = true
Font.default_italic = false
Font.default_shadow = false
#===============================================================================
# How To Customize
#===============================================================================
# All you have to do is edit the font name,if its bold,if its italic or with
# shadows.
#===============================================================================
Credit
Thanks
- No thanks at the moment but i will update!
Support
Support us by leaving a comment on what should be fixed or added!
Known Compatibility Issues
No recent issues.
Demo
Dont need a demo so far.
Author's Notes
Check out my other scripts:
None
Restrictions
No restrictions!