RHS Feedback - GREF | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003189 | GREF | [All Projects] General | public | 2017-04-05 11:08 | 2017-04-05 14:20 |
Reporter | rebelvg | ||||
Assigned To | da12thMonkey | ||||
Priority | none | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 0.4.3 | |||
RHS version | |||||
Summary | 0003189: CowsSlot compatibility issue | ||||
Description | GREF 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
There are no notes attached to this issue. |