Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

Clipboard Helper for RPG Maker MV

A topic by Tamschi created Mar 22, 2022 Views: 387
Viewing posts 1 to 1

Hello! I’m excited (and a little anxious) to announce my first commercial release of a self-written program:

Clipboard Helper for RPG Maker MV

Easy & versatile copypaste - Maps, events, enemies, actors, commands, skills, armors, troops, classes, weapons and more! (Showing the context menu copy feature in RPG Maker MV and RPGSNIPPET text with MIME type and JSON data.)

A screenshot of the tool’s Basic edition’s console window, showing a range of usage information and a few status messages.

(The first picture was made by my great friend Dronaroid, who is also publishing on itch.)

This is a utility program that you leave running in the background and don’t interact with directly. (The console window shows some initial info and status messages while you work, but you can just minimise it.)

Instead, it processes the Windows clipboard to let you copy various data directly between RPG Maker MV and any Unicode text editor (or forum, direct messages, …, really anything that can process text should be fine), with nice formatting. Here’s an example:

RPGSNIPPET|application/rpgmv-EventCommand|[{
    "code": 101,
    "indent": 0,
    "parameters": ["", 1, 0, 2]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["Hello!"]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": [""]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["If you can read this text inside RPG Maker, that means"]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["my clipboard helper program is working on your PC."]
  }, {
    "code": 101,
    "indent": 0,
    "parameters": ["", 0, 0, 2]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["Thank you for giving it a chance, and let me know if"]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["you have any suggestions."]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": [""]
  }, {
    "code": 401,
    "indent": 0,
    "parameters": ["- Tamschi"]
  }]|955b59ea|/RPGSNIPPET

I’m not that good at making games myself, so my hope is that my software can help other creators, in this case to more easily work together on larger projects. You could also use it to create your own snippet collection that you can make use of without opening two instances of RPG Maker.