Appendix II
Contibutions to Tutorial
My deepest gratitude to the following people who spent time to contribute.
Models and Author:
Rifle.mdl (Compression Rifle) created by logaan (Daniel van Westen)
webmaster@lunatic-software.de
www.lunatic-software.de
Lightgun.mdl (Photosynthesis Emulator) created by Kai Kieschnick
Textures and Author:
Basewalls texture created by Gay "Bopete" Crawford
Stars texture created by Gay "Bopete" Crawford
Crator tga created by Gay "Bopete" Crawford
Planet tga created by Gay "Bopete" Crawford
Script and Author
Server Disconnection Check on Client written by SchokoKeks
// server disconnected so quit client too
if (dplay_latency == 0 && dplay_bps == 0 && connection == 2)
{
exit;
}
Server Mode Old Local Procedure Still Running Bug Workaround written by Giorgi3
// temporary code for what I think is a Bug in Server Mode A6.31
// you can remove this in later versions of 3DGS I believe
if(!my.x && !my.y && !my.z)
{
return;
}