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

help me. Add Chinese Lyrics #372

Open
zhixudong12300 opened this issue Mar 2, 2022 · 4 comments
Open

help me. Add Chinese Lyrics #372

zhixudong12300 opened this issue Mar 2, 2022 · 4 comments

Comments

@zhixudong12300
Copy link

I want have Chinese lyrics, can you help me? thanks!

@L0FKA
Copy link
Member

L0FKA commented Mar 3, 2022

Hello @zhixudong12300 you can use Unicode characters in lyrics. Rocksmith 2014 supports Japanese localization, I think I saw some forums in Chinese with altered localization for mandarin? In any case Unicode lyrics usually supported only when your whole game uses kanji (i.e. Japanese locale used?) (I know of a way to use custom font with latin-1 encoding but there may be limitations)

Toolkit has support for this but I'd suggest trying DLCbuilder as well (https://github.com/iminashi/Rocksmith2014.NET/releases)

You should know how to make cdlc first.
Sync your lyrics to audio and export in toolkit\rocksmith 2014 format (.xml)
Use This tool to create bitmap font for rocksmith (https://github.com/iminashi/RocksmithFontGenerator)

In dlc builder add lyrics, mark it as Japanese and specify your font texture (don't forget to use Japanese title and sort fields as well)

Theoretically it should work in-game. Have fun.

@zhixudong12300
Copy link
Author

zhixudong12300 commented Mar 4, 2022 via email

@zhixudong12300
Copy link
Author

zhixudong12300 commented Mar 4, 2022 via email

@L0FKA
Copy link
Member

L0FKA commented Mar 4, 2022

Unfortunately toolkit doesn't calculate mappings for rectangles\glyphs made by font creator and has support only for already existing mapping saved in sng file, I'm unable to add anything in near future.

Using DLCbuilder it's easy

  • Open RocksmithFontGenerator
  • Select your vocals.xml or basic text file for defining glyph set and choosing font etc
  • Save dds file (named 'lyrics.dds') you'll use this file in DLCbuilder soon
  • open dlc builder and create new project (it's similar to toolkit in steps)
  • Set your audio\album art paths, import tones, add arrangements and lyrics (should be in rocksmith format and synced in EOF)
  • Select Vocals arrangement press browse button ad add your lyrics.dds (it should work regardles of japanese or not vocals is, since iminashi said so :P )

Let me know if it works for you.

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

No branches or pull requests

2 participants