All Projects → OpenRA → d2

OpenRA / d2

Licence: GPL-3.0 License
A d2 mod for OpenRA

Programming Languages

C#
18002 projects
shell
77523 projects
lua
6591 projects
powershell
5483 projects
NSIS
403 projects
Makefile
30231 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to d2

Yuris-Revenge
A Red Alert 2 Yuri's Revenge mod for OpenRA Engine
Stars: ✭ 127 (+188.64%)
Mutual labels:  mod, openra
OpenHV
An Open Source Pixelart Science-Fiction Real-Time-Strategy game
Stars: ✭ 301 (+584.09%)
Mutual labels:  mod, openra
SimplePipes
A small test pipes mod based around LibBlockAttributes
Stars: ✭ 22 (-50%)
Mutual labels:  mod
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (-59.09%)
Mutual labels:  mod
xrns2xmod
Xrns2XMOD is a Renoise to MOD / XM format converter
Stars: ✭ 20 (-54.55%)
Mutual labels:  mod
SkyrimSETest
Reverse engineering TES: Skyrim Special Edition.
Stars: ✭ 86 (+95.45%)
Mutual labels:  mod
AdvancedPeripherals
A Peripheral addon mod for Computercraft 1.16-1.18. This mod aims to add more features to Computercraft.
Stars: ✭ 36 (-18.18%)
Mutual labels:  mod
GTplusplus
GT++ celebrates it's Bithday on September 3rd
Stars: ✭ 40 (-9.09%)
Mutual labels:  mod
multi-lib
Mindustry library mod that contains multicrafter scripts
Stars: ✭ 29 (-34.09%)
Mutual labels:  mod
CrowdedSheriff
BepInEx mod adding custom Sheriff role in the "Among Us" game
Stars: ✭ 15 (-65.91%)
Mutual labels:  mod
ml mods
MelonLoader mods for VRChat
Stars: ✭ 40 (-9.09%)
Mutual labels:  mod
observable
See what's lagging your server. 1.5M+ downloads on CurseForge
Stars: ✭ 22 (-50%)
Mutual labels:  mod
Rug
Extension Mod for gnembon's fabric-carpet with some more features
Stars: ✭ 20 (-54.55%)
Mutual labels:  mod
MindustryClassicified
MindustryClassicified :: A Mindustry mod to return the graphics to 3.5
Stars: ✭ 15 (-65.91%)
Mutual labels:  mod
Thunderstore
Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.gg/UWpWhjZken
Stars: ✭ 45 (+2.27%)
Mutual labels:  mod
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-38.64%)
Mutual labels:  mod
DoomlikeDungeons
A procedural multi-room dungeon generator for Minecraft
Stars: ✭ 23 (-47.73%)
Mutual labels:  mod
Fabric-Autoswitch
Automagical switching of tools to the best one for the job, for Minecraft
Stars: ✭ 17 (-61.36%)
Mutual labels:  mod
m-microcontroller
Factorio mod: program circuit network logic using FAL, a Factorio Assembly Language.
Stars: ✭ 13 (-70.45%)
Mutual labels:  mod
BTD6-Mods
doombubbles' BTD6 Mods, powered by BTD Mod Helper
Stars: ✭ 19 (-56.82%)
Mutual labels:  mod

d2 mod for OpenRA

This repository contains a d2 mod for the OpenRA engine. It is based on OpenRAModSDK and should be updated if OpenRAModSDK changed

These scripts and support files from OpenRAModSDK wrap and automatically manage a copy of the OpenRA game engine and common files, and provide entrypoints to run development versions and to generate platform-specific installers.

Before run d2 mod, Download the Original Game and copy following files:

  • DUNE.PAK
  • VOC.PAK
  • ATRE.PAK
  • HARK.PAK
  • ORDOS.PAK
  • INTRO.PAK
  • FINALE.PAK
  • SCENARIO.PAK

Paste those files into d2 directory. If this directory doesn't exist, create it:

  • Documents/OpenRA/Content/d2 (Windows)
  • ~/Library/Application Support/OpenRA/Content/d2 (macOS)
  • ~/.openra/Content/d2 (Linux)

The key scripts from OpenRAModSDK are:

Windows Linux / macOS Purpose
make.cmd Makefile Compiles d2 mod and fetches dependencies (including the OpenRA engine).
launch-game.cmd launch-game.sh Launches d2 mod from the SDK directory.
launch-server.cmd launch-server.sh Launches a dedicated server for d2 mod from the d2 mod directory.
utility.cmd utility.sh Launches the OpenRA Utility for d2 mod.
<not available> packaging/package-all.sh Generates release installers for d2 mod.

To launch d2 mod from the development environment you must first compile it by running make.cmd (Windows), or opening a terminal in the SDK directory and running make (Linux / macOS).

Now you can run d2 mod using launch-game.cmd (Windows) or launch-game.sh (Linux / macOS). Currently d2 mod uses some data from d2k mod. You will be prompt to download d2k content on first run.

License

d2 mod is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For more information, see COPYING.

Authors

d2 mod for OpenRA AUTHORS

Special thanks to OpenRA AUTHORS


More information can be found here: wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].