diff --git a/Extras/Font Mod/0 - MS Gothic/Update/init.txt b/Extras/Font Mod/0 - MS Gothic/Update/init.txt new file mode 100644 index 0000000..8d540c9 --- /dev/null +++ b/Extras/Font Mod/0 - MS Gothic/Update/init.txt @@ -0,0 +1,14 @@ + +void main() +{ + SetFontId(0); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) + SetCharSpacing(0); //use negative values to make characters appear closer together + SetLineSpacing(1); + SetFontSize(42); + + SetWindowPos(-4, 0); + SetWindowSize(1024, 768); + SetWindowMargins(60, 30, 50, 30); + + CallScript( "flow" ); +} \ No newline at end of file diff --git a/Extras/Font Mod/1 - MS PGothic/Update/init.txt b/Extras/Font Mod/1 - MS PGothic/Update/init.txt new file mode 100644 index 0000000..da12e6d --- /dev/null +++ b/Extras/Font Mod/1 - MS PGothic/Update/init.txt @@ -0,0 +1,14 @@ + +void main() +{ + SetFontId(1); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) + SetCharSpacing(0); //use negative values to make characters appear closer together + SetLineSpacing(1); + SetFontSize(42); + + SetWindowPos(-4, 0); + SetWindowSize(1024, 768); + SetWindowMargins(60, 30, 50, 30); + + CallScript( "flow" ); +} \ No newline at end of file diff --git a/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt b/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt new file mode 100644 index 0000000..dc37018 --- /dev/null +++ b/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt @@ -0,0 +1,14 @@ + +void main() +{ + SetFontId(2); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) + SetCharSpacing(0); //use negative values to make characters appear closer together + SetLineSpacing(1); + SetFontSize(42); + + SetWindowPos(-4, 0); + SetWindowSize(1024, 768); + SetWindowMargins(60, 30, 50, 30); + + CallScript( "flow" ); +} \ No newline at end of file diff --git a/Extras/Font Mod/Readme.txt b/Extras/Font Mod/Readme.txt new file mode 100644 index 0000000..84312f5 --- /dev/null +++ b/Extras/Font Mod/Readme.txt @@ -0,0 +1 @@ +Place the Update folder into StreamingAssets folder. \ No newline at end of file diff --git a/Extras/Font Mod/fonts.jpg b/Extras/Font Mod/fonts.jpg new file mode 100644 index 0000000..8fdc43e Binary files /dev/null and b/Extras/Font Mod/fonts.jpg differ