Map Name Extension - 2017/06/16 (Ver1.0.1)
Creator name: tomoaky (http://hikimoki.sakura.ne.jp/)
Overview
You can customize map names and use control characters.
Features:
- Parameters for changing map name window position (x,y)
- Also parameters of window width and window line height.
- Able to change font for map name and font size.
To add extra font, inside your project folder look for "fonts" folder
Put the font file inside fonts folder. Then edit gamefont.css
add extra 4 lines, be sure include the name of your font and the font file name
In the parameter "fontFace" used the font-family "font name" for font to be used for map name.
The following control characters can be used similar to show text inside Display Name
Credit and Thanks: tomoaky
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/n2czpd4g5jr4nui/TMMapNameEx.js?dl=1
____________________
Map Fade Extension - 2017/06/16 (Ver1.0.1)
Creator name: tomoaky (http://hikimoki.sakura.ne.jp/)
Overview
Set the fade-in (out) time for map scene.
Parameters include:
Fade speed
Slow fade speed
Event fade speed
Blurry menu background
Credit and Thanks: tomoaky
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/h4xiqzltu5m2cvo/TMMapFadeEx.js?dl=1
Creator name: tomoaky (http://hikimoki.sakura.ne.jp/)
Overview
You can customize map names and use control characters.
Features:
- Parameters for changing map name window position (x,y)
- Also parameters of window width and window line height.
- Able to change font for map name and font size.
To add extra font, inside your project folder look for "fonts" folder
Put the font file inside fonts folder. Then edit gamefont.css
add extra 4 lines, be sure include the name of your font and the font file name
Code:
@font-face {
font-family: font name;
src: url("font file name");
}
In the parameter "fontFace" used the font-family "font name" for font to be used for map name.
The following control characters can be used similar to show text inside Display Name
Code:
\V[n]
\N[n]
\P[n]
\\
\G
Credit and Thanks: tomoaky
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/n2czpd4g5jr4nui/TMMapNameEx.js?dl=1
____________________
Map Fade Extension - 2017/06/16 (Ver1.0.1)
Creator name: tomoaky (http://hikimoki.sakura.ne.jp/)
Overview
Set the fade-in (out) time for map scene.
Parameters include:
Fade speed
Slow fade speed
Event fade speed
Blurry menu background
Credit and Thanks: tomoaky
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/h4xiqzltu5m2cvo/TMMapFadeEx.js?dl=1