Hello, I'm sorry if this is the wrong place to post this thread, but here goes.
I searched for several plugins to create a game save screen like Disco elysium. - Vertical single-stage save UI with a thumbnail at the time of saving at the top and a save list at the bottom. -
And this is exactly what I found.
「セーブデータとセーブ画面・ロード画面の変更」プラグイン備忘録 通称「自分用セーブプラグイン」 ソースコードは以下にて公開中。 自分用なので他者環境で動作するかは不明。 サムネイル表示 2022年2月21日にサムネイル表示を追加した。 本書はその際のやったことメモ...
qiita.com
RPGツクールMZ用プラグイン置き場。. Contribute to kuroudo119/RPGMZ-Plugin development by creating an account on GitHub.
github.com
This is a save thumbnail screen created by Japanese plugin developer Kurodo. This is a plug-in that applies a basic plug-in.
By inserting an image converted into a Data URL into the basic list-type plugin, it outputs the image on the save itself.
As you can see, Kurodo has left a development log on his blog detailing the implementation of this plugin.
I decided to follow suit and apply it to RMMZ's built-in plugin, AltSaveScreen, which has a vertical one-column UI.
I modified AltSaveScreen's output window to flip upside down, so that the content is displayed at the top like Disco elysium. And I inserted it in that part!! The result is as follows:
At this stage, it looked like a success.
But after a while, I realized... This was a save file I had used earlier to test the original version written by Kurodo.
Naturally, his plugin's function to convert this snapshot into a URL string and output it worked well.
However, if you create a new save file with this plugin that I fixed, the snapshot is not output. I can't find the cause, whether it's a save problem, a URL conversion problem, or a problem with the output in the save window (I think it's probably not because snapshots of previous save files are output properly.). I've been stuck on this problem for almost a week, and I've tried all sorts of different implementations, but this is the only one I've come up with that comes closest to the answer.
I'll attach the js file of the mod AltSavescreen I made and a demo of it.
Since the DEMO is too large, I am attaching it as a public link to the itch.io draft.
DEMO:
https://insa.itch.io/demo-save-screen
Password: 1111
P.S. And it's pretty spaghetti-ish... I feel quite embarrassed. I hope you take that into consideration.
I would appreciate it if you could compare my pluin with Altsavescreen's original version and Kurodo's amazing original version.