login | register
06 Feb 2012 [08:00 UTC]

heirloom

come together with your hands

Refresh cacheHistoryPrint

Aster CPMA configs


AuthorTomasz KalkosiƄski
Version1.1
Release date2007-12-24
LicenseGPL2
URLhttp://www.spoonman.eu
IRC#clan.ppp @ QuakeNet
Download


CPMA config files I use on ASTER server I admin. Written from scratch after 1.44 release.

Requirements

  • Your own server to run Quake 3 Arena game with CPMA mod by arQon.

Installation

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

  1. #!/bin/sh
  2. MOD_NAME="cpma"
  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.1 Release (24.12.2007)
    • add: sv_strictAuth "0" to all configs so that even players without valid cdkeys can enter server
    • chg: pro-q3dm6 map set to start in CA instead of cpm4
  • 1.0 Release (23.12.2007)
    • first public release

Files

Files included in aster-cfg-1.1.zip:
  • aster-1v1-1.cfg
  • aster-tdm-1.cfg
  • aster-ca-1.cfg
  • aster-ctf-1.cfg
  • README
  • COPYING

Created by: SpOOnman.
Last modification on 20 Feb 2008 [19:32 UTC]