https://github.com/ghostrider-05/rl-dummy-remote
https://github.com/ghostrider-05/rl-dummy-remote
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostrider-05/rl-dummy-remote
- Owner: ghostrider-05
- License: unlicense
- Created: 2022-06-22T17:27:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T23:10:03.000Z (about 3 years ago)
- Last Synced: 2025-02-11T15:51:29.769Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RL Remote Dummy assets
A test repo for automating dummy package generation and storing it remotely.
Uses the [Asset extractor][assetextractor] to create [dummy assets][rl-dummyassets] for Rocket League- `/scripts/update.ts`: generate packages and upload remote storage
- `/server/discord.js`: Discord example HTTP-bot that accesses the remote storage
- `/server/worker.js`: Worker that processes the requests> **Info**
> Run `npm ci && npm run update` after cloning and setting the environment variablesRoutes to access the remote dummy assets:
```txt
https://dummy.ghostrider.workers.dev/api?name=
https://dummy.ghostrider.workers.dev/api/metadata
// Current version
https://dummy.ghostrider.workers.dev/api/metadata?key=version
```[rl-dummyassets]: [https://github.com/Martinii89/RL_DummyAssets]
[assetextractor]: [https://github.com/Martinii89/Unreal-Library]