Tannin00

Member
Jul 1, 2017
416
361
209
Okay... when was this division of private and free content created? And is there that much of a difference?

And by any chance, does anyone have the full version 1.79.2 that was released on the 24th of last month? The Kemono post with that content was taken down, and since the developer is always closely monitoring content shared through that medium, the only option would be to share and upload the content here, where it's more difficult (to a certain extent) to remove it.
 

riderpunch

New Member
Oct 5, 2019
3
1
83
View attachment 4994640 View attachment 5007878 View attachment 5200063
*Click on the gifs and zoom in

Isekai Awakening Mod
You don't have permission to view the spoiler content. Log in or register now.
If you're going to share my mod on any forum or site outside of here, please mention where it was taken from. You don’t need to include my name, but at least mention the name of the forum. I put effort into this for you all—this is a personal request.​

Download
Extract the files from the archive directly next to "game.exe".
Version: 1.48.51 - Free Version ~ The archive name is 1.48.51, but the folder inside it is named 1.76.51.
redux_mod_30.08_free.rar
Version: 1.79.2 - Emperor / King Version
redux_mod_30.08.rar
*In the save you're already playing, go back to the Patreon maiden and activate it again to enable Extreme.
**I will not share the full game or the main game files. This is only the Extreme Unlock + Cheat file.
***Important: install the mod according to the versions. Each mod is not compatible with the files of other versions!

I like to track how many times a file has been downloaded, but that's not really possible here.
If you like this post, at least I'll have a rough idea whether to continue with future updates or not.


Description

I added Patreon features to a simple side panel for quick access and simplified Extreme selection.
You can use the buttons actively on every map except the main menu.
Additionally, I added one item with high stats.
All edits were made mostly inside main.js and CommonEvents.json. The change in map files is only for the debug buttons.
If you'd like to customize it to your needs, you can find it at the bottom.

Follow the current changes from the change log.
If you notice anything not working or incorrect, please let me know and I’ll make the necessary corrections. (y)

Changelog

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Known issues and missing content:
  • Princess and Rei visuals are missing in the castle 2D battle section.
  • In the added dialogue sequence, the choice panel appears behind the characters.

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

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

The edits I made are based on LazerPerson post.
The file he shared worked for locked content, but since it was outdated, it was missing the latest content. To include everything, I completely reworked it starting from the latest released version. This way it will be easier to edit for later versions.

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


Bro I used your 1.48.51 mod I found the king door can not change the door so i cant go other area.

1756991713336.png
 

Mr Redux

Member
Aug 9, 2017
179
560
255
Bro I used your 1.48.51 mod I found the king door can not change the door so i cant go other area.

View attachment 5217458
Could you normally go there? Did it only get blocked after the mod? As far as I know, the game was expecting you to do something before you could go there. I haven’t played the game much myself, I’m just doing edits, that’s why I’m asking.
 

riderpunch

New Member
Oct 5, 2019
3
1
83
Could you normally go there? Did it only get blocked after the mod? As far as I know, the game was expecting you to do something before you could go there. I haven’t played the game much myself, I’m just doing edits, that’s why I’m asking.
Yes,i trig queen event so i can go to other area.
Before i instead mod file,i can change the door area by a turntable.
 

Mr Redux

Member
Aug 9, 2017
179
560
255
Yes,i trig queen event so i can go to other area.
Before i instead mod file,i can change the door area by a turntable.
Can you try again with this updated patch? As far as I can tell, the issue should be gone, but since I don’t have a save file, I couldn’t test it.
If you test it and let me know, I’ll add it as an update.
 

fluchti

New Member
Jan 3, 2019
2
1
13
Can you try again with this updated patch? As far as I can tell, the issue should be gone, but since I don’t have a save file, I couldn’t test it.
If you test it and let me know, I’ll add it as an update.
with this patch it work tyvm. if you go to the princess the bakery lady comes up and it get in a loop =P... so idk =D
btw with which program you use to change/edit the files is there some like a world builder, if i may ask?
the js i know notepad++ but to get the understanding how the syntax is of the engine it would interest me ^^.
also the savegame is a interesting point cause if you got a bug in the game and save you also save the bug that would be interesting to know how to change it...

