BOZZU

Member
Nov 2, 2024
321
546
181
Here's my compressed Unofficial Android Port of "Jason, Coming of Age" 1.7.1 Steam:



Mods: my own 2in1 Unlocker + BE addons

Download:
APK size: 1.6 GB

Note: Due to a game bug, follow the instructions in the "Bug Fix" spoiler below.


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


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

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


Some phones may require you to force close and relaunch the app after granting storage permissions in order for the game to load.
 
Last edited:

smuk

Member
Jul 4, 2017
220
336
227
well.... my first experience with AI is... was something
the game is quite good when the static images are used. it have interesting text (but sometimes it saying to little using to many words). hot models, nice kinks so far.
but man... I don't want to kinkshame someone but this AI thigs are just awful. it's creates so uncanny pictures that I don't want to see anything just to jump from the scene as far as fast as possible. I'm not talking about some background pictures. I'm talking about animated ones. Background doesn't matter so much(but still...).

I discovered, that deleting NSFW_Realism_Pack.jas removes this animations. for me the game become much more enjoyable.
 
  • Like
Reactions: Ezekiel Jones

Ricthequick

Active Member
Jun 28, 2024
758
1,229
210
I’m going to add something that matters to me, and then you’re free to keep bashing the game or the way I do things.
But know this — this version is the Steam version, intended for the Steam audience, most of whom didn’t know me and hadn’t discovered JASON yet.


I don’t know who uploaded this version here — it wasn’t me.
Just like I wasn’t the one who added the “Complete” tag — but I’m the one who removed it.


I’m not stupid; I know which version was here before, I know exactly where I had stopped, and I had planned — as I’ve always done — to provide you with a compatible version at the right time.
But as usual, steps were skipped, people complained, and criticism started flying.


No one asks any questions.
Hey, I delete an NTSF_pack.jas file and suddenly the game runs without the videos… how strange! “The dev must be an idiot,” right?
Maybe the dev actually planned the code to run both with and without the AI animations?
Maybe he had a version without the cartoon posters that Steam forced me to include?
Maybe he was planning to make the game freely available?
But no one bothers to ask.
Yet when it comes to jumping on me and throwing insults, no problem!


Go ahead and keep defending your own little patch of ground — you’re right to.
As for me, I’m defending mine.
A bit hard to follow what's happening, so I'll ask you directly following up on this update/remark of yours.

  • Are you working/planning 2 different versions? one Steam-compliant and another (the old one) for Subscribestar?
  • If so, and someone wanted to contribute, which method of payment would you prefer? A one time buy (Steam) or the recurring donation/subscirption?
  • Again if the 2 versions are different, and will remain different, I imagine being subcribed wouldn't give access to a Steam key, or I'm wrong on this?

I'm just trying to understand what's what and how to proceed.
Cheers
 
  • Like
Reactions: MrBenny

earenestg

New Member
Oct 26, 2022
9
4
47
earenestg JohnJohnJohnJohnJohn If you haven't first created the autorun folder:
Control+click the JASON.app -> Show Package Contents -> Open Contents -> Resources -> Control+click and create new folder and name it autorun -> Move JASON.py + JSON.sh + game and renpy folders from the original folder to the autorun folder

Once you have done this try running JASON.app. If it still doesn't run then Control+click the JASON.app -> Show Package Contents -> Open Contents -> open the Terminal.app -> type chmod +x in Terminal -> drag the MacOS folder from Contents to the Terminal window -> click return and it should allow you to run JASON.app (after you run it, if it only gives you 2 options: Move to trash and Done -> click on Done -> go to Settings -> Privacy and Security -> near the bottom it should say that JASON.app was blocked to protect your Mac, click on Open anyway).
Thanks for the detailed post. I tried it but still same issue. I still appreciate you.
 
  • Like
