
- [New Player] Love scenes collection
-
For the DMM player, did you manage to to get the Ayakashi Rumble characters' scenes? I haven't needed to modify anything besides 0_download_json, so if the subsequent steps are what's falling I don't have any ideas at the moment.
Edit: To be more specific on the 0_download_json edits:
Replace "resource_code = '/'.join([resource_directory[-4:][i:i+2] for i in range(0, len(resource_directory[-4:]), 2)])" with "resource_code = '/'.join([resource_directory[-6:][i:i+3] for i in range(0, len(resource_directory[-6:]), 3)])" for lines 228, 333, and 427 [-4 is replaced by -6, 2 is replaced by 3]
Replace "for y in xrange(250):" with for "y in xrange(300):" for line 501 [250 is replaced by 300]
Replace "for idx in ((0, 1), (0.011, 35), (0.216, 6), (2, 10), (5, 50), (6, 200), (9.05, 10), (9.2, 20)):" with "for idx in ((0, 1), (0.011, 35), (0.216, 6), (2, 10), (5, 50), (6, 200), (9.05, 10), (9.2, 20), (9.51, 6)):" for line 513 [(9.51, 6) combined with the eidolon ID append command leads to 9511, 9512, 9513, 9514, 9515, and 9516, which are the Machine Beast eidolons' summon_id values, that I found by using them in battle with the Dev Tools open]
Last edited by Berwayer; 03-03-2022 at 03:09 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules