Amakuo

Newbie
Jun 17, 2021
82
154
124
Firefox fix

Follow these three steps to force the game to let you play it regardless of your browser and (mostly) fix the layout. Made for Prologue Build v0.01a, don’t expect updates.

1. Remove the browser compatibility warning. In World of Bemoria.html, at line 19884, remove these four lines:
JavaScript:
    if (!isChrome && !isChromium && !isEdge) {
        showErrorScreen();
        return false;
    }
2. Load in an additional CSS file to fix the broken layouts. In World of Bemoria.html, at line 20464, after this line:
JavaScript:
    document.head.appendChild(styleElement);
add:
JavaScript:
    // Firefix
    var firefix = document.createElement('div');
    firefix.innerHTML = '<link href="firefix.css" rel="stylesheet">';
    document.head.appendChild(firefix);
3. Download the attached .txt file to the game’s folder (next to World of Bemoria.html) and rename it to firefix.css (since I can’t attach a .css file).


Bemorian Studios I’m sorry to say that your HTML/CSS is a mess. I’m surprised it works on Chromium browsers and I would advise rebuilding it to standards before you’re too far along adding content and interfaces onto this shoddy foundation. Specifically, the way you use flexboxes, negative margins and absolute/relative positioning is kind of wild and the equivalent of fixing everything with duct tape. It’s not scalable at all to other resolutions and you’re probably going to hate yourself if you ever decide to add more buttons/options/longer text than what is currently there or move things around.

That aside, two general bugs:
  1. At line 25865, you should not add "Check" to the updated text content of span#rollType since it’s already present after the element. Otherwise you end up with something like "Roll for Seduction Check Check". (Or vice versa if you want "check" styled the same way as the attribute.)
  2. At line 30492, you should remove the + sign after span#targetNumber since you already have a JS function adding it inside the element when checking whether the player has a bonus. Otherwise you end up with something like "You need 4+ (you have +1 bonus)+ to succeed".
Also, please add the AI CG tag to the thread.

Curious to see this develop, good luck!
 

Uzhirian

Member
Jul 18, 2017
293
452
284
Bemorian Studios Save file json is like 7mb and contains data from a stack of other html games I've played so i think the save local function is wonky. Seems like a promising project, though not much content in the demo to tell. You have my attention though, Good luck!
 

braendt

Newbie
Jul 5, 2018
41
188
192
so... it's a 0.01a with broken saves, broken firefox support and grammar issues in the screenshots. I think I'm waiting to see whether or how the next few releases develop, but I wish the dev the best of luck.
 

Amakuo

Newbie
Jun 17, 2021
82
154
124
so... it's a 0.01a with broken saves, broken firefox support and grammar issues in the screenshots. I think I'm waiting to see whether or how the next few releases develop, but I wish the dev the best of luck.
Ironically, saves work fine on Firefox, but Chrome uses the same local storage for all web pages executed from the local file system (whereas Firefox separates it per directory) so it’s probably pulling data from other games because they don’t use unique prefixes for their storage names (WoB just dumps everything into an entry called characterData, so it’s no surprise that it collides with others).
 

Skalli

Member
Nov 1, 2017
144
174
174
Firefox fix

Follow these three steps to force the game to let you play it regardless of your browser and (mostly) fix the layout. Made for Prologue Build v0.01a, don’t expect updates.

1. Remove the browser compatibility warning. In World of Bemoria.html, at line 19884, remove these four lines:
JavaScript:
    if (!isChrome && !isChromium && !isEdge) {
        showErrorScreen();
        return false;
    }
2. Load in an additional CSS file to fix the broken layouts. In World of Bemoria.html, at line 20464, after this line:
JavaScript:
    document.head.appendChild(styleElement);
add:
JavaScript:
    // Firefix
    var firefix = document.createElement('div');
    firefix.innerHTML = '<link href="firefix.css" rel="stylesheet">';
    document.head.appendChild(firefix);
