ShadowDragon

Realist
Veteran
Joined
Oct 8, 2018
Messages
7,262
Reaction score
2,875
First Language
Dutch
Primarily Uses
RMMV
@Eyeball Mouth does the same error occure when its below TSR_Save
as well above it?

if it does, see what error it gives.
 

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Hello, it's trying to close the command window (which doesn't exist when accessing the scene from srd plugin). Change the line 3091 in my plugin to this:
Code:
if (this._CommandWindow) this._CommandWindow.close();
That should fix it.

Regards.
 

Eyeball Mouth

Professional Lurker
Member
Joined
Apr 8, 2019
Messages
23
Reaction score
59
First Language
English
Primarily Uses
RMMV
I tried it but I still get the same error message. Here's the messages I got with only those two plugins on and with all my plugins on.
 

Attachments

  • Screenshot (550).png
    Screenshot (550).png
    120.5 KB · Views: 7
  • Screenshot (551).png
    Screenshot (551).png
    223 KB · Views: 7

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Hello.
Well I just tried again and it does fix it...
What version of my plugin do you have and what was writen at line 3091?
 

Eyeball Mouth

Professional Lurker
Member
Joined
Apr 8, 2019
Messages
23
Reaction score
59
First Language
English
Primarily Uses
RMMV
I have version 1.4.5 and before I added it, 3091 had DataManager._lastAccessedId = id;
Edit: Idk if this will help at all but SRD_Gameover Core was slightly edited in here before because it was having conflict issues.
 
Last edited:

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Ok, I see... It seems I tested with a version that have a few more lines. The last version on my itch is indeed 1.4.5, and the line to change is 3073:
Capture d’écran, le 2021-10-20 à 23.15.47.png
*edit: this._CommandWindow with capital 'C'

Regards
 

Yosiei

Villager
Member
Joined
Sep 30, 2021
Messages
14
Reaction score
1
First Language
Filipino
Primarily Uses
N/A
How to get this result? Thanks in advance.

My only issues are:
Status too small I cant even read it
~How to Show Gold~
~And add number of steps~

Edit: I manage to solve my gold issue while I give up on number of step. So my only issue now is status gauge and number to small
 

Attachments

  • Polish_20211022_073643047.jpg
    Polish_20211022_073643047.jpg
    1,006.7 KB · Views: 10
Last edited:

ShadowDragon

Realist
Veteran
Joined
Oct 8, 2018
Messages
7,262
Reaction score
2,875
First Language
Dutch
Primarily Uses
RMMV
@Yosiei you can get Gold with: game.party.gold()
and you can get steps with: game.variables.value(X)

replace X with the variable ID, and initizlize the variable with the
steps to be saved on that variable (autorun event to initilize it).

you are require to make a custom setting and place the code in there.
otherwise, make a mockup how you want your entire look and we can
help you achieve it.
 
  • Like
Reactions: TSR

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Hello,
the call for the steps count is $gameParty.steps(), so to extract the data from a saved file it would be writen like this: game.party.steps().

The status section adjust itself depending on the slot settings. If you set the file window to 1 visible row and only add the status section, it should look like the screen shot you sent above.
 

MatteoXXII

Veteran
Veteran
Joined
Mar 29, 2022
Messages
38
Reaction score
17
First Language
Italian
Primarily Uses
RMMV
View attachment 150070
TSR_Save.js
Author: TSR, The Northern Frog
This Plugin provides multiple options for customizing the Save/Load screen and altering the game saving system.

====================================================================
FEATURES:

Revamp of the Save/Load screen:


FILE WINDOW
This is the main slot window. You can customize almost every aspects of it. You can also import images for the background of the saved files and empty files.
  • CUSTOM CURSOR: The Plugin allow to import a custom image to use as a 'frame' cursor for the file window. There's a few animation options for your custom cursor, and the default blinking cursor can be disabled if desired.

The file window is splitted in 3 sections. You can decide which sections you want to show and in what order.
  • General section: this section show info such as Playing Time and Save Date/Time.
  • Status section: it show the party members data like names, levels and HP/MP gauges.
  • Progress section: this is where you can display stuff like icons and variables values.
