You are right, apparently there was content added for the boss. Here's the updated versionIt should be that one, yes. If you go back to the post where you bought it from, it seems like there is a new version attached with the new scenes.
How? i don't think any versions with stage 1 unlocked have been updated since.In that case, it may be worth it to check Stage 1 as well, and see if its had its stability issues fixed
I was thinking Just in case, since Stage 1 is kinda buggy, even in the completed(-ish) version of it I have.How? i don't think any versions with stage 1 unlocked have been updated since.
I guess its made that way so people buy versions contaiting previous stages too.Speaking of which, why does the OP only have a download for Stage 2 on it?
I noticed that in Alakune's battle menu, there's a green debug button. Is there a way to enable that for all encounters?God's work
The answer is yes and no, looking around, seems like the button is coded around alakune's second battle, however, with some tinkering you can copy the code used and make it work for other enemies:I noticed that in Alakune's battle menu, there's a green debug button. Is there a way to enable that for all encounters?
It said it was added as a trap separately here:Pretty sure you get it when you fight that boss Arachne....
It was added in the last version, the fight goes like this: masquerade (the animation you're looking for) -> anal -> voreIt said it was added as a trap separately here:
You must be registered to see the links
So I don't think you get it during the boss fight
Good idea, friendWill be waiting for the full Version on F95
as someone who use Unity in daily basis, the menu code is hardcoded to disable stage 1 and 2, though the menu and the content is still there... by setting both object to true you reverse the hardcode. so yeah, set both to trueNot sure if stage 1 and stage 2 object need to be set to active(true) for this to work, but i'd set them regardless.
this is old as hell but how do you get the english textI guess its made that way so people buy versions contaiting previous stages too.
Anyways, i found a way to enable stage 1 in the latest release, this is what you need to do:
1. Get yourself a .dll decompiler, i used dnSpyYou must be registered to see the links
2. Open the folder where the game is located and go to MonstersAbyss2.5\MONSTERS ABYSS Ver0.21017_Data\Managed and locate a file named Assembly-CSharp.dll
3. Open the assembly.dll file in DnSpy, i recommend making a copy of the original file just in case.
4. Open the explorer like this:
View attachment 3908955
5. Scroll down the list and search for "stageUIcanvas"
6. Once there, change the code as seen in this image:
View attachment 3908961
Not sure if stage 1 and stage 2 object need to be set to active(true) for this to work, but i'd set them regardless.
7. Save the changes and start the game.
8. If done correctly, you should have five buttons on this screen:
View attachment 3908968
Congratulations, you can now play both stages in a single executable.