RHS Feedback - AFRF
View Issue Details
0001966AFRF[All Projects] Generalpublic2016-03-10 17:262019-03-28 16:56
redux 
 
nonefeaturealways
newopen 
 
 
Yes
Development
1.90
No
0001966: A new sound for the RPG-7V2.
Make the sound of the RPG-7B2 shot more similar to the real one.

Sound from YouTube:

https://youtu.be/R12DHsGnL1k [^]
https://youtu.be/vTrnS6BLwLE [^]
https://youtu.be/Ygnpe1aKoc8?t=14s [^]
https://youtu.be/nSSVhxG8pUk?t=37s [^]
https://youtu.be/DYD-6PMulPg?t=3m59s [^]

In the video, it is heard that the grenades are noisy as long as their jet engine is running, and they in the game must make noise apart from the sound of the shot produced by the grenade launcher.

The sound of the OG-7V shot sounds differently: https://youtu.be/Lg7Q7cW8hDw?t=11s [^]

The sound of a projectile without the work of a jet engine:

https://youtu.be/QtSb-EZ3txs?t=46s [^]
https://youtu.be/lLG-gz-gn9Y?t=11s [^]
 
No tags attached.
Issue History
2016-03-10 17:26reduxNew Issue
2016-03-10 21:58voyagerNote Added: 0004035
2016-03-10 22:37reduxNote Added: 0004036
2016-03-10 22:46reduxDescription Updatedbug_revision_view_page.php?rev_id=2422#r2422
2016-03-10 22:49reduxDescription Updatedbug_revision_view_page.php?rev_id=2423#r2423
2016-03-11 08:50TECAKNote Added: 0004038
2016-04-17 21:35reduxDescription Updatedbug_revision_view_page.php?rev_id=2587#r2587
2016-04-17 21:35reduxAdditional Information Updatedbug_revision_view_page.php?rev_id=2589#r2589
2016-04-18 12:23TECAKNote Added: 0004248
2016-04-18 12:25TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2591
2016-04-18 12:26TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2592
2016-04-18 12:26TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2593
2016-04-18 12:26TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2594
2016-04-18 12:31TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2595
2016-04-18 12:32TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2596
2016-04-18 12:32TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2597
2016-04-18 12:33TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2598
2016-04-18 12:34TECAKNote Edited: 0004248bug_revision_view_page.php?bugnote_id=4248#r2599
2016-04-18 13:19reduxNote Added: 0004249
2016-04-18 13:19reduxNote Edited: 0004249bug_revision_view_page.php?rev_id=2601
2016-11-01 23:21reduxNote Edited: 0004249bug_revision_view_page.php?rev_id=3576
2016-11-01 23:21reduxNote Deleted: 0004249
2017-10-19 14:20reduxSummaryНовый звук для РПГ-7В2. => A new sound for the RPG-7V2.
2017-10-19 14:20reduxDescription Updatedbug_revision_view_page.php?rev_id=4677#r4677
2019-03-28 07:26reduxNote Added: 0009216
2019-03-28 09:08reyhardNote Deleted: 0009216
2019-03-28 14:05reduxRHS version => Development
2019-03-28 14:05reduxArma 3 version1.56 => 1.90
2019-03-28 16:53reduxNote Added: 0009223
2019-03-28 16:56reduxNote Edited: 0009223bug_revision_view_page.php?bugnote_id=9223#r6071

Notes
(0004035)
voyager   
2016-03-10 21:58   
Они вряд ли что то будут переделывать, в плане звуков вся надежда на JSRS RHS replacement, вот там это все думаю очень качественно будет представлено))
(0004036)
redux   
2016-03-10 22:37   
В 0000389 звук переделан же.
(0004038)
TECAK   
2016-03-11 08:50   
Дико плюсую ! Звуки должны быть сочными
(0004248)
TECAK   
2016-04-18 12:23   
(edited on: 2016-04-18 12:34)
Это делается легко. Для Ammo надо прописать в конфиг soundfly
https://www.youtube.com/watch?v=cEhOk8RH1Z4 [^]
https://www.youtube.com/watch?v=tTsjqFqnf1M [^]
https://www.youtube.com/watch?v=qEI3fbXTPis [^]
https://www.youtube.com/watch?v=Mc-Ce6nTGv8 [^]

class CfgPatches
{
    class your_addon
    {
        units[] = {};
        weapons[] = {};
        requiredVersion = 0.1;
        requiredAddons[] =
        {
            "rhsusf_c_weapons",
            "rhs_c_weapons"
        };
        author[] = {};
    };
};


class CfgAmmo
{
    class R_PG32V_F;
        class RocketBase;

    class rhs_rpg26_rocket: R_PG32V_F {
        soundFly[] = {"\your_addon\sounds\rpg.wss", 1, 1, 600};
    };

    class rhs_ammo_M136_rocket: RocketBase {
        soundFly[] = {"\your_addons\sounds\m136.wss", 1, 1, 600};
    };
    
    class rhs_ammo_smaw_HEAA: RocketBase {
        soundFly[] = {"\your_addon\sounds\m136.wss", 1, 1, 600};
    };
    
    class rhs_ammo_smaw_HEDP: RocketBase {
        soundFly[] = {"\your_addons\sounds\m136.wss", 1, 1, 600};
    };
};


600 - дистанция в метрах
rpg.wss и m136.wss - циклично повторяющиеся звуки полета ракеты

(0009223)
redux   
2019-03-28 16:53   
(edited on: 2019-03-28 16:56)
Early, you had the sound for the M72, I think it would be suitable for the RPG-7. That sound with specific hiss after a shot.