{"id":13733582,"url":"https://github.com/smokku/soldank","last_synced_at":"2025-08-01T19:10:27.076Z","repository":{"id":149345830,"uuid":"336938470","full_name":"smokku/soldank","owner":"smokku","description":"Clone of Soldat engine written in Rust","archived":false,"fork":false,"pushed_at":"2025-04-01T19:35:26.000Z","size":6311,"stargazers_count":56,"open_issues_count":1,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-27T15:30:26.977Z","etag":null,"topics":["game","rust","soldank","soldat"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smokku.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,"zenodo":null}},"created_at":"2021-02-08T02:25:36.000Z","updated_at":"2025-07-13T20:31:40.000Z","dependencies_parsed_at":"2025-04-01T15:29:56.295Z","dependency_job_id":"1fd10be1-e063-446a-bb28-f20444df216c","html_url":"https://github.com/smokku/soldank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smokku/soldank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fsoldank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fsoldank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fsoldank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fsoldank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smokku","download_url":"https://codeload.github.com/smokku/soldank/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fsoldank/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268282054,"owners_count":24225160,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["game","rust","soldank","soldat"],"created_at":"2024-08-03T03:00:45.721Z","updated_at":"2025-08-01T19:10:27.042Z","avatar_url":"https://github.com/smokku.png","language":"Rust","funding_links":[],"categories":["Games"],"sub_categories":["Games: On top of miniquad"],"readme":"# Soldank\n\n🚧 open source clone of [Soldat](http://soldat.pl/) engine written in Rust\n\n## 🚧 Screenshot\n\n![WIP screenshot](sshot.png)\n\n## Goals\n\n- Fully authentic look and feel\n- ~~bugs~~ feature-complete port of Soldat\n\n## build and run\n\nThis repository is configured to store `*.smod` and `*.smap` files in LFS. You will need to install \u003chttps://git-lfs.github.com/\u003e to handle these.\n\nAlternatively you can build `soldat.smod` from [soldat-base](https://github.com/Soldat/base) and copy to `soldank/client/resources` directory\n\n### Server\n\n    env RUST_LOG=debug cargo run --manifest-path server/Cargo.toml\n\n### Client\n\n    env RUST_LOG=debug cargo run --manifest-path client/Cargo.toml -- --debug\n\nUse `--help` option to display command line help.\n\n```\nsoldank-server 0.1.0\nTomasz Sterna \u003ctomasz@sterna.link\u003e\nopen source clone of Soldat engine written in Rust\n\nUSAGE:\n    soldank-server [OPTIONS]\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -b, --bind \u003caddress:port\u003e    IP address and port to bind [env: SOLDANK_SERVER_BIND=]\n    -k, --key \u003ckey\u003e              server connection key [env: SOLDANK_SERVER_KEY=]\n    -m, --map \u003cmap name\u003e         name of map to load [env: SOLDANK_USE_MAP=]  [default: ctf_Ash]\n        --set \u003ccvar\u003e \u003cvalue\u003e     set cvar value [multiple]\n```\n\n```\nsoldank-client 0.1.0\nhelloer \u003cim.helloer@gmail.com\u003e:Tomasz Sterna \u003ctomasz@sterna.link\u003e\nopen source clone of Soldat engine written in Rust\n\nUSAGE:\n    soldank-client [FLAGS] [OPTIONS]\n\nFLAGS:\n        --debug      display debug UI on start (^` to toggle)\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --connect \u003caddress:port\u003e    server address and port to connect\n    -k, --key \u003ckey\u003e                 server connection key\n    -m, --map \u003cmap\u003e                 name of map to load [default: ctf_Ash]\n    -n, --nick \u003cnick\u003e               user nickname\n        --set \u003ccvar\u003e \u003cvalue\u003e        set cvar value [multiple]\n```\n\nYou can use `--set cvar value` option (multiple times) to override config variables.\n\n## TODO\n\n- [x] Refactor rendering code and add support for sceneries and gostek rendering\n- [x] Implement proper game loop\n- [x] Debug UI\n- [x] Use `cvar`s for configuration\n- [ ] Implement game interface\n- [ ] Server-authoritative networking (in-progress)\n- [ ] [Rhai](http://rhai.rs) scripted gameplay and console (in-progress)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokku%2Fsoldank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmokku%2Fsoldank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokku%2Fsoldank/lists"}