Reactions: Devil'sHunter
Nov 12, 2024
299
246
111
Here's my compressed Unofficial Android Port of "Jason, Coming of Age" 1.7.1 Steam:



Mods: my own 2in1 Unlocker + BE addons

Download:
APK size: 1.6 GB

Note: Due to a game bug, follow the instructions in the "Bug Fix" spoiler below.


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


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

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


Some phones may require you to force close and relaunch the app after granting storage permissions in order for the game to load.
Not opening.......only showing error
 

BOZZU

Member
Nov 2, 2024
321
546
181
Not opening.......only showing error
If you have the log.txt or traceback.txt, please upload it here and I'll take a look what's happening.

Make sure you read the yellow Note text and put the Bug Fix file in the correct location from the spoiler.
 
Last edited:

Devil'sHunter

Newbie
Mar 30, 2020
59
51
73
earenestg JohnJohnJohnJohnJohn If you haven't first created the autorun folder:
Control+click the JASON.app -> Show Package Contents -> Open Contents -> Resources -> Control+click and create new folder and name it autorun -> Move JASON.py + JSON.sh + game and renpy folders from the original folder to the autorun folder

Once you have done this try running JASON.app. If it still doesn't run then Control+click the JASON.app -> Show Package Contents -> Open Contents -> open the Terminal.app -> type chmod +x in Terminal -> drag the MacOS folder from Contents to the Terminal window -> click return and it should allow you to run JASON.app (after you run it, if it only gives you 2 options: Move to trash and Done -> click on Done -> go to Settings -> Privacy and Security -> near the bottom it should say that JASON.app was blocked to protect your Mac, click on Open anyway).
Thanks for the detailed post. I tried it but still same issue. I still appreciate you.
hi, I have MacBook Air, and first time user. I have followed the steps, like putting .py, .sh, game and renpy folders into "Resources" but still no luck on opening the game. It says it cannot find "Start" in script. I even tried renaming .jas files to .rpa files still the same error. Here is the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code:
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

renpy.script.LabelNotFound: could not find label 'start'.

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

Traceback (most recent call last):
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00start.rpy", line 293, in <module>
renpy.jump("start")
~~~~~~~~~~^^^^^^^^^
File "renpy/exports/statementexports.py", line 271, in jump
raise renpy.game.JumpException(label)
renpy.game.JumpException: start

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 614, in main
run(restart)
~~~^^^^^^^^^
File "renpy/main.py", line 137, in run
renpy.execution.run_context(True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00start.rpy", line 291, in script
python:
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'start'.

macOS-26.0.1-arm64-arm-64bit arm64
Ren'Py 8.4.1.25072401

Mon Oct 27 00:02:29 2025

Can you help?
Okay I have solved it. I think the vikingfile mirror has corrupted script.jas file. When used Pixeldrain mirror link it worked fine after adding all files in "Resources" and running a "fixperm 0.1.command". View attachment fixperm_0.1.command.zip
 
Last edited:

Negan70

New Member
Sep 1, 2025
9
1
3
Quand je veux charger une de mes progressions, quand je clique rien ne se passe donc par exemple si je quitte le jeu, je dois recommencer le jeu, il y a une solution pour charger une progression car c'est vraiment un gros bug et je ne suis pas le seul dans ce cas
 

N0madS0uL

Member
Sep 30, 2020
222
1,671
266
This game has been changed so many times I can't keep track. While I am a fan of the game, I really hope it would settle and get on with it. Sure the developer also now discovered the AI CG and sure some efforts are not bad, but it needs work. Whats more is this zooming in on low a quality render of makes no sense to me, if you gonna give a full body image that must "stand out" least you could do is give the player a high quality render and not a zoomed in pixelated waste of time...
Whats more is that the game ends at the exact same spot where I last played it, what, a year ago? The dev has been dabbling in AI CGI all this time ? *shakes head
 
Last edited:
  • Like
Reactions: Rake Tyler
4.30 star(s) 161 Votes