Socket
Book a DemoInstallSign in
Socket

mvix

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvix

A RPG Maker MV/MZ game player for Linux on your browser

latest
npmnpm
Version
1.0.5
Version published
Maintainers
0
Created
Source

mvix

A RPG Maker MV/MZ game player for Linux on your browser

Usage

Environments

  • DEBUG: boolean
  • HOST: string (default: 0.0.0.0)
  • PORT: integer (default: 3000)

Install globally

npm i -g mvix
# or
pnpm i -g mvix
# or
yarn add -g mvix

Then

# In RPG Maker MV/MZ games, the `www` folder should be existed
$ cd /path/to/your/game/folder/www

$ mvix
# or
$ DEBUG=true mvix

Run by docker

docker run --rm -it --init \
  -v "/path/to/your/game/folder/www:/game" \
  -u 1000:1000 \
  -e PORT=3000 \
  -e DEBUG=true \
  --net host \
  ghcr.io/flandredaisuki/mvix

Keywords

rpg-maker

FAQs

Package last updated on 08 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts