C&C Red Alert 2 Trainer

[Releases]
Clone this repo:

Branches

  1. 404fcc9 Correct Unix shell escapes by WHR · 7 months ago master
  2. 6f9f7fb Reformat README.md by WHR · 1 year, 9 months ago
  3. 5296efe Add README.md by WHR · 1 year, 9 months ago
  4. e77dd5d Start working with git(1) by WHR · 1 year, 9 months ago

This is a simple trainer for Command & Conquer Red Alert 2, designed for using on an UNIX or UNIX-like system. Distributed under the X11 license, see file COPYING for details.

It requires:

  • Unix shell (sh(1)),
  • GNU debugger (gdb(1))

Fully supporting Red Alert version 1.000 and version 1.006; partially supporting Yuri's Revenge version 1.000.

ScriptDescription
we-can-build-anywhere.shAllow placing structures outside base range
we-are-free.shStop credit from decreasing
we-are-watching-everywhere.shReveal full map as long as you own any structure
our-engineer-fixed-radar.shTurn on the radar map unconditionally

Usage

On Linux-based operating systems, simply run the selected shell script with auto as command line argument, for example:

sh we-can-build-anywhere.sh auto

Finding the game process automatically may not work on other operating systems, you will need to pass the PID manually instead of auto in such case.