The slot sections will auto adjust depending on the File Window settings. Bellow is 3 examples of the same scene, using differents slots arrangement.

This one shows the General section on the left, the Progress section in the middle, and the Status section on the right side of the slot. The File Window has 4 visible slots and use a custom cursor.
View attachment 150074

Bellow, the Status and Progress sections order have been reversed. Now the File Window display only 2 visible slots.
View attachment 150075

This last one shows only one visible slot. As you can see, this result in a different sections arrangement since the slot has now a more 'squarish' shape. The Custom Cursor, which auto scale itself, now appear distorted because the original image have a rectangle shape that fit better the slots arrangement above.
View attachment 150076


COMMAND WINDOW
This window appears after selecting a slot file. It provides the main commands such as 'Save', 'Load' or 'Delete' files.

HELP WINDOW
The new Help Window behaves differently than the default one. It can be disabled and some of its aspects can be customized.

CONFIRM WINDOW
This optional window will pop out after selecting a command from the Command Window. It prompt the player to confirm his choice by selecting 'yes' or 'no'.



Saving system Options:

START FROM LOADING SCREEN
This option allows to start a New Game from the loading screen by selecting an empty slot file.
SINGLE SAVE SLOT
when this option is enabled, the game always save on the same slot.

AUTO SAVE
Works with parameters and Plugin commands.
  • AUTO SAVE WINDOW: An optional window that pop out when the game auto save.

Bellow are more examples of custom save/load scene using different features of the Plugin.
This simple scene use a small File Window that show 6 visible slots. It only display the General section.
That one is from my current project in development 'The Last Continent'. A 3 slots File Window displaying the General, Status and Progress sections.


View attachment 150083
A custom scene designed by @ShadowDragon for my
Game Jam game 'Life of a virus'. It shows 2 visible slots in a transparent File window, and use a very unique custom cursor (double-helix DNA) made by @ShadowDragon.


View attachment 150084
A quick scene made out of default RTP assets. 3 visible slots showing the General, Progress and Status sections in that order. The horizontal Command Window appears on top of the screen following slot selection.
Another scene made of default assets. General and Status sections are displayed. This one use the default cursor.


This unique scene is designed by @ShadowDragon. It has 3 visible slots and a very neet custom cursor. The File Window display the General and Progress sections. Scene design and original assets belongs to @ShadowDragon; do not reproduce!
========================================================================
ToU:

Use in any independant RPG Maker MV projects, including commercials.

Credit is required for using this Plugin. For crediting, use 'TSR' along with one of the following terms: 'The Northern Frog' or 'A frog from the north'

Do not change the Header or the Terms of usage.

Editing of the script is allowed, but it won't relieve from crediting obligations. Remember that changing the name of functions and variables, or even manually retyping the entire script, doesn't make you the author of the Plugin.

DO NOT REDISTRIBUTE! If you want to share it, share the link to my itchi.io account:
https://the-northern-frog.itch.io/

SPECIAL THANKS
Thanks to @ShadowDragon for having helped with numerous suggestions and ideas; and for testing and debugging.
Thanks!!
 
  • Like
Reactions: TSR

MatteoXXII

Veteran
Veteran
Joined
Mar 29, 2022
Messages
38
Reaction score
17
First Language
Italian
Primarily Uses
RMMV
My friends can you help me a moment? I'm trying to move data and playtime to the right and add Location with font more big in the left but I don't know how to add the location and after move it, i'm trying but nothing sorry i'm new about rpg maker mv, i wanna do just a simple save file with the location, save data and play time but location won't show to me!why!!.PNGparametro 1.PNGparametro 3.PNGparametro 4.PNGparametro 2.PNGparametro 5.PNGparametro 6.PNG

Before i copy various of your plugin set up with display object or progress but nothing, sorry i'm really noob
 

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Hello @MatteoXXII,
Location won't appear if there's no 'Display Name' set for the map where the save occurs.
Save your game on a map that have a 'Display Name' set in the dataBase, and location should appear.

Capture d’écran, le 2022-04-08 à 13.02.17.png
Capture d’écran, le 2022-04-08 à 13.02.45.png

Regards.
 

MatteoXXII

Veteran
Veteran
Joined
Mar 29, 2022
Messages
38
Reaction score
17
First Language
Italian
Primarily Uses
RMMV
Really thanks i've done that but i have one last problem, i don't understand how to move the LOCATION because the command is writed in "display objective", i wanna have the location on the left but i can move the "status section X offeset" and the "progress X" how i can move the display X? (In the help file i see one variable /v[y] but i don't understand how it work...
how to move.PNG
 
Last edited:

TSR

The Northern Frog
Veteran
Joined
Nov 14, 2019
Messages
501
Reaction score
602
First Language
French
Primarily Uses
RMMZ
Hello again @MatteoXXII
When showing only the 'general section' as you do. The general info (location, playtime, etc...)
are displayed in their respective orders as such:

1 2
3 4
5 6

If I enter: Location, playtime, and date in the 'general list', it will show as such:

location playtime
date

By inserting 'line' keyword' you can skip a 'position' to display thing a little more as you want:
Capture d’écran, le 2022-04-09 à 11.00.22.png

The above will appear as such:
Capture d’écran, le 2022-04-09 à 11.00.03.png

You can play a bit with the general section Text x and Text y to move things around a bit. But that's the most you can do cause most stuff are automatically displayed depending on your slot settings.

Hope that help.
Regards.
 

MatteoXXII

Veteran
Veteran
Joined
Mar 29, 2022
Messages
38
Reaction score
17
First Language
Italian
Primarily Uses
RMMV
Hello again @MatteoXXII
When showing only the 'general section' as you do. The general info (location, playtime, etc...)
are displayed in their respective orders as such:

1 2
3 4
5 6

If I enter: Location, playtime, and date in the 'general list', it will show as such:

location playtime
date

By inserting 'line' keyword' you can skip a 'position' to display thing a little more as you want:
View attachment 222765

The above will appear as such:
View attachment 222766

You can play a bit with the general section Text x and Text y to move things around a bit. But that's the most you can do cause most stuff are automatically displayed depending on your slot settings.

Hope that help.
Regards.
Really thanks and i'm sorry if i'm asking to you so much things now i do a really nice save menu!! One last question my friend is possibile to have more backgrounds of the save? for example i wanna have a forest background in a location called Forest or a Desert Background in a location where you play in a desert... Same things with the Colour is possibile to change colour of location (with \c[] that i'm doing right now)in every save? Same example in the Desert the location name is yellow, in the forest green ecc... Really sorry this is my last question!!!
 

ShadowDragon

Realist
Veteran
Joined
Oct 8, 2018
Messages
7,262
Reaction score
2,875
First Language
Dutch
Primarily Uses
RMMV
@MatteoXXII it is possible to use \C[color]Location.
for the background part, do you mean, the entire field? or part of it?
if part, it might be possible by "battleground" background setting
or draw them (which is set in the editor).

if you mean the entire slot, than it is a bit more advanced, but also
probably a small modification to the savefile as well.

to avoid massive wall of questions, join TSR discord, where we can help
more of this kind =)
 

MatteoXXII

Veteran
Veteran
Joined
Mar 29, 2022
Messages
38
Reaction score
17
First Language
Italian
Primarily Uses
RMMV
I mean like this to change the background only of the save file and the colour of one information in this case (Location), is possibile to change them like this or only one background is supported? Maybe for the LOCATION no problem i can make a background with the TEXT on gimp or photoshop and no problem, but for the backgrounds? is possible to have more?
il labirinto.PNG
 

Latest Threads

Latest Profile Posts

Time to wrap things up and release a demo of my game.
My son is smelling the house out with waffles and homemade strawberry sauce. Sometimes he has leftovers. I hope he has leftovers today!
I really, really, REALLY hate it when I'm trying to make an event work but I keep screwing it up and somehow mess up the conditional branches and can't figure out the proper order!:kaolivid:
I got a function working to load the last save after a game over. Really proud of myself.
Still a WIP...

car.png
I started the evening loving vintage cars... by the time I am done however I might not anymore... xD

Forum statistics

Threads
130,004
Messages
1,206,948
Members
171,257
Latest member
Apelsin_127
Top