RHS Feedback - GREF | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005993 | GREF | [All Projects] General | public | 2020-11-02 10:31 | 2020-11-02 11:11 |
Reporter | dock97kf | ||||
Assigned To | reyhard | ||||
Priority | none | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
RHS version | Stable | ||||
Summary | 0005993: class rhs_weap_mg42_base bad firemode naming | ||||
Description | In every RHS weapon base firemode class has name "FullAuto" or "Single", in class rhs_weap_mg42_base it is "manual". This is not good for addon making. | ||||
Steps To Reproduce | @RHSGREF\addons\rhsgref_c_weapons\config.cpp: 6989: modes[] = {"manual", "close", "short", "medium", "far"}; class manual : Mode_FullAuto { reloadTime = 0.05; dispersion = 0.0008; soundContinuous = 0; soundBurst = 0; minRange = 0; minRangeProbab = 0.3; midRange = 5; midRangeProbab = 0.58; maxRange = 10; maxRangeProbab = 0.04; showToPlayer = true; }; class close : manual { burst = 8; burstRangeMax = 12; aiRateOfFire = 0.5; aiRateOfFireDistance = 50; minRange = 10; minRangeProbab = 0.05; midRange = 20; midRangeProbab = 0.58; maxRange = 50; maxRangeProbab = 0.04; showToPlayer = false; aiBurstTerminable = 1; }; | ||||
Additional Information | Shoud be: @RHSGREF\addons\rhsgref_c_weapons\config.cpp: 6989: modes[] = {"FullAuto", "close", "short", "medium", "far"}; class FullAuto: Mode_FullAuto { reloadTime = 0.05; dispersion = 0.0008; soundContinuous = 0; soundBurst = 0; minRange = 0; minRangeProbab = 0.3; midRange = 5; midRangeProbab = 0.58; maxRange = 10; maxRangeProbab = 0.04; showToPlayer = true; }; class close : FullAuto{ burst = 8; burstRangeMax = 12; aiRateOfFire = 0.5; aiRateOfFireDistance = 50; minRange = 10; minRangeProbab = 0.05; midRange = 20; midRangeProbab = 0.58; maxRange = 50; maxRangeProbab = 0.04; showToPlayer = false; aiBurstTerminable = 1; }; | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2020-11-02 10:31 | dock97kf | New Issue | |||
2020-11-02 10:34 | dock97kf | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7096#r7096 | ||
2020-11-02 10:34 | dock97kf | Additional Information Updated | bug_revision_view_page.php?rev_id=7098#r7098 | ||
2020-11-02 10:39 | reyhard | Note Added: 0011209 | |||
2020-11-02 10:39 | reyhard | Assigned To | => reyhard | ||
2020-11-02 10:39 | reyhard | Status | new => feedback | ||
2020-11-02 10:46 | dock97kf | Note Added: 0011210 | |||
2020-11-02 10:46 | dock97kf | Status | feedback => new | ||
2020-11-02 11:11 | reyhard | Note Added: 0011211 | |||
2020-11-02 11:11 | reyhard | Status | new => closed | ||
2020-11-02 11:11 | reyhard | Resolution | open => won't fix |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|