On this page:
Age of Empires 2 Random Map Scripting
8.18.0.13

Age of Empires 2 Random Map Scripting🔗ℹ

Erbenos (Miroslav Foltýn)

 #lang aoe2-rms package: aoe2-rms-lib

This package implements a DSL for writing Age of Empires 2 Random Map Scripts.

    1 Motivation

      1.1 State of Random Map Scripting

      1.2 Closing The Gaps

      1.3 Development Philosophy

    2 Getting Started

      2.1 Dependencies

      2.2 Development Environment

      2.3 Transpiling Files

    3 Syntax

      3.1 Sections

      3.2 Attributes

      3.3 Blocks

      3.4 Comments

      3.5 Including Files

      3.6 Random Code

      3.7 Conditionals

      3.8 Constants

      3.9 Raw

    4 Recipes

      4.1 User Defined Functions

      4.2 Modularizing Code

        4.2.1 Gotchas

    5 Acknowledgement