{"id":23302005,"url":"https://github.com/caiofov/screentint-rpgmaker-plugin","last_synced_at":"2025-10-06T03:11:51.589Z","repository":{"id":182150017,"uuid":"628784158","full_name":"caiofov/ScreenTint-RPGMaker-Plugin","owner":"caiofov","description":"A RPG Maker plugin for easily save and change screen tone","archived":false,"fork":false,"pushed_at":"2023-07-18T21:34:11.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:20:44.438Z","etag":null,"topics":["engine","game","game-development","plugin","rpg-maker","rpg-maker-plugins","rpgmakermv"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caiofov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-17T01:15:14.000Z","updated_at":"2024-12-11T20:35:57.000Z","dependencies_parsed_at":"2023-07-18T22:48:00.247Z","dependency_job_id":null,"html_url":"https://github.com/caiofov/ScreenTint-RPGMaker-Plugin","commit_stats":null,"previous_names":["caiofov/screentint-rpgmaker-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/caiofov/ScreenTint-RPGMaker-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FScreenTint-RPGMaker-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FScreenTint-RPGMaker-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FScreenTint-RPGMaker-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FScreenTint-RPGMaker-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caiofov","download_url":"https://codeload.github.com/caiofov/ScreenTint-RPGMaker-Plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiofov%2FScreenTint-RPGMaker-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551836,"owners_count":26005457,"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-06T02:00:05.630Z","response_time":65,"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":["engine","game","game-development","plugin","rpg-maker","rpg-maker-plugins","rpgmakermv"],"created_at":"2024-12-20T10:18:21.488Z","updated_at":"2025-10-06T03:11:51.549Z","avatar_url":"https://github.com/caiofov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screen Tint: A RPG Maker plugin\n\u003e Clique [aqui](https://github.com/caiofov/ScreenTint-RPGMaker-Plugin/blob/main/docs/README_pt.md) para ler em português\n\nThis is an alternative way of changing screen tone.\n\n- [Installation](#installation)\n- [How to use](#how-to-use)\n- [Command `tone`](#change-screen-tone-directly-via-command)\n- [Command `load`](#load-saved-tone)\n\n\u003e Version 1.0.0\n## Installation\nYou must download the file `ScreenTint.js` and move it to your project's plugin folder. After that, add and enable it on RPG Maker.\n\n## How to use\nYou can use variables (following RPG Maker's syntax - `\\v[\u003cvariable_id\u003e]`) in all command arguments.\n\n###  Change screen tone directly via command:\n\n```\ntint tone \u003cred\u003e \u003cgreen\u003e \u003cblue\u003e \u003cgray\u003e \u003cframes\u003e\n```\n\n- `red` (integer - between -255 and 255): red value\n- `green` (integer - between -255 and 255): green value\n- `blue` (integer - between -255 and 255): blue value\n- `gray` (integer - between 0 and 255): gray value\n- `frames` (integer): transition's duration (60 frames = 1 second)\n\n**Example**\n\nTurning into red (255,0,0,0) in 60 frames\n```\ntint tone 255 0 0 0 60\n```\n- With variable:\nAssigning the first value (255) to variable #1, it is possible to use its id instead of the color value\n\n```\ntint tone \\v[1] 0 0 0 60\n``` \n![Red](docs/imgs/red.gif)\n\n###  Load saved tone:\nYou can also save tones in the 'Saved Tones' field on plugin's parameters. \nTo load them, you must use the following command:\n\n```\ntint load \u003csaved tone identifier\u003e \n```\n\n - `saved tone identifier` (string): saved tone's name\n\n**Warning**: It is case sensitive\n\n**Example**\n\nLoading the following tone, which must be specified in plugin's parameters\n\n![Saved tone](docs/imgs/saved_tone.png)\n\n```\ntint load normal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Fscreentint-rpgmaker-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaiofov%2Fscreentint-rpgmaker-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiofov%2Fscreentint-rpgmaker-plugin/lists"}