{"id":22900364,"url":"https://github.com/vectorial1024/mileagetaxiservices","last_synced_at":"2025-10-12T22:41:19.790Z","repository":{"id":119789949,"uuid":"419243228","full_name":"Vectorial1024/MileageTaxiServices","owner":"Vectorial1024","description":"Simulating mileage-based taxi fares in Cities Skylines","archived":false,"fork":false,"pushed_at":"2025-06-02T17:17:30.000Z","size":3713,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T02:34:18.152Z","etag":null,"topics":["cities-skylines","mod","steam-workshop"],"latest_commit_sha":null,"homepage":"https://steamcommunity.com/sharedfiles/filedetails/?id=3492156582","language":"C#","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/Vectorial1024.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":"2021-10-20T08:18:49.000Z","updated_at":"2025-06-02T17:17:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d5dec3a-3054-4783-9d74-6a960cf8b1f3","html_url":"https://github.com/Vectorial1024/MileageTaxiServices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vectorial1024/MileageTaxiServices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectorial1024%2FMileageTaxiServices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectorial1024%2FMileageTaxiServices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectorial1024%2FMileageTaxiServices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectorial1024%2FMileageTaxiServices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vectorial1024","download_url":"https://codeload.github.com/Vectorial1024/MileageTaxiServices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectorial1024%2FMileageTaxiServices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013279,"owners_count":26085250,"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-10-12T02:00:06.719Z","response_time":53,"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":["cities-skylines","mod","steam-workshop"],"created_at":"2024-12-14T01:19:17.067Z","updated_at":"2025-10-12T22:41:19.737Z","avatar_url":"https://github.com/Vectorial1024.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mileage Taxi Services\nSimulating mileage-based taxi fares in Cities Skylines.\n\n## Demystifying Taxis\nI believe taxis are largely misunderstood, as seen from the comments in the page for Profitable Tourism, another mod that aims to increase taxi income.\n\nIt turns out, in Cities Skylines, taxi fares are collected ONLY when the journey is completed, which means taxis with passengers do not register any income DURING the journey.\nThe taxi fares are also very simple, only taking account into the straight-line distance (aka \"displacement\").\n\nThis mod aims to change that.\n\n## Mod Status\n- Requires After Dark DLC (duh)\n- Requires Harmony\n- Compatible with:\n  - Ticket Price Customizer\n  - Transport Lines Manager (\"TLM\")\n  - Profitable Tourism\n\n## Motivation and Technical Information\nAs mentioned above, the taxi fares in Cities Skylines are very simple, too simple indeed:\n\n```\nOn arrival, calculate:\nfare: DISPLACEMENT * 1/1000 * STANDARD_FARE\n```\n\nThis does not take into account the actual mileage traveled. (In defense of CO: also tracking the actual mileage can be a performance problem!)\n\nThis also means taxis generally do not really \"turn a profit\".\n\nThis mod introduces mileage-based fare on top of the above fare:\n\n```\nDuring journey with passenger, also calculate:\nmileage fare: DELTA_DISPLACEMENT * 1/2000 * STANDARD_FARE\nidle fare: if mileage fare is 0, then collect fare as if DELTA_DISPLACEMENT is 1\n```\n\nWith this, at least +50% taxi income is guaranteed, provided that the taxi is carrying passengers.\nTo further increase taxi income, consider using Ticket Price Customizer.\n\nTaxis without passengers do NOT generate any income, just as usual.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorial1024%2Fmileagetaxiservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectorial1024%2Fmileagetaxiservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectorial1024%2Fmileagetaxiservices/lists"}