RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003189GREF[All Projects] Generalpublic2017-04-05 11:082017-04-05 14:20
Reporterrebelvg 
Assigned Toda12thMonkey 
PrioritynoneSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.4.3 
Summary0003189: CowsSlot compatibility issue
DescriptionGREF addon overwrites CowsSlot class in the CfgWeapons breaking some inheritance in other mods. For example, scopes on CUP's RPG7 stop to show up (they actually work, but model of the scope is not showing up).

To fix this I had to create a patch that adds this.
class CowsSlot;
class CfgWeapons {
    class CowsSlot: CowsSlot {};
};

It happens because in rhsgref_c_weapons you add class CowsSlot; under the CfgWeapons scope. In vanilla there's no CowsSlot under CfgWeapons scope, so that line creates this class breaking other mods depending on CowsSlot in the upper scope.
TagsNo tags attached.
RHS version
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2017-04-05 11:08 rebelvg New Issue
2017-04-05 14:20 da12thMonkey Status new => resolved
2017-04-05 14:20 da12thMonkey Fixed in Version => 0.4.3
2017-04-05 14:20 da12thMonkey Resolution open => fixed
2017-04-05 14:20 da12thMonkey Assigned To => da12thMonkey


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker