-
Hello everyone, it's possible add support for half life, counter strike, sven-coop.
Cheers.
Tox86 updated
11 months ago
-
# Converting Minecraft maps to Half-Life 1
[https://notnite.com/blog/minecraft-to-goldsrc](https://notnite.com/blog/minecraft-to-goldsrc)
-
Hello!
You probably noticed by hundreds of closed issues, there are problems for users who get AMD64 or ARM64 engine builds that just useless for them. It's obvious to us that to run, for example H…
-
-
[goldsrc.webm](https://github.com/libsdl-org/sdl2-compat/assets/9915567/8af6b30a-a62c-49c4-a0be-51bf6d962ade)
-
Blender version: 4.0 release
Platform: Windows 10
SourceIO version: 5.4.0
Issue: When attempting to import custom goldsrc maps for cstrike 1.6, I get an error and the import fails.
Expectation…
-
The map was decompiled but it only has entities and no brushes (walls). Am i doing something wrong?
bd565 updated
6 months ago
-
For some reason and for the last few months any time I attempt to use my own template, the game will forcefully reset my template back to the official one, rejecting all other templates as "incompatib…
-
-
```
VerticalRotationAmount *= invdelta;
HorizontalRotationAmount *= invdelta;
```
doesn't do the same thing as
```
Rotation *= Rotation.FromAxis( Vector3.Right, VerticalRotationAmount * invdelta…