Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Please excuse my late answer, I didn't get the email notification for your comment for some reason.

newgame+ should be written without a space between newgame and +.

(Sorry it's confusing, but RPG Maker MV splits plugin commands by spaces. So newgame+ is a command newgame+.  But newgame + is a command newgame with an argument +.)

—Dmy

Hello! 

Sorry for the delayed reply. 

I haven't had a chance to test this since I received your reply. 

I have tried this code with no spaces. 

the plugin: newgame+ Test1 on 

There were no changes in the main menu. Is because the spacing I had been incorrect again? Maybe my order of code is incorrect. 

My order of code is: 

Plugin command: newgame+ Test1 on 

Then end game to title screen 

Please let me know! Thank you so much for the wonderful plugin and assistance.

(2 edits)

Sorry for being late, I've fixed the plugin.

The problem happened because of a space after the command: "newgame+ Test1 on" was accepted, but "newgame+ Test1 on " was not.

I've uploaded an updated version of the plugin.

I hope there will be no further bugs, but if there will be, I'll fix them (and I'll be quicker in the future — sorry!)

— Dmy

(+1)

Hello Garabta!

Sorry for my delayed response too. 

I tried the new ver of GRB_NewGamePlus_MultiItem and none of the menu is changing. I don't know if I am using the plugin completely wrong or if I'm missing something. 

I have tried "newgame+ Test1 on" and "newgame+ Test1 on " 

-w and w/o space

To figure out where the issue was I even tried just simply remove the "NEW GAME" button but even that didn't work. 

This was strange because all that is required for me to do was use "newgame off" and "newgame on". But "newgame off" was not even working.

Is it possible there is somewhere in the .js itself causing an issue? 

I sincerely apologize for the inconvenience but for the life of I can not debug this ;-;

Nothing to apologise for! Sorry the plugin is not working.

Could you please check whether it's a conflict with some other plugin? For this,

  • either disable all other other plugins in the project, and try running the game with just this plugin installed,
  • or create a new clean-state project and try installing our plugin there to check if it works with a clean-room project.

This way, we'll know whether the problem is caused by presence of some other plugin. (Unfortunately, this is not uncommon. RPG Maker doesn't provide a good isolation of plugins from each other, and it's impossible to test all the combinations.)


If you've verified that it is indeed a conflict between plugins, there are some things you can do:

  • Try changing the order of the plugins. E.g. try putting this plugin first or last in the list of plugins, and see if it helps.
  • You can try to understand what other plugin is causing the conflict. Try disabling plugins one-by-one and check our plugin starts working. If you find the conflicting plugin, please tell me and I'll make my plugin compatible with it.
  • As a last resort, you can send me the files of the plugins in your project (basically the plugins folder) to d@garbata.net and I'll test it on my computer. Note that plugin settings might contain some proprietary data (e.g. quest log plugin settings may contain all quest text in the game), so please make sure you don't send anything secret.


If you've verified it's not a conflict between plugins, then something is wrong with the plugin settings. Maybe Test1 menu item was not set up properly. I can make an example project showing the settings.


Sorry, troubleshooting can be complicated! If there's something more I can help with, please tell me.

— Dmy

(+1)

Hello Garabta,

Sorry for the delayed response. I finally find the time to test this. 

MY WORD THIS IS AWESOME! 

Thank you so much for taking the time to debug. Your suggestion in isolating the Plugin turned out to be my answer. 

The file I downloaded and tried to replace wasn't fully renewed. So all I did was redownload, delete the old file and put in the new one. It works like an absolute charm! 

Thanks so much for making this! You're the best! 

P.S. Your patience to walk me through this is a god sent.

Thank you for your patience when I'm taking too long to respond! 😅

I'm glad it works, if you encounter any other problems, please tell me.

— Dmy of Garbata team