firavun

New Member
May 12, 2024
6
1
Okay, another error lmao. Right after this screen... I think I will give up.. 1744735952053.png



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

While running game code:
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

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

Full traceback:
  File "code/_chapters/art_chapter02.rpyc", line 64, in script
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\exports.py", line 1758, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 2978, in do_with
    return self.interact(trans_pause=True,
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 3582, 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:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
_Artemis 0.6
Tue Apr 15 19:52:56 2025
```
 

pitao

Active Member
May 18, 2023
911
1,094
Okay, another error lmao. Right after this screen... I think I will give up.. View attachment 4747639



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

While running game code:
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

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

Full traceback:
  File "code/_chapters/art_chapter02.rpyc", line 64, in script
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\exports.py", line 1758, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 2978, in do_with
    return self.interact(trans_pause=True,
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 3582, 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:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
  File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
_Artemis 0.6
Tue Apr 15 19:52:56 2025
```
This is the error with SD cards that was fixed with the latest patch v0.6.1b (read the changelog in the OP) but it seems you have to download the whole game since I don't see in the OP any patch from v0.6 to v0.6.1b, but if you just want to fix it fast and don't mind to have all the gallery and SD cards unlocked just get the gallery unlock from the OP links and put it inside the game folder.

The prior error you posted is fixed? the one not finding the music file I guess from the start of the game/main menu.
 

Floki!

Newbie
Feb 2, 2020
84
258
This one of those games where I'm not all that attracted to any of the LIs. The exception is Artemis herself, but I'll have a hard time deciding if I want to treat her as a daughter or lover.
I'm mostly playing this for the story.
I could make your words mine :KEK: The story of this game is probably the one I'm more interessed at the moment, would easily play just for that and the characters

I'll have a hard time deciding if I want to treat her as a daughter or lover.
I had this doubt for a time but I decided that is better having her as a daughter, at least for me, there's no need to break that already having June and Kindra, or even Reina, Claire and Zelda

June is my favorite but she isn't locked, and this "role" of Artemis father is fkn making me see Kindra as her mother and now I'm paying more attention to her because of this potential family :ROFLMAO:
 
  • Like
Reactions: myst0501 and Jarulf

pitao

Active Member
May 18, 2023
911
1,094
Ok can someone let me know how many saves I need to get all the content and who I can get on the same saves please
I got all the content with 2 playthrough saves, there is 2 variables that I'm aware of that can lock out of LIs. Better I just quote an older post of mine to explain better.
Exactly that but always be aware that those scenes/paths are locked if you kissed Kindra after (if) you shout out to DJ Kink.

Important variables (if you use URM):
c4_djkiss (if is true you lock out from all the INK girls paths).
c5_zeldaairport (if true Paige path is locked, if false you can pursue Paige path).

Then the choice Joan6969 mentioned between Katy-Reina.

I basically have 2 playthrough saves for all content, then I'll fork/split them later or make dedicated path playthroughs when all the paths are more clear.
So in chapter 4 if you shout out DJ Kink/Kindra and steal a kiss from her you lock out of all the INK LIs so it is just better shout out the INK girls or don't steal a kiss from DJ Kink, you only "lose" 2 affinity points with Kindra but you keep all the paths available.

In chapter 5 if you enter Zelda path by driving her to the airport you lock out of Paige path. To enter Zelda path you have to pursue her by dating her etc etc so basically so far its the only split save you need, one for Zelda and one for Paige. Then in chapter 6 use one playthrough to date Reina and the other to date Katy. Of course you need to meet other requirements sometimes like having enough affinity points with each of the LIs.

I really advise you to follow the pdf walkthrough that is in the OP links (not yet updated for chapter 6), much easier than me spoiling even more the content :p.
 

Jarulf

Well-Known Member
Aug 9, 2020
1,464
2,555
I could make your words mine :KEK: The story of this game is probably the one I'm more interessed at the moment, would easily play just for that and the characters


I had this doubt for a time but I decided that is better having her as a daughter, at least for me, there's no need to break that already having June and Kindra, or even Reina, Claire and Zelda

June is my favorite but she isn't locked, and this "role" of Artemis father is fkn making me see Kindra as her mother and now I'm paying more attention to her because of this potential family :ROFLMAO:
I'm on the (supposed) Kindra & June throuple path, and I'm reluctantly leaning towards Artemis as our daughter. Reluctantly because she is so cute and hot. But we'll see, maybe there'll be some depraved droidcest in my future.

I don't dislike any of the girls, but I don't really have a favourite either, so as I said, this is pretty much just for the story for me. I don't even care that the sex scenes are pretty dull, I mostly just click through them to get on with the story.
 

mike12013

Member
Oct 3, 2024
413
712
I'm on the (supposed) Kindra & June throuple path, and I'm reluctantly leaning towards Artemis as our daughter. Reluctantly because she is so cute and hot. But we'll see, maybe there'll be some depraved droidcest in my future.

I don't dislike any of the girls, but I don't really have a favourite either, so as I said, this is pretty much just for the story for me. I don't even care that the sex scenes are pretty dull, I mostly just click through them to get on with the story.
Yeah I have favourites (Zelda, Paige, Kindra), but I don't dislike any of the LIs at all. I have individual saves for all of them
 

Young wolf

Newbie
Jun 13, 2017
28
7
Edit: Updated for v0.6

I've made a multi-mod for this game


Features:
  • Walkthrough - added green color for best dialogue options
  • Added unlock all options for the archives (scenes and images)
  • During free roam objects that can be interacted with are highlighted
  • Scene changes (Can get both Katy and Zoe scenes, can call both Katy and Zelda)

Download: MEGA PIXELDRAIN
does the multi-mod work with 0.6.1b?
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
5,341
2,467
Artemis-DIGIB-0.6.1b
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
4.70 star(s) 407 Votes