GithubHelp home page GithubHelp logo

modgallery's Introduction

โš” Community Mod & Map downloader for Hero's Hour

Required Node.JS >= v16.13 Required npm >= v8.1

This program allows you to easily download and install mods and maps for the game Hero's Hour. No Steam required.

๐Ÿ’พ Download

Download installer from Releases

Screenshot:

image

๐Ÿ—บ Adding mods and maps

Mods and maps are managed in the ModGallery-mods repo. Feel free to add mods and maps! There's a guide in that repo's readme.


Unimportant nerd stuff ahead, no need to continue reading. Here are the downloads

๐Ÿ‘ฉโ€๐Ÿ’ป Development

  • Install Node.js
  • Run npm i --force
  • Run npm run watch

๐Ÿš€ Release

  • Push to main
  • Wait for the CI
  • This will create a draft release
  • Keep all the files when editing the release
  • Finalize the release

๐Ÿซ Choco

Sometimes it may be helpful to release the most recent version to Chocolatey. The application will auto update on the user's machines regardless of version, but having a halfway recent version on Chocolatey is helpful regardless.

Here's how the update process happens:

  • Make sure you can authenticate on Chocolatey with write access to modgallery on the site
  • Install Chocolatey
  • Authenticate
  • Navigate to /scripts/choco/ModGallery
  • Open scripts/chocolateyinstall.ps1
  • Adjust $url so that it points to the newest release
  • Adjust checksum (use the checksum command to calculate it from the executable setup file)
  • Open an admin PowerShell in the directory
  • Run choco pack to build a new version of the application
  • Run choco install modgallery --source .\modgallery.<version>.nupkg -y (adjust path to your version)
  • Check if the software installed properly (might need to refresh windows or run refreshenv to see it pop up)
  • Run and try out the software
  • Close it again
  • Run choco uninstall modgallery -y
  • Check if the software uninstalled properly (might need to refresh windows or run refreshenv)
  • If it's all ready to release, run choco push --source https://push.chocolatey.org/

โค Other info

Generated from the amazing vite-electron-builder template.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.