Ren'Py Interstellar Harem [2023_Week23] [Lithelike Studio]

4.00 star(s) 2 Votes

MrBenny

Well-Known Member
Jul 20, 2021
1,490
2,854
Odd, I reviewed the tags and there is no harem tag in Gene (present tags) location, and at the top of the main post of this title...doesn't mentioning that this is a harem story. Yet it is in the title of this project. :unsure:

The images though look fantastic.
 
Jan 14, 2023
370
557
Well, you're making me worry, now.

I've deleted the game and the ren'py saves in my AppData. I wonder if it's enough (I'm no expert). :unsure:
Check the edit out: I did a thorough once-over of all the F95 Zone content on my system and only found a single confirmed hostile (and a generic puny one at that, squirrelled away in a .mp3 rather than an .exe). I'd be more worried if you were using an android phone tbh, given that's the most obvious desirable target for a game of this size / design.

Put it this way: it's unusual enough for a file to flag up to me from here that I've investigated this far too much. I'm erring with MicroSoft being ultra-cagey rather than actual malware, but I'm not an expert (esp. not for phone architecture): but it's not your usual RenPy <-> Python squawkfest (and the game is running an up-to-date vr 8 with 3.9 which is good).


You could post the question on their Itch.io page & ask if they've any specifically coded analytics running under the hood, or if they've tried to be too clever with a Patreon / paywall tie-in, see what they say.

s , , ,

Betting $10 that touchscreen/phone code is causing it.

TL;DR

You're probably ok & your computer isn't about to start WWIII by playing tic-tack-toe.
 
Last edited:

zoislk

Member
Dec 9, 2019
101
143
And I'd agree with you, if I weren't looking at the place where, in every other post, version info goes.

There is a place where that information normally goes - but it doesn't indicate the date the actual game was created, only the date it hit f95.

Thread Updated: 2023-06-09
Release Date: 2023-06-08
Developer: Lithelike Studio
Censored: No
Version: 2023_Week23
OS: Windows, Linux, Mac, Android
Language: English
It would seem that "[year]-[week]" is their version catalogue system, which means "2023-week23" would mean this version was created/released in the 23rd week of 2023 (re: the week of June 4).

Not every game has versioning numbers where "1.0" = "Final Game state" or even "Final Chapter 1 release".
 

Endri

Newbie
Jan 2, 2018
95
33
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Guilder_SecretTrader.rpy", line 129, in <module>
NameError: name 'learnMissionSecretLabel' is not defined

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

Full traceback:
  File "game/script.rpyc", line 676, in script call
  File "game/script.rpyc", line 972, in script call
  File "game/script.rpyc", line 1006, in script call
  File "game/Guilder_SecretTrader.rpyc", line 129, in script
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\ast.py", line 1723, in execute
    label = renpy.python.py_eval(label)
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Guilder_SecretTrader.rpy", line 129, in <module>
NameError: name 'learnMissionSecretLabel' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23042213
Interstellar Harem 2023_Week23
Sat Jun 10 15:38:08 2023
This happend doing charms training
 

renton99

Newbie
Dec 15, 2018
29
19
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Guilder_SecretTrader.rpy", line 129, in <module>
NameError: name 'learnMissionSecretLabel' is not defined

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

Full traceback:
  File "game/script.rpyc", line 676, in script call
  File "game/script.rpyc", line 972, in script call
  File "game/script.rpyc", line 1006, in script call
  File "game/Guilder_SecretTrader.rpyc", line 129, in script
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\ast.py", line 1723, in execute
    label = renpy.python.py_eval(label)
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\DF\ih_preview-2023_Week23-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Guilder_SecretTrader.rpy", line 129, in <module>
NameError: name 'learnMissionSecretLabel' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23042213
Interstellar Harem 2023_Week23
Sat Jun 10 15:38:08 2023
This happend doing charms training
I got this too, looks like a change was made that broke the game
 

Liara

Newbie
Jun 28, 2017
59
34
File size under 100 MiB. It's wonderful! Also the graphics are decently placed. But sparse. Places could tie together better, giving me something to visualize the environment.
 

MrBenny

Well-Known Member
Jul 20, 2021
1,490
2,854
FYI Dev, …I experienced a game breaking error during my playthrough...(just after this image, an uncaught exception error happens). And note this error can not be skipped, leaving me only one choice offered...to quit and exit the Ren'py program. :(

screenshot0001.png


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

While running game code:
  File "game/Guilder_SecretTrader.rpy", line 121, in <module>
AttributeError: type object 'Util' has no attribute 'generateMissionSecret'

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

Full traceback:
  File "game/script.rpyc", line 676, in script call
  File "game/script.rpyc", line 972, in script call
  File "game/script.rpyc", line 1006, in script call
  File "game/Guilder_SecretTrader.rpyc", line 120, in script
  File "C:\Users\HTPC\Downloads\interstellar-harem-win-linux\ih_preview-2023_Week23-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\HTPC\Downloads\interstellar-harem-win-linux\ih_preview-2023_Week23-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Guilder_SecretTrader.rpy", line 121, in <module>
AttributeError: type object 'Util' has no attribute 'generateMissionSecret'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23042213
Interstellar Harem 2023_Week23
Mon Jun 12 20:26:45 2023
[/CODE]
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,079
Should also mention it's a game breaker because an attempt to ignore that one leads to this:

Code:
While running game code:
  File "game/Guilder_SecretTrader.rpy", line 129, in <module>
NameError: name 'learnMissionSecretLabel' is not defined
Found one bug, or it might just be simply it hasn't been added yet but I figured I post it. Great game so far, the AI art looks good, and I always love playing a puckish rogue
 

shortstak

Newbie
Dec 12, 2018
18
30
decent looking art. demon girl has six fingers on her hand in first screenshot though, so AI still limited, despite how pretty it looks
 

Liara

Newbie
Jun 28, 2017
59
34
decent looking art. demon girl has six fingers on her hand in first screenshot though, so AI still limited, despite how pretty it looks
Lack of realism in demon?
What if--hear me out--demons aren't actually humans and not subject to evolutionary limitations. :D
(Pandas have 6 fingers, so they might be demons as well)
 

shortstak

Newbie
Dec 12, 2018
18
30
Lack of realism in demon?
What if--hear me out--demons aren't actually humans and not subject to evolutionary limitations. :D
(Pandas have 6 fingers, so they might be demons as well)
Thats a fair point. i guess it comes down to whether it was intentional or a limitation of the software. either way, the art is foxy
 
4.00 star(s) 2 Votes