N.A.S.T.Y. Text Pop Over Events

Logan C.

Veteran
Veteran
Joined
Oct 25, 2015
Messages
73
Reaction score
20
First Language
English
Hello!


I got a problem, it looks like the plugin can't show the text above upper layers of parallax.





(I'm using Ace chibis in MV project, if the image is confusing)


Can i somehow put the text higher?
 
Last edited by a moderator:

ZcheK

ZcheK
Veteran
Joined
Feb 22, 2016
Messages
96
Reaction score
22
First Language
English
Primarily Uses
Using 1.1.2 when I load the plugin in the manager it looks like this:


And I can't get it to work at all, even using the example commands. Am I doing something wrong?

Untitled.png
 

jadedthoughts

Veteran
Veteran
Joined
Jan 18, 2015
Messages
41
Reaction score
21
First Language
English
Primarily Uses
Look like I am having a similar issue as Logan C., I am only really looking to get the text above the upper parallax layers, no need for the window decorations or anything. Any info on if this is possible would be great! Thank you for building such a useful script.
 

mpurnell

Veteran
Veteran
Joined
Dec 6, 2015
Messages
82
Reaction score
10
First Language
english
Primarily Uses
Have a tiny problem with this. the text is appearing behind a "show image." any way i can have the text appear infront of the image?
 

mpurnell

Veteran
Veteran
Joined
Dec 6, 2015
Messages
82
Reaction score
10
First Language
english
Primarily Uses
@Nelderson it seems that we all need the same thing. z axis added since we cant work it out lol
 

Esh

☣☣☣_CrAzY-CoDeR_☣☣☣
Member
Joined
Aug 27, 2018
Messages
9
Reaction score
7
First Language
Russian
Primarily Uses
RMMV
@Nelderson, CORS does not work.... What to do?
Your library built into the server does not work. Tested on multiple computers and operating systems.

UPD.
The problem is solved so:
1) Go to the server directory through the console
2)
Code:
$ npm install cors --save
3) Add in server.js a few lines:

//=============================================================================
// Nelderson's Online Core Server
// Version: 0.2.2 - Added abilty to limit users to one login.
// Version: 0.2.1
//=============================================================================

var cors = require('cors')
var express = require('express');
var app = express();
var server = require('http').Server(app);
var io = require('socket.io')(server);
var config = require('./configurations/config');
var bodyParser = require('body-parser');
var logger = require('morgan'); //For development
var socketioJwt = require('socketio-jwt');
var log = require('tracer').colorConsole(config.loggingConfig);
var loggedInUsers = {};


app.use(cors())
app.use(logger('dev'));//For development
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({extended: false}));

...

PROFIT!!!
 
Last edited:

Qbrain

Villager
Member
Joined
Feb 25, 2020
Messages
6
Reaction score
3
First Language
Dutch
Primarily Uses
RMMV
A bit late to the party, but maybe someone still reads this, I am using this plugin(found it inside the Online core, trying to set up a server :p) to pop up XP and current level Variables but after completing the event once, I can't get the text to pop up again, am I doing something wrong or is it just not able to do it twice?
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:
attack on titan final season is airing tomorrow, I'm excited and scared at the same time!

Forum statistics

Threads
105,881
Messages
1,017,227
Members
137,607
Latest member
Maddo
Top