Guys, thanks a lot for the help, but it seems that it's not gonna work for me...
I tried all of your suggestions with no avail. Then I downloaded the vaction_picsr from here, and the results are identical.
-Only my d3dx_42 DLL works. Other ones just crash the game at start ( Rocksmith stopped working) -Transferred the cherub rock from my other version and two cdlc. One that I know it works (Godsmack-Awake) and one that it doesn't (Metallica-Die Die my Darling). Like previously, Godsmack works Metallica doesn't! I get to tune the guitar only. Doesn't load the song. -Didn't change the static psarc DLL because I'm assuming that the needed file is included in the vaction release right? And also this version is already on v7 or do I have to update it?
Guys, thanks a lot for the help, but it seems that it's not gonna work for me...
I tried all of your suggestions with no avail. Then I downloaded the vaction_picsr from here, and the results are identical.
-Only my d3dx_42 DLL works. Other ones just crash the game at start ( Rocksmith stopped working) -Transferred the cherub rock from my other version and two cdlc. One that I know it works (Godsmack-Awake) and one that it doesn't (Metallica-Die Die my Darling). Like previously, Godsmack works Metallica doesn't! I get to tune the guitar only. Doesn't load the song. -Didn't change the static psarc DLL because I'm assuming that the needed file is included in the vaction release right? And also this version is already on v7 or do I have to update it?
I have that same "vacation pics" one. Never had a problem with DLC or CDLC. I did have issues with being unable to change the real tone cable gain, it would crash. That "vacation pics" share is V7, but the static.psarc file is not. So update that.
Edit: Try posting the CDLC that is not working so I can give it a shot.
Also, not sure if it matters, but in your Skidrow.ini file, maybe you need to add more appids?
These are my appids. Might be overkill, but I've never had a problem. Try adding this, just in case:
-Didn't change the static psarc DLL because I'm assuming that the needed file is included in the vaction release right? And also this version is already on v7 or do I have to update it?
I downloaded both those CDLC files and tried them, they both work fine for me. I am at a loss now unfortunately. Everything I know about getting this game to work came from searching around this forum. My only suggestions are to make sure you don't have duplicate files in your folder, from different releases or anything. Or duplicate copies in your DLC folder of those songs that aren't working.
mistere wrote:
Now, this is getting... i don't even know!
Last edited by alekia on Thursday, 22 Jan 2015, 20:20, edited 1 time in total.
FOR THOSE WHO HAVE PROBLEMS WITH NOCABLE + USB GUITAR INTERFACE
1) You should find manual nocable method here in forum
2) look at your audiodump and find such string:
************* NSoundInputMgr_Win32::DetectInputDevices_PortAudio WASAPI Id 2 API 0 : Wej[8006 1235]
Do you see two numbers 8006 and 1235? Now look to the instruction from 1) and change ffff to 8006 and 12ba to 1235 in memory. It will work. We are using 00 00, because PCI and realtek cards have such PID and VID when Rocksmith request them.
I am really sure it will make a trick, if you will think a bit before you do smth.
I have a chinese Behringer clone. The product Id is : 2902 and the vendorId is 8bb (the audio log shows it: NSoundInputMgr_Win32::DetectInputDevices_PortAudio WASAPI Id 1 API 0 : Micr≤fono (19- USB Audio CODEC )[2902 8bb] )
IMPORTANT: In case it is not clear You must use the Vendor Id and Product Id of YOUR cable , which may differ of the ones that I have
0) Start the game - You can start the game directly or with the current no-cable, it doesn't matter
Certainly ArtMoney is painful as hell so here is an easier approach but you must use WinHex (full version, otherwise the changes won't be applied) or a similar Hex editor that allows you to write in the processes memory. I'll detail it for WinHex:
Further steps using WinHex
1) Start Rocksmith2014.exe
2)In WinHex go to Tools>Open RAM...
3) It will show you a list of processes. Look for Rocksmith2014.exe (is followed by # and the process number)
4) Click the + and in the sublist inside it select Rocsmith2014.exe (is followed by the size of the program). Click Ok
5) In Search>Find Hex Values...type F806BA12 press Ok and it will set the cursor at that position
6) Susbtitute the BA 12 with YOUR cable's vendor ID but with the 2 last values first. In my case Vendor Id was 8BB (or 08BB) so I put the values as follows: BB 08
7)Locate FF 00 in the line below and substitute it withYOUR cable's product ID but with the 2 last values first. In my case Vendor Id was 2902 so I put the values as follows: 02 29
Close the "Rocksmith2014" tab in WinHex (if you don't ,changes are not applied ).
9)Go to Sounds in the Control Panel disable and enable your input device and that's all.
or if you prefer to use ArtMoney:
Further steps using ArtMoney
1) With ArtMoney Load Rocksmith2014.exe (ensure you load the game NOT the no-cable) in the Select Process combo
2) Press "Search" in the dialog I set: Search: Exact value, Value BA12, Type: Integer (standard), Address range: Custom, from: 012AEE08, to: 012AEFFF , Multiplicity of address : ALL
(NOTE maybe this address could vary, if you find nothing, then first try to find "F806BA12" with address range set to ALL and use the address of the found item as the start to perform step 2, the end range should be a greater value , more than 10- so you can add "A" in the calculator to the initial found address and place the result as the end range in step 2 and do the search for BA12 with the settings described there )
3)Press Ok. It found the value at address 012aee0C
4) press the green arrow so it is added to the list at the right side
5) Double click it in the value below the "Type" column and a dialog appears. (it must say R. Integer 2 bytes)
6) IMPORTANT: uncheck "Reverse" . In Value you should put the decimal equivalent of YOUR cable's Vendor Id. In my case 8bb hex=2235. (For this you can use windows calculator in programmer mode and switch between Hex and Dec modes) .Press Ok
7) Like Step 2 but Search for Value FF00
8 ) Press Ok
9) Same as step 4 and 5 for the new found value
10) Same as 6 (remember Reverse must be unchecked) and enter the decimal equivalent of YOUR cable's Product Id. In my case 2902hex=10498
11) Press Ok
12) After that I had to Disable and Enable the input device in the Windows sound option, when the program checks the tuning, and that's all: Rocksmith recognized it and I played Don't Fear the Reaper
**Notice that although the values to be substituted are instead of 12ba and 00ff , you must search for BA12 and FF00 because of the way the memory stores them**
Write down the values you use for each case , as you'll be doing this until the no-cable fix is updated
Hey noobcrack :
Maybe the new version of the no cable may have an ini file so anyone can choose Line-in or USB and in this last case put there its VendorId and Product Id?
So... I have to do it every time I want to play it? I tried to save but doesnt worked. help?
I'm using the latest update of the game (Update 7) and Phobos' no cable patch has a pop up error telling me my offsets are wrong (Exact message is "Error: Could not find proper signature. Try changing offsets in the INI") I'm using:
Taken off this forum, and I've verified these with Winhex and HxD (They are 12B7E0C and 12B7E14, so I tried with and without a zero in front, no dice.) I've been able to get my particular USB cable working by editing the BA 12 and FF 00 using HxD, but I wanted Phobos' patch to play multiplayer. What would cause it to not recognise the correct offsets?
Does the no cable crack work with Apogee USB Cable for Jam & MiC?
This is the chord that comes with the Apogee JAM Lightning.
I have the original cable, so I've never bothered with the crack. But now that a friend wants it and has the Apogee JAM Lightning USB cable, I'm trying to find the posts that state how to make it work.
Download and drop into the "DLC" folder of rs2014. You must own the DLC "Cherub Rock" for these to work.
WOW I am speechless: thank you, mate.
I am amazed: how is it possible all those DLCs fit in such (relatively) small files? Apparently they have all the contents of the first RS, isn't it? Hundreds of new songs...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum