{"id":50142054,"url":"https://github.com/yoryan/railroads-cli","last_synced_at":"2026-05-24T02:02:11.596Z","repository":{"id":358136168,"uuid":"1240047799","full_name":"YoRyan/railroads-cli","owner":"YoRyan","description":"Companion configuration and map installing tool for Sid Meier's Railroads!","archived":false,"fork":false,"pushed_at":"2026-05-15T23:57:58.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T23:59:14.933Z","etag":null,"topics":["7zip","modding-tool","railroads"],"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/YoRyan.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-15T18:00:32.000Z","updated_at":"2026-05-15T23:58:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/YoRyan/railroads-cli","commit_stats":null,"previous_names":["yoryan/railroads-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/YoRyan/railroads-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoRyan%2Frailroads-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoRyan%2Frailroads-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoRyan%2Frailroads-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoRyan%2Frailroads-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YoRyan","download_url":"https://codeload.github.com/YoRyan/railroads-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YoRyan%2Frailroads-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33418550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":["7zip","modding-tool","railroads"],"created_at":"2026-05-24T02:02:10.319Z","updated_at":"2026-05-24T02:02:11.591Z","avatar_url":"https://github.com/YoRyan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# railroadscli\n\nrailroadscli is a companion modding tool for *Sid Meier's Railroads!*. You can use it to make the game more stable (by [enabling](https://steamcommunity.com/sharedfiles/filedetails/?id=1349679487) LAA), turn on secret features like the map editor, play online over the [OpenSpy](https://openspy.net) network, and install custom [maps](https://smr-maps.trinancrat.me/) from the [Internet Archive](https://archive.org/details/sid-meiers-railroads-custom-maps-collection) and other repositories of [SAM](https://smrsimple.com/2009/06/what-is-a-sam/) (stand-alone map) content. It's heavily inspired by the [Definitive SMR Launcher](https://github.com/ageekhere/Definitive-SMR-Launcher), but in close comparison, railroadscli is faster and lighter, doesn't require admin rights, and, of course, supports Linux and SteamOS.\n\nWhen run without arguments (i.e., double-clicked on in Windows Explorer) railroadscli applies all desired options from a same-directory TOML file named `railroadscli.toml`. The full format of this file is as follows. It is easy to share with friends if you want to play online with the same content.\n\n```toml\n# Override auto-detection of the user data directory\n# Default: \u003cDocuments\u003e\\My Games\\Sid Meier's Railroads\ngame_data_path = \"C:\\\\Users\\\\Sid\\\\Documents\\\\My Games\\\\Sid Meier's Railroads\"\n\n# Override auto-detection of the game install directory\n# Default: path to app ID 7600 in your Steam library\ngame_install_path = \"C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\Sid Meier's Railroads\"\n\n# Configure Settings.ini for maximum graphical quality and anti-aliasing\n# Default: true\nbest_graphics = true\n\n# Skip or play the intro movies\n# Default: true\nskip_opening = true\n\n# Enable or disable the terrain editor\n# Default: true\nenable_editor = true\n\n# Set the LAA flag to allow the game to exceed 2GB of virtual memory\n# Default: true\nlaa_aware = true\n\n# Set the GameSpy master server domain (must be 11 characters long)\n# Default: openspy.net (the only known working network)\ngamespy_server = \"openspy.net\"\n\n# Prompt before deleting the contents of the UserMaps and CustomAssets directories\n# Default: true\nwarn_on_delete = true\n\n# Download and extract an archive to the UserMaps directory, overwriting existing contents\n# Default: do nothing\nusermaps_from = \"https://archive.org/download/sid-meiers-railroads-custom-maps-collection/A_Tycoon's_Tale_v1_00.7z\"\n\n# Download and extract an archive to the CustomAssets directory, overwriting existing contents\n# Default: do nothing\n#customassets_from = \"\"\n\n# When in automatic (no arguments provided) mode, launch the game after applying this configuration\n# Default: true\nautolaunch = true\n```\n\nYou can obtain a copy of railroadscli from the GitHub releases [page](https://github.com/YoRyan/railroads-cli/releases). To see all available command-line options, refer to `railroadscli --help` and `railroadscli config --help`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoryan%2Frailroads-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoryan%2Frailroads-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoryan%2Frailroads-cli/lists"}