3. Download the attached .txt file to the game’s folder (next to World of Bemoria.html) and rename it to firefix.css (since I can’t attach a .css file).


Bemorian Studios I’m sorry to say that your HTML/CSS is a mess. I’m surprised it works on Chromium browsers and I would advise rebuilding it to standards before you’re too far along adding content and interfaces onto this shoddy foundation. Specifically, the way you use flexboxes, negative margins and absolute/relative positioning is kind of wild and the equivalent of fixing everything with duct tape. It’s not scalable at all to other resolutions and you’re probably going to hate yourself if you ever decide to add more buttons/options/longer text than what is currently there or move things around.

That aside, two general bugs:
  1. At line 25865, you should not add "Check" to the updated text content of span#rollType since it’s already present after the element. Otherwise you end up with something like "Roll for Seduction Check Check". (Or vice versa if you want "check" styled the same way as the attribute.)
  2. At line 30492, you should remove the + sign after span#targetNumber since you already have a JS function adding it inside the element when checking whether the player has a bonus. Otherwise you end up with something like "You need 4+ (you have +1 bonus)+ to succeed".
Also, please add the AI CG tag to the thread.

Curious to see this develop, good luck!
I started fixing it myself out of morbid curiosity how their styles got so messed up and agree. There are so many bad things in there that should definitely fixed. Also having <br> littered in the html is crazy, especially when the flexbox assigns gaps to the child elements.
The safe file issue as well, once it's fixed the save file issues and css issues it should run in any browser. Modern css can handle it without trouble.

Also a note Bemorian Studios. the disclaimer screen says to press "Agree" but the button is title "Proceed".
 

Sewyoba

Member
Jul 22, 2018
447
383
216
I'm annoyed that I need to use a chromium browser as a Firefox user. Unless there was an error with the version I downloaded.
Firefox is unmaintainable in the long run. Them trying to make firefox work for all kinds of weird architectures ensures that firefox has to use all kinds of stupid tricks to work with modern html and js. As much as it saddens me as a firefox user, you should prepare to move to other browsers
 

CykaFish

Newbie
Jul 18, 2021
18
12
126
How prevalent is the bdsm content? From the thumbnails I could see practically nothing but its in the tags so I wanna know before I waste time into this
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
25,025
17,583
1,038
Keeping an eye on this and will try after several more updates.
 

Skalnor

New Member
Jun 19, 2025
1
2
3
It's great quality but I'm worried about consistency. Most games have a dozen or more women, with each having many scenes. Could be a tall order going forward but I'm definitely watching.
 

gunnnn12345

Newbie
Sep 19, 2017
25
66
121
At character creation right now and there is a shit ton of Attributes with little explanation of what they do. What is the difference between Diplomacy, Manipulate and Charisma? What is the difference between Stamina and Constitution? Does Intelligence and Stewartship have any crossover?

Are the questions on my mind right now. I downloaded the game because it seems good, and I am definitely gonna try it. But I would suggest either cutting down on the Attributes, or making it a lot clearer what they do. (Fully get this is like... Early of early. So mostly mean this as a future thing. Through I do wonder if all... 12 Attributes are needed? Like, why not make Kissing part of Charisma?)

Edit: And I see now the Traits draw on the same pool as the Attributes. I think it would be served well with a note on this, so that people know to check the next tab before they start placing points. Trait costs seems high. Especially depraved tyrant. But I am curious about all of them.

Edit Edit: I have ended up only spending 5 points in Copulation and the rest in Traits/Skills. I am sure this will serve Lord Douche of the House of Bag well.

Final thoughts, the maid sex scene was good, nicely animated. Through it did feel a bit long (Through this is a taste thing for me in games, I like having more control in how long such things last. Especially when I wanna get stuck in the game). But I can see the promise of this. Through I am very curious about all those Attributes and how they are used.
 
Last edited:
4.30 star(s) 7 Votes