*
*UPDATED 5/11/2004 by Truzenzuzex
*
*Updated the registry patch, and included the latest Q3Plug.  Just unzip BOTH .dll
files as directed below, and then import the .reg files to make things work.



=================
Using KPplug v1.0
=================
Author: TiCaL
Email: tical@planetkingpin.com

KPplug website: http://www.fatgamer.com/~tical/kpplug.html

Note: Some browsers must be restarted after installation. If a plugins directory does not exist just create it. 

NOTE
=====
Information for users of MS Internet Explorer 6.0 or Internet Explorer 5.5 SP 2:
You must apply the registry fix which is included in this zip in order to make KPPlug work with these browsers. This is due to Microsoft having dropped support for Netscape-style plug-ins. This can be circumvented by this fix, however.


INSTALLATION
============

Netscape Navigator:
- copy "NPKPPLUG.DLL" into: Netscape\Communicator\Program\Plugins 

Microsoft Internet Explorer:
-copy "NPKPPLUG.DLL" into \Internet Explorer\Plugins 

Opera:
- copy "NPKPPLUG.DLL" into Opera\Plugins 

Once installed you will see server statistics such as ping, players online, 
scores and game variables. To join a game from the plugin you must first 
configure it to find your game executable, "right click" anywhere in the plugin 
window and select "options" then point to your game executable, or find the 
shortcut on your deskop or start menu, "right click" the shortcut and select 
properties, copy and paste the path into the q3plug window set any command line 
parameters that apear in the shortcut (anything that is after the kingpin.exe)
eg
if your path says C:\Games\Kingpin\kingpin.exe +developer 1
place the "+developer 1" into the command line section of KPplug.
and only place the C:\Games\Kingpin\kingpin.exe as the path

After that you can launch the game directly from the servers web page by 
clicking join.


EMBEDING KPPlug INTO YOUR WEB PAGE
==================================

(only read this section if you want to use KPplug or your webpage)

Use the following HTML code on your page: 

<p><embed 
width="width" 
height="height" 
type="application/x-kpplug-plugin" 
name="IP address[:port]" 
pluginspage="http://www.fatgamer.com/~tical/kpplug.html" 
></p> 

Where: 
- width is a number specifying the width of the plugin window in pixels 
  (please use a minimum width of about 400 pixels) 
- height is a number specifying the width of the plugin window in pixels 
  (please use a minimum height of 90 pixels; a minimum height of 134 pixels 
  is required for game bitmaps to be displayed) 
- name is a valid DNS name or IP address and port is an optional port number 
  (default port number for the specified game will be selected if no port 
  number is given) 


