Skip to content

QuakeMods/openra2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRA2

Joe Reid <claire@packetflinger.com>

An open source remake of the Rocket Arena mod for Quake 2

Rocket Arena?

Rocket Arena 2 is a team-based mod for Quake 2. Games are arranged into rounds where each player spawns with all allowed items/weapons and they battle until everyone from one team is dead.

Why?

Yes, there is an existing RA2 mod that is available, but it dates back to the 20th century and the source code is not available (or at least I'm unable to locate it). There also don't seem to be any 64 bit binaries.

Client commands

accuracy
See your current accuracy statistics

admin
Enter admin mode, elevating your privileges

arena
Join a specific arena. If the argument is missing a list of all arenas will be displayed

commands
Show client commands list

highscores
Show highscores for your arena

id
Toggle player IDs

join
Join a team

matchinfo
Show arena settings

menu
Show the GUI game menu

obs
Alias for observer

observe
Part your current team and enter spectator mode

oldscore
Show the scores from the last match

players
List all players connected to the server

ready
Toggles your ready status. Once all team players are ready the match will start.

settings
Alias for matchinfo

stats
Alias for accuracy

team
Alias for join

vote <xxx|yes|no>
Call a vote or cast your vote

Admin commands

Administrators are granted access to a number of privileged client commands.

acommands
Show administrator commands list.

admin [password]
Toggle administrator status.

ban [duration] [action]
Add IP address specified by ip-mask into the ban list. Optional duration parameter specifies how long this address should stay in the list. Default duration is 1 hour. Maximum duration is 12 hours. Default units for specifying duration are minutes. Add ‘h’ or ‘H’ suffix to specify hours. Add ‘d’ or ‘D’ suffix to specify days. Optional action parameter specifies ban type. It can be ban (prevent player from connecting) or mute (allow player to connect and enter the game, but disallow chat during the match). Default action is ban.

bans
Show the current ban list.

kick
Kick player from the server.

kickban
Kick player from the server and ban his IP address for 1 hour.

mute
Disallow player to talk during the match.

muteall
Globally disable chat during the match.

unban
Remove IP address specified by ip-mask from the ban list. Permanent bans added by server operator can't be removed.

unmute
Allow player to talk during the match.

unmuteall
Globally enable chat during the match.

Server configuration

Under Construction

About

An open source remake of the Rocket Arena mod for Quake 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%