Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

justw894

68
Posts
9
Topics
23
Following
A member registered May 03, 2018

Recent community posts

This game shows promise.

I look forward to your return. Rest is something we don't get enough of in the modern era. God bless you and your team, renew yourselves, and come back fresh.❤

I've definitely been there before, especially when I'm sleepy.

I don't think that's what he was saying; I could be projecting. Consider this: he's on a trip surrounded by science majors, with pretty clear feelings about the spirit. Since the Enlightenment, research took a hard turn away from anything related to the spirit or soul. When one considers that just about every ancient culture has some roots in spiritualism, it could feel like the scientific world completely ignores an aspect of existence.  For someone interested in understanding more, beyond the biases of religions, it would be frustrating to find someone within the academic/scientific community willing to take such a topic seriously. I imagine he's built a shell around himself, as discussing this topic, which he's passionate about, has often led to mockery. 

This explains a lot. I thought Klaus was going to be an abandoned route. 

I wasn't sure that I would get to read this.

(1 edit)

It's not too difficult once you're on it. It should be clear if you said the right thing in the beginning.

This project is ridiculously huge.

Hi, how often is Klaus updated?

Be careful of what you choose when you meet Cade for the first time.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day13.rpy", line 1021, in <module>

NameError: name 'dissolove' is not defined

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

Full traceback:

  File "day13.rpyc", line 1021, in script

  File "C:\Users\Justin\Downloads\MySoldiers-1.1.01-pc\MySoldiers-1.1.01-pc\renpy\ast.py", line 1671, in execute

    trans = renpy.python.py_eval(self.expr)

  File "C:\Users\Justin\Downloads\MySoldiers-1.1.01-pc\MySoldiers-1.1.01-pc\renpy\python.py", line 1153, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Justin\Downloads\MySoldiers-1.1.01-pc\MySoldiers-1.1.01-pc\renpy\python.py", line 1146, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day13.rpy", line 1021, in <module>

NameError: name 'dissolove' is not defined

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.1.23060707

My Soldiers 1.1.01

Tue Oct  8 23:19:15 2024

```

Cade seems bold as far as walking around the base with no clothes. LOL 

FINALLY, YAY

I hope that you'll recover without complications.

(1 edit)

Will you be adding a route for Jacob in the updates?

This seems like it's going to be a fun dive.

Please continue to take care of yourselves. I love seeing what you can create when given both time and love.

Sissle was my first route, so it's hard not to get emotional now that I will get to find out what happens with him after the events leading up to the lake and his mom. :_)

This was fun, but I always like your games.

So far so good. I'm curious about the two new guys.

(1 edit)

I see, I'm so happy a guide is included.

Hey, this is His lively hood dude!

(1 edit)

I'm having the same problem. (fixed now)

Wow, not going to lie I was worried about the seeming lack of updates, but this wow. I might need to rest all my pathways to see all the changes you've made... I'm super excited. 

I managed to get it working. It doesn't seem to work if you download it from the Brave browser. I have noticed some issues with Leon's route. Events seem to be happening out of order. I was just starting the day and suddenly the BJ sequence started.

Does anyone see this Jacub guy in the like menu? There must be some kind of hidden route for him, right? 

The game won't open after I extract the file. I see the application in the folder, and it disappears after I click on it.

I like the game so far. Based on the demo the are some transition and CG issues but worthy of a future purchase.

Worry not, this is welcome news. I plan to continue following your itch page in anticipation of your work. Thank you for your transparency. 

I'd have to agree I like that you seem inspired and are putting thought into the finished product. Those tend to be the best games in my experience. 

I really didn't think I'd enjoy a game like this. Now I have to follow in order to see what else you have planned.

(1 edit)

There appear to be an error with Taieon's scene. I experience a loop between day 22 and day 35.

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/Animation_Talion/cg_talion_suck7.jpg'>:

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

IOError: Couldn't find file 'Images/Animation_Talion/cg_talion_suck7.jpg'.

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

Full traceback:

  File "day33.rpyc", line 70, in script

  File "renpy/ast.py", line 684, in execute

    statement_name(getattr(who, "statement_name", "say"))

  File "renpy/ast.py", line 46, in statement_name

    i(name)

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

  File "renpy/exports.py", line 1682, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2718, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3790, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transition.py", line 367, in render

    bottom = render(self.old_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/image.py", line 501, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'Images/Animation_Talion/cg_talion_suck7.jpg'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.02

Mon May 16 23:04:42 2022

[/code]

(1 edit)

They keep mentioning a light coming from the dean's office, but there is zero indication it happened

👍🏾

Sure, return your room and an option should appear.

Can anyone help?

YFFY, and I look forward to seeing that journey.