nah its all good ill prolly end up a patron soon enough anyways
ufp69
Recent community posts
Love the game so far, but a couple of questions.
1. is there a way to change you hair and color with using the cheat menu
2.how can i increase my confidence
3. is there any indictor that sam isn't fully conformable to wear an outfit, i saw it adds a mood 'debuff' but is there any way to see before putting on the outfit
3. is there anywhere like a wiki or discord to learn about the systems of this game more in-depth
Hey been having this issue for multiple patches now, though i have just installed a mod so maybe that's the cause this time but TLDA: Game start fine, play fine until around lvl 10 or maybe a playtime thing but then at this point the next combat encounter causes a white flashing screen then crash
Platform information
Game version: 0.3.16.5 Patron-Only
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
com.badlogic.gdx.utils.GdxRuntimeException: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load dependencies of asset: animation/VFX_Inferno/VFX_Inferno_38.png
at com.badlogic.gdx.assets.AssetManager.handleTaskError(AssetManager.java:650)
at com.badlogic.gdx.assets.AssetManager.update(AssetManager.java:430)
at com.badlogic.gdx.assets.AssetManager.finishLoading(AssetManager.java:457)
at com.majalis.asset.SafeAssetManager.get(SafeAssetManager.java:18)
at com.majalis.screens.AbstractScreen.initAnimation(AbstractScreen.java:420)
at com.majalis.screens.AbstractScreen.initAnimation(AbstractScreen.java:436)
at com.majalis.screens.BattleScreen.<init>(BattleScreen.java:421)
at com.majalis.screens.ScreenFactoryImpl.getBattle(ScreenFactoryImpl.java:251)
at com.majalis.screens.ScreenFactoryImpl.getCurrentContextScreen(ScreenFactoryImpl.java:303)
at com.majalis.screens.ScreenFactoryImpl.getScreen(ScreenFactoryImpl.java:138)
at com.majalis.screens.AbstractScreen.switchScreen(AbstractScreen.java:150)
at com.majalis.screens.LoadScreen.switchFade(LoadScreen.java:46)
at com.majalis.screens.AbstractScreen.showScreen(AbstractScreen.java:123)
at com.majalis.screens.LoadScreen.render(LoadScreen.java:52)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load dependencies of asset: animation/VFX_Inferno/VFX_Inferno_38.png
at com.badlogic.gdx.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:119)
at com.badlogic.gdx.assets.AssetLoadingTask.update(AssetLoadingTask.java:91)
at com.badlogic.gdx.assets.AssetManager.updateTask(AssetManager.java:577)
at com.badlogic.gdx.assets.AssetManager.update(AssetManager.java:428)
... 17 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: animation/VFX_Inferno/VFX_Inferno_38.png
at com.badlogic.gdx.utils.async.AsyncResult.get(AsyncResult.java:46)
at com.badlogic.gdx.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:117)
... 20 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: animation/VFX_Inferno/VFX_Inferno_38.png
at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:165)
at com.badlogic.gdx.graphics.TextureData$Factory.loadFromFile(TextureData.java:98)
at com.badlogic.gdx.assets.loaders.TextureLoader.loadAsync(TextureLoader.java:62)
at com.badlogic.gdx.assets.loaders.TextureLoader.loadAsync(TextureLoader.java:35)
at com.badlogic.gdx.assets.AssetLoadingTask.call(AssetLoadingTask.java:71)
at com.badlogic.gdx.assets.AssetLoadingTask.call(AssetLoadingTask.java:35)
at com.badlogic.gdx.utils.async.AsyncExecutor$2.call(AsyncExecutor.java:64)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.IOException: Error loading pixmap: Out of memory
at com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.<init>(Gdx2DPixmap.java:85)
at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:163)
... 10 more
I recently made two characters for 800th time, both paladins and every time they encounter anything the game goes into an infinite loading screen starts and alt tabbing causes the screen to rapidly flash white then CTD. I've an encountered this bug before however i don't remember how i got around it.
Platform information
Game version: 0.3.14.0
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
java.lang.RuntimeException: Actor: Label: Begin
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:192)
at com.badlogic.gdx.scenes.scene2d.Actor.fire(Actor.java:152)
at com.majalis.screens.MainMenuScreen.render(MainMenuScreen.java:482)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Caused by: java.lang.NullPointerException
at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:66)
at com.badlogic.gdx.scenes.scene2d.Actor.notify(Actor.java:188)
... 7 more
Before i get to the meat (; of this post, i have been playing this game consistently for maybe 2 years at this point and i love it imo the best hentai game out there and i know patrons get to vote on features but i cant pledge anything right now.
Now to that meat i promised, a combat move being a genital bite so you can have a way to punish enemies who aren't focused on the battle at hand, or have struggle do damage.
I'm not sexually into biting and what not but i play a lot of high purity characters and its annoying not having a way to persuade them to back off, additionally a high charisma seducer who defeats enemies by biting them could be fun