Mod Ren'Py Summer's Gone Season 1: The Uncut Edition [V1.2][alain8891]

5.00 star(s) 1 Vote

Draco6393

Member
Apr 16, 2022
333
138
I might have over looked the comment if this question was already asked and answered but is this the full game or a patch?
 

D3man813

Newbie
Oct 24, 2024
40
18
Is there a guide i can follow or do i just have to keep backing up my save until i get all the scenes or are all the Scenes unmissable?
 

Envy*

Well-Known Member
Apr 10, 2022
1,660
2,185
Hi there, the wt mod was created for the 1.1 version and will not work with the current one. I will, however, update it to the most recent version for you. I'll let you know as soon as I've finished.

Edit:
Here is the walkthrough mod for the 1.2 version. And as before, this is the taboo version. Have fun.

This hero.

The same mod as Scrappy's ? Because there are paths, but no cheat button to view character relationship points. :unsure:
 
Last edited:

SweatyDevil

Active Member
Jan 8, 2022
518
1,373
This hero.

The same mod as Scrappy's ? Because there are paths, but no cheat button to view character relationship points. :unsure:
Not quite. A lot of the paths (green choices) are simply influenced by his mood, and that's all there is to it.
 
  • Hey there
Reactions: Envy*

Oasis951

Member
Aug 28, 2020
164
149
I notice in the past that there was a note in the OP that this mod was not compatible with the Music Restoration Mod. The note's no longer there. Has this since changed or is this mod still incompatible with the Music Restoration Mod?
 

Oasis951

Member
Aug 28, 2020
164
149
It seems to working for me. Or is it just saying that an not having any effect? If so, can someone point me to a song that was removed and a scene that was changed so that I can see if its working?

Screenshot 2025-01-27 195056.png Screenshot 2025-01-27 195132.png
 

Envy*

Well-Known Member
Apr 10, 2022
1,660
2,185
It seems to working for me. Or is it just saying that an not having any effect? If so, can someone point me to a song that was removed and a scene that was changed so that I can see if its working?

View attachment 4488336 View attachment 4488337
Hi, I didn't pay much attention to the music, but to the scenes, a screen from the Steam version.

Capture_decran_24.jpg



and here a screen of the Uncut version

screenshot0003_1.jpg



In this image, the scene of Nika embracing Nami naked had been removed from the Steam version (because incest is bad).

screenshot0001_1.jpg



Other scenes have been censored on Steam, including the one with Nami, Milla, Victoria and Nika from Chapter 4x5.
 
Last edited:
  • Like
Reactions: Oasis951

Oasis951

Member
Aug 28, 2020
164
149
Hi, I didn't pay much attention to the music, but to the scenes, a screen from the Steam version.

View attachment 4522659



and here a screen of the Uncut version

View attachment 4522661



In this image, the scene of Nika embracing Nami naked had been removed from the Steam version (because incest is bad).

View attachment 4522662



Other scenes have been censored on Steam, including the one with Nami, Milla, Victoria and Nika from Chapter 4x5.
Thank you so much. Would you recommend playing the uncut version over having the Music Restoration mod then?
 

Envy*

Well-Known Member
Apr 10, 2022
1,660
2,185
Thank you so much. Would you recommend playing the uncut version over having the Music Restoration mod then?
In my case, I played with the Uncut version + the Taboo patch. I didn't touch the music because the new version's is really good and in my opinion, fits the atmosphere of the game better.
 
  • Like
Reactions: Oasis951

IllicitQuill

New Member
Jan 5, 2023
1
0
Isn't Nojiko the MC's mother in the taboo version? Nami is the MC's sister, and the MC calls Nojiko "Mom," but he said that his parents died when he was three.
 

hermit_tr

Member
Jan 20, 2022
486
1,531
Isn't Nojiko the MC's mother in the taboo version? Nami is the MC's sister, and the MC calls Nojiko "Mom," but he said that his parents died when he was three.
In the taboo version, Nojiko is the MC's adoptive mother who adopted him and Nami when they were both toddlers. At that time, the MC was 3 years old and Nami was 4 years old.
 

NimLiyo

Newbie
Feb 9, 2022
37
69
I installed this mod to the latest version of the game in F95 and it doesn't seem to work, first the images like finding wallet on sidewalk in into reported to be missing then when i checked in cinematic folder there seem to be cinematics that didn't play aswell. and also get an error of missing gui/buttons/ at the start of the game as it is an menue error ignoring worked to start the game.

though it might be an issue with choice error with music restoration mod cenamatics so reinstalled the game and uncut mod without music restoration, got the same errors again

here's menu missing hover and idle button error,

"
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 57, in execute
screen main_menu():
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 57, in execute
screen main_menu():
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 65, in execute
imagebutton auto "game/Uncut (Taboo) Edition/gui/button/start_%s.png" xpos 0 ypos 0 focus_mask True action Start()
Exception: Imagebutton does not have a idle image. (auto='game/Uncut (Taboo) Edition/gui/button/start_%s.png').

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 57, in execute
screen main_menu():
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 57, in execute
screen main_menu():
File "game/Uncut (Taboo) Edition/Benutzerdefiniert/MainMenu.rpy", line 65, in execute
imagebutton auto "game/Uncut (Taboo) Edition/gui/button/start_%s.png" xpos 0 ypos 0 focus_mask True action Start()
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\ui.py", line 948, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\SummersGone_Season1_Steam-pc_UPDATED\SummersGone_Season1_Steam-pc\renpy\ui.py", line 942, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='game/Uncut (Taboo) Edition/gui/button/start_%s.png').

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805

Sat Mar 15 10:40:59 2025
```
"

hopefully u can tell me how to troubleshoot it, that would be really appreciated.
 
5.00 star(s) 1 Vote