Mod Ren'Py Abandoned SummertimeSaga 0.17.5 - Ikarumod V1

5.00 star(s) 1 Vote

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
6TrwOj4uYR2foys_large_2.png
Ikarumod For 7.5 V1

Hello Friends.
Got contacted by one dev, i won't give mod who ask you to unpack the game and hack it the harsh way. From now, i'll try to give you a stand alone, game friendly mod.

You don't have permission to view the spoiler content. Log in or register now.

To install my mod, you just need to place the rpyc file into game/ directory. A message will pop up to inform you that the mod is loaded.


Mod Features
  • Removed lunch game screens
  • Skip new game Intro
  • Cheated mini games with cheats disabled
    • Maze (give max INT)
    • Rap Battle (give max CHR)
    • TaeKwendo (without breaking story)
    • Weight Lifting (giving max STR)
    • Basketball (skip win)
    • Fish (you choose your fish)
  • Talk to veronica in consum'r to get some money in clean game
  • Story Branches !
    • Mrs J both branches activated
    • June both branches activated
    • Mia branches activated (what a pain !)
  • Debug menu !
    • A debug menu is hidden into the game, you'll need to click on a cock to see it. Be assured that it could be some at first time in first day of a new game.
    • Unlock all cookie in cookie jar
    • Lock all cookie in cookie jar (because why not)
    • Change day (very useful one ;))
Mod Changelog
  • v2
    • Patch plenty of labels (menu are labbeled and this is checked too now :()
  • v1 - v17.5 compatible !
    • Fixed ficshing bug ;)
Incest patch Changelog
  • Remove it because too buggy
 

palmitis

Newbie
Jun 13, 2017
47
33
Garden mini game and other stuff works fine, but script with money seems not working.

#edit

Works fine :) Thank you :)
 
Last edited:
  • Like
Reactions: kkmk

FroKe88

Member
May 15, 2017
442
757
I've got this error when reporting the Problem with the car at the car shop:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 44, in execute
  File "game/scripts/system/screens.rpy", line 49, in execute
  File "game/scripts/system/screens.rpy", line 53, in execute
  File "game/scripts/system/screens.rpy", line 55, in execute
  File "game/scripts/system/screens.rpy", line 56, in execute
  File "game/scripts/system/screens.rpy", line 62, in execute
  File "game/scripts/system/screens.rpy", line 66, in execute
NameError: Name 'need 7 Charisma' is not defined.

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

Full traceback:
  File "scripts/dealership/dealership.rpyc", line 158, in script
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\ast.py", line 1459, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\exports.py", line 847, in menu
    rv = renpy.store.menu(items)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\exports.py", line 1005, in display_menu
    show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 1041, in show_screen
    sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\core.py", line 1009, in add
    self.hide_or_replace(layer, remove_index, "replaced")
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 44, in execute
  File "game/scripts/system/screens.rpy", line 49, in execute
  File "game/scripts/system/screens.rpy", line 53, in execute
  File "game/scripts/system/screens.rpy", line 55, in execute
  File "game/scripts/system/screens.rpy", line 56, in execute
  File "game/scripts/system/screens.rpy", line 62, in execute
  File "game/scripts/system/screens.rpy", line 66, in execute
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\text\text.py", line 1328, in __init__
    self.set_text(text, scope, substitute)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\text\text.py", line 1426, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\substitutions.py", line 232, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\substitutions.py", line 194, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'need 7 Charisma' is not defined.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.00
 

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
I've got this error when reporting the Problem with the car at the car shop:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 44, in execute
  File "game/scripts/system/screens.rpy", line 49, in execute
  File "game/scripts/system/screens.rpy", line 53, in execute
  File "game/scripts/system/screens.rpy", line 55, in execute
  File "game/scripts/system/screens.rpy", line 56, in execute
  File "game/scripts/system/screens.rpy", line 62, in execute
  File "game/scripts/system/screens.rpy", line 66, in execute
NameError: Name 'need 7 Charisma' is not defined.

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

