TheNextOne

Member
Apr 21, 2020
475
603
169
I made the battle costume show more skin when clothing durability reaches 0 and also automatically change clothing durability to 0 if Amane is wearing nothing when entering the dungeon.

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

If anyone wants it, here is the file. Read the "Readme" for how to use.
You can revert the changes by installing Kagura games update patch.
Additionally, you will have to reinstall the mod again if you have updated your game.

UPDATE: Fixed Healing crystal not repairing battle costume.
UPDATE: Updated mod with game version 1.06.
The attached mod adds the Swimsuit (Red) clothing to the sporting goods shop. As far as I can tell this clothing is unobtainable in the official game but is fully implemented (except for CG such as the beach scene -- if anyone else wants to make red versions of the Eve_49 images then I could try to make it work for that scene, but I haven't looked at that part of the code, so no promises).

Just extract the archive such that it will overwrite one of the game's json files. This is compatible with my bugfix patch from post #1068 (which enables a bunch of otherwise-inaccessible dialogue as she gets lewder), since that modifies different files, but this mod will interfere with any other mods that edit CommonEvents.json. I made this mod for Kagura's v1.06, and since it modifies such an important json file I would not recommend using it with any other version.

If you want to know beforehand what the red swimsuit looks like then I already have links to images of the various outfits, including this one, in the Clothing page of my spreadsheet:
Is there a way to merge the mods above? They both use CommonEvents.json. Thant San has a readme that seems to state exact changes needed for the file but it asks to use "RPG MAKER MV program". Opening CommonEvents with wordpad produces a wall of text without any formatting, so I'm kinda hesitant to mess around on my own...
 

yoraizer

New Member
Jan 11, 2018
9
10
13
i'm not sure, but you must get scene invitation from teacher to his apartment for delate Hazuki's video rape and scene about hazuki gangbang in school. (sorry my eng. is bad)
its weird i've fuck the teacher in his apartment over 10 times and still cant get the ending
 

Penitensary

Active Member
May 10, 2020
967
987
146
Is there a way to merge the mods above? They both use CommonEvents.json. Thant San has a readme that seems to state exact changes needed for the file but it asks to use "RPG MAKER MV program". Opening CommonEvents with wordpad produces a wall of text without any formatting, so I'm kinda hesitant to mess around on my own...
Don't use Wordpad, it assumes there's page formatting at the start which results in a complete mess.

Use Notepad instead and every line should appear the way it's supposed to. Then it'll just be a matter of seeing where the changes are, in the case of the 0 durability clothing mod i ran the original and the modded version through results in four additions.

You basically replace this:

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

with this:

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

and the CommonEvents.json file will have the mod added within it. So you install one mod and make that change manually within that mod's CommonEvents.json to basically merge the two into one.

Would have replied earlier but i had to re-dl the game since i still had 1.05 so there were like 84 differences :p
 
Last edited:
  • Like
Reactions: TheodoreBear

Milleniumt

Member
May 20, 2021
148
132
127
Has a Walkthrough been made yet? Considering the multiple endings and paths, I would have though a Walkthrough would have existed unless the Game is just too early for something like that to exist yet.
 

iluvpink

Member
Jan 11, 2019
244
373
248
Just finished the game and enjoyed it, however, I think it would have been awesome if the MC could have been corrupted to the point of joining the "dark side" and continuing as a villain. I found her outfit and persona intriguing after she is turned. Another element that could have been great was if she and Hazuki had become even closer. Hazuki was a wasted character that should have been developed further. I also played Ambrosia...their previous game...and would rate them fairly close with Ambrosia maybe a little higher. If anyone can recommend a similar game, but where the initially innocent heroine does become gradually corrupted to "the dark side" and it actually follows through with her joining the "evil" sexual side, please post it here so I can check it out. Thanks.
 

Elzapatillas

New Member
Feb 3, 2020
3
0
11
Well definetly i enjoyed the game. But the soundtrack when you´re in home it´s awesome man. Any clue about how can i listening outside the game?
 

legraf

Newbie
Feb 24, 2019
49
28
28
How can i remove Parasite status?
A medicine sold by Mado-sensei. (Tentacle-B-gone)


I wish this author wasn't so uninterested in female-female pairings - beyond the "kiss" attack of certain mobs. I was pretty disappointed when the post-game "Lend a familiar" event had to convert the succubus into an incubus. Not that this is unprecedented or unreasonable, but it just adds a bit of "sameyness" to yet another interaction. It's all "insert tab A into slot B, C, &/or D". I'm exaggerating, but still... Ambrosia had the obvious possibilities there that didn't develop, and here again, it's basically all MF. But that's just one little disappointment in an overall fun time.

Oh, and a question - what is Reunion vulnerable to? I just can't do enough damage to overcome its healing - or should I be coming back for that after going further in the Dark Prison?
 
Last edited:

kcinnay2

New Member
Jul 19, 2018
8
3
123
Ok so I have several questions since im bevore the final battle and still have like half the scenes to go.

1. Can I miss scenes and do the game over again or can I still do them now.
2. How can I get the Webcam, I know it says from the Video site, don't know what that means tho.
3. Are there more scenes with Hazuki, after going to the beach together if so how can I get them.
4. How can I take/get drugs for the title

Thanks in advance
 

Thant San

Member
Jun 2, 2018
478
2,520
411
Is there a way to merge the mods above? They both use CommonEvents.json. Thant San has a readme that seems to state exact changes needed for the file but it asks to use "RPG MAKER MV program". Opening CommonEvents with wordpad produces a wall of text without any formatting, so I'm kinda hesitant to mess around on my own...
Well as I said in readme you can use the official "RPG MAKER MV" from steam. You might have to first create a game project and after that copy the data folder from "Magical girl celesphonia" and replace the newly created project data folder which can be found in Documents/Games/Project1. After that just go to related common events and create the exact same code shown in readme and save it. And finally copy that modified commonevents.json and replace the one in "Magicial girl celesphonia" data folder.

Or you could just use the way Penitensay proposed.

Don't use Wordpad, it assumes there's page formatting at the start which results in a complete mess.

Use Notepad instead and every line should appear the way it's supposed to. Then it'll just be a matter of seeing where the changes are, in the case of the 0 durability clothing mod i ran the original and the modded version through results in four additions.

You basically replace this:

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

with this:

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

and the CommonEvents.json file will have the mod added within it. So you install one mod and make that change manually within that mod's CommonEvents.json to basically merge the two into one.

Would have replied earlier but i had to re-dl the game since i still had 1.05 so there were like 84 differences :p
 
Last edited:

Ghinan

Member
Nov 9, 2018
146
47
182
its weird i've fuck the teacher in his apartment over 10 times and still cant get the ending
ahh.. maybe you must get school tittle goddess of degeneracy before final boss. still, i get random for get slave ending really.. i thought get lust ending, but i get slave ending
 

iluvpink

Member
Jan 11, 2019
244
373
248
Ok so I have several questions since im bevore the final battle and still have like half the scenes to go.

1. Can I miss scenes and do the game over again or can I still do them now.
2. How can I get the Webcam, I know it says from the Video site, don't know what that means tho.
3. Are there more scenes with Hazuki, after going to the beach together if so how can I get them.
4. How can I take/get drugs for the title

Thanks in advance
you get the Webcam from the boy in the photography room who is facing away from you at a computer.
 
  • Like
Reactions: kcinnay2

TheNextOne

Member
Apr 21, 2020
475
603
169
Don't use Wordpad, it assumes there's page formatting at the start which results in a complete mess.

Use Notepad instead and every line should appear the way it's supposed to. Then it'll just be a matter of seeing where the changes are, in the case of the 0 durability clothing mod i ran the original and the modded version through results in four additions.

You basically replace this:

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

with this:

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

and the CommonEvents.json file will have the mod added within it. So you install one mod and make that change manually within that mod's CommonEvents.json to basically merge the two into one.

Would have replied earlier but i had to re-dl the game since i still had 1.05 so there were like 84 differences :p
Readme for battle costume edits also mentions common event 83 requiring changes.
You don't have permission to view the spoiler content. Log in or register now.
I'll keep trying to merge the two.
 

Penitensary

Active Member
May 10, 2020
967
987
146
Readme for battle costume edits also mentions common event 83 requiring changes.
You don't have permission to view the spoiler content. Log in or register now.
I'll keep trying to merge the two.
Ah, i was using regular Notepad, but i have the Japanese IME installed to make sure all those symbols get displayed properly. It may be that.
 
4.40 star(s) 129 Votes