source-sdk-2013
Quake-III-Arena
source-sdk-2013 | Quake-III-Arena | |
---|---|---|
52 | 38 | |
3,751 | 6,918 | |
0.7% | 0.0% | |
0.0 | 0.0 | |
4 months ago | over 1 year ago | |
C++ | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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.
source-sdk-2013
-
A boy who stole Half-Life 2
It's literally on Github. https://github.com/ValveSoftware/source-sdk-2013
-
An Investigation of Random Bullet Spread
here's the full thing https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/game/shared/shot_manipulator.h
-
Sniper laser, a better solution!
please don't try to continue arguing this because, while i can't say i'm an authority of this subject, i've studied far more than enough about it to say that you're not making sense and if you really don't trust me then you can simply do what i did: read articles, read the source code, learn from other people who are more knowledgeable
- [Bunnyhopping] Code de mouvement du moteur du tremblement de terre et source
-
Demoknight Charge Math&Code
I have just finished Solar's complex Demoknight Guide. And I know the code behind rampsliding and basic SourceEngine&TF2 movement code.
-
How to change weapon certain stats for Half-Life 2?
Hi! The only other stats you can change without editing the code is weapon damage by editing skill.cfg inside the cfg folder. Weapon recoil and fire rate can only be changed by editing the code. The source code for Half-Life 2 can be found here: https://github.com/ValveSoftware/source-sdk-2013
-
Following Valve's tutorial for my first mod but can't find weapon_rpg.cpp anywhere in the solution, nor the folder "hl2mp_dll". I'm using Visual C++ 2008 Express Edition and the 2007 HL2MP SDK (mod from scratch).
Weapon_rpg.cpp is in src/game/shared/hl2mp as an example
-
Half-Life 2 Running on Raspberry Pi 4 Natively
Also, while this uses leaked code, Valve has officially released the Source SDK 2013, which does include all the hl2 specific code, so if you copy over the assets from hl2, it can run just like normal.
- where are all the HL2 .vcd's ??
-
Random bullet spread option changes total spread instead of just randomizing spread
the random spread is biased towards the centre, pretty easy to observe and heres the code for it https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/shared/shot_manipulator.h
Quake-III-Arena
-
WASD became the standard PC control scheme
does anyone have links to a canonical implementation of modern-style first person controls? I’ve been looking into this recently (both the WASD+mouselook PC version and the corresponding dual-stick console/touch version) and the closest I’ve found so far is ID’s cl_input.c [0] (used in quake, half life, etc.)
[0] https://github.com/id-Software/Quake-III-Arena/blob/master/c...
-
When online gaming, how is the information synced across devices?
Quake III Arena
- [Bunnyhopping] Code de mouvement du moteur du tremblement de terre et source
-
Get in nerd, we're going fragging (1999)
If you know C, you can check this out by comparing the different player movement code of Quake 3 and Quake 1.
- Free as in freedom
- about that copypasta about the super intelligent Bots
-
LLaMA: A foundational, 65B-parameter large language model
You mean this code?
https://archive.softwareheritage.org/browse/content/sha1_git...
Do you see that notice at the top of the file? It says:
==
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
- Fast midpoint between two integers without overflow
-
Hello! I'm trying to run Quake 3 on Steam Deck and certain maps won't load for skirmishes. I receive this error instead. This happens with both recommended Proton versions from ProtonDB (5.13-6 and 3.16-9). Any help would be greatly appreciated. Thanks!
The error messages comes from this file in the source code. It looks like the client is trying to parse entities from the server but the readcount is greater than the cursize in the messages. I am not an expert but I believe there could be a mismatch between the versions of your client and the servers you are trying to connect to.
-
Everything I wish I knew when learning C
After learning C, one of the first projects I came into contact with, was the ID Tech 3 game engine [1]
On the one hand, it taught me how professional C programmers structure their code (extra functions to remove platform differences, specific code which is being shared between server and client to allow smooth predictions) and how incredible fast computers can be (thousands of operations within milliseconds), but it also showed me, how the same code can result in different executions due to compiler differences (tests pass, production crashes) and how important good debugging tools are (e.g. backtraces).
To this day I am very grateful for the experience and that ID decided to release the code as open source.
[1] https://github.com/id-Software/Quake-III-Arena
What are some alternatives?
gmod-shootpos-fix - https://github.com/ValveSoftware/source-sdk-2013/pull/442
ioq3 - The ioquake3 community effort to continue supporting/developing id's Quake III Arena
halflife - Half-Life 1 engine based games
Quake-2 - Quake 2 GPL Source Release
Smalltalk - By the Bluebook implementation of Smalltalk-80
source-sdk-2013 - This is Mapbase's public GitHub repo. It contains all of the code, but not the assets.
Jedi-Academy - Star Wars Jedi Knight: Jedi Academy
TeamFortress2 - TF2 Source Code leaked on 22/4/2020
UnrealEngine
SEFGD - SE FGD's
Craft - A simple Minecraft clone written in C using modern OpenGL (shaders).