JeQueZ

Newbie
Mar 5, 2022
31
27
85
Wow just wow that my first time trying this game and it's just so accurate from (Side of music) (character building )how I can't stop thinking about Zoey and where she is every different place I go with character hoping she show there the game is having so (good story nice) animations nothing better than that and your choice in the (music )is the best hope you continue that
 
  • Yay, update!
Reactions: xapican

Dark Silence

Devoted Member
Jul 17, 2021
9,617
14,844
811
Edit: Updated for Ep 2

I've made a Walkthrough/Gallery unlock mod for this game

Features:
  • Highlighted/addes hints to dialogue options
  • Added a "Unlock all" button to gallery
  • Fixed a few typos

Download: MEGA PIXELDRAIN
First time using this for the game and I have to say, I'm not a fan of looking like a dumbass just for points. I'd rather lose points. Thanks for the hard work on this scrappy. I know you just go through the script to find the best points, it's just not for me.
 

Nami53

Newbie
Aug 15, 2023
45
107
111
First time using this for the game and I have to say, I'm not a fan of looking like a dumbass just for points. I'd rather lose points. Thanks for the hard work on this scrappy. I know you just go through the script to find the best points, it's just not for me.
Will you shut up, or will you keep whining? Just go away and play another game if you don't like it. Nobody is forcing you to play this game. I see that, you are constantly picking on the dev. Bullies like you are the reason devs leave this place or quit games.
 

Mcknobz33

Member
Dec 29, 2017
481
726
298
Edit: Updated for Ep 2

I've made a Walkthrough/Gallery unlock mod for this game

Features:
  • Highlighted/addes hints to dialogue options
  • Added a "Unlock all" button to gallery
  • Fixed a few typos

Download: MEGA PIXELDRAIN
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/game/Scenes/Episode two/Part one/EP2-P12 - Training.rpy", line 234, in script
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 214, in execute
  File "game/game/screens.rpy", line 215, in execute
  File "game/game/screens.rpy", line 216, in execute
  File "game/game/screens.rpy", line 218, in execute
NameError: Name 'm_c4' is not defined.

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

Full traceback:
  File "game/game/Scenes/Episode two/Part one/EP2-P12 - Training.rpy", line 234, in script
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3377, 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 "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 214, in execute
  File "game/game/screens.rpy", line 215, in execute
  File "game/game/screens.rpy", line 216, in execute
  File "game/game/screens.rpy", line 218, in execute
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\text\text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\text\text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'm_c4' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Somewhere I Belong 0.2.0.0
Fri Jul 26 17:16:36 2024
is this caused by the mod?
 

Dark Silence

Devoted Member
Jul 17, 2021
9,617
14,844
811
Will you shut up, or will you keep whining? Just go away and play another game if you don't like it. Nobody is forcing you to play this game. I see that, you are constantly picking on the dev. Bullies like you are the reason devs leave this place or quit games.
You're funny. I love this game. I'll go back to playing it without the mod and make my own choices. Now, kindly stfu and go away, lil troll.
 

Dark Silence

Devoted Member
Jul 17, 2021
9,617
14,844
811
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/game/Scenes/Episode two/Part one/EP2-P12 - Training.rpy", line 234, in script
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 214, in execute
  File "game/game/screens.rpy", line 215, in execute
  File "game/game/screens.rpy", line 216, in execute
  File "game/game/screens.rpy", line 218, in execute
NameError: Name 'm_c4' is not defined.

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

Full traceback:
  File "game/game/Scenes/Episode two/Part one/EP2-P12 - Training.rpy", line 234, in script
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3377, 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 "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 211, in execute
  File "game/game/screens.rpy", line 214, in execute
  File "game/game/screens.rpy", line 215, in execute
  File "game/game/screens.rpy", line 216, in execute
  File "game/game/screens.rpy", line 218, in execute
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\text\text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\text\text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "D:\random\SomewhereIBelong-0.2.0.0-pc-compressed\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'm_c4' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Somewhere I Belong 0.2.0.0
Fri Jul 26 17:16:36 2024
is this caused by the mod?
I didn't have any issues with the base game nor the mod, so not sure what that is.

MrBaker you know I love your game, despite what someone thought. I tried scrappy's mod and it's just not for me. I was wondering if there was a choice I missed where we stay in the city to be around Anais, her sister and the girls in the city, or does the game automatically have you leave the city with Claire, Santiago and the others?
 
  • Haha
Reactions: Radnos Salazar

TigerWolfe

Forum Fanatic
Oct 19, 2022
4,513
8,858
604
I didn't have any issues with the base game nor the mod, so not sure what that is.

MrBaker you know I love your game, despite what someone thought. I tried scrappy's mod and it's just not for me. I was wondering if there was a choice I missed where we stay in the city to be around Anais, her sister and the girls in the city, or does the game automatically have you leave the city with Claire, Santiago and the others?
Haven't played in while... We leave Anais?! Why?! What foolishness is this!?
 

Dark Silence

Devoted Member
Jul 17, 2021
9,617
14,844
811
Haven't played in while... We leave Anais?! Why?! What foolishness is this!?
I thought the same, which is why I decided to try the mod. I thought maybe there was a choice I made that fucked it up. I'm on Anais's solo path and ended up fucking that up also.
 

markel1000

Active Member
Oct 27, 2020
541
567
155
i'm gonna be quite critical, as i've seen and helped make my fair share of post-apocalyptic stories. both games and books.

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

all in all, i don't know how much this bothers you or makes you think about things and/or changes. either way, i've said what i had to say. hope this helps in some way. and if not, just add me to the ignore list. it's there for a reason.
Its fiction having women that know how to fight isnt an issue
 
  • Like
Reactions: Just Jericho

Griffihn

Member
Aug 20, 2022
111
138
129
Its fiction having women that know how to fight isnt an issue
please learn to read. it's not them knowing how to fight, i have no issues with that. it's them winning a fight against a man, especially in CQC without weapons. that's biologically impossible for humans.
 

Radnos Salazar

Well-Known Member
Dec 4, 2023
1,156
2,458
373
please learn to read. it's not them knowing how to fight, i have no issues with that. it's them winning a fight against a man, especially in CQC without weapons. that's biologically impossible for humans.
Please try to think of this as a "Imaginary Visual Novel" which does not match reality at all, FFS there are zombies in there, do you see them in real life? Please stop comparing these imaginary fun games with real life and base your criticisms on that. There is literally nothing that happens in these visual novels that corresponds in real life, you won't get girls in real life who agree to share you lol. Lot of people here base their criticisms by comparing the games with real life, how is that even close to being a fair comparison? Think more logically please.
 
Last edited:
4.30 star(s) 81 Votes