bspguy
Edit GoldSrc maps without decompiling (by wootguy)
PBCharacterMovement
HL2-style, classic FPS movement for Unreal Engine implemented in C++ (by ProjectBorealis)
bspguy | PBCharacterMovement | |
---|---|---|
2 | 11 | |
136 | 1,362 | |
3.7% | 1.8% | |
9.3 | 6.3 | |
about 2 months ago | 10 days ago | |
C | C++ | |
The Unlicense | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bspguy
Posts with mentions or reviews of bspguy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-22.
- Exploring ba_outro using noclip.
-
fuzzy things in goldsrc (any idea what these are???)
I think it's a broken info_node. Seen these a couple of times. Just delete it too, I guess. Also you might be interested in a bsp-editor https://github.com/wootguy/bspguy
PBCharacterMovement
Posts with mentions or reviews of PBCharacterMovement.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-21.
- The Next Generation in Graphics, Part 1: Three Dimensions in Software
-
CS:GO like surf in Unreal 5 games?
I've never come across surfing in anything but Source engine games. There is however an open-source recreation of the Source movement system which allows for surfing, it's available here: https://github.com/ProjectBorealis/PBCharacterMovement
-
The Stanley Bunnyhop
it should be possible, given the Project Borealis folk ported HL2 movement to Unreal (https://github.com/ProjectBorealis/PBCharacterMovement), but it definitely isn't easy (and not present in TSPUD), i'll give you that
-
Is it worth the time to write my own movement component for pawns?
For instance my custom movement component is based off of this one https://github.com/ProjectBorealis/PBCharacterMovement which allows for automatic bunnyhopping, better air control, surfing and sliding along the ground. The drawback is that it wasn’t built with multiplayer in mind and stutters when you try to walk when simulating poor network conditions.
-
Porting unity code into unreal.
Judging by the issue thread re: 4.26 support, the devs are pretty open to PRs that extend support.
-
unable to recompile a plugin
hi, i have just started helping a friend with his project. i wanted to use project borealis' movement plugin (github link), which isn't compiled for the version we are using, 4.27. recompiling it via the prompt that pops up when opening the project did not work, and trying to recompile it via RunUAT.bat led to a lot of errors shown below
- Source engine inspired movement
- Is there a way to add source engine style bhopping
-
Meta-Learning: UE SDK/Game Systems Design
There are a few projects that have open source modules that implement various systems (https://github.com/alanedwardes/Estranged.Core, https://github.com/ProjectBorealis/PBCharacterMovement/, https://github.com/sinbad/SPUD) that you could use to get an idea re: how people organize their stuff.
-
I need Help with Airstrafing
(Source code: https://github.com/ProjectBorealis/PBCharacterMovement)
What are some alternatives?
When comparing bspguy and PBCharacterMovement you can also consider the following projects:
halflife - Half-Life 1 engine based games
Microsoft-OpenXR-Unreal - An Unreal Engine game plugin providing additional features available on Microsoft's Mixed Reality devices like the HoloLens 2 when using OpenXR.
ClassicModeDeluxe - Sven Co-op plugin
RuntimeMeshComponent - Unreal Engine 4 plugin component for rendering runtime generated content. [Moved to: https://github.com/TriAxis-Games/RealtimeMeshComponent]
MetaHookSv - MetaHook (https://github.com/nagist/metahook) porting for SvEngine (GoldSrc engine modified by Sven-Coop), as a client-side modding framework.
ericw-tools - Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils