RHS Feedback - USAF |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000160 | USAF | [All Projects] General | public | 2015-01-17 16:45 | 2015-01-27 22:01 |
|
Reporter | Jonpas | |
Assigned To | MistyRonin | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | not fixable | |
Platform | PC | OS | Windows | OS Version | 8 |
Product Version | 0.3.5 | |
Target Version | 0.3.6 | Fixed in Version | | |
Is it a wish/request? | |
RHS version | |
Arma 3 version | |
Did you used any other mod when the error occurred? | |
Which mods? | |
|
Summary | 0000160: Leupold Mk4 Config Missing |
Description | Apparently Leupold Mk4 config is wrong for OpticsModes, it doesn't inherit properly. A bunch of messages like this show up and the scope doesn't work at all.
Warning Message: No entry 'bin\config.bin/CfgWeapons/rhsusf_acc_LEUPOLDMK4/ItemInfo/OpticsModes/pso1_scope.opticsZoomMin'.
|
Steps To Reproduce | Pick up a Leupold Mk4 scope. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-17 16:45 | Jonpas | New Issue | |
2015-01-17 18:03 | vlad_8011 | Note Added: 0000419 | |
2015-01-17 18:41 | Jonpas | Note Added: 0000421 | |
2015-01-17 18:42 | Jonpas | Note Edited: 0000421 | bug_revision_view_page.php?bugnote_id=421#r206 |
2015-01-17 18:43 | Jonpas | Note Edited: 0000421 | bug_revision_view_page.php?bugnote_id=421#r207 |
2015-01-17 18:43 | Jonpas | Note Edited: 0000421 | bug_revision_view_page.php?bugnote_id=421#r208 |
2015-01-17 18:54 | Jonpas | Note Edited: 0000421 | bug_revision_view_page.php?bugnote_id=421#r209 |
2015-01-17 20:19 | MistyRonin | Note Added: 0000423 | |
2015-01-17 20:19 | MistyRonin | Assigned To | => MistyRonin |
2015-01-17 20:19 | MistyRonin | Status | new => feedback |
2015-01-17 21:08 | Jonpas | Note Added: 0000424 | |
2015-01-17 21:08 | Jonpas | Status | feedback => assigned |
2015-01-17 21:08 | Jonpas | Note Edited: 0000424 | bug_revision_view_page.php?bugnote_id=424#r213 |
2015-01-17 21:09 | Jonpas | Note Edited: 0000424 | bug_revision_view_page.php?bugnote_id=424#r214 |
2015-01-21 12:24 | MistyRonin | Product Version | => 0.3.5 |
2015-01-21 12:24 | MistyRonin | Target Version | => 0.3.6 |
2015-01-27 22:01 | Soul_Assassin | Status | assigned => closed |
2015-01-27 22:01 | Soul_Assassin | Resolution | open => not fixable |
Notes |
|
|
Cannot reproduce any message |
|
|
(0000421)
|
Jonpas
|
2015-01-17 18:41
(edited on: 2015-01-17 18:54) |
|
I digged some more into it. The bug was happening on "Mk. 4 ER/T 3.5-10x M3", but that scope only shows up on USF side when Joint Rails are used (I don't know where they fit to originally) and when running only RHS and ASDG JR there was no warning message.
Looks like it is indeed a problem with AGM Compatibility Project... I've tried without it and with it, I guess my mod loading bugged out somewhere and loaded AGM when I didn't want it to load...
Excuse me for faulty report! I will head over to AGM Compatibility and figure out stuff there.
May I ask what is correct config for the scope? Currently we have the following but it seems OpticsMode\pso1_scope isn't correct.
class rhsusf_acc_sniper_base;
class rhsusf_acc_LEUPOLDMK4: rhsusf_acc_sniper_base {
class ItemInfo: InventoryOpticsItem_Base_F {
class OpticsModes {
class pso1_scope {
};
};
};
};
EDIT: "Mk. 4 ER/T 3.5-10x M3" scope glitches into the Picatinny rails though, if that's not know yet. Just a piece of it is inside the rails in the front.
|
|
|
|
That's weird, I'm trying it with RHS + AGM and no issues so far.
Would you mind trying with only A3 vanilla and RHS.
( and that config you posted it's not the one we have fo it ) |
|
|
(0000424)
|
Jonpas
|
2015-01-17 21:08
(edited on: 2015-01-17 21:09) |
|
All works perfectly, the issue is in AGM Compatibility (NOT AGM itself) that can be found at: https://github.com/KoffeinFlummi/AGM_Compatibility [^]
I have nailed down the issue and already pull requested it, it was problem with config inheritance after-all, the correct config should be (please confirm):
class ItemCore;
class rhsusf_acc_sniper_base: ItemCore {
class ItemInfo: InventoryOpticsItem_Base_F {
class OpticsModes {
class pso1_scope {
};
};
};
};
M3 scope still glitches through the rail a bit though, if you missed that. :)
|
|