{"id":28271894,"url":"https://github.com/kade-github/intrasharp","last_synced_at":"2025-10-06T09:15:41.996Z","repository":{"id":38046056,"uuid":"214694149","full_name":"Kade-github/IntraSharp","owner":"Kade-github","description":"An intralisim map configuration tool.","archived":false,"fork":false,"pushed_at":"2022-12-08T14:45:32.000Z","size":4572,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T19:05:29.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Kade-github.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}},"created_at":"2019-10-12T18:17:23.000Z","updated_at":"2022-07-09T06:48:33.000Z","dependencies_parsed_at":"2023-01-25T05:30:55.293Z","dependency_job_id":null,"html_url":"https://github.com/Kade-github/IntraSharp","commit_stats":null,"previous_names":["kade-github/intrasharp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Kade-github/IntraSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FIntraSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FIntraSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FIntraSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FIntraSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kade-github","download_url":"https://codeload.github.com/Kade-github/IntraSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kade-github%2FIntraSharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260369680,"owners_count":22998669,"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":[],"created_at":"2025-05-20T18:23:45.105Z","updated_at":"2025-10-06T09:15:41.897Z","avatar_url":"https://github.com/Kade-github.png","language":"C#","readme":"[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c6385723b5874507a01dd130214a1bc0)](https://www.codacy.com/manual/KadeDev/IntraSharp?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=KadeDev/IntraSharp\u0026amp;utm_campaign=Badge_Grade)\n# IntraSharp\nAn intralisim map configuration tool.\n\n# How to use\n## Installing\nNaviage towards the releases page [Here](https://github.com/KadeDev/IntraSharp/releases/latest)  \nDownload the latest release,  \nAdd it to your refrences in your C# Project.  \n## Features\n- Full map json data.\n- Ability to read and write map data.\n## Examples\n### Getting a configuration file\n```csharp\nusing IntraSharp;\n\npublic class Program\n{\n  public static void Main(string[] args)\n  {\n    IntraConfig config = IntraConfig.LoadConfig(args[0]); // Loads the config in the 1st argument, which is a file path. \n  }\n}\n```\n### Removing/Adding events\n```csharp\nusing IntraSharp;\n\npublic class Program\n{\n  public static void Main(string[] args)\n  {\n    IntraConfig config = IntraConfig.LoadConfig(args[0]); // Loads the config in the 1st argument, which is a file path. \n    config.Config.Events.Clear(); // Removes all events\n    Event e = new Event(); // Creates a new event object\n    e.Time = 0; // Sets the time to the begging of the map.\n    Data data = new Data(); // Makes a new data type\n    data.Type = DataType.SpawnObj; // We want to spawn in some arcs so use SpawnObj\n    data.DataString = \"[LeftUpDownRight]\"; // We want to have a full circle so we do [LeftUpDownRight]\n    e.Data = data.ConvertToReadableData(); // Convert it to readable data so Intra can load it\n    config.Config.Events.Add(e); // Add the event\n  }\n}\n```\n### Saving the config\n```csharp\nusing IntraSharp;\n\npublic class Program\n{\n  public static void Main(string[] args)\n  {\n    IntraConfig config = IntraConfig.LoadConfig(args[0]); // Loads the config in the 1st argument, which is a file path. \n    config.Config.Events.Clear(); // Removes all events\n    Event e = new Event(); // Creates a new event object\n    e.Time = 0; // Sets the time to the begging of the map.\n    Data data = new Data(); // Makes a new data type\n    data.Type = DataType.SpawnObj; // We want to spawn in some arcs so use SpawnObj\n    data.DataString = \"[LeftUpDownRight]\"; // We want to have a full circle so we do [LeftUpDownRight]\n    e.Data = data.ConvertToReadableData(); // Convert it to readable data so Intra can load it\n    config.Config.Events.Add(e); // Add the event\n    config.SaveConfig(); // Save the config\n  }\n}\n```\n\n# Libarys used:\n## Newtonsoft.Json\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkade-github%2Fintrasharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkade-github%2Fintrasharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkade-github%2Fintrasharp/lists"}