Jump to content

Replicators

Member
  • Posts

    223
  • Joined

  • Last visited

  • Country

    United States
  • Donations

    0.00 USD 

Everything 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?
  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. I guess it could, it would just require some work, like in this video.
  6. Just curious to see if any of you can do a different form of instrument.
  7. I found a cool website which has a lot of backing tracks of many songs, some of them have everything except vocals/lead/rhythm and most have vocals but not lead or rhythm. I think it would be nice to play a cdlc where you only hear your guitar play the part instead of the songs guitars. http://www.guitarbackingtrack.com
  8. @Chlipouni Thanks, i would assume many cdlc's would benefit from this tool.
  9. I noticed my name was mentioned in here, i guess because of iced earth - The Hunter. What was wrong with it? What does it mean by note synced and beat synced? I thought i had it perfectly synced.
  10. I was gonna keep this for myself, but if this helps speed up the process of maiden songs, here is a collection of gp files for every maiden song made but some of them might be incorrect, enjoy! Iron Maiden GP Collection = https://drive.google.com/file/d/0B3GZDZJ2CWkwd0ZsVTNDWGhhaUE/edit?usp=sharing
  11. 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!!!!
  12. 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.
  13. 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.
  14. http://customsforge.com/page/customsforge_rs_2014_cdlc.html/_/pc-enabled-rs-2014-cdlc/floods-r5678 Someone play this, master it, and put it on youtube please! This song should be learned by many to remember dimebag with!
  15. http://customsforge.com/page/customsforge_rs_2014_cdlc.html/_/pc-enabled-rs-2014-cdlc/floods-r5678 Please add this to the master list, it would be interesting to see how well people could pull off dimebag darrel's solo. I ain't in the championship so i prob have no voice here, but it is something you must all agree deserves to be put in.
  16. ............. While we at it lets put photoshop and sony vegas pro on the consoles.
  17. 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.
  18. 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