An open API service indexing awesome lists of open source software.

https://github.com/gruppe-adler/grad-randomizemap

Replace some buildings on Altis / Stratis with colored versions, which were released with Malden.
https://github.com/gruppe-adler/grad-randomizemap

arma3 library

Last synced: over 1 year ago
JSON representation

Replace some buildings on Altis / Stratis with colored versions, which were released with Malden.

Awesome Lists containing this project

README

          

![alt text](https://imgur.com/V2xXenb.png)

## Description
This module changes the color of Buildings on the Following maps:
- Altis
- Stratis

## Installation
### Manually
1. Create a folder in your mission root folder and name it `modules`. Then create one inside there and call it `grad-randomizeMap`.
2. Download the contents of this repository ( there's a download link at the side ) and put it into the directory you just created.
3. Append the following lines of code to the `description.ext`:

```sqf
class CfgFunctions {
#include "modules\grad-randomizeMap\cfgFunctions.hpp"
};
```

## Configuration

### description.ext

Add the following:
```#include "node_modules\grad-randomizeMap\cfgBuildingList.hpp"```

And to the cfgFunctions
```#include "node_modules\grad-randomizeMap\cfgFunctions.hpp"```