Jan 2, 2020
311
317
Hi Thanosman, all Endless Summer players are waiting for your next release
I'm trying to add more clothes to Rinko (currently we have around 8 options). Although, I'll never add any event, but some people uploaded some really good stuff like adal01. So Please,

Could you say what file we should modify to add more clothes to Rinko and if that's possible to use just the notepad to do it?

Thanks in advance, keep doing your great mod. (y)
 
Last edited:

adal01

Member
Feb 17, 2023
134
287
i believe you need to use rpgmaker MV to do that, adding new outfits isn t that hard, having the correct picture displayed while the outfit is equipped then would just require replicating what the game creator did with other outfit with the new one.
Biggest problem is, the creator being japanese, he probably wrote everything in jap, so knowing which script does what is going to be a hell. You could probably find what scripts calls up which pic to find corresponding scripts and event but even then....good luck with that.
 
Jan 2, 2020
311
317
i believe you need to use rpgmaker MV to do that, adding new outfits isn t that hard, having the correct picture displayed while the outfit is equipped then would just require replicating what the game creator did with other outfit with the new one.
Biggest problem is, the creator being japanese, he probably wrote everything in jap, so knowing which script does what is going to be a hell. You could probably find what scripts calls up which pic to find corresponding scripts and event but even then....good luck with that.
It's possible Thanosman use rpgmaker MV or other programs, but in this case... to add more clothes with any special event perhaps it's possible to use the notepad

Basically I think if we know which file we can modify to give more clothes to Rinko (perhaps 20 in her wardrobe...). We only should copy&paste those names, even in japanese and add numbers to those names to prevent bugs (give a different name) and "close" those codes with the same modified names, also we should copy & paste more costumes with the right name (different than the ones by default) in that code. To test that result we'll have to play this game and try to add more suitable names... But potencially this method could "break" your Endless Summer, that's true. So backup before it's necessary.

I've noticed every different cloth has its own shadows (images) ,so if any of the procedure before bugged your game the next step should be added the more accurate shadows for those clothes. I have no idea how the "SWEAT SYSTEM" was made in this game. Perhaps it`s like the Shadow coding. In any case we could avoid it if we want to see her not so sweaty or maybe by default every costume should be slightly transparent giving it a similiar effect...
 
Last edited:

adal01

Member
Feb 17, 2023
134
287
It's possible Thanosman use rpgmaker MV or other programs, but in this case... to add more clothes with any special event perhaps it's possible to use the notepad

Basically I think if we know which file we can modify to give more clothes to Rinko (perhaps 20 in her wardrobe...). We only should copy&paste those names, even in japanese and add numbers to those names to prevent bugs (give a different name) and "close" those codes with the same modified names, also we should copy & paste more costumes with the right name (different than the ones by default) in that code. To test that result we'll have to play this game and try to add more suitable names... But potencially this method could "break" your Endless Summer, that's true. So backup before it's necessary.

I've noticed every different cloth has its own shadows (images) ,so if any of the procedure before bugged your game the next step should be added the more accurate shadows for those clothes. I have no idea how the "SWEAT SYSTEM" was made in this game. Perhaps it`s like the Shadow coding. In any case we could avoid it if we want to see her not so sweat or maybe by default every costume should be slightly transparent giving it a similiar effect...
clothes are stored in armors.json in www/data.
regarding the shadow, it is linked to the sweat system, when Rinko is sweaty the shadow is displayed above the clothes pics.
I m pretty sure the scipt/event that calls the pictures during dialogues use a condition like " if rinko is sweaty display shadow, else skip"...
 
Jan 2, 2020
311
317
clothes are stored in armors.json in www/data.
regarding the shadow, it is linked to the sweat system, when Rinko is sweaty the shadow is displayed above the clothes pics.
I m pretty sure the scipt/event that calls the pictures during dialogues use a condition like " if rinko is sweaty display shadow, else skip"...
It could be more complicated if the shadows are triggered by a different script/event... So ,to try this the clothes by deafult should have the right shadows or so sweat of your taste (it depends on anyone who is modifying this game) merging some layers with any Graphic design program in only one image
 

FirstVicar_

Newbie
Jul 14, 2020
33
63
Finally finished this game. It was far, far too rapey for me tho. The ending was pretty mid as well. Overall it was a decent game. Wouldn't replay tho.
 
Jan 2, 2020
311
317
clothes are stored in armors.json in www/data.
regarding the shadow, it is linked to the sweat system, when Rinko is sweaty the shadow is displayed above the clothes pics.
I m pretty sure the scipt/event that calls the pictures during dialogues use a condition like " if rinko is sweaty display shadow, else skip"...
I tried to change the code of that file in the line 47, but I didn't get any new cloth in her wardrobe. Although I've realized that how this game "invoke" that feature (different clothes). In the part of "note" it's written SBI画像 plus and M5...

If we watch the folder www/img/pictures/ of this game we could understand those M5 files are just the clothes of Rinko has by default that are shown every time we type the letter "X" playing this game... So to add more costumes to this game we should trace SBI画像 ... if that file/instruction have limited the numbers of clothes or that instruction it's also necessary to get that goal.

This is what I modified in the line 47 in armos.json
{"id":45,"atypeId":1,"description":"Pink","etypeId":4,"traits":[],"iconIndex":443,"name":"New cloth to Rinko","note":"<SBI画像:M5_cloth_in>\n","params":[0,0,0,0,0,0,0,0],"price":0},
 
Last edited:

adal01

Member
Feb 17, 2023
134
287
I tried to change the code of that file in the line 47, but I didn't get any new cloth in her wardrobe. Although I've realized that how this game "invoke" that feature (different clothes). In the part of "note" it's written SBI画像 plus and M5...

If we watch the folder www/img/pictures/ of this game we could understand those M5 files are just the clothes of Rinko has by default that are shown every time we type the letter "X" playing this game... So to add more costumes to this game we should trace SBI画像 ... if that file/instruction have limited the numbers of clothes or that instruction it's also necessary to get that goal.

This is what I modified in the line 47 in armos.json
{"id":45,"atypeId":1,"description":"Pink","etypeId":4,"traits":[],"iconIndex":443,"name":"New cloth to Rinko","note":"<SBI画像:M5_cloth_in>\n","params":[0,0,0,0,0,0,0,0],"price":0},
Be careful, i think you might be mistaken there, as the M5_ files are the one showing in the menu. They are different from the one starting with 5_ that are shown during dialogues. The outfits i shared here do not fit the correct size to be used in the menu. They only match the correct size for dialogues.
You might want to look for the scripts that call the pictures starting with 5_ instead of M5_.

i dmed you
 
Last edited:
Jan 2, 2020
311
317
Be careful, i think you might be mistaken there, as the M5_ files are the one showing in the menu. They are different from the one starting with 5_ that are shown during dialogues. The outfits i shared here do not fit the correct size to be used in the menu. They only match the correct size for dialogues.
You might want to look for the scripts that call the pictures starting with 5_ instead of M5_.

i dmed you
I think our lives would be more simple if Thanosman add your outfits to his lastest mod. Thanks for your private message but I use Linux sometimes RPG maker has some problems when its use as a modder of games, not so much playing... Well at least we know know modify the images in the menu. ¯\_(ツ)_/¯

You could send me the outfits and Gebo and I would include them in the mod.
Hi Thanosman,

Please, could you add at least 20 clothes (any clothes, it doesn't matter if those are tied to any special event) in the wardrobe of Rinko. If you do that, many of us (amateur players) would at least change some clothes for every particular kink or taste of those users.

Thanks in advance keep doing for great mods :)
 
Last edited:

Thanosman

Member
Modder
Jun 6, 2022
282
1,180
Endless Summer Set 7 - Daily Mating Ritual, last set before update
Daily Mating F95 Showcase (2).gif

This animation is a small sample of the set's content, it has 14 out of 198 Total Images.
This set is my biggest yet.
After this I'm going to focus on scene creation and finalizing the update.
Wish me luck.

Find this and more at
 
4.20 star(s) 20 Votes