Page MenuHomeFeedback Tracker

[Feature Request] Add a way to overwrite CfgLocationTypes' settings in Map GUI element config
New, NormalPublic

Description

To make a “completely empty map” or a “some map that with a handwritten info”.

class My_Great_Map: RscMapControl
{
    /*
        whatever
    */
    class CfgLocationTypes    //or whatever it would be called
    {
        class NameCity
        {
            font = "whatever";
        };
        class NameLocal
        {
            size = 0;
        };
    };
};

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Ingame UI

Event Timeline

POLPOX created this task.Apr 12 2021, 11:10 AM