Skip to content

Waregalias/artifacts-gamepad

Repository files navigation

Artifacts GamePad

Artifacts GamePad

A useful tool for playing Artifacts MMO with your controller.

View Demo · Report Bug · Request Feature

Built With

  • Next
  • React

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies:

npm install

Run desktop mode in development (Next + Electron):

npm run dev

Run web only:

npm run dev:web

GitHub Pages demo

The demo is deployed automatically by GitHub Actions from .github/workflows/deploy-pages.yml.

Repository settings required once:

  1. Go to SettingsPages.
  2. In Build and deployment, set Source to GitHub Actions.
  3. Push to main (or run the workflow manually from Actions).

Electron

Build Electron app (current platform):

npm run package

Build macOS packages:

npm run dist:mac

Build Windows packages:

npm run dist:win

Generated artifacts are written to release/.

Login behavior

play.artifactsmmo.com authentication can fail in an iframe context because of browser security/cookie policies. In desktop mode, this app embeds the game using Electron webview with a persistent partition for more reliable login/session handling than a standard iframe.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

An Electron-powered Artifacts MMO controller overlay that combines gamepad/keyboard bindings, live visual controls, and custom in-app API requests in a draggable HUD.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors