Skip to content

gruppe-adler/grad-randomizeMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

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:
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"

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published