Results 1 to 10 of 1109

Hybrid View

  1. #1
    Quote Originally Posted by Berwayer View Post
    Here are some missing entries:
    Wao two limited! you have my gratitude!

    fingers crossed for Akane, Celia, and Ryu-Oh limited.

  2. #2
    all i got from this event
    Attached Files Attached Files

  3. #3

    Join Date
    Apr 2018
    Posts
    11
    Credits
    9
    Quote Originally Posted by Xude View Post
    all i got from this event
    thanks for the file, but just letting people know:
    if you get an error after applying this scene, it's because it starts with a [
    rename it to Caspiel (Lunar Glory) then run build/write config again to fix it.
    Kamihime ID: 193319
    Need thunder franz
    Weeb Wanker

  4. #4
    Unregistered Guest
    I noticed with the converted new file formats changes the player name to {{主人公}} and 'build_rpy' displays error when I put that in 'player_name_unification' saying it doesn't support non-ASCII character. Anyone got a solution for this? Because that name looks really jarring.

  5. #5
    Quote Originally Posted by Unregistered View Post
    I noticed with the converted new file formats changes the player name to {{主人公}} and 'build_rpy' displays error when I put that in 'player_name_unification' saying it doesn't support non-ASCII character. Anyone got a solution for this? Because that name looks really jarring.
    line = line.replace('{{' + u'\u4E3B' + u'\u4EBA' + u'\u516C' + '}}',player_name)

  6. #6
    line = line.replace(u'{{\u4E3B\u4EBA\u516C}}',player_name )

  7. #7

    Join Date
    Jan 2018
    Location
    Singapore
    Posts
    1,431
    Credits
    1,038
    Quote Originally Posted by Haxmo View Post
    line = line.replace(u'{{\u4E3B\u4EBA\u516C}}',player_name )
    Sorry, which program do you input that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •