Skip to main content

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

Xion Atgas

37
Posts
1
Topics
102
Following
A member registered Jan 02, 2022

Recent community posts

It was neat

When I try to give a lap dance as a reward it changes to a massage.

How scary is this game. Asking for a friend.

World Corruption is 50 but cant get Lina's moonstone at the scene.

I request that Sami gets an amazonian scene. 

How to make alliance?

When a split happens I am always forced to give the new nation more land than I want to. 

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/screenMapBook.rpy", line 158, in execute

  File "game/screenMapBook.rpy", line 158, in execute

  File "game/screenMapBook.rpy", line 418, in execute

  File "game/screenMapBook.rpy", line 571, in execute

  File "game/screenMapBookLina.rpy", line 2231, in execute

  File "game/screenMapBookLina.rpy", line 2231, in execute

  File "game/screenMapBookLina.rpy", line 2232, in execute

  File "game/screenMapBookLina.rpy", line 2445, in execute

  File "game/screenMapBookLina.rpy", line 2445, in <module>

KeyError: u'LinaTrading3341'

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

Full traceback:

  File "game/sceneC1Haily.rpyc", line 1595, in script call

  File "game/sceneC1Lina.rpyc", line 112, in script

   {There is a bunch of gibberish here in the error code.}

  File "renpy/ast.py", line 1683, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "renpy/exports.py", line 1062, in menu

    rv = renpy.store.menu(new_items)

  File "renpy/exports.py", line 1298, in display_menu

    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)

  File "renpy/ui.py", line 298, in interact

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

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3694, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/screen.py", line 432, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3694, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 443, in per_interact

    self.update()

  File "renpy/display/screen.py", line 631, in update

    self.screen.function(**self.scope)

  File "game/screenMapBook.rpy", line 158, in execute

  File "game/screenMapBook.rpy", line 158, in execute

  File "game/screenMapBook.rpy", line 418, in execute

  File "game/screenMapBook.rpy", line 571, in execute

  File "game/screenMapBookLina.rpy", line 2231, in execute

  File "game/screenMapBookLina.rpy", line 2231, in execute

Wasn't there supposed to be an art revamp?

Yes it's on an external drive.


Got the following error on the first meeting with Chloe

I chose "Just regularly" when asked about my eating habits. 

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 5057, in script

    jump choice6_interrogation

ScriptError: could not find label 'choice6_interrogation'.

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

Full traceback:

  File "game/script.rpy", line 5057, in script

    jump choice6_interrogation

  File "D:\SteamLibrary\ITCH.io games\fantasy-formula\FantasyFormula-1.0-win\renpy\ast.py", line 1974, in execute

    rv = renpy.game.script.lookup(target)

  File "D:\SteamLibrary\ITCH.io games\fantasy-formula\FantasyFormula-1.0-win\renpy\script.py", line 927, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'choice6_interrogation'.

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22090809

Fantasy Formula 1.0

Wed Dec 25 23:24:05 2024

```

(1 edit)

The game starts lagging at "She has been kidnapped by the big bad, and brought here".

The browser version is not laggy.

Both of the versions that can be downloaded are super laggy.

It is super laggy

First, fantastic update.

Second, the potion shop is glitched. Some of the potions don't show up in the bathroom after being bought and the milky serum never runs out after purchase.

The belly stuffing potion doesn't appear even after being bought

How to get sami moonstone. I should have triggered the scene according to the hint.

Is this game cancelled?

You should know that the browser version of the game is improperly sized for the screen space.

Ahahaha, I’m in danger!

Thank you.

Thanks.

Hypnosis Lesson with Cassidy.

"Someone might be watching you and waiting" she says when I roll the scene fowards and backwards.

Please don't turn this into a horror game Nunu. 

How do I hypnotise both Jenny and Lina at the same time.

Is it possible to get Lina Corruption 5 or is it not implemented yet?

Does tipping do anything?

It's the middle of the night, I open Rachel's perk tab and almost lose it. Well Done.

Thanks.

Any tips on how to use succubus cards, I am at a loss.

Is the Moryn game glitched? 

(2 edits)

How to do the Syrianna Quest given to you by the gravekeep

Edit: Nevermind

Shapeshift 2 seems pointless?

Got the following error at a sami shower scene.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/sceneC4Sami.rpy", line 1107, in <module>

NameError: name 'linCorurptionPregOn' is not defined

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

Full traceback:

  File "game/sceneC4Sami.rpyc", line 1107, in script

  File "renpy/ast.py", line 1893, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2266, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2259, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/sceneC4Sami.rpy", line 1107, in <module>

NameError: name 'linCorurptionPregOn' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

Cabin by the Lake 0.35d

Sat Jul  6 01:22:10 2024

If it's the winggirl events, you can visit her in the tree to get her help for the next event.

The "Lin's Help" button in the bedroom is not working.

The corruption list doesn't seem to update for some things.

Sami "Peek" is still grayed out.

(1 edit)

I cant see any images in 0.7

I could see the images in 0.6