Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanlin96069/propoobdetector
A Source Engine plugin that detects out-of-bounds props
https://github.com/evanlin96069/propoobdetector
kuroko portal source-engine zig
Last synced: 4 months ago
JSON representation
A Source Engine plugin that detects out-of-bounds props
- Host: GitHub
- URL: https://github.com/evanlin96069/propoobdetector
- Owner: evanlin96069
- License: 0bsd
- Created: 2024-08-23T23:28:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:00:29.000Z (4 months ago)
- Last Synced: 2024-10-27T06:03:47.038Z (4 months ago)
- Topics: kuroko, portal, source-engine, zig
- Language: Zig
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PropOobDetector
A Source Engine plugin that detects out-of-bounds props.
Tested on Portal 3420, Portal 4104, Portal 5135, and latest Portal Steampipe version.
## Command
`pod_print_oob_ents`
- Prints entities that are oob`pod_hud_oob_ents`
- Shows entities that are oob## Build
Only Windows build.Use [zig 0.13.0](https://ziglang.org/download/#release-0.13.0)
```sh
zig build -Doptimize=ReleaseSmall
```