{"id":16541052,"url":"https://github.com/hagb/charactersinforegroundplus","last_synced_at":"2026-06-04T18:31:00.341Z","repository":{"id":251024362,"uuid":"836170464","full_name":"Hagb/CharactersInForegroundPlus","owner":"Hagb","description":"Patched and improved CharactersInForeground mod for 東方非想天則 / Touhou 12.3 Hisoutensoku ","archived":false,"fork":false,"pushed_at":"2024-10-13T14:56:16.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T08:52:00.599Z","etag":null,"topics":["hisoutensoku","touhou","touhou-games","touhou-project"],"latest_commit_sha":null,"homepage":"","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/Hagb.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}},"created_at":"2024-07-31T09:43:00.000Z","updated_at":"2024-10-13T14:56:20.000Z","dependencies_parsed_at":"2024-11-14T14:46:42.819Z","dependency_job_id":"c29d8a9d-6b1d-46dd-b602-f3bce049fc03","html_url":"https://github.com/Hagb/CharactersInForegroundPlus","commit_stats":null,"previous_names":["hagb/charactersinforegroundplus"],"tags_count":0,"template":false,"template_full_name":"SokuDev/ModTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hagb%2FCharactersInForegroundPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hagb%2FCharactersInForegroundPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hagb%2FCharactersInForegroundPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hagb%2FCharactersInForegroundPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hagb","download_url":"https://codeload.github.com/Hagb/CharactersInForegroundPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787488,"owners_count":20020099,"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":["hisoutensoku","touhou","touhou-games","touhou-project"],"created_at":"2024-10-11T18:53:57.725Z","updated_at":"2026-06-04T18:31:00.336Z","avatar_url":"https://github.com/Hagb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModTemplate\nTemplate for new mods\n\n# Build\nRequires CMake, git and the VisualStudio compiler (MSVC).\nBoth git and cmake needs to be in the PATH environment variable.\n\nAll the following commands are to be run inside the visual studio 32bits compiler\ncommand prompt (called `x86 Native Tools Command Prompt for VS 20XX` in the start menu), unless stated otherwise.\n\n## Initialization\nFirst go inside the folder you want the repository to be in.\nIn this example it will be C:\\Users\\PinkySmile\\SokuProjects but remember to replace this\nwith the path for your machine. If you don't want to type the full path, you can drag and\ndrop the folder onto the console.\n\n`cd C:\\Users\\PinkySmile\\SokuProjects`\n\nNow let's download the repository and initialize it for the first time\n```\ngit clone https://github.com/SokuDev/ModTemplate\ncd ModTemplate\ngit submodule init\ngit submodule update\nmkdir build\ncd build\ncmake .. -G \"NMake Makefiles\" -DCMAKE_BUILD_TYPE=Debug\n```\nNote that if you want to build in Release, you should replace `-DCMAKE_BUILD_TYPE=Debug` with `-DCMAKE_BUILD_TYPE=Release`.\n\n## Compiling\nNow, to build the mod, go to the build directory (if you did the previous step you already are)\n`cd C:\\Users\\PinkySmile\\SokuProjects\\ModTemplate\\build` and invoke the compiler by running `cmake --build . --target ModTemplate`. If you change the name of the mod (in the add_library statement in CMakeLists.txt), you will need to replace 'ModTemplate' by the name of your mod in the previous command.\n\nYou should find the resulting ModTemplate.dll mod inside the build folder that can be to SWRSToys.ini.\nIn my case, I would add this line to it `ModTemplate=C:/Users/PinkySmile/SokuProjects/ModTemplate/build/ModTemplate.dll`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhagb%2Fcharactersinforegroundplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhagb%2Fcharactersinforegroundplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhagb%2Fcharactersinforegroundplus/lists"}