Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RPG Maker MV/MZ: Ascension

Custom status scene, node based advancement, expanded level cap · By Synrec

Re: Ascension Plugin

A topic by JPlaysan created 61 days ago Views: 349 Replies: 7
Viewing posts 1 to 3

Hi Synrec,

is there a way to call the ascension scene through a plugin command? I'd like to be able to call the scene through an item if possible when the option to call the ascension scene when replace scene status call is set to false. Hope to hear from you soon.

Developer

To call the custom status scene or the ascension scene? You can use SceneManager.push() for both:

  • Status Scene (Custom): SceneManager.push(Scene_SynStatus)
  • Ascension Scene: SceneManager.push(Scene_Ascension)

Ok thank you.

Also, I had some trouble getting the nodes to display information. I watched the tutorial video but no luck so far. When I go to the ascension scene it shows the nodes as set up but no information on them as I mentioned. Just wondering how to go about having information pop up for the nodes. I realized in the ascension demo project it's the same issue as I'm having too.

Developer

Did you setup the data windows for it?

I'm sure I did but all I could see were the nodes when I went to the ascension scene. Also, the circle around them and the line that goes across to the next node appears at times and then isn't there when I go into and out of the ascension scene. Not sure why that is the case. 

Could you check the demo and see if the data is set up for the nodes? Maybe I'm just doing something wrong but I spent a great deal of time trying to get it to work the way I wanted to but no luck so far.

Developer

What does your Window Setup parameter look like?

pls share what are the windows dimensions and x y settings, i just bought the plugin and nothings seems to show up even with data turned on thanks!

Developer

In the demo project, you can copy the UI settings by right clicking the parameter and selecting edit as text.

Then in your own project, select the same parameter, right click, choose edit as text and then paste the copied settings there.