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