Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

ShinyRockstar

Uploaded by

ShinyRockstar

Virus scan

Safe to use

Tags for this mod

58 comments

  1. Spooke714
    Spooke714
    • member
    • 0 kudos
    Locked
    Sticky
    Do you have one that changes the sound for Brenan Apollo?
    1. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      Nope, only made this for the Nazare since it's the sportbike in the game. But you can change the flat ID youself in the init. Here's the ID you'll insert/switch with the arch one just before the fullstop:

      Vehicle.v_sportbike3_brennan_apollo_player

      Enjoy! :D
  2. IRedCapI
    IRedCapI
    • supporter
    • 0 kudos
    hi, sorry but i dont get it. is this correct if i want to have the nazare sounds on the standart apollo???

    -------------------------------------------------------------------------------------------------------------------------------
    -- Do feel free to use this as you wish within personal parameters choombas!
    -------------------------------------------------------------------------------------------------------------------------------

    PoliceBiketoArchPlayerSound = {description = "Apollo police bike sound for Arch bike"}

    function PoliceBiketoArchPlayerSound:new()
        
    registerForEvent("onInit", function()
            
    TweakDB:SetFlat("Vehicle.v_sportbike3_brennan_apollo_player.player_audio_resource", [[Vehicle.v_sportbike2_arch_player]])
    TweakDB:SetFlat("Vehicle.v_sportbike2_arch_player.traffic_audio_resource", [[Vehicle.v_sportbike2_arch_player.traffic]])
    end)

    end

    return PoliceBiketoArchPlayerSound:new()

    1. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      I'm working on releasing a txt document that'll include DB entries for sounds so people can change them themselves easily. Hang tight choomba! :D
  3. GhostRdrTat
    GhostRdrTat
    • member
    • 14 kudos
    This sounds great, could anyone tell me how to get this to work on the Nazare Kobold? I can't find the id for it, I was able to get the sound onto the Lina Molina bike as that is very similar looking to the Kobold so I can stick with that if I must but I prefer the Kobold as I can change it's color. The kobold with this mods sound would be perfect with the Lina Molina bike a second lol. Thx
  4. lluidgi
    lluidgi
    • member
    • 0 kudos
    I know this may sound dumb and all, but i extracted all files to "Cyberpunk2077/bin/x64/plugins/cyber_engine_tweaks" and couldn't make the mod work, is anything else needed or is it just my inability?
    1. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      Read the description thoroughly choom! :D
  5. bklaffen
    bklaffen
    • member
    • 0 kudos
    Where do i unzip this? :) (nvm sry didnt read) Thanks!
  6. xenon4ever
    xenon4ever
    • member
    • 3 kudos
    Worked for the Brenan Apollo for me thanks!!
  7. DreadfulSanity
    DreadfulSanity
    • supporter
    • 16 kudos
    I hope you have a little bit of patience left to help me out, since my combination didn't turn up in the comments.

    Sadly, I have some sensory issues when it comes to sound. The original sound of the Kusanagi hurts my ears. As does the apollo police bike sound you've used here.

    Do you happen to know by chance the IDs needed to change the Kusanagi to the original Arch sound?
    Did a little bit of try and error from what I could glance at here in the comments, but I got a silent bike.
  8. Clawss
    Clawss
    • member
    • 0 kudos
    Please, add easy tutorial to change this sound of the Jackies Motorcycle
  9. Porquetto
    Porquetto
    • member
    • 0 kudos
    Hey man, love the mod but I'm having trouble trying to change the sound of the Apollo (player), could you help me? This is what I've changed the code to:
    function PoliceBiketoArchPlayerSound:new()
       
        registerForEvent("onInit", function()
            TweakDB:SetFlat("Vehicle.v_sportbike2_arch_player.player_audio_resource", [[v_mbike_brennan_cycles_apollo_sport]])
            TweakDB:SetFlat("Vehicle.Vehicle.v_sportbike3_brennan_apollo_player", [[v_mbike_brennan_cycles_apollo_sport]])
            TweakDB:SetFlat("v_mbike_brennan_cycles_apollo_sport.traffic_audio_resource", [[v_mbike_brennan_cycles_apollo_sport.traffic]])
        end)
    end
    1. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      The ID's in the database changed it seems, or some i didn't know of, will check and get back to you
    2. Porquetto
      Porquetto
      • member
      • 0 kudos
      Thanks! :)
  10. Stairz
    Stairz
    • premium
    • 11 kudos
    v_mbike_brennan_cycles_apollo_sport

    What's the ID for theYaiba? 
    1. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      Vehicle.v_sportbike1_yaiba_kusanagi_player
    2. Stairz
      Stairz
      • premium
      • 11 kudos
      Sorry my question wasn't clear enough, I was asking for the ID correspond for the Yaiba's sound. I'm planing to change the Yaiba's to the Police Bike. And the Arch's to stock Yaiba. 
    3. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      Yes. Replace the sound with it, don't touch/edit anything else or the sound won't work. Pinned comment
    4. Stairz
      Stairz
      • premium
      • 11 kudos
      TweakDB:SetFlat("Vehicle.v_sportbike2_arch_player.player_audio_resource", [[Vehicle.v_sportbike1_yaiba_kusanagi_player]])
      TweakDB:SetFlat("Vehicle.v_sportbike1_yaiba_kusanagi_player.traffic_audio_resource", [[Vehicle.v_sportbike1_yaiba_kusanagi_player.traffic]])

      I replaced it as per your instruction. Doesnt seem to work. Bike makes no sound at all. 
    5. ShinyRockstar
      ShinyRockstar
      • member
      • 13 kudos
      Took me a while to gather what you meant but here:
      First one changes Yaiba to the police bike, second one changes Arch to the yaiba as requested. Make sure to copy paste the DB(SQLITE3) file as is from my sound mod so it works.

      TweakDB:SetFlat("Vehicle.v_sportbike1_yaiba_kusanagi_player.player_audio_resource", [[v_mbike_brennan_cycles_apollo_sport]])
      TweakDB:SetFlat("v_mbike_brennan_cycles_apollo_sport.traffic_audio_resource", [[v_mbike_brennan_cycles_apollo_sport.traffic]])

      TweakDB:SetFlat("Vehicle.v_sportbike2_arch_player.player_audio_resource", [[Vehicle.v_sportbike1_yaiba_kusanagi]])
      TweakDB:SetFlat("Vehicle.v_sportbike1_yaiba_kusanagi.traffic_audio_resource", [[Vehicle.v_sportbike1_yaiba_kusanagi.traffic]])
    6. Stairz
      Stairz
      • premium
      • 11 kudos
      Thank you for your replied. Though they didn't work. I download the wolvenkit and found the Yaiba sound: 
      yaiba_asmx_kusanagi
      Replaced it in your script. All good now! Many thanks. 
    7. nightx87
      nightx87
      • premium
      • 0 kudos
      hi ! since i really wanted this sound on the yaiba as well and i have no idea how to , would you mind sharing your modified file for it please ? :3
  11. Spideynew
    Spideynew
    • member
    • 0 kudos
    Ducati Diavel would suit Arch