{"id":16855105,"url":"https://github.com/stageguard/eamgs","last_synced_at":"2025-04-11T00:20:40.538Z","repository":{"id":47816331,"uuid":"422554521","full_name":"StageGuard/EAMGS","owner":"StageGuard","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-15T09:33:32.000Z","size":7241,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-24T21:04:51.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StageGuard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-29T11:47:04.000Z","updated_at":"2023-03-28T11:15:17.000Z","dependencies_parsed_at":"2024-11-24T17:42:07.758Z","dependency_job_id":"2d79bc45-744c-4506-9884-c5048d778acf","html_url":"https://github.com/StageGuard/EAMGS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StageGuard%2FEAMGS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StageGuard%2FEAMGS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StageGuard%2FEAMGS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StageGuard%2FEAMGS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StageGuard","download_url":"https://codeload.github.com/StageGuard/EAMGS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248318767,"owners_count":21083722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T13:58:29.107Z","updated_at":"2025-04-11T00:20:40.529Z","avatar_url":"https://github.com/StageGuard.png","language":"Kotlin","readme":"# EAMGS\n\n## Project structure\n\n* **server** : server, written with Kotlin and Java.\n* **game-*** : game module, loaded by server.\n* **frontend** : webui, written in Vue with TypeScript.\n\n## Build\n\n```shell\n# build server\n./gradlew :server:build\n./gradlew :game-iidx:build\n./gradlew :game-sdvx:build\n./gradlew :server:shadowJar\n# build webui\ncd frontend\nnpm run build\n```\n\nThe server executable jar program is located in `server/build/libs/server-*.*-all.jar`\n\nGame module is located in `game-*/build/libs/game-*-*.*.jar`\n\nWebui distribution is located in `frontend/dist`\n\n## Deploy\n\nYou should first prepare a mysql database.\n\n### server\n\nYou should put all files like this:\n\n```\n\u003croot dir\u003e\n├─── server-*.*-all.jar  \u003c---- server executable jar program\n├─── plugins  \u003c---- game module folder\n│   ├─── game-iidx-*.*.jar\n│   ├─── game-sdvx-*.*.jar\n│   └─── ...\n└─── config.json \u003c---- server config, generate at first launch.\n```\n\nRun\n\n```shell\njava -jar server-*.*-all.jar\n```\n\n### webui\n\nCheck out deployment instructions at https://cli.vuejs.org/guide/deployment.html\n\n### Development\n\nYou should add VM options `-Dme.stageguard.eamuse.dev=1` to `ApplicationMainKt` in Run/Debug Configurations\nin order to change server plugins folder to `game-*/build/libs/` for developing purpose.\n\nSee more\nat: [server/src/main/kotlin/me/stageguard/eamuse/ApplicationMain.kt](server/src/main/kotlin/me/stageguard/eamuse/ApplicationMain.kt)\n\n# Disclaimer\n\n**All media resources in [frontend/src/assets/sdvx](frontend/src/assets/sdvx) and game data\nin [game-sdvx/src/main/resources/sdvx6](game-sdvx/src/main/resources/sdvx6) are copyrighted by © Konami Amusement and\ndon't obey the [AGPLv3](LICENSE) open-source license.**\n\nSome source code is transmitted from [asphyxia-core/plugins](https://github.com/asphyxia-core/plugins).\n\n**This project is developed only for educational and test purpose and for full stack programming practice.**\n    \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstageguard%2Feamgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstageguard%2Feamgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstageguard%2Feamgs/lists"}