Create and Fuck your AI Slut -70% OFF
x

Mod HTML Masters of Raana - Expansion Mod [0.5.0] [json.err]

Xythurr

Well-Known Member
Oct 29, 2017
1,738
3,805
386
Not sure about this to be honest. I wouldn't mind reducing grind to some extent but it will probably require a lot of code tweaking in a lot of places. The worst thing is it's most likely going to be error prone. I don't want to copy or replace any big code chunks, I'd prefer to modify just some bits directly. I'll keep it in mind though, might be fun to find a generic way around it. I can add something around homeschooling probably since it's quite small and isolated part.

This is from the newest version. Isn't it what you wanted? I believe it should work consistently but there is always a room for mistake.
  • Sex related and any other missing images for Av36 (daughter/Family man trait) are redirected to Av184 which is a random girl with the same model.
I didn't realize that was what you were referencing. That's awesome thanks! EDIT: Time to start over again.
 

vanpett

Newbie
Nov 23, 2018
24
12
83
Strange, I installed 3.0 but can't see any of the new features. There's neither "NPC clothes/weapons" under Misc nor notes icons on the npc interaction pages nor money/power/influence in the footer of the page. The 2.3 features still work alright though.
 

json.err

Newbie
Sep 14, 2016
77
128
128
Strange, I installed 3.0 but can't see any of the new features. There's neither "NPC clothes/weapons" under Misc nor notes icons on the npc interaction pages nor money/power/influence in the footer of the page. The 2.3 features still work alright though.
That's because I somehow didn't update the main js file... Reuploaded it, now should be correct version. Thanks for reporting.
 
  • Like
Reactions: Xythurr and vanpett

Canes

Member
May 27, 2018
373
234
159
I've also discovered a pretty critical bug. Can be reproduced:

- Can be reproduced on any game, but I've attached a save file, for quick jump to bug.
- Load attached game,
- Pick any girl,
- Sexual Options > Seduction, then seduce until you can't seduce any more,
- Proceed to sex with the girl,
- Have sex until stamina is depleted
- Click finish > Crash.

{24AD9408-CBC3-4EE0-8F80-6D87E4ECC076}.png
 

json.err

Newbie
Sep 14, 2016
77
128
128
I've also discovered a pretty critical bug. Can be reproduced:

- Can be reproduced on any game, but I've attached a save file, for quick jump to bug.
- Load attached game,
- Pick any girl,
- Sexual Options > Seduction, then seduce until you can't seduce any more,
- Proceed to sex with the girl,
- Have sex until stamina is depleted
- Click finish > Crash.

View attachment 5325139
Thanks for the save. It was easy to reproduce, simple bug, simple fix. Mod tries to show threesome chance but can't find npc. Nothing really breaks in the game. I need to check how it's possible to make sure such bugs won't happen in some other cases.

Edit: Fix is uploaded as v0.3.0a.
 
Last edited:

vanpett

Newbie
Nov 23, 2018
24
12
83
The notes icons don't seem to work for me anymore. I can still edit the ones I've already used but when I try to write something in an empty one I get an error message as soon as I hit the save button (Error: Script error). The console tells me "Uncaught ReferenceError: i is not defined". The mentioned default level is "functions.js:2642".

I'm quite sure it used to work as expected in version 0.2.3.
 

json.err

Newbie
Sep 14, 2016
77
128
128
The notes icons don't seem to work for me anymore. I can still edit the ones I've already used but when I try to write something in an empty one I get an error message as soon as I hit the save button (Error: Script error). The console tells me "Uncaught ReferenceError: i is not defined". The mentioned default level is "functions.js:2642".

I'm quite sure it used to work as expected in version 0.2.3.
Typos everywhere huh... I'll fix it in the next version (probably in a day?). In the mean time you can modify Mods/ExpansionMod/functions.js on the line 2642. Find
$emg[Mod.jsname].npcs[i] = {};
and replace it with
$emg[Mod.jsname].npcs[id] = {};
Thanks for report.
 

json.err

Newbie
Sep 14, 2016
77
128
128
0.4.0 is up. Added NPC wall in the sidebar or opened from button (config option) to see them all at once with some info.
Screenshots: this one and next too.

EDIT: uploaded it before seeing 0.8.4.7. After checking mod should work just fine. The only thing that needs to be added is removing threesome block between Arizona and Louisiana. Will be done at some point later.
 
Last edited:

Canes

Member
May 27, 2018
373
234
159
NPC wall is an interesting feature, but it's annoying to move cards/portraits around with the popup in the way. Why not have the popup below the wall as a fixed position on the screen?
 
Last edited:

json.err

Newbie
Sep 14, 2016
77
128
128
NPC wall is an interesting feature, but it's annoying to move cards/portraits around with the popup in the way. Why not have the popup below the wall as a fixed position on the screen?
I don't really like fixed position because you'll have to move eyes between avatar and that info block. Doesn't sound too good to me but I might add it as a config option. What mode by the way, sidebar or button?
In the mean time move them from right to left, not vice versa. That way popup won't be a hurdle :)
 

Canes

Member
May 27, 2018
373
234
159
I don't really like fixed position because you'll have to move eyes between avatar and that info block. Doesn't sound too good to me but I might add it as a config option. What mode by the way, sidebar or button?
In the mean time move them from right to left, not vice versa. That way popup won't be a hurdle :)
I have it as button, but it just gets in the way most of the time. Might turn it off completely.

Also not sure how it's all sorted -- First NPC of each page in a row?. Also, since I have most of my pages named (Slaves, Combat, To-Sell, etc.) maybe you can categorize them based on pages names like you did with Traits and Stats?
 

json.err

Newbie
Sep 14, 2016
77
128
128
I have it as button, but it just gets in the way most of the time. Might turn it off completely.

Also not sure how it's all sorted -- First NPC of each page in a row?. Also, since I have most of my pages named (Slaves, Combat, To-Sell, etc.) maybe you can categorize them based on pages names like you did with Traits and Stats?
Each column is a page, first npc there is at the top, second below and so on. At least it should be. I thought about adding page name right under but decided to roll it out as is for now to get some feedback.
 

Canes

Member
May 27, 2018
373
234
159
Each column is a page, first npc there is at the top, second below and so on. At least it should be. I thought about adding page name right under but decided to roll it out as is for now to get some feedback.
Interesting feature like I've said, but as of now it's a bit disorganized and just gets in the way. But I'll be keeping my eye on it and see how it evolves.

I have a Discord party channel where me and a bunch of friends all play MoR at the same time with your mod installed (share screens), and each just talk about features we like and don't, or stuff that we might want to see. All this is feedback based on what most say.

EDIT: No issues as of yet with 0.8.4.7.
 
Last edited:

Deane9850

Active Member
Jan 4, 2018
636
662
302
Should consider removing the old version from 1st post... Maybe keep the latest 2 so can revert if needed.

Consider collapsible section for the npc tab... It took so much space.
 
Last edited: