A blog about 3DGS, Nerds and a lot of other stuff

Programming Advices

Monday, December 1st, 2008 Posted in 3DGS, Tutorials | 3 Comments »

I think I can contribute some advise regarding on how to program comfortable, and thus increase workflow.

Code Snippet #2

Thursday, June 5th, 2008 Posted in 3DGS, Technology | No Comments »

This is actually an old snippet, but hey it was completely commented in German before and with a slight outdated syntax. So here it is: My updated Multiplayer Chat script which I posted in the forums a few times. It ...

Code Snippet #1

Tuesday, April 15th, 2008 Posted in 3DGS | 7 Comments »

Hereby I introduce the new code snippets section. Today serving you a Half-Life like movement script. This script works different than most movement scripts, as it uses vec_accelerate instead directly passing the speed to the c_move parameters, thus creating ...