Coder Social home page Coder Social logo

anengineer1 / ratoa_gamecode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdntcntrl/ratoa_gamecode

0.0 0.0 0.0 4.6 MB

RatArena - RatMod - mod for OpenArena

License: GNU General Public License v2.0

C 96.87% Assembly 0.22% Makefile 1.05% HTML 1.21% Batchfile 0.21% Yacc 0.07% Roff 0.37%

ratoa_gamecode's Introduction

RatArena gamecode

RatArena Logo

RatArena (or Ratmod) is a mod for OpenArena for both competitive and casual gameplay.

It adds many new features and quality improvements, among them are:

  • delagged projectiles
  • improved local prediction of various game events as well as other anti-lag features
  • latency equalizer for maximum fairness (optional)
  • new gametypes: Multitournament (multiple simultaneous duels), Extermination (Wipeout), FreezeTag, CoinFFA, CoinTDM, Treasure Hunter
  • missiles can go through teleporters
  • grenades are pushed by jumppads
  • highly configurable brightskins or bright player outlines (can be disabled)
  • ping feature to help coordinating in team games
  • friend markers that are visible through walls and indicate health/armor status
  • improved map vote menu
  • configurable map vote at the end of games
  • improved HUD with widescreen support
  • new, high-res icons
  • new font
  • other 2d upgrades
  • new awards (medals)
  • new announcer
  • team queue system to enforce equal team sizes
  • team balance system
  • improved weapon visuals (e.g. rail, rockets, lightning gun, grenades, ..)
  • pause/unpause feature
  • physics improvements
  • physics settings: additive jump, rampjump, ratmode (more aircontrol), etc.
  • taunts
  • numerous bugfixes and quality improvements
  • ...and much more!

Documentation

See the documentation for players.

Running a server

Generally, the OpenArena documentation on how to run a server applies. Check out additional settings in ratmod using \cvarlist g_* from the server console.

Some important/recommended settings are (incomplete list):

set sv_pure 1 // pure server, only allow clients to load pk3s also loaded on the server
set sv_fps 40 // ratmod is intended to be used with 40 server frames per second.
set pmove_float 1 // floating-point physics
set pmove_fixed 0

// sv_floodprotect may cause issues (chats not going through etc)
// you should use the g_flood* settings to limit flooding instead
set sv_floodProtect 0 

// enable hitscan delag
set g_delagHitscan 1
set g_lagLightning 0

// recommended:
set sv_timeout 60 // quick timeout
set sv_maxping 0 // may cause problems if set to any other value
set com_ansiColor 1 // colored console
set videoflags 0 // allow clients to use things like vertex light, picmip etc

Many of the mod settings listed are defaults already, but may have different defaults in OA itself. Be careful not to mix up configs from different games.

Download

Ratmod releases are built automatically by Github Actions. The latest releases of the mod be downloaded from github.com.

Installation

Simply put the z-ratmod-v*.pk3 file into ~/.openarena/rat (or %APPDATA%\OpenArena\rat on Windows) and you should be able to load the mod from the OA main menu. You can also launch directly into the mod with openarena +set fs_game rat from the command line (or adjust your desktop shortcut accordingly).

Building

If you want to build ratmod from source, you should check out the ratarena_release repository, which can be used to compile the gamecode and assets in a reproducible manner.

Note: Building Ratmod is only tested on Linux. It might work on BSDs, but will likely fail on Windows.

For developers, you can build the QVM + native code from this repository using:

make WITH_MULTITOURNAMENT=1 BUILD_GAME_QVM=1 BUILD_STANDALONE=1 BUILD_GAME_SO=1 BUILD_MISSIONPACK=0

Donate

If you enjoy RatArena/Ratmod, please consider supporting the project by donating to one of the following cryptocurrency addresses:

Bitcoin (BTC): bc1q70e95n73l24r7j0phr79ejkpzhrqmqgch3atdf

Monero (XMR): 83bfSYwMRhUGeRkPkpM3W8SWYv194ud1aUeu5rRJNmXYGNjZTF4zTKCJ9ydgABVAa7NQQD2hLvjiQFGNJVvDSGZhRKaLx5t

ratoa_gamecode's People

Contributors

oitzujoey avatar parker1200 avatar em92 avatar uruam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.