broly965

Member
Jul 6, 2017
354
215
Noob question here, but how does one get alma as a lover option? The search function didn't bring up anything.
 
Feb 22, 2020
87
186
I keep wanting to give this game a shot because of how regular the updates are, respect to the devs. But I'm wondering, are the scenes mostly text based, and do the alternate outfits actually show in scenes? I keep seeing scenes referenced in the thread that aren't shown in the gallery when you use cheat mode
 

Nagirte

Newbie
Feb 28, 2018
42
51
I keep wanting to give this game a shot because of how regular the updates are, respect to the devs. But I'm wondering, are the scenes mostly text based, and do the alternate outfits actually show in scenes? I keep seeing scenes referenced in the thread that aren't shown in the gallery when you use cheat mode
The majority of scenes have some art alongside text, some scenes have no art or generic art. Costumes usually don't show in the art, as costumes came in later & it would balloon the workload by quite a lot. However if your Hiro's paperdoll shows up during the scene, they'll be wearing the outfit.
 

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,976
10,689
Tales of Androgyny [v0.3.28.1] [Majalis] – COMPRESSED +PATCH

JAR v0.3.28.0 · · · (0.98 GiB :: 1.7 GiB)
This compression is unofficial, reduces asset quality, and may or may not break your game.

Patch v0.3.28.1 · · · (18.3 MiB)
This patch is unofficial but also uncompressed. To apply it either move it's contents save for the META-INF directory to a 0.3.28.0 JAR, or have it precede the latter on the game's classpath (using ; instead of : on Windows):
java -cp "ToA_patch-0.3.28.1.jar:TalesOfAndrogyny-v0.3.28.0_compressed.jar" com.majalis.talesofandrogyny.desktop.DesktopLauncher


Caveat emptor.
 
Last edited:

PhazeUFO

Well-Known Member
Sep 28, 2021
1,440
1,383
I hate that I can't stop myself from seeing Hiro as some kind of weird chicken-like monster here. The legs line up with the arms just too well for that.
Agreed. Reminds me of an emu honestly. The goofy dsl face doesn't help it either.
 
  • Like
Reactions: Fleep

claralover

Engaged Member
Nov 2, 2017
2,784
7,157


View attachment 2277758

Hayo... new... weekly?

Fifth weekly of the month! We mostly took this week off so just a bit here and there. Gonna put the end of year wrap-up post up later today, and tomorrow's gonna be the new monthly (yearly?!) update!

As always, changelog is below, and convenience download links below that. Support Majalis on !

You don't have permission to view the spoiler content. Log in or register now.

Download for this version will be tomorrow, because of the new monthly. Stay tuned <3

You don't have permission to view the spoiler content. Log in or register now.
__________________________________________________

Happy new year!!:PogChamp:
god damn, that deep kiss one is fucking hot
 
  • Like
Reactions: Twiton and Bob69

claralover

Engaged Member
Nov 2, 2017
2,784
7,157
Well I figured out why the Drunk Dullahan scene was never triggering. In the EnemyEnum function getOutComeMap the DULLAHAN case is

Java:
case DULLAHAN:
                if (!storyMode && drunk > 0) {
                    outcomeMap.put(Outcome.DRUNK_OTHER, 1);
                }
                break;
Where it should be

Java:
case DULLAHAN:
                if (!storyMode && ((AbstractCharacter.Status)enemy.getStatuses().get(StatusType.DRUNK.toString(), new AbstractCharacter.Status(0, 0))).magnitude > 0) {
                    outcomeMap.put(Outcome.DRUNK, 1);
                }
                if (!storyMode && drunk > 0) {
                    outcomeMap.put(Outcome.DRUNK_OTHER, 1);
                }
                break;
RIP a decent amount of time debugging lol but at least I got it to work now.
I didn't even know there was a drunk ending for Dully o_O
but it not working does explain that lol
 

hdgamer

Newbie
Jun 28, 2017
49
12
Is the game version in the game menu wrong? I installed the most recent one 0.3.28.0 but for some reason it is showing 0.3.27.7
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
12,369
125,693


Jester Missionary Deep Kiss.png

Hayo! New weekly! First of the year!

Been a busy start to the year - Alis has a lot of art and animations in the pipeline, including some really great stuff we can't wait to show you. We were really happy about the responses to the Jester Missionary art and variants, and we're trying to keep up that level of quality.

This time around we have the Kylira x Hiro animation, with Kylira "on top" - we're looking forward to doing the other one, as well, with Kylira riding in Hiro's lap. We also unlocked a previously unreachable Dullahan scene for when Hiro is drunk, and expanded it a bit.

Not quite ready on the Hiro - Milk Cow scenario yet, which is going to probably come along with a bunch of other new content related to the Sperm Bank and the Sperm Bank Nurse. There'll be more story and lore story mode stuff coming down the pike as well, and we've got a bunch of the feature vote winners lined up for Alis and I to tackle together.

We also moved the Settings/Preferences file into the same folder with the saves and error logs, which should make it easier to access (the save menu has a button that will open it for you on desktop) and remove some of the errors people were getting related to that.

Next up we have the Evoker Oral story mode encounter and their generic oral art!

As always, changelog is below, and convenience download links below that. Support Majalis on !

You don't have permission to view the spoiler content. Log in or register now.

Java [.jar]
- - -

Android [.apk]
- - -
 
Last edited:

Clinday

Newbie
Oct 4, 2017
18
4
hey i know we're kinda supposed to get fucked by a lot of things in the game, but are we supposed to loose every fight ? I just can't win a single fight, ( i picked ranger ) i'm probably doing something wrong, but i'm not sure what.
 
4.40 star(s) 153 Votes