Is it possible? Or to access the scripts in my game through other software or editor? Because sometimes I need to check them on how they work while I am editing an event, so I have to close the event and open the script, then close the script editor and open the event.
Is it possible to open the Script Editor in other window?
● ARCHIVED · READ-ONLY
-
-
I think MV is the only editor that allows simultaneous editing while playtesting. So the only option would be to copy your project into a virtual machine and open the rpg maker on that virtual machine as well.
-
it's while I am playtesting, it is while I have event editor open.
but thanks for the answer -
@Poryg he wasn't talking about playtesting, but working on the project at the same time as working on the scripts...
@guking not really - theoretically you could open two instances of Ace and load two projects, and then have one open the script editor. But if that goes to the same project, that could cause a lot of problems and data loss.
So your only solution is to copy the script you want to compare into a notepad window while the editor works on the map or database. -
compile the game, and run it from the game exe, in the game folder.
that's the only way you can have the editor available for use, while running the game. -
Gemini script editor is the only editor I know to open RGSS scripts externally.
-
Someone wrote a script that would pull all the other scripts in from external files, so you could copy/paste each script to a text file, edit/view those, and work in the editor at the same time. I don't recall what it was called though, so you'd have to search.
If you just want to VIEW the scripts, you can also export them all to external files and just look at those, rather than closing your event window to open the script window while you're developing. -
Someone wrote a script that would pull all the other scripts in from external files, so you could copy/paste each script to a text file, edit/view those, and work in the editor at the same time. I don't recall what it was called though, so you'd have to search.
If you just want to VIEW the scripts, you can also export them all to external files and just look at those, rather than closing your event window to open the script window while you're developing.
That's it, because I can update the scripts after I manage all the events.
Do you know a software I could use to view them besides notepad? I like the colors in the RM editor, it makes it easy for me to figure out what's what. -
I used to use Notepad++ but these days I use Sublime.
And here is the script I was referring to:
https://forums.rpgmakerweb.com/inde...alizer-scripts-loader-scripts-compiler.91198/ -
Thank you guys!