r/HalfLife • u/Solid-Hold6290 • 6h ago
found in the teraleak
filler asset but still
r/HalfLife • u/MarkNewAcount1234567 • 23h ago
Was wondering as I’d love to continue my adventure with Gordon freeman, I own half life 1, but if I didn’t I’d use Sven coop, was wondering if there is an equivalent for 2
r/HalfLife • u/Revolutionary-You389 • 18h ago
I know very little except how everyone raves about it.
I’d like to know if it’s something that today I might enjoy, I okay mostly competitive games and not many stories but as I’m getting older, I’m getting worse at competitive and want to transition to more stories. I’m a lover of the dark souls games as well. Non the less, lemme get your spill on why I should play this game and not just “it’s great and amazing”
r/HalfLife • u/TheAcacian • 22h ago
IDK the lore so I just need context
r/HalfLife • u/NinjaGhostDragon-69 • 3h ago
r/HalfLife • u/realCLTotaku • 20h ago
r/HalfLife • u/Playersideman • 19h ago
Could CP Commandos exist in Half-Life 2? [Theory]
#theory
I have a theory that the Combine could have a special type of Civil Protection called CP Commandos.
They would be CP officers who are highly conditioned, physically enhanced, specially trained, and given better equipment.
They would operate at the highest-security level of the Civil Protection structure.
They could be used for:
They would be more advanced than regular CP, but still separate from the Combine Overwatch.
a visual reference for what a modified CP Commando could look like. It is not proof that CP Commandos are canon.
What do you think? Could a highly modified CP Commando unit realistically exist in the Half-Life 2 universe?
r/HalfLife • u/supaluminus • 5h ago
So after searching this subreddit I realize there's a whole ass meme surrounding the error message in the title here... but I've been having a hard time finding any examples that match mine or offer a solution.
Most people who run into this appear to be able to actually load into the game just fine, albeit with some performance issues. In my case the game just crashes after a brief pause on "Node Graphs out of date. Rebuilding..."
Here are my system specs:
Operating System: CachyOS Linux
KDE Plasma Version: 6.7.4
KDE Frameworks Version: 6.29.0
Qt Version: 6.11.2
Kernel Version: 7.2.2-1-cachyos (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-8350U CPU @ 1.70GHz
Memory: 8 GiB of RAM (7.5 GiB usable)
Graphics Processor: Intel® UHD Graphics 620
Manufacturer: LENOVO
Product Name: 20L8S4C000
System Version: ThinkPad T480s
Before I kick this one over to the CachyOS official forums I figured I'd give it a go here. Thank you for reading and offering any help you can think of.
Here is a more detailed description of the problem, as well as some troubleshooting steps I've already taken:
I'm kind of at my wit's end here lol
If anyone here has any suggestions -- preferably without the typically snarky, sarcastic, miserable attitude I've been seeing more often from Reddit lately -- please let me know, and I would greatly appreciate it.
Thanks again for reading.
r/HalfLife • u/Crazy_Reputation3327 • 13h ago
r/HalfLife • u/Impossible-Flow-4512 • 38m ago
Is there any chance that the team that made the amazing Black Mesa remake of Half-Life 1 will remake the second game?
r/HalfLife • u/Qinooz • 12h ago
Hi everyone,
I never played Half-Life and fell in love while playing Black Mesa last year.
Know I want to continue the story line, preferably remastered, but I'm sure where to start.
If I'm right I have the choice to continue with Black Mesa: Blue Shift, Black Mesa: Black Ops and Black Mesa: Hazard Сourse After Disaster? Is this correct?
And if so, is there an order to it? Time line wise.
Last question are they all finished or work in progress?
Thank you for your time, can't wait to continue this amazing story.
r/HalfLife • u/envoyofthe_end • 5h ago
If not, someone should make one. It seems like a pretty obvious idea.
r/HalfLife • u/Fit_Safe_7875 • 21h ago
I made cinema
r/HalfLife • u/LU_C4 • 2h ago
About 5 years back, the Half-Life 2 Remastered Collection got announced, made by the same guy who made Half-Life 2: Update and using the CS:GO branch of Source.
Any news on that? Anyone know if it's still being worked on?
r/HalfLife • u/chiquimotest • 2h ago
r/HalfLife • u/Mineman95 • 14h ago
Pictured here:
Box cover
The collection includes:
• Half-Life (+ O.f./B.s./Decay/Deathmatch)
• Half-Life 2 (+ episodes)
• Half-Life: Alyx
It also features:
• Steam Workshop support
• Game soundtracks
• Concept art and illustrations
• Trailers
• Trivia/Fun facts
• DualSense support
r/HalfLife • u/Z1_zack • 10m ago
Could this possibly be a teaser to Half Life 3?!?!?!
r/HalfLife • u/Twixeris • 8h ago
So I picked up an abandoned Wii port of Xash3D FWGS (the open source GoldSrc engine reimplementation) and got it to the point where it actually plays Half-Life. Figured people here might find it interesting.
Where it's at right now:
* boots to the menu with the proper background and music
* plays from Black Mesa Inbound through We've Got Hostiles
* locked 30fps at 320x240, the Wii's video hardware scales that up to the TV
* Wii remote pointer aiming. Point near the middle of the screen and it aims without dragging the camera around, push toward the edges and the view turns. Nunchuk stick to move. The gun leans toward wherever you're pointing which looks quite nice in motion
* sound works, GameCube pad and Wiimote plus Nunchuk both detected
Being upfront about this: every screenshot here is from Dolphin. I have not put it on a real Wii yet, that is literally the next thing I'm doing. So treat it as "this exists and runs" rather than "this is finished".
What doesn't work yet:
* only the opening chapters are verified. Everything from Blast Pit onward is untested, which is most of the game
* saves and level transitions are untested
* software rendering only. There is a hardware renderer that uses the Wii's actual GPU, which would look a lot better and let me push the resolution up, but it hangs during map load and I haven't cracked it yet
* one map (c1a3c) refuses to load and I have no idea why
A few of the more annoying things I hit, in case anyone likes this sort of thing:
* the engine was being compiled unoptimised the entire time. The devkitPro toolchain puts -O2 on every target, then the engine target appended -Og, and later flags win in GCC. Took me a while to spot that one
* the heap was living in MEM1 alongside the executable, so maps ran out of memory partway through loading and hung in a different place on every build. Moving it to MEM2, the Wii's other 64MB that was just sitting unused, fixed an entire family of weird bugs
* logging to a USB Gecko debug cable stalled the game if you didn't have one plugged in. Every test I'd run had one configured, so I never noticed that on an actual Wii it couldn't even reach a single frame
Repo and a setup guide are here: (https://github.com/twixerisss/xash3d-fwgs)
You need your own copy of Half-Life, no game data included obviously.
WARNING: AI has been a big help in this project. I have used and have had a lot of help from AI. I'm an experienced developer but I am nowhere near capable enough to work on this architecture comfortably XD
r/HalfLife • u/realorangebox • 21h ago
It's been over 6 years since the game was released, and I finally had the opportunity to play the game and beat it.
I've never had a VR setup, but was able to play at my friends house who has a decent PC and a meta quest 3. I know there is a mod that lets you play the game without VR. I never bothered with it.
Some background. I've been a fan of Half Life ever since the Orange Box was released (I was a senior in high school). I bought the Orange Box specifically for Portal because I had seen gameplay of it and thought it was so cool and would be amazing to play(it was).
After I beat portal, I figured "Why not check out these other games? I might as well, since I bought them all." The rest is history. I've been captivated by the games and the story ever since.
Like everyone else, I feel like I've been waiting a lifetime for HL3.
I somehow managed to never have HL:Alyx spoiled for me despite 6 years of being released. I'm marking the rest of this post as a spoiler just in case someone is in the same boat I used to be in, and comes across this post.
The VR was pretty good. I enjoy VR. I have PSVR2. I would rank HL:Alyx the same as resident evil 4 remake VR when it comes to how much I enjoyed the experience.
The story was incredible. I had known for sometime that the game was set between HL and HL2 while Gordon was awaiting G-man's next assignment. When I got to the part of the game where Eli (I think) says the vault it holding Gordon I was like but I was also a little puzzled because I had always assumed Gordon was in some other dimension. The idea that maybe some part of him, or his body was somewhere on earth seemed weird to me, but not out of the question.
The game writers succeeded in getting me hyped to see what was in the vault. I've seen enough plot twists to know Gordon probably wasn't there. I especially felt this way when Eli's final transmission was attempting to stop Alyx from entering the vault.
When I made it to the center, and I saw the silhouette of a man standing there, I immediately knew who it was. My jaw was on the floor. How did the combine trap him? Wild.
I was captivated for the entire sequence because I had no idea where the story was going from the moment I saw his silhouette. I had no idea that the G-man would take Alex into the future as a "thank you for releasing me" and allow you to save Eli.
I remember playing Episode 2 multiple times and watching Eli die, wishing that I could somehow save him. It was such a cool moment when I got to use my own hands (in VR) to do just that 😭❤️
Sorry for the long post about my personal experience that I'm sure many people have had themselves, or read about it over the last 6 years. Like the subject of this post says, I have no one to discuss this with because all of my friends are either not into Half Life, or they have never beaten Alyx.
Thanks for Reading!
r/HalfLife • u/LexingtonJW • 5h ago
Totally forgot about it, until I found a photo of it on an old hard drive.
Don't know if anyone cares, but I thought it might be of minor interest to someone!
r/HalfLife • u/DurianSkeleton • 22h ago
I really really love the idea of stand-in uncle Barney and niece Alyx. It’s criminally cute
r/HalfLife • u/EternalSharanga • 18h ago
Enable HLS to view with audio, or disable this notification
r/HalfLife • u/2080Games • 2h ago
Enable HLS to view with audio, or disable this notification