Skip to content

LunaTechsDev/LunaQMapEditor

 
 

Repository files navigation

Luna QMap Editor

How to run

Download a prebuilt then run the QMapEditor shortcut or .exe in the app folder

With Electron

  1. Download or Clone the repo
  2. Open command prompt and cd to the folder containing package.json ( not the package.json inside the app folder! )
  3. Install the dependencies by using the cli

npm install

  1. Run the app with electron by using the cli

npm start

Building

Two Scripts are included to build:

build-64 and build-32 will build for Windows 64bit and 32bit

To use, run the cli

npm run build-64 or npm run build-32

( That's assuming you're in the package.json directory, if not cd to that directory )

Instructions

Can be found by click on the help button in the editor or here

About

The Quxios Map Editor port for RPG Maker MZ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.7%
  • CSS 11.0%
  • Less 5.1%
  • HTML 2.2%