Skip to content

Flixbox/ModGallery

Repository files navigation

⚔ 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.

About

Hero's Hour community mod downloader.

Resources

License

Stars

Watchers

Forks

Packages

No packages published