Original Source
- Original title: Map Name Extension, Map Fade Extension [map related]
- Original author: ovate
- Original date: February 23, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/map-name-extension-map-fade-extension-map-related.118486/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
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.
Archived First Post
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
@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
\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
Features Mentioned
- 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
- \V[n]
- \N[n]
- \P[n]
- Credit and Thanks: tomoaky
- Terms of Use- Free for commercial and non-commercial use.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...