DS-Online Clientside (v1.3)

By Deathspike
Date: 02-14-2006
Version: v1.3

Download

Readme

***************************
DS-Online - Folder's and PK3's
***************************

In the main folder, in GameData/DS-Online their are a number of files, and here is just the explenation of what they do.

FILES
BanIP.dat This file is your new banlist, instead of using the cvar called g_banIP you store your bans in a file.
wordFilter.dat The file that is read on which words you'd like to have filtered from your chat.
server.cfg This is the file which basicly starts your server, it executes the file in the folder Config too.
DS-Online.cfg All the mod configuration options are in here, such as admin passes, general settings and all the cvar's i added.
Dummy.pk3 To make the mod appear in the mod selecting list.
Description.txt Makes the MOD appear in the list in the options menu, the Load Menu section of it ;).
Readme-WordFilter.txt An explaining on the wordFilter feature, mostly focused on the working of it and how to create a file for it.
Readme-Forcing.txt Explaining the plugin forcing.

FOLDERS
Config A must to explore! Here are some more configuration files for the server!
Full-Readme A clear and hopefully understandable explanation on features. Begin with index.html ^_-
vm The heart of the MOD, this IS the mod actually, it contains all my programming to make things work :P

Change:
A change from previous versions is the seperate map called vm now, in other versions i've always used a pk3 file with in
their the modfiles, thus the vm folder and jk2mpgame.qvm, however if somebody tries to connect to a with this pk3 and has
autodownload on, the client will try to download that pk3 and gets probably kicked because this is not allowed. With the
dummy.pk3 and the seperate vm folder this issue is totally solved.