Flixbox / ModGallery

Hero's Hour community mod downloader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

βš” 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.

License:MIT License


Languages

Language:TypeScript 89.5%Language:JavaScript 8.2%Language:PowerShell 1.3%Language:HTML 1.1%