Maxx53 / NoCableLauncher

Rocksmith 2014 Launcher for playing without RealTone cable (nocable fix)
GNU General Public License v2.0
487 stars 67 forks source link

Version 2 #70

Open Mywk opened 4 years ago

Mywk commented 4 years ago

Several improvements.

Maxx53 commented 4 years ago

Finally, after 3 years... I'll review it asap.

Mywk commented 4 years ago

Still have some other features I'd like to add, I have to admit this push request was a bit rushed.

Also, a huge thanks for all the time you spent on this, bought the game last week and you saved me a ton of work.

BouncyButton commented 4 years ago

Hello, I was wondering if this new version could solve the following issue: https://github.com/Maxx53/NoCableLauncher/issues/2 If not, do you think it's something feasible to fix?

Filaipus commented 4 years ago

@Maxx53 Any updates on this? Im going to try to jump into Rocksmith this next year to learn guitar with a friend and a V2 of this awesome program would be great. (By this I mean, have you tested it and does it work fine or should I stick to V1? Just to save time when I go do it next year. Thanks for all the hard work guys)

BouncyButton commented 4 years ago

Hello Filaipus, while we're waiting for an answer from the developer, I just want to say that the newest version works great; maybe it could be hard to find, since Mywk's repo has a 404: here's a link to the release.

I'm using this by plugging a 3.5mm to 1/4 inch adapter in my line-in port, then plugging it in my amp/FX simulator (a Zoom G3X) to have a cleaner signal and to boost it a bit.

I haven't still figured out how to use the alt-tab feature to use a microphone while playing (e.g. in Discord). I have no idea about workarounds related to Issue #2 either.

h00jraq commented 3 years ago

How I can download this?

Filaipus commented 3 years ago

How I can download this?

Someone forked it and updated it. It works great. Here are the releases https://github.com/Mywk/NoCableLauncher/releases/ Just get the latest one. I've been enjoying it for a few months now.

h00jraq commented 3 years ago

Hi,

Unfortunately, it does not wotk with my Scarlet solo 2i2 second gen. VID and PID are 0 for my scarlet interface. I have choosen mic as input in the rocksmith and it is the same, cant hear my guitar :/. W piątek, 27 listopada 2020, 05:13:11 CET, Filipe Castro notifications@github.com napisał(-a):

How I can download this?

Someone forked it and updated it. It works great. Here are the releases https://github.com/Mywk/NoCableLauncher/releases/ Just get the latest one. I've been enjoying it for a few months now.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Filaipus commented 3 years ago

Hi, Unfortunately, it does not wotk with my Scarlet solo 2i2 second gen. VID and PID are 0 for my scarlet interface. I have choosen mic as input in the rocksmith and it is the same, cant hear my guitar :/. W piątek, 27 listopada 2020, 05:13:11 CET, Filipe Castro notifications@github.com napisał(-a): How I can download this? Someone forked it and updated it. It works great. Here are the releases https://github.com/Mywk/NoCableLauncher/releases/ Just get the latest one. I've been enjoying it for a few months now. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

You are right. For scarlett, use this. https://github.com/mdias/rs_asio I got it working with my Scarlett solo (3 gen), this were the settings I used (read the github page and you will understand):

[Config] EnableWasapiOutputs=0 EnableWasapiInputs=0 EnableAsio=1

[Asio] ; available buffer size modes: ; driver - respect buffer size setting set in the driver ; host - use a buffer size as close as possible as that requested by the host application ; custom - use the buffer size specified in CustomBufferSize field BufferSizeMode=custom CustomBufferSize=48

[Asio.Output] Driver=Focusrite USB ASIO BaseChannel=0 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

[Asio.Input.0] Driver=Focusrite USB ASIO Channel=1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

[Asio.Input.1] ;Driver=Focusrite USB ASIO Channel=1 EnableSoftwareEndpointVolumeControl=1 EnableSoftwareMasterVolumeControl=1 SoftwareMasterVolumePercent=100

If this doesn't work, try this https://github.com/mdias/rs_asio/issues/126

Let me know if you still have trouble