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.
- Host: GitHub
- URL: https://github.com/gruppe-adler/grad-randomizemap
- Owner: gruppe-adler
- Created: 2018-03-18T14:37:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T16:39:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T17:46:11.474Z (over 1 year ago)
- Topics: arma3, library
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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"```