hl-mods VS PBCharacterMovement

Compare hl-mods vs PBCharacterMovement and see what are their differences.

hl-mods

Modifications for Half-Life on GoldSrc. Includes active development of Cold Ice Remastered. (by solidi)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hl-mods PBCharacterMovement
1 11
15 1,159
- 2.2%
9.3 4.5
about 21 hours ago 7 months ago
C++ C++
GNU General Public License v3.0 or later 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.

hl-mods

Posts with mentions or reviews of hl-mods. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-28.
  • Rediscovering the .plan File
    2 projects | dev.to | 28 Apr 2021
    Out of nostalgia, I started a new .plan file that captures the interesting minutiae within the small project. But with the demise of finger, I'm focusing every meaningful clarification from research, behavior, or a [enter your favorite search engine] result in a file I call learnings.md.

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
    1 project | news.ycombinator.com | 27 Apr 2023
    Let me make the case that it's definitely not just nostalgia - or, at least, that Quake style movement didn't fade away because of any objective, rational process.

    One of the exasperating consequences of the rise of game engines has been that you have games shipping that have more and more of their game design inherited from their game engines.

    On some level this makes sense - games are just massively complicated, and so if you already have working, tested code, it's often quite tempting to just go with what already works (and not spend time really internalizing how working things work) and then focus on figuring out the particular things you are adding from that baseline.

    As just such an example, when I was working on Activision's Soldier of Fortune, we largely inherited Quake 2's movement code, and most of it was left untouched by the time we shipped. At some point, midway through development, inspired by Thief, I stayed late one night with a co-worker, and I added in leaning around corners to the player controls. I don't remember the particulars of that process, but (obviously) I had to make tons of aesthetic choices while doing that, because I was writing it from scratch. But the base movement we could inherit.

    If you go back and look at first person games from the late 90's, their aesthetic choices about basic player movement are all different in subtle ways. That makes sense, because most studios were writing their own bespoke engines at the time, and there was vastly less code sharing. So people were writing code because there was no particular alternative, and so they were making tons and tons of aesthetics choices whether they wanted to or not. Lots of those choices weren't always great, but they were often particular.

    It's clear at this point that lots and lots of FPS games just inherit Unreal Engines movement. Not because it's great, but because it comes with Unreal and it's a default. To me, there's something very specific about the way friction works with player movement in Unreal that feels very ... sticky? ... compared to Quake Engine games. Players come to a stop when input is released in a way that feels like being in glue - again, at least to me. There's more subtle gliding around in Quake. As far as I can tell, the difference rarely effects game play in most games. But it does change how it feels aesthetically to play moment by moment.

    Anyway, this topic feels intensely path dependent to me. Unreal's movement is the default because Unreal is the default engine (in a lot of contexts), but it didn't become the default because of anything specific about its player movement code. Those aesthetic decisions were just along for the ride, so to speak. Or at least, that's my sense.

    Interestingly, I found a github project a while ago that tried to reverse engineer Quake / Source's movement and put it into Unreal Engine 4. No idea how successful the project is, but I suspect it might be an interesting resource for seeing what's different between the two: https://github.com/ProjectBorealis/PBCharacterMovement

  • CS:GO like surf in Unreal 5 games?
    1 project | /r/unrealengine | 18 Dec 2022
    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
    1 project | /r/stanleyparable | 1 May 2022
    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?
    1 project | /r/unrealengine | 22 Apr 2022
    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.
    3 projects | /r/unrealengine | 21 Mar 2022
    Judging by the issue thread re: 4.26 support, the devs are pretty open to PRs that extend support.
  • unable to recompile a plugin
    1 project | /r/unrealengine | 8 Jan 2022
    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
    1 project | /r/unrealengine | 7 Oct 2021
  • Is there a way to add source engine style bhopping
    1 project | /r/unrealengine | 19 Sep 2021
  • Meta-Learning: UE SDK/Game Systems Design
    3 projects | /r/unrealengine | 10 Sep 2021
    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
    1 project | /r/unrealengine | 29 Jan 2021
    (Source code: https://github.com/ProjectBorealis/PBCharacterMovement)

What are some alternatives?

When comparing hl-mods and PBCharacterMovement you can also consider the following projects:

REFramework - Scripting platform, modding framework and VR support for all RE Engine games

ue5-multiworld-demo - "MultiWorld" UE5 plugin demo

Half-Life-Alyx-novr - SteamVR driver for Half-Life-Alyx for playing without VR / драйвер для игры без VR

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.

hl-alyx-glove - Firmware and Hardware for a Half-Life: Alyx Gravity Glove Replica

HoudiniEngineForUnreal - Houdini Engine Plugin for Unreal Engine.

halflife-bs-updated - Half-Life: Blue Shift SDK based on Half-Life Updated, with bug fixes. Check README.md for more information.

ericw-tools - Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils

learning-notes - Notes on books I read, talks I watch, articles I study, and papers I love

Highfleet-Modloader - Highfleet Modloader

DlgSystem - Dialogue Plugin System for Unreal Engine