Skip to content
This repository has been archived by the owner on Mar 3, 2018. It is now read-only.
/ MasterVyrn Public archive

MasterVyrn is a clean dedicated GBF loader build on top of electron.

License

Notifications You must be signed in to change notification settings

LightouchDev/MasterVyrn

Repository files navigation

MasterVyrn

Someday, Vyrn learned magic and became a very helpful companion.

PS: It's not recommended using this program due to EULA.

CircleCI AppVeyor Build status Bitrise Build Status GitHub license

JavaScript Style Guide

Download here

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

quote from official EULA:

Eng JPN

Feature

  • Keep clean: MasterVyrn doesn't modify any game content. actually, it's as same as browser version of GBF.
    • only inject css to hide scrollbar
    • only hook ajax response to fetch info
    • only hook socket event to fetch raid info
  • Performance: It's dedicated and no game throttling. (fight won't stop at current turn when program inactive.)
  • Work safe: There's no different with regular Chromium.

Problem

MasterVyrn is still in alpha stage:

  • Not all Electron exports were removed. #10
  • There's a big MasterVyrn 1.0 Roadmap pending, no new feature request is allowed.

Supported Platform

  • Mobage Account
  • DMM Account (experimental, but recommended)*

* Other than Mobage account login would make game loading faster, because even hidden mobage sidebar, it still cause very heavily performance drop when page loading, but this issue affected Mobage accounts only.

Hotkey

  • DevTools:
    • OSX: Command + Alt + I
    • Windows/Linux: F12
  • Hide Sub Menu: H

Thanks to

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn dev

# build electron application for production
yarn build

# run unit & end-to-end tests
yarn test

# lint all JS/Vue component files in `src/`
yarn lint

License

It's MIT literally, but DBAD in mind.

About

MasterVyrn is a clean dedicated GBF loader build on top of electron.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published