Original Source
- Original title: UTA_MessageSkip
- Original author: ovate
- Original date: November 4, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/uta_messageskip.86657/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
UTA_MessageSkip - 2016.02.17 (Version: 1.00) Creator name: T.Akatsuki Overview It's possible to skip texts by pressing a specific key.
Archived First Post
Creator name: T.Akatsuki
Overview
It's possible to skip texts by pressing a specific key.
Features
- Skip texts can be set with any key from Input.keyMapper (reference: rpg_core.js)
- Show Trace [true|false] set whether to issue a trace for debugging
- no plugin command
It'll stop if it reaches to the choice window.
Note: by default, skip key = control (Ctrl)
Reference
Input.keyMapper = {
9: 'tab', // tab
13: 'ok', // enter
16: 'shift', // shift
17: 'control', // control
18: 'control', // alt
27: 'escape', // escape
32: 'ok', // space
33: 'pageup', // pageup
34: 'pagedown', // pagedown
37: 'left', // left arrow
38: 'up', // up arrow
39: 'right', // right arrow
40: 'down', // down arrow
45: 'escape', // insert
81: 'pageup', // Q
87: 'pagedown', // W
88: 'escape', // X
90: 'ok', // Z
96: 'escape', // numpad 0
98: 'down', // numpad 2
100: 'left', // numpad 4
102: 'right', // numpad 6
104: 'up', // numpad 8
120: 'debug' // F9
};
No Skip
Skipped
Texts from The Road Not Taken by Robert Frost
Credit and Thanks: T.Akatsuki
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/wjf4lk80q6jrgid/UTA_MessageSkip.js?dl=1
Features Mentioned
- Skip texts can be set with any key from Input.keyMapper (reference: rpg_core.js)
- Show Trace [true|false] set whether to issue a trace for debugging
- no plugin command
- It'll stop if it reaches to the choice window.
- Note: by default, skip key = control (Ctrl)
- Reference
- Code:
- Input.keyMapper = {
- 9: 'tab', // tab
- 13: 'ok', // enter
- 16: 'shift', // shift
- 17: 'control', // control
- 18: 'control', // alt
- 27: 'escape', // escape
- 32: 'ok', // space
- 33: 'pageup', // pageup
- 34: 'pagedown', // pagedown
- 37: 'left', // left arrow
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: T.Akatsuki 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/wjf4lk80q6jrgid/UTA_MessageSkip.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...