Added script to clone the source code of all id Software games.
This commit is contained in:
parent
bcccd74ccb
commit
5d4a895059
2 changed files with 25 additions and 1 deletions
|
@ -49,7 +49,7 @@ It has everything right so much. First, it has a creepypasta feel with a huge me
|
|||
|
||||
Finally, the biggest message combines with [THE MOST MYSTERIOUS SONG ON THE INTERNET](https://www.youtube.com/watch?v=zPGf4liO-KQ) - [**"It's a tough fight, but happiness has to be fought for!**](https://youtu.be/5wAo54DHDY0?t=4928) Such a perfect psyop. All the pieces of puzzle fit so perfectly. Almost as if it was designed by someone superhuman...
|
||||
|
||||
Also, remember how [id Software used to release the source code of their games](https://github.com/id-Software) so so many people could learn and become video game developers too? Yeah, no one is immune to greed. Greed is Universal. Also, go ahead and clone every repo, we'll build something really nice from all that source code.
|
||||
Also, remember how [id Software used to release the source code of their games](https://github.com/id-Software) so so many people could learn and become video game developers too? Yeah, no one is immune to greed. Greed is Universal. Also, [go ahead and clone every repo](Scripts/Clone_All_id_games.sh), we'll build something really nice from all that source code.
|
||||
|
||||
### Logo of [2024 Summer Olympics](https://en.wikipedia.org/wiki/2024_Summer_Olympics)
|
||||
|
||||
|
|
24
Scripts/Clone_All_id_games.sh
Normal file
24
Scripts/Clone_All_id_games.sh
Normal file
|
@ -0,0 +1,24 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
# This script clones all of the original id Software source code releases.
|
||||
# It is important to study the source code of what's come before you so you can
|
||||
# learn of previous people's mistakes and be the best game developer.
|
||||
|
||||
git clone https://github.com/id-Software/wolf3d
|
||||
git clone https://github.com/id-Software/wolf3d-browser
|
||||
git clone https://github.com/id-Software/DOOM
|
||||
git clone https://github.com/id-Software/DOOM-IOS2
|
||||
git clone https://github.com/id-Software/Quake
|
||||
git clone https://github.com/id-Software/quake-rerelease-qc
|
||||
git clone https://github.com/id-Software/Quake-Tools
|
||||
git clone https://github.com/id-Software/Quake-2
|
||||
git clone https://github.com/id-Software/quake2-rerelease-dll
|
||||
git clone https://github.com/id-Software/Quake-2-Tools
|
||||
git clone https://github.com/id-Software/Quake-III-Arena
|
||||
git clone https://github.com/id-Software/RTCW-SP
|
||||
git clone https://github.com/id-Software/RTCW-MP
|
||||
git clone https://github.com/id-Software/Enemy-Territory
|
||||
git clone https://github.com/id-Software/DOOM-3
|
||||
git clone https://github.com/id-Software/DOOM-3-BFG
|
||||
git clone https://github.com/id-Software/GtkRadiant
|
||||
git clone https://github.com/id-Software/idsetup
|
Loading…
Add table
Reference in a new issue