{"id":13696385,"url":"https://github.com/jakgor471/BSPEntSpy","last_synced_at":"2025-05-03T17:30:57.285Z","repository":{"id":242231769,"uuid":"808819972","full_name":"jakgor471/BSPEntSpy","owner":"jakgor471","description":"Enhanced Entity Lump editor for Source games","archived":false,"fork":false,"pushed_at":"2025-04-27T10:27:35.000Z","size":773,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-27T11:37:22.650Z","etag":null,"topics":["bsp","garrysmod","half-life-2","hammer-editor","source-engine"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jakgor471.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-31T22:29:17.000Z","updated_at":"2025-04-27T10:27:38.000Z","dependencies_parsed_at":"2024-06-01T15:38:45.947Z","dependency_job_id":"ad76ad28-9203-4018-9138-0636b4e233de","html_url":"https://github.com/jakgor471/BSPEntSpy","commit_stats":null,"previous_names":["jakgor471/bspentspy"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakgor471%2FBSPEntSpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakgor471%2FBSPEntSpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakgor471%2FBSPEntSpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakgor471%2FBSPEntSpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakgor471","download_url":"https://codeload.github.com/jakgor471/BSPEntSpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252226640,"owners_count":21714835,"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":["bsp","garrysmod","half-life-2","hammer-editor","source-engine"],"created_at":"2024-08-02T18:00:39.087Z","updated_at":"2025-05-03T17:30:57.269Z","avatar_url":"https://github.com/jakgor471.png","language":"Java","funding_links":[],"categories":["Gaming"],"sub_categories":["Mapping / Modding /  Modeling / Texturing / Tools / Hammer Editor"],"readme":"# BSPEntSpy - enhanced Entity Lump editor\nBSPEntSpy is an updated version of **EntSpy** originaly made by Rof (http://www.bagthorpe.org/bob/cofrdrbob/).  \n\n**Latest version** of BSPEntSpy is available to **download** here: https://github.com/jakgor471/BSPEntSpy/releases/latest\n\n## Features\n* **Importing and exporting** entities\n* **Patching from VMF**\n* **FGD support** for SmartEdit like editing\n* **Mass editing** for editing multiple entities at once (works as in Hammer Editor)\n* **Undo / Redo** functionality for time-travelling and fixing mistakes\n* **Enhanced filtering** and selection\n* **Renaming** the map alongside with updating internal references and directories (for fixing broken cubemaps)\n* **Exporting / Importing embedded files** facilitating removal of broken cubemaps or packing files into the map file\n* **Removing light information** for rebuilding the lighting using VRAD\n* **Re-saving Static prop lump with different version** to fix 'stale map version' error\n\n## Changes compared to the original version\nApart from features listed above the UI has been updated to use system\n*Look and Feel*, instead of Java's default, dated and ugly *Metal* theme.  \nOther changes include:\n* switch from Tree entity display to a flat List\n* complete overhaul of entity parameters edit panel (including separate tab for\nediting flags)\n\nDetailed description and instructions are included in **Help** menu tab in BSPEntSpy.\n\n**Old version** to the left, **new version** to the right  \n![comparison](https://github.com/jakgor471/BSPEntSpy/blob/main/images/image1.jpg?raw=true)\n\n**Help panel**  \n![comparison](https://github.com/jakgor471/BSPEntSpy/blob/main/images/image2.jpg?raw=true)\n\n**Java Runtime Environment** is required to run the application.\n\n## Changelog\n### BSPEntSpy v1.414R-A release 12/04/2025\n* Added support for Quake 1 BSP\n* Fixed bug with LZMA compressed maps (Team Fortress 2)\n### BSPEntSpy v1.4R-A release 04/03/2025\n* More flexible PAK file importing\n* Functionality for renaming internal map structure (for fixing cubemaps etc.)\n* Experimental features are no longer experimental :)\n### BSPEntSpy v1.33b build 26/02/2025\n* Drag and drop functionality\n* Minor bug fixes\n* R-A completed\n### BSPEntSpy v1.33a build 17/11/2024 codename R-A\n* Added option to filter entities by position and radius\n* Update checking functionality\n### BSPEntSpy v1.33 build 09/09/2024\n* Minor and major bug fixes\n* Added option to edit cubemaps (cubemapsize only)\n* Added option to edit static props and re-save the Static Prop lump using different version (fix for 'stale map version' error)\n### BSPEntSpy v1.32 build 02/09/2024\n* Minor and major bug fixes\n* Added option to export/import files embedded in Pak Lump\n* Added option to remove light information (Lump 15 and 54)\n### BSPEntSpy v1.3 build 12/07/2024\n* Added support for GoldSrc maps\n* Complete rewrite of BSP backend\n* Support for LZMA compression when saving the map (only if the original map was compressed)\n### BSPEntSpy v1.275 build 13/06/2024\n* Added Entity list filtering\n* Added an option to invert the selection\n* Enhanced filtering, now (13/06/2024) with support for place holders\n* Fixed \"Go to\" exception\n### BSPEntSpy v1.2 build 06/06/2024\n* Added support for new Team Fortress 2 BSP format (LZMA compressed entity lump)\n### BSPEntSpy v1.1 build 30/05/2024\n* Added Undo/Redo functionality\n* Added Flag edition panel\n* Added patching from VMF functionality\n### BSPEntSpy v1.0 build 23/05/2024\n* Changed the name to BSPEntSpy\n* Added FGD support and Smart Edit\n* Complete overhaul of Entity parameter editor\n### Entspy v2.0 build 17/05/2024\n* Changed the Tree entity display to a list\n* Minor changes to the UI layout\n* Changed the \"Look and feel\" to that matching the specific operating system\n* Added an option to export and import entities\n* Added a partial VMF support\n* Extended the search possibilities\n* Minor tweaks and clean-ups\n* Added new icons\n\n# Dependencies\n* LZMA SDK (included in the source code) https://7-zip.org/sdk.html\n* JSON-Java https://github.com/stleary/JSON-java","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakgor471%2FBSPEntSpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakgor471%2FBSPEntSpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakgor471%2FBSPEntSpy/lists"}