Page MenuHomeFeedback Tracker

Its not possible to mod "SCR_MapModuleBase"
Assigned, NormalPublic

Description

If you try to mod a MapModule, they all get broken and the Map cursor and selection will not work anymore.

Please see this easy Script (what do nothing, but break the module)

modded class SCR_MapCursorModule: SCR_MapModuleBase
{        
    override void OnMapOpen(MapConfiguration config)
    {    
        super.OnMapOpen(config);        
    }        
}

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

R34P3R created this task.Aug 10 2024, 11:16 PM
Geez changed the task status from New to Assigned.Aug 12 2024, 12:30 PM