{"id":19838479,"url":"https://github.com/dreamycecil/se1-exampleentitieslib","last_synced_at":"2026-06-10T11:32:06.019Z","repository":{"id":134368562,"uuid":"312776869","full_name":"DreamyCecil/SE1-ExampleEntitiesLib","owner":"DreamyCecil","description":"A clean library base for your own entities based on Serious Sam SDK for modern Visual Studios instead of Microsoft Visual C++ 6.0.","archived":false,"fork":false,"pushed_at":"2024-01-24T04:29:07.000Z","size":725,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:13:21.287Z","etag":null,"topics":["engine","entity-pack","mod","platform-toolset","sam-sdk","sdk","serious-engine","serious-sam","toolset","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DreamyCecil.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":"2020-11-14T08:31:55.000Z","updated_at":"2023-01-17T14:57:20.000Z","dependencies_parsed_at":"2025-02-28T18:52:27.592Z","dependency_job_id":"e0b5a5ca-784c-4961-b9c9-eb19906be1e3","html_url":"https://github.com/DreamyCecil/SE1-ExampleEntitiesLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DreamyCecil/SE1-ExampleEntitiesLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamyCecil%2FSE1-ExampleEntitiesLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamyCecil%2FSE1-ExampleEntitiesLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamyCecil%2FSE1-ExampleEntitiesLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamyCecil%2FSE1-ExampleEntitiesLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DreamyCecil","download_url":"https://codeload.github.com/DreamyCecil/SE1-ExampleEntitiesLib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamyCecil%2FSE1-ExampleEntitiesLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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","entity-pack","mod","platform-toolset","sam-sdk","sdk","serious-engine","serious-sam","toolset","visual-studio"],"created_at":"2024-11-12T12:17:55.514Z","updated_at":"2026-06-10T11:32:05.997Z","avatar_url":"https://github.com/DreamyCecil.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Entities Library\n\nThis is a clean library base for your own Serious Sam entities based on [Serious Engine 1 Mod SDK](https://github.com/DreamyCecil/SE1-ModSDK).\n\nThis example library contains an entity that can display information about all players. The project files were created for Visual Studio 2010 and newer.\n\n### Notes\n\n- If you want to create other entity packs, you can base them off renamed `CustomEntities` project and add them to `EntitiesLib.sln` instead of cloning the entire repository again.\n- If you want your entities to depend on vanilla ones, you have to include headers from `EntitiesV` and optional `GameV` directories into your code to link vanilla libaries.\n  - You can see this dependency implementation in the example project. Look for the `VANILLA_ENTITIES` macro switch.\n- Alternatively, you can freely move `CustomEntites` folder into the mod SDK and build entity packs with your mod.\n\n## Building\n\nTo compile the library, you'll need to use a compiler from Microsoft Visual C++ 6.0.\n\nFull guide: https://github.com/DreamyCecil/SE1-ModSDK#building\n\n## Running\n\nOnce the project is compiled, the library (e.g. `CustomEntitiesMP.dll`) is automatically placed into the Bin folder one level above the sources folder (e.g `C:/SeriousSam/Bin` if the sources are in `C:/SeriousSam/Sources`).\n\nTo change the path where to copy the library (if you wish to put sources separately from the game), consider changing the path in the post-build step (**Project properties** -\u003e **Build Events** -\u003e **Post-Build Step** -\u003e **Command Line**).\n\n### How to use your new entities in the game\n\n1. Copy the compiled library into the Bin folder (e.g. `C:/SeriousSam/Bin`).\n2. Create a `ECL` (Entity Class Link) file with your entity in it. Example can be found at `Classes/ExampleEntity.ecl`.\n3. Add your class file into the virtual tree in Serious Editor.\n\nAnd then you'll be able to use your entity just like any other entity.\n\n## License\n\nJust like Croteam's [Serious Engine 1.10](https://github.com/Croteam-official/Serious-Engine) source code, Serious Sam SDK is licensed under the GNU GPL v2 (see LICENSE file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamycecil%2Fse1-exampleentitieslib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamycecil%2Fse1-exampleentitieslib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamycecil%2Fse1-exampleentitieslib/lists"}