https://github.com/user95401/mod-downloader
Small tool for devs to download and install mod in game.
https://github.com/user95401/mod-downloader
Last synced: 10 months ago
JSON representation
Small tool for devs to download and install mod in game.
- Host: GitHub
- URL: https://github.com/user95401/mod-downloader
- Owner: user95401
- License: mit
- Created: 2024-10-23T20:18:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T07:11:04.000Z (over 1 year ago)
- Last Synced: 2025-06-03T09:19:17.998Z (about 1 year ago)
- Language: C++
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mod Downloader
Small tool for devs to download and install mod in game.
Just paste link for file in the search input from geode mods layer (list).
You can set exact name of file that will be downloaded:
```
put ^ char as separator
fe: https://hi.lnk/mks314a.geode^ermo.gmd_sex.geode
```

*Updated logo.png to change mod's icon (yippee)*
## Getting started
We recommend heading over to [the getting started section on geode docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)