Page 1 of 1

Lost Q3 Documentation Project thread

Posted: Tue Jun 21, 2022 10:01 pm
by LegendGuard
Q3 Documentation Project was supposed to be a thread of Programming discussion category, right?
I just found buried info:
https://web.archive.org/web/20050907224 ... 05563.html

Also a FAQ of this part:
https://web.archive.org/web/20051101130 ... 06307.html

How did I find?
In this old lost interesting Q3 programming dictionary place, there's a link where redirects (clicking 'Quake3World Programming forum'):
https://web.archive.org/web/20120530215 ... /index.htm

Re: Lost Q3 Documentation Project thread

Posted: Wed Jun 22, 2022 5:41 am
by CZghost
LegendGuard wrote:Q3 Documentation Project was supposed to be a thread of Programming discussion category, right?
I just found buried info:
https://web.archive.org/web/20050907224 ... 05563.html
Documentation should be complete now, and source code is actually available, with all necessary comments filled in to help programmers do necessary changes. You can find source code of Quake III Arena on GitHub.
LegendGuard wrote:Also a FAQ of this part:
https://web.archive.org/web/20051101130 ... 06307.html
That didn't age very well. Nowadays, we have access to Git, which is temendously powerful versioning tool. And you can even host the source code online, mostly used is GitHub. So Git actually already does backups for you, and if you host the source code online remotely, it can also serve as cloud backup and double up as open-source hosting. Nobody burns CDs nowadays, if you want to use removeable offline media, just use flash USB sticks.
LegendGuard wrote:How did I find?
In this old lost interesting Q3 programming dictionary place, there's a link where redirects (clicking 'Quake3World Programming forum'):
https://web.archive.org/web/20120530215 ... /index.htm
I would like to know how you found that as well.

Re: Lost Q3 Documentation Project thread

Posted: Wed Jun 22, 2022 3:35 pm
by LegendGuard
I know that there are many info about Q3 programming and documentations. But there are resources where explain how to do something special in the code, like a projectile detonating and something like that.
CZghost wrote:I would like to know how you found that as well.
IIRC, here: https://openarena.fandom.com/wiki/Codin ... _tutorials
Using 'Quake 3 Game-module Documentation' link on the Wayback machine to reveal the past of this site.

Re: Lost Q3 Documentation Project thread

Posted: Thu Jun 23, 2022 9:00 am
by CZghost
Ok. Good.