VN Ren'Py Abandoned Teenage Dirtbag [v0.5 Final] [Munchmallowgames]

3.60 star(s) 7 Votes

playb0y44

Well-Known Member
Compressor
Game Developer
Aug 16, 2017
1,789
28,617
Here's my crunched version.

Note: This is an unofficial modified version of this game so if something goes wrong it goes wrong ;)

Image/audio/video quality is reduced to make this smaller. This is not a perfect process and sometimes can break a game. You've been warned so no complaining.

Teenage Dirtbag [v0.3.5] [Munchmallowgames] - Original Size: 1.15GB

Download Win (295.6MB):

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

trauts

Active Member
Aug 12, 2018
695
490
Tried to load a saved game from May 16, and got lot of errors traceback shows:


While running game code:
File "game/version03.rpy", line 1778, in script
z " {i} Damn those tits. I have been watching them whole night and still didn’t get enough {/i} "
KeyError: u'name'

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

Full traceback:
File "game/version03.rpy", line 1778, in script
z " {i} Damn those tits. I have been watching them whole night and still didn’t get enough {/i} "
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\character.py", line 1108, in __call__
who = who_pattern.replace("[who]", sub(who))
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\character.py", line 1103, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\substitutions.py", line 244, 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
KeyError: u'name'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Teenage dirtbag 0.3.5Final
Thu Jun 20 04:56:39 2019
 

trauts

Active Member
Aug 12, 2018
695
490
Ok I see what the dev did...
back in 0.3:
define z = Character("Zayne")

in 3.5:
define z = Character("[name]")

so to fix this (pick 1 option)
1) click rollback until no error appears
then open console and type:
name = "<name of your choice>"
i.e. name = "John"
2) start a new game
 

Gyroon

Newbie
Jul 20, 2018
41
20
Tried to load a saved game from May 16, and got lot of errors traceback shows:


While running game code:
File "game/version03.rpy", line 1778, in script
z " {i} Damn those tits. I have been watching them whole night and still didn’t get enough {/i} "
KeyError: u'name'

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

Full traceback:
File "game/version03.rpy", line 1778, in script
z " {i} Damn those tits. I have been watching them whole night and still didn’t get enough {/i} "
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\character.py", line 1108, in __call__
who = who_pattern.replace("[who]", sub(who))
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\character.py", line 1103, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\Teenagedirtbag-0.3.5Final-pc\renpy\substitutions.py", line 244, 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
KeyError: u'name'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Teenage dirtbag 0.3.5Final
Thu Jun 20 04:56:39 2019
Trided a gameplay from a savegame may 13 and only errors? did we must start the game new, or...?
 

Horst_Kevin

Member
Apr 30, 2018
140
133
Ok I see what the dev did...
back in 0.3:
define z = Character("Zayne")

in 3.5:
define z = Character("[name]")

so to fix this (pick 1 option)
1) click rollback until no error appears
then open console and type:
name = "<name of your choice>"
i.e. name = "John"
2) start a new game

Works fine. Thanks.
 

trauts

Active Member
Aug 12, 2018
695
490
tip to the dev., when you introduce new variables, it's best to declare them at the beginning of the page to avoid something like this:

While running game code:
File "game/version04.rpy", line 1649, in script
if v4sarahpoolromance == True:
File "game/version04.rpy", line 1649, in <module>
if v4sarahpoolromance == True:
NameError: name 'v4sarahpoolromance' is not defined
 
  • Like
Reactions: Drizzer9512

Chrathrard

Well-Known Member
Nov 20, 2018
1,038
1,979
WARNING: Mute the game before playing. I had it on 25% volume with my system volume a little low as well, and the very first thing that happens is a DEAFENING alarm clock beeping.
Also, there are mandatory footjobs.
 
Last edited:

applepie123

Member
Aug 3, 2017
439
1,816
Game is like Solvalley clone. Even the style of humor is also the same but the writing is not as polished. Not bad though. I'm a big fan of teasing, so this works for me.
 

raileg

Member
Feb 14, 2018
155
162
Ok I see what the dev did...
back in 0.3:
define z = Character("Zayne")

in 3.5:
define z = Character("[name]")

so to fix this (pick 1 option)
1) click rollback until no error appears
then open console and type:
name = "<name of your choice>"
i.e. name = "John"
2) start a new game
How to use console? shift+o didn't work
 

TiffanyMonroe

Forum Fanatic
May 29, 2018
5,767
13,739
Can the mc possibly be anymore unlikable? He's actually starting to make Jack look normal. He is definitely earning that "dirtbag" title.o_O
 
3.60 star(s) 7 Votes