Title : ThunderVote Source Code Files Version : 2.2 Date : June 5, 2000 Author : Dan 'Neurobasher' Gomes Email : neurobasher@planetfortress.com Ok, I just dumped all files in the directory to a zip file. The ThunderVote code lies mainly inside thunvote.qc. Small changes can be found throughout the rest of the code if you look for a "// ThunderVote" comment string. fclient.qc contains code for some lame but very helpful bots that saved me from the trouble of having to put the mod through rigorous multiplayer testing before release. The only change from 2.1 to 2.0 is a simple function called info_decoration, a kind of multi-purpose decorative item added due to request from a server admin. New to version 2.2 are changes made by Elmar Hoffman : - "sv_gravity" isn't set anymore so that it can be changed for the vote map in the server config files. - Clients execute "vote.cfg" on entering the vote map and "votedone.cfg" before the mapchange to the voted map. This allows having special settings only for the votemap. - "mins", "maxs" and "size" of "info_decoration" entities are only set when not present in the maps entities thus allowing to actually change them by the map entities. - The sound "misc/null.wav" doesn't get precached anymore (when specified as one of the voting sounds via the localinfo keys) as that messes up qwsv. Use compile.bat to compile. Credits: Jeep - Darkside TF server administrator. Helped out a lot with testing on a public server. JhAgA - WNET TF server adminis- trator. Also helped with public testing and suggestions. Elmar Hoffman - for the additional changes made to ThunderVote 2.2. Copyright and Permissions: Authors MAY use this modification as a basis for other PUBLICALLY available work on the condition that the work is *FREE* to all who wish to use it. If you add this modification to your work, for instance in a compilation, make sure you provide credit where credit is due and that you work is offered *FREE* to all who wish to use it. You may distribute this modification in any format except via CD-ROM as long as all accompanying files including this text file are unmodified and remain intact. This text should not be modified in any way. Enjoy! Dan 'Neurobasher' Gomes