{"id":20406271,"url":"https://github.com/notnullxyz/dinodays","last_synced_at":"2025-06-25T18:10:43.369Z","repository":{"id":78029517,"uuid":"176297578","full_name":"notnullxyz/dinodays","owner":"notnullxyz","description":"DinoDays is a simple tool (for now) to calculate day speed cycles and related configuration values for Ark Servers. Planned features like config multipliers etc will come!","archived":false,"fork":false,"pushed_at":"2019-03-18T14:04:18.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T02:20:05.799Z","etag":null,"topics":["ark","config","configuration","game","server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notnullxyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2019-03-18T13:57:28.000Z","updated_at":"2019-03-18T14:07:10.000Z","dependencies_parsed_at":"2023-04-08T21:38:07.657Z","dependency_job_id":null,"html_url":"https://github.com/notnullxyz/dinodays","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/notnullxyz/dinodays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notnullxyz%2Fdinodays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notnullxyz%2Fdinodays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notnullxyz%2Fdinodays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notnullxyz%2Fdinodays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notnullxyz","download_url":"https://codeload.github.com/notnullxyz/dinodays/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notnullxyz%2Fdinodays/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261927623,"owners_count":23231380,"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":["ark","config","configuration","game","server"],"created_at":"2024-11-15T05:16:11.489Z","updated_at":"2025-06-25T18:10:43.337Z","avatar_url":"https://github.com/notnullxyz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dinodays\n\nThis is, for now, just equipped with the ability to do calculations for the day speed cycle values in the config.\n\nEventually and hopefully, it would be able to generate config values for most of the multipliers.\n\nThe Ark server configuration expects three values to control how long days are in the game, including the daylight and night hours.\nThe default is 28minutes of real-time for 24 hours of in-game time. Day times are defaulted to 14 mins, with the rest being night hours.\n\nTo change this, the speed scales can be configured with values that make sense. This tool will help with that!\n\n\n## Author\nMarlon B van der Linde \u003cmarlonv@protonmail.com\u003e\n\n\n## Usage\n\nGenerally run with python3 main.py... \n\nFor Linux and assuming /usr/bin/python3 \u0026 chmod +x of main.py:\n\n```\n./main.py 90 20 4 --json\n{\"day_time_speed_scale\": 0.7878787878787878, \"day_cycle_speed_scale\": 0.5630555555555555, \"night_time_speed_scale\": 1.4666666666666668}\n\n```\n\nGiven the inputs:\n- 90 as the desired real-life minutes an in-game day should last,\n- 20 as the desired in-game hours of daylight (day time)\n- 4 as the desired in-game hours of night (night time)\n\nOutputs are given as the scales expected in the Ark server configs.\n\nOmit --json to get a standard output.\n\n## License\nSee file COPYING\n\ntldr; \nGNU GENERAL PUBLIC LICENSE v3\n\n```\n    This file is part of dinodays.\n    Copyright (c) 2019, Marlon B van der Linde, \u003cmarlonv@protonmail.com\u003e\n\n    dinodays is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    dinodays is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with dinodays.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnullxyz%2Fdinodays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnullxyz%2Fdinodays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnullxyz%2Fdinodays/lists"}