best regards
 
Last edited:
  • Thinking Face
Reactions: Mr Redux

Mr Redux

Member
Aug 9, 2017
179
560
255
with this patch it work tyvm. if you go to the princess the bakery lady comes up and it get in a loop =P... so idk =D
btw with which program you use to change/edit the files is there some like a world builder, if i may ask?
the js i know notepad++ but to get the understanding how the syntax is of the engine it would interest me ^^.
also the savegame is a interesting point cause if you got a bug in the game and save you also save the bug that would be interesting to know how to change it...

best regards
Can you try again with this file? In my opinion, the loop happens because when I change the map files for debug buttons, I don’t compare the old files with the new ones very thoroughly, so I miss the differences. Once I re-edit the new files, the issue disappears, though it naturally takes time.

For edits, I use RPG Maker, and for JS I use VSCode (Notepad++ is handy but it’s built on a pretty old structure). To open visuals and sounds, I use RPG Maker MV Decrypter.

Since this game doesn’t have many changes in action sequences, not much faulty data gets saved into the save file. Overall, you’re right—the issue is developer-side, and if they realized it late, instead of bothering to check that value, they could just solve it by assigning it to a different one, basically skipping it.

And I have to say, it caught my attention that you’re an old member but sent me your first message. :oops:
 

fluchti

New Member
Jan 3, 2019
2
1
13
Can you try again with this file? In my opinion, the loop happens because when I change the map files for debug buttons, I don’t compare the old files with the new ones very thoroughly, so I miss the differences. Once I re-edit the new files, the issue disappears, though it naturally takes time.

For edits, I use RPG Maker, and for JS I use VSCode (Notepad++ is handy but it’s built on a pretty old structure). To open visuals and sounds, I use RPG Maker MV Decrypter.

Since this game doesn’t have many changes in action sequences, not much faulty data gets saved into the save file. Overall, you’re right—the issue is developer-side, and if they realized it late, instead of bothering to check that value, they could just solve it by assigning it to a different one, basically skipping it.

And I have to say, it caught my attention that you’re an old member but sent me your first message. :oops:

1757093208245.png
1757093225374.png
1757093239929.png
still this loop come over and over again.... hmmm end of september i got time then i will make fixes and mods for games also ^^ and some cheats&bypasses for games... but actually i just surf through the inet and have fun with codes and games if i need some free space in my mind from learning ^^.


did write cause i did play it and looked what is the prob of the game cause i did stuck with the bakery (in the main game) then i did try your mod found more fails and though could it be that the map files are different...

later i make a new game and try to the same spot to find out perhaps the save is compromitet...
 

Mr Redux

Member
Aug 9, 2017
179
560
255
still this loop come over and over again.... hmmm end of september i got time then i will make fixes and mods for games also ^^ and some cheats&bypasses for games... but actually i just surf through the inet and have fun with codes and games if i need some free space in my mind from learning ^^.

did write cause i did play it and looked what is the prob of the game cause i did stuck with the bakery (in the main game) then i did try your mod found more fails and though could it be that the map files are different...

later i make a new game and try to the same spot to find out perhaps the save is compromitet...
You don't have permission to view the spoiler content. Log in or register now.
Thanks for showing it with pictures, it really helped me pinpoint the issue directly based on the conversations.

I checked the part about the princess, it’s not related to the map files, in fact let me say clearly, it’s not from me either.

I couldn’t quite understand if the developer didn’t make this part or did it intentionally. The dialogues about the princess are directly added as the baker woman’s dialogues.

This part has the same issue in the old versions and in the emperor version as well. I guess the dev didn’t properly care about the game and, while trying to put obstacles, forgot to test playing it.

