Questions tagged [rpgmakermv]
20 questions
2
votes
2 answers
Returning Promised Array
I have the following object, stored in a variable ($gameSystem._ipLookupJSON):
{
"www.geoplugin.net/json.gp?jsoncallback=?": {
"IP": "geoplugin_request",
"Country": "geoplugin_countryCode",
"City": "geoplugin_city"
…

PE B
- 65
- 4
1
vote
1 answer
RPG Maker MV Error in video playing from javascript
I have a plugin that loads a video from string in a texture for then add to sprite and in turn to scene. The problem comes when i play the video from code, this only show a black screen and the game continues with normality. If i don't play the…

The rigjh
- 67
- 1
- 7
1
vote
0 answers
Android problem: ReferenceError: WebAssembly is not defined
I used RPG Maker MZ to export a game that I want to put onto my android phone. I have Android 5.1 installed. When I finally got the app to run on my phone, a screen displays an error
ReferenceError WebAssembly is not defined
I am using the Active…

NaoyaShinota
- 11
- 3
1
vote
0 answers
Fixing a Display Rounding Error where different sized tiles & sprites jitter
I'm making a game in RPG Maker MV which uses Javascript. By default when slow panning speeds are used, events and sprites will improperly round floating values to determine their position on screen. This causes them to appear off from the tilemap by…

Shadow
- 23
- 3
1
vote
2 answers
RPG Maker MV + UWP + No Sound
I am trying to build a RPG Maker MV project using VS 2017 + Cordova for UWP purposes. Responders should ideally know how RPG Maker MV works.
I've got it working perfectly...except for the fact that none of the sound works. It's mostly .OGG sound. I…

DerekD
- 21
- 2
1
vote
0 answers
Variable in IF-Statement doesn't get declared
At the moment iam developing a Game in JavaScript.
I have the following Code which runs when an Object
($gameMap.events()[eventId])
is created:
var _GameEvent_initialize = Game_Event.prototype.initialize;
Game_Event.prototype.initialize =…

s0T7x
- 69
- 1
- 9
0
votes
0 answers
How to write text back into correct spot in JSON file after translating all text at once
I have a JSON file where the structure looks like the following:
{
"events": [
{
"id": 1,
"name": "EV001",
"note": "",
"pages": [
{
"list": [
…

DazedFury
- 59
- 9
0
votes
0 answers
Need help in RPG maker XP. Text to speech
I am helping someone making a game in RPG maker XP for blind. Which means they can't read the text on screen. Now someone in the game community told me that text to speech could be implemented, but I have no idea how to do it. I am also blind, so I…

Amethyst
- 11
0
votes
0 answers
Forcing TypeScript to NOT use fenix-tools arrow functions when compiling
I have been developing plugins for RPG Maker MV, with the lowest version they support being 1.5.1. That means I need the output to be ES5-compatible, and despite having tsconfig set up like so:
{
"compilerOptions": {
"target": "es5",
…

Tespy
- 971
- 2
- 9
- 18
0
votes
1 answer
How do I extract a RPG Maker MV HTML5 game out of Kongregate?
How do I extract a RPG Maker MV HTML5 game out of Kongregate, to help answer a question on Arquade?
I know how to extract a regular HTML5 game, but it doesn't get me the files I need if I try that with the RPG Maker MV HTML5 game in question,…

Malady
- 251
- 1
- 12
0
votes
0 answers
Reworking Lvl-Up - gain skill points to spend
Alright, so in rpg maker vx ace I am trying to get lvl-ups to work in this way;
every third Lvl-Up you will gain a skill point, which you can spend on a skill that you are interested in.
I'm new to this (currently in my second week) and have…
0
votes
0 answers
TypeError: Cannot read property 'expParams' of null
I encountered an error in the RPG MAKER MZ program
enter image description here

Weiss
- 1
0
votes
1 answer
convert 24 hour time into rotational value
ok, so a bit of an odd question, I have implemented a real-time system using Date() and Date.getTime(), And I have a plugin installed on my project (mz3d), I know how to use it, however I have run into a problem with the sun,
I need to convert 24…
0
votes
0 answers
Graphic briefly flickers when updating
I'm a little out of my depth here. The community here seem very helpful so I'm hoping together we can figure out the issue I'm experiencing.
I'm developing a game for Windows PC and the language is Javascript. I'm using a plugin that updates a…

Embr90
- 11
- 2
0
votes
1 answer
RPG Maker MV - Checking which frame of a character sheet is currently active
I have a character sheet for the player that triggers when they are idle for a while. The sheet has them going from standing to laying down in 6 frames, sleeping for 3 frames and then standing back up in 7 frames.
I'm looking to pause the animation…

Michael Hackman
- 491
- 2
- 6
- 21