johnelros

Well-Known Member
Apr 10, 2018
1,080
14,893


Dev Talk - Writing & Steam

This is the first development cycle where I'm working on releasing the next episode in two parts ( ) and it's already feeling a lot more manageable from the writing side of things. Have gotten a significant amount of part one written out with the assets needed to be put together in mind. Will try a new approach to generating environments for one-off scenes. If it works out, it should allow a faster approach moving forward.

I ran the weighted poll counting script for results, and it looks like you guys vote with your peepeechka. Respect. The weighted votes barely had any influence on the final results.


1681654274720.png



I've spent the most part of this week preparing the Steam storefront page for Personal Trainer. The review failed because they want a game build uploaded for them to review the content. This is an issue because I was planning on working on the PT Steam build in my "free" time over the course of the year as it will be an enormous effort to rewrite and recode the entire game.

I've sent a reply asking if I can just put together a light build of whatever specific Mature Content they may be concerned with for review, as that would only take a couple of days to prepare. Waiting on a response but hopefully they find it an acceptable alternative.

I've also seen an uptick in reviews left for In a Scent across various sites. Thank you guys so much for taking the time to do this.


Unil next week,

Dom
 

mahmouedsamy

Member
Feb 16, 2018
299
101
In a Scent [v1.03b] Unofficial Android Port

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


- 162mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


My internet speed average 15mb should download 1.5 %2mb but the download in this website is less than 500 kb and keep restarting
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,157
204,610
Server's infrastructure is not that good, you have to wait. He should have uploaded to Go, Mega they'll provide over 20MBps
That what I wanted to say mega is the best
Just downloaded it in under 2 minutes, use a download manager like FDM, you can resume downloads if broken, even from Mixdrop or Anonfiles, just got to click the link again and it will resume from where it stopped.
 

PabY

New Member
May 13, 2020
9
12
Hi guys i get this error, do you know anybody how to fix it?


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

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\In_a_Scent-1.03b-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\In_a_Scent-1.03b-pc\renpy\python.py", line 1061, 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:\In_a_Scent-1.03b-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\In_a_Scent-1.03b-pc\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 "C:\In_a_Scent-1.03b-pc\renpy\display\core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\behavior.py", line 1008, in handle_click
    rv = run(action)
  File "C:\In_a_Scent-1.03b-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "C:\In_a_Scent-1.03b-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\In_a_Scent-1.03b-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\In_a_Scent-1.03b-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "C:\In_a_Scent-1.03b-pc\renpy\rollback.py", line 807, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
In a Scent 1.03b
Tue Apr 18 13:57:45 2023
 

Abhai

Devoted Member
Sep 12, 2018
9,471
38,479
Such a shame that you use a state-of-the-art renderer (although free) ... and then use a shitty tool like Ren'Poo as a framework for that impressive artwork.

Also, three updates so far so it's not a 1.03b but more like a 0.3-prealpha.
cant remember last time i facepalmed anyone, yet this first part of your post deserves more than galore of facepalms, so here it is:
You don't have permission to view the spoiler content. Log in or register now.
 

b3rgkamp

New Member
Nov 7, 2021
4
5
so i decided to try this game and... why are all the characters fucking retarded?
Because it's a farce, a comedic style. It can understandably come across as insane if you don't enjoy that style. Bit hit or miss.
For me it's the best writing I've seen in an adult game. Although the bar for that accolade is quite low...
 
4.60 star(s) 129 Votes