Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

UsernameLa

92
Posts
3
Followers
257
Following
A member registered Dec 22, 2020

Recent community posts

(1 edit)

I just dowloaded it and it works !!! Youhou ! Thank you !

Except impossible to save. I'm c/c the code : 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "renpy/common/00action_file.rpy", line 415, in __call__

    renpy.save(fn, extra_info=save_name)

Exception: Not saved - no valid save locations.

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

Full traceback:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/ast.py", line 821, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/core.py", line 2215, 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 "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/core.py", line 3278, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event

    return self.new_widget.event(ev, x, y, st) # E1101

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/screen.py", line 793, in event

    rv = self.child.event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1523, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 1294, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/layout.py", line 288, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1180, in event

    return handle_click(self.clicked)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1101, in handle_click

    rv = run(action)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/display/behavior.py", line 401, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 415, in __call__

    renpy.save(fn, extra_info=save_name)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/loadsave.py", line 460, in save

    location.save(slotname, sr)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/2185CE57-33E8-4CEE-A55D-0538231F8BFE/d/playing_the_favorite.app/Contents/Resources/autorun/renpy/savelocation.py", line 521, in save

    raise Exception("Not saved - no valid save locations.")

Exception: Not saved - no valid save locations.

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.3.2.24090902

Playing the Favorite 1.1

[/code]

I had a lot of fun playing the demo. Specially seeing one of the character typing literraly like me in the chat. Ah, ah, ah now I know what people think/see when I'm typing.

I can't wait to play Chapman's route *-* He is my fav with Roman ah, ah.

Everytime I tried to open the game I got Impossible to open the application « playing_the_favorite ». 

I'm on the mac version. 

Am I the only one with this problem ?

Thanks for the information, I'll try on Steam when I'll have the time for the side story !

Don't worry. I was just trying to be helpful and from what I could play the game is really nice ! I'll wait for the next update ~.

Thanks I'll try to find it !

Really nice game. I actually struggled a little to reach the true end so it was fun. Alexis and the elves are really cute. 

Apparently the side story is only on Steam ? Or I missed a step in the true ending ? I'll play it here when it will be possible but the images on Steam were really appealing.

Great CGs !!

I love the part I could play. 

2 things : we can't change the MC's name & please could we have an option to skip the mini-games ? I gave up on the second mini-game after my tenth tentative. Even with having all the pink roses and clicking or double-clicking it doesn't work so an option to skip it could be nice. Maybe the mini-game is easier on a phone ?

I just playe Takane's route and it was nice. I'm really curious to read the others routes (which I would have chosen first if we had a choice).  So no pression ~.

The visual is nice, the story intriguing. I'm hooked !

I had so much fun playing this demo ! Knowing it's only a demo makes it a five stars ! 

People you have to play it and fell in love too !

And the cliffhanger ! You only want to make the wait for the rest of the story harder than it should be...

Anyway great game ! I want the rest !!!

I loved the demo. The art is great and the story engaging. 

Well l'et's be honest the story is dark at the begining maybe more later. 

I totaly didn't trust the first goddess even though I would at first chose this option. Let's bet on who is her agent on Earth, hum ?

I also understand how the MC is wary of this "bond", after such a first traumatizing event how can you trust someone and even more like that. I think the developing story can be really enjoyable on that part.

On the seven possible routes I'm soooo curious. My bet is either on the two gods or an harem and a no one route. (Please not the harem. I say this but it's my personal distate, I, of course, will follow the creator choice.)

