login | register
05 Sep 2010 [00:41 UTC]

heirloom

come together with your hands

Refresh cacheHistoryPrint

Aster OSP config


AuthorTomasz KalkosiƄski
anonymous
Version1.0
Release date2008-02-29
LicenseGPL2
URLhttp://www.spoonman.eu
IRC#clan.ppp @ QuakeNet
Download


OSP config files I use on ASTER server I admin. Original author is unknown to me as this config was flying around for years.

Requirements

  • Your own server to run Quake 3 Arena game with OSP mod by Rhea.

Installation

  • Unzip all files into your osp directory.
  • Set variables and start server with:

  1. #!/bin/sh
  2. MOD_NAME="osp"
  3. IP="127.0.0.1"
  4. PORT=27960
  5. CFG="tdm.cfg"
  6. HOMEPATH=".q3a"
  7. MEMORY=80
  8.  
  9. ./q3ded +set dedicated 2 +set com_hunkmegs $MEMORY \
  10. +set net_port $PORT +set net_ip $IP \
  11. +set fs_game $MOD_NAME +exec $CFG +set fs_homepath $HOMEPATH


Changelog

  • 1.0 Release (29.02.2008)
    • first public release

Files

Files included in aster-osp-cfg-1.0.zip:
  • aster-osp.cfg
  • README
  • COPYING
Created by: SpOOnman.
Last modification on 29 Feb 2008 [08:17 UTC]