Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to export #13

Open
throrin19 opened this issue Jul 29, 2014 · 16 comments
Open

Possibility to export #13

throrin19 opened this issue Jul 29, 2014 · 16 comments

Comments

@throrin19
Copy link

It's possible to export viewed tabs into powetab or guitar pro or text representation ?

@DeathEvil
Copy link

+1, seems like the most important feature along with print

@fholger
Copy link

fholger commented Aug 20, 2014

If you're looking for export to Guitar Pro, you might check out my alternative program: https://github.com/fholger/RocksmithToTab. I wrote it after I discovered the tab explorer and also thought that export features would be very useful :)

@DeathEvil
Copy link

Thanks for the heads up!

@DeathEvil
Copy link

Great tool, only wish there was gui

@fholger
Copy link

fholger commented Aug 20, 2014

I know, sorry, I don't like gui programming :D
For the most part, though, you can just drag'n'drop a psarc file (e.g. the main songs.psarc in the Rocksmith folder) onto the RocksmithToTab.exe in the explorer, and it will give you tabs for all the songs contained inside. So you don't really have to deal with the command line, unless you want to do something more specific.

@DeathEvil
Copy link

Yes, it's definitely not necessary. Thank you again so much for making the tool! So far only one file errors out and it's from new Duran Duran pack

@fholger
Copy link

fholger commented Aug 20, 2014

I don't have that, unfortunately, but yeah, a few might not work at the moment. I've also received a few bug reports from other people, I'll try to fix as many as I can.
If you have Guitar Pro 6, you might try gpx output (in this case, you do have to go to the console and add -f gpx as a parameter). The gpx output is sometimes a little more forgiving.

@DeathEvil
Copy link

Is there an undocumented command line to convert all parts from a folder with GPS ext? Thanks

@DeathEvil
Copy link

Stupid autocorrect, I meant all psarcs from a folder with GPS ext.

@fholger
Copy link

fholger commented Aug 20, 2014

No, sorry, the program only handles one psarc at the time. You could use a .bat file though. For example, create file ExportFolder.bat with the following contents:

@echo off
for /f "delims=" %%f in ('dir /b /a-d-h-s %1\*.psarc') do (
  c:\temp\RocksmithToTab\RocksmithToTab.exe -f gpx -o gpx_tabs "%1\%%f"
)
pause

You need to adjust the path the RocksmithToTab.exe to the full path on your PC. You can set any parameters you want, e.g. -f gpx to convert to gpx, and -o somefolder to specify an output folder. Then you can drop the folder onto that bat and it should convert all psarc inside. I hope...

@DeathEvil
Copy link

fholger, you are a legend! works like a charm:)

@DeathEvil
Copy link

ok, from RS1 on disc, RS1 DLC, RS2014 on disc, and RS2014 DLC, only 2 files from RS2014 DLC error out: "duranhun", and "swinglifeagain". I'd be happy to send you the psarcs for analysis, just pm with email.
thanks again for an outstanding soft:)

@fholger
Copy link

fholger commented Aug 21, 2014

You're welcome. I have a few other bugs to figure out first, but do feel free and open a bug report for them over at the project :)

@throrin19
Copy link
Author

with your script, i have error :

Opening archive .\songs.psarc ...
Converting song alliwannado...
Opening arrangement bass for song id alliwannado...
sngFile is null.
  Failed to get arrangement bass
Opening arrangement combo for song id alliwannado...
sngFile is null.
  Failed to get arrangement combo
Opening arrangement combo2 for song id alliwannado...
sngFile is null.
  Failed to get arrangement combo2
Converting song batcountry...
Opening arrangement bass for song id batcountry...
sngFile is null.
  Failed to get arrangement bass
Opening arrangement lead1 for song id batcountry...
sngFile is null.
  Failed to get arrangement lead1
Opening arrangement lead2 for song id batcountry...
sngFile is null.
  Failed to get arrangement lead2
Opening arrangement rhythm for song id batcountry...
sngFile is null.
  Failed to get arrangement rhythm
Converting song blitzkriegbop...
Opening arrangement bass for song id blitzkriegbop...
sngFile is null.
  Failed to get arrangement bass
Opening arrangement combo for song id blitzkriegbop...
sngFile is null.
  Failed to get arrangement combo
Opening arrangement combo2 for song id blitzkriegbop...
sngFile is null.
  Failed to get arrangement combo2
Converting song bloodandthunder...

@fholger
Copy link

fholger commented Aug 21, 2014

Are you using the Mac version? I think the Mac version packs the psarcs differently (that's why there's usually two versions for the DLCs), and you'd need a different version of the Rocksmith Toolkit for those, I think. I haven't tried it on Mac, so I can't currently help with that.

If it's not the Mac version, then it's very strange. Do you have any DLCs you could try? Try those ending in _p.psarc.

@throrin19
Copy link
Author

yes, i'm on mac. Ok i don't know that. I try this night after download windows version. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants