Вы находитесь на странице: 1из 1

; no cable hack v2

; by phobos2077
;
; to use this hack with USB device you must know it's Vendor ID and Product ID
; you can look it up in Windows Device manager:
; in USB Controllers, open your device, at last tab, browser through dropdown op
tions, there should be something like "Hardware ID"
; in my case it looks like this: USB\VID_1210&PID_000A
; in this example, you must use VID=0x1210 and PID=0x000A

[general]
; processName may contain parameters
processName=rocksmith2014.exe
; Vendor ID in 0xFFFF format
; Product ID in 0xFFFF format
; 0x0000 for Non-USB device
VID=0x046D
PID=0xC52E
; waitTimeout after game started before patching, in milliseconds (1/1000 of sec
ond)
waitTimeout=2000

[multiplayer]
; to use multiplayer mode:
; 1) close the game
; 2) run program with -m command line parameter (eg. "rocksmith2014_nocable_pbs.
exe -m")
; 3) follow instructions
; VID and PID of Player 2 recording device
VID=0x0000
PID=0x0000

[offsets]
; UPDATE 7:
offsetVID_0=0x012B7E0C
offsetPID_0=0x012B7E14

Вам также может понравиться