Full traceback:
  File "scripts/dealership/dealership.rpyc", line 158, in script
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\ast.py", line 1459, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\exports.py", line 847, in menu
    rv = renpy.store.menu(items)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\exports.py", line 1005, in display_menu
    show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 1041, in show_screen
    sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\core.py", line 1009, in add
    self.hide_or_replace(layer, remove_index, "replaced")
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 43, in execute
  File "game/scripts/system/screens.rpy", line 44, in execute
  File "game/scripts/system/screens.rpy", line 49, in execute
  File "game/scripts/system/screens.rpy", line 53, in execute
  File "game/scripts/system/screens.rpy", line 55, in execute
  File "game/scripts/system/screens.rpy", line 56, in execute
  File "game/scripts/system/screens.rpy", line 62, in execute
  File "game/scripts/system/screens.rpy", line 66, in execute
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\text\text.py", line 1328, in __init__
    self.set_text(text, scope, substitute)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\text\text.py", line 1426, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\substitutions.py", line 232, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "X:\Games\06. Oct\SummertimeSaga-0.14.00-pc\renpy\substitutions.py", line 194, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'need 7 Charisma' is not defined.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.00

Thanks for feedback. I know why. Will deploy azap. You can play by deleting "scripts/dealership" directory. Sorry
 
  • Like
Reactions: corey

FroKe88

Member
May 15, 2017
442
757
I just deleted in dealerships the "[need 7 charsima]" and it was fine.

I'm not sure if it happened because of the mod:
After deliviering the milk to school I have two events simultaniously happen. The one when Aunt ist really drunk, but after she went to sleep and I should work again in the garden I get the pesticide event and even after buying the right one I can neither access the garden nor aunt.

€: After 1 day I can access the garden again.
Sorry for your time
 

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
I just deleted in dealerships the "[need 7 charsima]" and it was fine.

I'm not sure if it happened because of the mod:
After deliviering the milk to school I have two events simultaniously happen. The one when Aunt ist really drunk, but after she went to sleep and I should work again in the garden I get the pesticide event and even after buying the right one I can neither access the garden nor aunt.

€: After 1 day I can access the garden again.
Sorry for your time
You were right about your modification. When bracket are used [] it's for echoin variables. It's my mistake.
 

mur

Newbie
Jun 4, 2017
34
24
@ikaruga
cleaning the garden doesn't give much money, because it only counts 2 selected bad fruits/bugs.
Could the earnings be like the sum of all the bad bugs/fruits of the mini game?
 

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
@ikaruga
cleaning the garden doesn't give much money, because it only counts 2 selected bad fruits/bugs.
Could the earnings be like the sum of all the bad bugs/fruits of the mini game?
I may made a mistake. Just wanted the game to go quickly.
If you need money, go deposit in the bank, then withraw your money. When you deposit, money is not removed from your pocket, but withraw add money to it ;)
"easy" way to farm money
 
  • Like
Reactions: areku

mur

Newbie
Jun 4, 2017
34
24
@ikaruga

please check my code:

$ earnings = 0

python:
for i in range(len(t_list)):
if not t_list.status:
earnings += t_list.price


$ inventory.money += earnings


btw, thanks for the mod!
 

Burt Reynolds Mustache

Well-Known Member
Modder
Donor
Game Developer
Jul 19, 2017
1,899
4,036
Sounds neat, especially the fast aunt's house, as I think that's still the quickest way to pass time.

Now, if we can eventually get the ability to have access to all the eric's mom scenes as well as Mia and Helen stuff you would be the most amazing dude ever.
 
  • Like
Reactions: _bolek_

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
Updated OP
I patched the bugs, i raise stats gain, create new cheats.
I tried to raise dex gain, but i just FUCK my save :(
In fact, dex gain is linked with sister panties quests, and getting too much dex fok them :(
Need to start a new game ...

I founded how to NOT spend time. I know how to trigger some events too. Need to investigate more
 
  • Like
Reactions: _Death_
Jan 11, 2017
467
928
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/gym/weight_lifting_minigame/weight_lifting_minigame.rpy", line 64: Tab characters are not allowed in Ren'Py scripts.

Ren'Py Version: Ren'Py 6.99.12.4.2187
 

ikaruga

Well-Known Member
Modder
Respected User
Donor
Aug 11, 2016
1,191
2,499
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/gym/weight_lifting_minigame/weight_lifting_minigame.rpy", line 64: Tab characters are not allowed in Ren'Py scripts.

Ren'Py Version: Ren'Py 6.99.12.4.2187
Patched, thanks and sorry
 

The_Reaper

Newbie
Jun 7, 2017
19
4
So, i used the mood for the muay-thai lessons, now i cant train or buy panties from sister, i need to restart and do the thai lessons mini-game?
 
  • Like
Reactions: ombd36
5.00 star(s) 1 Vote