Then, as someone doing the same thing, let me put it this way: if you know basic HTML and coding as well as flowcharts, you can handle it easily. I’m just doing it as a hobby and to pass the time.
 
  • Like
Reactions: fluchti

Jakka01

Member
Apr 13, 2023
240
25
152
View attachment 4994640 View attachment 5007878 View attachment 5200063
*Click on the gifs and zoom in

Isekai Awakening Mod
You don't have permission to view the spoiler content. Log in or register now.
If you're going to share my mod on any forum or site outside of here, please mention where it was taken from. You don’t need to include my name, but at least mention the name of the forum. I put effort into this for you all—this is a personal request.​

Download
Extract the files from the archive directly next to "game.exe".
Version: 1.48.51 - Free Version ~ The archive name is 1.48.51, but the folder inside it is named 1.76.51.
redux_mod_5.09_free.rar
Version: 1.79.2 - Emperor / King Version
redux_mod_30.08.rar
*In the save you're already playing, go back to the Patreon maiden and activate it again to enable Extreme.
**I will not share the full game or the main game files. This is only the Extreme Unlock + Cheat file.
***Important: install the mod according to the versions. Each mod is not compatible with the files of other versions!

I like to track how many times a file has been downloaded, but that's not really possible here.
If you like this post, at least I'll have a rough idea whether to continue with future updates or not.


Description

I added Patreon features to a simple side panel for quick access and simplified Extreme selection.
You can use the buttons actively on every map except the main menu.
Additionally, I added one item with high stats.
All edits were made mostly inside main.js and CommonEvents.json. The change in map files is only for the debug buttons.
If you'd like to customize it to your needs, you can find it at the bottom.

Follow the current changes from the change log.
If you notice anything not working or incorrect, please let me know and I’ll make the necessary corrections. (y)

Changelog

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Known issues and missing content:
  • Princess and Rei visuals are missing in the castle 2D battle section.
  • In the added dialogue sequence, the choice panel appears behind the characters.

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

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

The edits I made are based on LazerPerson post.
The file he shared worked for locked content, but since it was outdated, it was missing the latest content. To include everything, I completely reworked it starting from the latest released version. This way it will be easier to edit for later versions.

You don't have permission to view the spoiler content. Log in or register now.
If it's possible can you make the cheat menu with scrolling please? There are also joiplay players like me thanks
 
  • Like
Reactions: Mr Redux

Mr Redux

Member
Aug 9, 2017
179
560
255
The 5.7 one right? I just downloaded it again and put it this is the result
Sorry for the late reply, that’s an old version. The numbers in the file show the date—6.09 means the 6th day of the 9th month, which is the latest one.
 

Jakka01

Member
Apr 13, 2023
240
25
152
Sorry for the late reply, that’s an old version. The numbers in the file show the date—6.09 means the 6th day of the 9th month, which is the latest one.
No problem, I kept you waiting for a long time too
I just tried it and it works perfectly thanks for you effort
It says extreme content active but I can't see x-ray of organs in 5.7 was working
 
Last edited:

Mr Redux

Member
Aug 9, 2017
179
560
255
No problem, I kept you waiting for a long time too
I just tried it and it works perfectly thanks for you effort
It says extreme content active but I can't see x-ray of organs in 5.7 was working
Both the js and data folders need to be placed in the game’s directory. Also, since I sometimes need to change their contents, every time I share a new version—that is, when an update comes out—they need to be re-applied to the game.

It’s not really hard, but I added a button to the panel just for extra convenience. That button is only included in the version I shared today.
You don't have permission to view the spoiler content. Log in or register now.

Just to make it clear again, my mod isn’t compatible with every version of the game. If you apply it over an older version, you might run into missing content and even errors that prevent the game from progressing.
 
  • Heart
Reactions: Jakka01
1.60 star(s) 24 Votes