{"id":25916224,"url":"https://github.com/bukowa/consulscriptum","last_synced_at":"2026-04-29T03:09:56.077Z","repository":{"id":278097819,"uuid":"933781758","full_name":"bukowa/ConsulScriptum","owner":"bukowa","description":"Total War Rome 2 Scripting \u0026 Debug Console","archived":false,"fork":false,"pushed_at":"2026-04-23T21:10:31.000Z","size":29303,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-04-23T23:33:44.902Z","etag":null,"topics":["console","debug","mod","rome2","totalwar"],"latest_commit_sha":null,"homepage":"https://consulscriptum.com","language":"Lua","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/bukowa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"bukowa","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-02-16T17:17:48.000Z","updated_at":"2026-04-23T21:07:10.000Z","dependencies_parsed_at":"2025-03-05T17:21:55.093Z","dependency_job_id":"0e0b9645-0d7e-4b54-a19f-8877341a5da7","html_url":"https://github.com/bukowa/ConsulScriptum","commit_stats":null,"previous_names":["bukowa/consulscriptum"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/bukowa/ConsulScriptum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukowa%2FConsulScriptum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukowa%2FConsulScriptum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukowa%2FConsulScriptum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukowa%2FConsulScriptum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bukowa","download_url":"https://codeload.github.com/bukowa/ConsulScriptum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bukowa%2FConsulScriptum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["console","debug","mod","rome2","totalwar"],"created_at":"2025-03-03T12:19:41.895Z","updated_at":"2026-04-29T03:09:56.044Z","avatar_url":"https://github.com/bukowa.png","language":"Lua","funding_links":["https://ko-fi.com/bukowa"],"categories":[],"sub_categories":[],"readme":"# Consul Scriptum\n\n**Consul**: In ancient Rome, a consul was one of the two highest-ranking elected officials who jointly governed the republic. The term later came to denote high-ranking officials or diplomats in other contexts.\n\n**Scriptum**: This means \"written\" (from the verb scribere, \"to write\"). It can refer to a document, text, or written work.\n\nLiterally, *\"Consul Scriptum\"* translates to \"written consul\" or \"the consul's writing.\" However, this phrasing is not a standard Latin expression or historical term. Its meaning would depend on context: It could metaphorically imply \"the written authority\" or \"a document issued by a consul.\" In a creative or modern context, it might be used as a title for a fictional work, legal decree, or diplomatic text.\n\n## In reality, this is a scripting console for Total War: Rome II.\n\n![Consul Scriptum](.github/extras/consul-scriptum.png)\n\n## The overall concept is split into three parts:\n\n### Console\nThe console gives you raw access to Lua and all the extra commands I implement and distribute with the mod.\n\n### Consul (Non-Technical)\nA window with a list of scripts that you can activate with a click. This provides a non-technical way to use scripts included in the mod—such as the character-kill script—without needing to interact with the console, making it more immersive.\n\n### Scriptum (Technical)\nThis allows you to write your own scripts, place them in the game data folder, and execute them with a click. No need to restart the game—just reopen the Consul to load new scripts.\n\n![Consul Scripts](.github/extras/consul-scripts.png)\n\n## Included Scripts\nFew simple scripts are already included:\n- **Ad Rebellos** - Spawns a rebellion in the selected settlement.\n- **Adice Provinciam** - Transfers settlement ownership.\n- **Exterminare** - Kills any unit or character.\n\n### Extra Features\n- You can drag \u0026 drop the window.\n- You can minimize **Consul** and **Scriptum** by clicking on the arrows, so the console doesn't take up half your screen.\n- The tool remembers your position, so it always opens in the same spot.\n- Soon, I'll add a feature to remember which panels you have minimized.\n\n### Limitations\n- Cannot use **ENTER** to send command.\n- Cannot use **arrow keys** to navigate command history.\n- Cannot use **TAB** key for command autocomplete.\n- Cannot use the **mouse** to select text from command history.\n- Cannot paste long commands - but you can type them...?! 🤷 (I have no idea how to handle this and this is very annoying. Current workaround: use scripting files via **Scriptum**, as they load dynamically.)\n- **Scriptum** accepts only **10 custom scripts** for now (I can't find a way to dynamically create components - if anyone needs more, just let me know).\n- Doesn't work in battle (I can't find a way to access UIComponent in battle - it’s probably restricted on purpose by CA).\n\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bukowa/ConsulScriptum)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukowa%2Fconsulscriptum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbukowa%2Fconsulscriptum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbukowa%2Fconsulscriptum/lists"}