Jump to content

Replicators

Member
  • Posts

    223
  • Joined

  • Last visited

  • Country

    United States
  • Donations

    0.00 USD 

Posts posted by Replicators

  1. Can you try to figure out how to get this to work in garuda which is arch based, it uses pipewire though and I tried switching to default audio server but even after getting rid of pipewire cadence couldn't see audio devices so I have up and went back to manjaro.

  2. I got it to work perfectly now, thank you for this guide and your help on this.

    I was able to make a script to start it using the shortcut, which other people might be able to use.

    I made a file named Rocksmith.sh in the root directory and put in this code.
     

    #! /bin/sh
    STEAMLIBRARY="/home/<username>/.steam/steam"
    cd $STEAMLIBRARY/steamapps/common/Rocksmith2014
    WINEPREFIX=$STEAMLIBRARY/steamapps/compatdata/221680/pfx "/home/<username>/.steam/steam/steamapps/common/Proton - Experimental/files/bin/wine" $STEAMLIBRARY/steamapps/common/Rocksmith2014/Rocksmith2014.exe

    I then made the Rocksmith.sh file executable using "chmod -x /path/to/Rocksmith.sh"
    You then just need to edit the Rocksmith 2014 desktop shortcut steam made and in the Application tab put in

    Command: "/home/<username>/.steam/steam/steamapps/common/Rocksmith2014/Rocksmith.sh"
    Workpath: /home/<username>/.steam/steam/steamapps/common/Rocksmith2014/

    Then go into Advanced Options and tick "Run in Terminal".

    This is how to do it in manjaro though, i don't know if it will be the same in other's or not.

  3. Well i tried but im getting something wrong here. I will display the log, but i get no sound at all from rocksmith now, the only instructions i had trouble with was with
     

    yay -S wineasio
    cp /usr/lib/wine/wineasio.dll.so $PROTON/lib64/wine
    cp /usr/lib32/wine/wineasio.dll.so $PROTON/lib/wine

    I didn't have yay installed, i did install it which pretty much wanted me to upgrade the os, so i did but these instructions were not very detailed cause running yay -S wineasio sent me to a text in which i had no idea what to do, and the cp commands couldn't find file or something and so i just skipped this and installed wineasio through AUR and it seemed to worked for me.
     

    0.000 [INFO]   - Wrapper DLL loaded (v0.5.7)
    0.000 [INFO]  PatchOriginalCode
    0.558 [INFO]  Patching CoCreateInstance
    0.558 [INFO]  Patch_CallAbsoluteAddress - num locations: 5
    0.558 [INFO]  Patching call at 01C5AA85
    0.558 [INFO]  Patching call at 01F03B6E
    0.558 [INFO]  Patching call at 01F5C681
    0.558 [INFO]  Patching call at 01FAEF75
    0.558 [INFO]  Patching call at 01FAF40D
    0.558 [INFO]  Patching PortAudio MarshalStreamComPointers
    0.558 [INFO]  Patch_CallRelativeAddress - num locations: 1
    0.558 [INFO]  Patching call at 01F03059
    0.558 [INFO]  Patching PortAudio UnmarshalStreamComPointers
    0.558 [INFO]  Patch_CallRelativeAddress - num locations: 1
    0.558 [INFO]  Patching call at 01F0310E
    0.558 [INFO]  Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
    0.559 [INFO]  DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
    0.559 [INFO]  RSAggregatorDeviceEnum::UpdateAvailableDevices
    0.559 [INFO]  AsioHelpers::FindDrivers
    0.560 [INFO]    WineASIO
    0.560 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: WineASIO
    0.560 [INFO]  Creating AsioSharedHost - dll: wineasio.dll
    0.561 [INFO]  Destroying AsioSharedHost - dll: wineasio.dll
    0.561 [ERROR]  RSAsioDeviceEnum::UpdateAvailableDevices - failed.
    0.561 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: WineASIO
    0.561 [INFO]  Creating AsioSharedHost - dll: wineasio.dll
    0.561 [INFO]  Destroying AsioSharedHost - dll: wineasio.dll
    0.562 [ERROR]  RSAsioDeviceEnum::UpdateAvailableDevices - failed.
    0.562 [INFO]  DebugDeviceEnum::UpdateAvailableDevices - 0 render devices, 0 capture devices
    0.562 [INFO]    hr: 80070490
    0.562 [INFO]    *ppEndpoint: 00000000
    0.562 [INFO]  DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eCapture - role: eMultimedia
    0.562 [INFO]    hr: 80070490
    0.562 [INFO]    *ppEndpoint: 00000000
    0.562 [INFO]  DebugDeviceEnum::EnumAudioEndpoints - dataFlow: eAll - dwStateMask: 1
    0.562 [INFO]    hr: S_OK
    0.562 [INFO]    *ppDevices: 12C592F0
    3.600 [INFO]  Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
    3.600 [INFO]  DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
    3.600 [INFO]  RSAggregatorDeviceEnum::UpdateAvailableDevices
    3.600 [INFO]  AsioHelpers::FindDrivers
    3.600 [INFO]    WineASIO
    3.600 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: WineASIO
    3.600 [INFO]  Creating AsioSharedHost - dll: wineasio.dll
    3.601 [INFO]  Destroying AsioSharedHost - dll: wineasio.dll
    3.601 [ERROR]  RSAsioDeviceEnum::UpdateAvailableDevices - failed.
    3.601 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: WineASIO
    3.601 [INFO]  Creating AsioSharedHost - dll: wineasio.dll
    3.601 [INFO]  Destroying AsioSharedHost - dll: wineasio.dll
    3.601 [ERROR]  RSAsioDeviceEnum::UpdateAvailableDevices - failed.
    3.601 [INFO]  DebugDeviceEnum::UpdateAvailableDevices - 0 render devices, 0 capture devices
    3.601 [INFO]    hr: 80070490
    3.601 [INFO]    *ppEndpoint: 00000000
    3.601 [INFO]  DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eCapture - role: eMultimedia
    3.601 [INFO]    hr: 80070490
    3.601 [INFO]    *ppEndpoint: 00000000
    3.601 [INFO]  DebugDeviceEnum::EnumAudioEndpoints - dataFlow: eAll - dwStateMask: 1
    3.601 [INFO]    hr: S_OK
    3.601 [INFO]    *ppDevices: 12C5E8B0
    3.602 [INFO]  DebugDeviceEnum::RegisterEndpointNotificationCallback
    35.276 [INFO]  DebugDeviceEnum::UnregisterEndpointNotificationCallback
    35.455 [INFO]   - Wrapper DLL unloaded
    


    This is from the RS_Asio.txt file, based on this, you have any idea what i am doing wrong?

     

    • Like 1
  4. I just want to say thanks for the time in working to get this done, i was on windows for a long time but recently switched to manjaro so the Arch based instructions should work for me. I only wish this could be turned into a small patch or something instead of manually configuring everything, im not entirely linux savvy yet but i have learned a lot.

  5. 1.

    2. Lead and Rhythm 

    3. There is 2 tones, one is clean and the other is synth guitar, the clean should be easy, the synth guitar in particular not so much! 

    4. I can wait 

    5. Will Do!!!!

  6. I will add this to the list as it should definitely be in MC class but the tuning on the CDLC is difficult for people because Rocksmith has a problem detecting notes when the tuning is below drop D or D standard. Please forgive @ as his english isn't that great but he is learning. This is all he meant to say as far as the tuning is concerned. We have had many songs in lower tunings give us problems with note recognition and it makes it not as fun when you have to fight with the game to recognize that you are playing the note. As I said I will add it to the list. Thank you for your submission. 

     

    Thank you for better explanation to this suggestion, and it makes sense now. I didn't mean to sound disrespectful to Motive in any sense, this is just a legendary song that i am very and i am sure many as well are emotionally attached to for sentimental reasons.

  7. @@Replicators Thanks for hint, a nice song. But i tnink for challenge it is not very good choice, because it is in tuning C#. Only a few men will can play it with their guitar and string.

     

    No, i don't think that's the case, i think it's because there is a certain tuning people do not like to go under. Personally i think it is a great choice just because of dimebags solo which would be so hard to pull off accurately that is. You should play the cdlc yourself, instead of dismissing (No disrespect meant by how i worded that) just because its not a popular tuning.

  8. http://customsforge.com/page/customsforge_rs_2014_cdlc.html/_/pc-enabled-rs-2014-cdlc/center-of-the-universe-r5540I just spent the weekend learning cause i got fed up of waiting for kamelot songs, so i decided to make center of the universe on my own using the great tutorial available.If i would of known kamelot songs were already planned i would not of invested so much time learning, and i don't know what songs you plan to make shark and i ain't gonna tell you not to make your version of center of the universe. There are other kamelot songs i would like to make, so i will contact you before i make more.

  9. Right now i am at the Rocksmith editor, problem is i don't know what tone i should use to get as close as i can to the song. In fact since nobody is working on kamelot, if this song succeeds i will work on more of their songs.

     

     

    In his description he says "AmpModering is LINE6 POD HD-500 ENGL Fireball 100" So is there anyway we can get close to that in rocksmith?

     

    I want to get close to the tone this guy is using, so if any of you have any suggestions, or can help me i would greatly appreciate it.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy