#!/bin/sh
echo "*****************************************************"
echo "OGC Client Hook 1.6 - Linux"
echo "Copyright (C) 2002 noskill"
echo "*****************************************************"
echo "OGC Launching"
echo ""
# change the following to your quake3 directory
cd "/usr/games/quake3"
# this is the directory where your OGC config files will be stored
# you must create this yourself
export OGCROOT="/home/noskill/ogc"
# this should point to the ogc.so you downloaded or compiled
export LD_PRELOAD="/home/noskill/ogc/ogc.so"
exec ./quake3.x86 $*
