Results 1 to 10 of 897

Threaded View

  1. #11

    Join Date
    Mar 2025
    Posts
    2
    Credits
    2
    [New Player] Love scenes collection-bug111.jpg

    the 22316 json has the same pb as the post #820

    so need to delete the transition of cg2 to cg3 too

    well , finally i just edit the code of download assets :
    at lines 205 , add an additional condition to download all the image used in transition

    if section.has_key('film'):
    if isinstance(section['film'], list):
    for one_film in section['film'] :
    if isinstance(one_film, str):
    links.append(base_url['scenarios'] + resource_path + "/" + one_film)
    else :
    links.append(base_url['scenarios'] + resource_path + "/" + section['film'])

    20250303_fix_bug_dl_assets.zip

    ps: i think we need edit the build_rpy file and defini a new fuction for the transition between 2 images
    Last edited by gw0518; 03-03-2025 at 05:03 AM.

Posting Permissions

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