I think you really have something. And you can create an amazing story. I can't wait to see what path you'll take !! (What it's usually the other way around ? Come on !)

Thanks. I'll definitely play the truth route and try the lying one. But your hopefulness is scaring me ah, ah. Let's hope MC can still be a decent person at the end of the lying path (or not, I know some players will love the angst).

This game is so cute ! With georgous art ! 

0 bug on the play in browser on the computer.

The demo was short and even though it's a trop we know all I got into the story.

You got something, I can't wait to see the developped version !

I would love to play this game (interested in the market) but is there a mac version ? If so I didn't find it in the file.

Loved the demo but I was a little disappointed after comparing the two main paths as after lying we can blame the other or our MC instead of the possibility to admit it was MC's fault as it was possible in the truth/moral path. I can't see why we can't miw lie and truth. Specially... Lying then putting the blame on the MC after feels like a false blame to manipulate the other one. The lying path seems like MC is really obnoxious and unfriendly. I don't find the right term. But if the path begins like that I'm scared of the rest ah, ah, ah ! 

Big recommandation !

Really nice demo with funny comments (at least it's my humor) and a strangely well adapted horror vibes. The creepy feelings were top notch ! The art is gorgeous and the characters are beutiful. Even the little pink lizard ! 

I have only one negative comment : the images were moving too much. It was uncomfortable at the start when playing then it moved less or I got accustomed. But less jittery images would be nice. The effects were non necessary but nice. Maybe less effects or more espaced ?

Anywat it's a great work you can be proud of you ! Thanks for it !

(1 edit)

Unfortunately it seems like there is still a bug when we open the game. I'm sorry to report a bug >< It seems to be exactly the same when I look at the lines.

Edit : Am I the only one on the mac version to have this bug ?

```

I'm sorry, but an uncaught exception occurred.

While running game code:

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

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

Full traceback:

  File "game/custom/core.rpyc", line 6, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/custom/core_ren.py", line 84, in <module>

  File "game/custom/core_ren.py", line 32, in __init__

  File "game/custom/core_ren.py", line 51, in start_log

  File "lib/python3.9/logging/__init__.py", line 1146, in __init__

  File "lib/python3.9/logging/__init__.py", line 1175, in _open

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/D88B1A80-F3D6-4359-A667-EC2FCDCEF920/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.2.3.24061702

Adventures in Clairune 1.0

```

Hello, I have an error litterally when I open the game (it's on mac). 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

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

Full traceback:

  File "game/custom/core_ren.py", line 6, in script

    init python:

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/custom/core_ren.py", line 84, in <module>

    game_core = core()

  File "game/custom/core_ren.py", line 32, in __init__

    self.tanix_log = self.start_log()

  File "game/custom/core_ren.py", line 51, in start_log

    fileHandler = logging.FileHandler(f"{config.gamedir}/tanix.log", mode='w')

  File "lib/python3.9/logging/__init__.py", line 1146, in __init__

  File "lib/python3.9/logging/__init__.py", line 1175, in _open

OSError: [Errno 30] Read-only file system: '/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/A9C4B7A1-3F14-4CE3-96AC-10200AE7425B/d/Adventures_in_Clairune.app/Contents/Resources/autorun/game/tanix.log'

macOS-12.2.1-arm64-arm-64bit arm64

Ren'Py 8.2.3.24061702

Adventures in Clairune 1.0

[/code]

Great game I just discover years after !

The art is superb and the story great. There is no more characters than what is needed.

I loved Cethin but I have to add this :

+29 Reo (He is great, we have to have the possibility to choose his path and the first choice in a way was the perfect trap for all of us !)

(1 edit)

I have the whole week-end to replay everything. I'll tell you as soon as I can if it fixed it ! Sorry for the late response but I'll be playing hard the whole week-end ! (What a sacrifice I know. I'm out but I can't wait for this evening and the end of the week ah, ah)

Edit : Yep ! You found the bug ! I still got the bad ending but it sounds way more logical when reading the whole.

Story bug 2 -  Okay so it ends like all the other ends with the boat. The MC goes home we have the stories of every characters. And actually Cordelia got 2. Her own ending and then when we pass to Arland about Lisle we have he became a good king and he wasn't alone he got married to Cordelia. Except before the boat there was the political marriage and it's said again later. I didn't get an error message just a contradiction in the story. I'm not sure it helps. I saved the part so I can reread it if you need a special precision ?

Story bug 3 - Oooh I thought getting married could make us "escape" the Revaire situation. I think I lost all my characters Revaire's background ah ah ah ah. 

Ps : I'll try my others saves to see if I find more bugs.

He is lovely mysterious ! *Out.*

(3 edits)

Pffiou be prepared ! I made plenty copy/paste of the bugs (7).

Otherway I had 3 other bugs in the story : it was in the same story a Widow Revaire one with a story with Gisette but planning to marry Lisle. (Being simple ? No way !) 

The first one Penelope coming at the end to discuss frienships and the option to tell her she can visit or we'll kidnapp her except my character is going to her country and palace to marry her brother so...

The second one Lisle married princess Cordelia (no you just had the biggest empire business for yourself) tut tut.

And the third one : still a bad ending for the Widow Revaire with no mention of Gisette or her marriage with Lisle.


I'm sorry I just remembered something else : When playing the Jasper ending I was surprised to not see him on the Relastionships page and on My page I could read for the previous character (an Hise one if I remember) Not interested in Love and No relationships. It was a little strange when you read later words of love with Jasper. (Can I say Jasper ending was absolutely great ? I truly love this character !!!)


Now the 7 bugs code :

1/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 47972, in <module>

NameError: name 'skaltambipeacesong' is not defined

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

Full traceback:

  File "script.rpyc", line 47972, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 47972, in <module>

NameError: name 'skaltambipeacesong' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 19:28:56 2024

[/code]


2/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 48804, in <module>

NameError: name 'jiyelambiopenbordersgood' is not defined

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

Full traceback:

  File "script.rpyc", line 48804, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 48804, in <module>

NameError: name 'jiyelambiopenbordersgood' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 19:30:00 2024

[/code]


3/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/endings.rpy", line 2110, in <module>

NameError: name 'islandstay' is not defined

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

Full traceback:

  File "endings.rpyc", line 2110, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/endings.rpy", line 2110, in <module>

NameError: name 'islandstay' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 19:35:38 2024

[/code]


4/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/endings.rpy", line 2186, in <module>

NameError: name 'islandstay' is not defined

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

Full traceback:

  File "endings.rpyc", line 2186, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/endings.rpy", line 2186, in <module>

NameError: name 'islandstay' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 19:36:19 2024

[/code]


5/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/endings.rpy", line 5257, in <module>

NameError: name 'islandstay' is not defined

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

Full traceback:

  File "endings.rpyc", line 5257, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/endings.rpy", line 5257, in <module>

NameError: name 'islandstay' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 19:41:04 2024

[/code]


6/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 48043, in <module>

NameError: name 'wellinambilearnfromeachother' is not defined

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

Full traceback:

  File "script.rpyc", line 48043, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 48043, in <module>

NameError: name 'wellinambilearnfromeachother' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 20:31:13 2024

[/code]



7/

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 51088, in <module>

NameError: name 'revaireambirisksokay' is not defined

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

Full traceback:

  File "script.rpyc", line 51088, in script

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/h7/mdn5n_q54tnd9ptz_ffv9r140000gn/T/AppTranslocation/1A983EE0-C5CC-48FC-848F-483203B609A5/d/7KPP 2.app/Contents/Resources/autorun/renpy/python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 51088, in <module>

NameError: name 'revaireambirisksokay' is not defined

Darwin-21.3.0-x86_64-i386-64bit

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.02

Sun Jun 23 20:37:18 2024

[/code]

I really like the new extended demo. 

And I was really happy to hear more about this project since it's been a year for me since the last update.

I didn't remember the Master of Murmurs being so naughty. And it was really fun to tease our dear ice block Theodore. 

Still the more the game goes on, the more we can see the consequences of our previous choices. I'm still waiting to see more about our half-siblings but I'm not sure letting them alive was not a future big problem. Still killing them can be a problem. Hummm....

We'll have to be strategic. Really love the extended demo. I can't wait to play more.

No one can argue with that ! xD

Arf I understand you have to do what is best for you. Unfortunately on itch.io you can only pay with Paypal and in my country it's complicated (more taxes etc) so... too bad... Anyway the demo was great and I'll recommend the game if someone asks me (but i'll probably unfollow because damn your games are all great but I can't buy them it's pure torture xD).

Small question : since we have only the paypal option on itch.io can we buy the mac version on steam ? I'm asking since on steam we can only see the symbol of windows/pc (sorry for the bother ><).

Really nice game. I love the idea and the art is nice. 

We definitely get the creepy feeling from "the god". And I disliked the former ROs (are they still ROs by the way ?). It really shows how you can like some characters and when seeing more sides from them disliking them. It was well done. 

I love the start and I'm curious on the developement you will choose.

A couple issues : 

1/ The games lagged a lot. £It was difficult to play some of them.

2/ We can't save so it's impossible to test other choices.

3/ We can't reread the history. When you click on it it disappears and advace in the dialogue at the same time.

4/ There was no Hermes image. Too bad because he is definitely my fav' character at the moment ! If he is a RO I will definitely pursue him ah, ah, ah.

5/ I have no idea why but I can't get past the dialogue after coming back from the party ? It's like I tried every texts and it doesn't work so at first previous choices were freeze and I had to restart the dialogue without those choices then no choices at all anymore ? Is it a bug or the end of the demo ? I'm really confused. Please tell me I went to the end and not broke the game.

It's a great game I didn't know about. I'm so glad to have found it ! 

Let's be honest, luckily we had Ray end, I really enjoyed it. It was like a balm really needed. Binary Star end was nice but the after story definetly spiced it up. Hal end was really sweet but Ray is still my favorite !

Seriously the story was good, the art too, I 100% recommend this game. Play it People !!!!!!

It's great news ! Gongrats !!!!!!!!!

Not a big fan of separate release but I love your work so I can't wait to play ~ !

Unfortunately it's more expensive on Steam for my country than on itch.io, plus I have an issue with my Steam account so I won't buy it on Steam. 

Hello ! I was hoping to hear some good news from you ~. Did you find a solution to buy your game with a normal cb card  and no paypal account ? I know another creator had this problem once and told in a post (I think or maybe it was a reply) she just had to check a case. I hope to play your game soon and if it's not possible still thank you to have tried. Your demo was a delight to play ! ~ 

(1 edit)

It's a great game ! I was a little scared by the price but having already played Royal Alchemist I thought I could trust a game from Nifty Visuals and YES it's good !!!

I obviously started withe Emrys he was always my favorite in the demo, I could'nt let him be my last and damn his story is amazing. I wanted to tease him and cuddle him all the time. I may have wanted to see more Lucius closeness maybe but I guess it would have been difficult to implent in the story.


SPOILER NOT READ

I did not like that the good ending went with the peace plan but I actually think the bad ending is not bad. It's almost a good ending with the MC choosing revenge. But it was a little anticlimatic to read how well our MC could restrain his rage/anger/grief in the peace plan. And damn I would have love to kill Harald instead of him disappearing !

On another note I was a little surprise to not see an actual chibi fox art somewhere. It would have gone really well with Emrys route.


To end on a maybe bug ? I played on story mode and I couldn't get the wood pass on the Toa island (I even went to 320.5 but nothing. I would have love to know what it would have said about Lucius maybe being still with us ? In a way at least.). If someone knows the number or knows what happend when you pass the challend I'd love to hear about it !


I'll probably edit this review after playing Darryl's route.

Thanks for this game it was really nice to play !

Edit : Oh my I forgot to ask for a Khaing's route ! I wanted to cuddle him all along. He is so loyal and cute. Nils and Neri are great too. The 3 of them really deserve their own routes. I would love to learn more about them if you have informations somewere ! ~ 

Great ! I'll cross my fingers ! ~

Nop. I still can't. I only get the paypal option.

Hi ! I saw you already said to another player we could pay with paypal or stripe but when I want to pay itch.io only propose paypal. I verified with another game which proposes paypal and stripe. Did I miss something somewhere ? Sorry to bother you with this. *Hides.* (Unfortunately Steam is not an option for me.)

(2 edits)

Yes. I finally gave up like almost everyone else. I don't even know if their discord channel still works. It has only been 8 months since the news it was taken over but well... It's a long time overall.

Loved the update ! Chapter 1 and 2 have a really nice flow.

Renard is great as a RO and I found him pretty fun personally ah, ah.

I'm curious to see how his... expensive taste will make him react in their little town. It sounds like more fun is coming !

Let's wait to meet the rest of the cast ~.