steeredbull

New Member
Mar 10, 2019
12
12
hey is anyone elses images failing to load or just mine? I just downloaded the game there now and no images will load
 

Clemency

Active Member
Jan 21, 2024
998
1,313
Can someone point out how to install the ImagePack download? Do I just place it in the game folder or something?
They are this game's equivalent of AVN wallpapers being posted in Patreon.
Can you no longer give gifts of jewelry? I only see equip options
Cheap trinkets can still be gifted I heard. The equipped jewelry should have a chance to increase Affection every midnight calculations. That was the plan and the changelogs imply it.
The newest version is always the free version? Does it get updated with new tiers? The last version I played had the MoR Enhanced unlocked + custom slave
Tier 4+ versions get leaked once in a while but no, they are locked behind Patreon/Subscribestar usually. The good news is that once you downloaded a Tier 4+ version, it's yours. You can use it to start a new game, get Enhanced traits, before loading the save file to a new version.
Fuck Me Man. All my saves are deleted because i formatted my Windows yesterday.

Fuck HTML Saves
How far back was your latest Save to Disk?
hey is anyone elses images failing to load or just mine? I just downloaded the game there now and no images will load
Have you extracted the game folder or is it just in its compressed form?
 
  • Like
Reactions: Narakin and Xythurr

Clemency

Active Member
Jan 21, 2024
998
1,313
I have extracted the game folder yeah
How does your game folder look like right now?
If its just the girls' images, do you have Sandman's images toggled on in the settings? Turn it off.
Can someone explain to me what the different mod packs are?
Automation mod allows you to perform repetitive tasks swiftly with less presses. I do not know if it's updated right now. You can click the link and it will show you the FAQs and how the mod looks like: https://thef95zone.info/threads/masters-of-raana-v0-8-3-8-grimdark.100207/post-13943417

Sandman mod replaces the images of girls and their sex renders with AI generated images. Note that the AI cannot make up new scenes so girls with no renders in the original won't have renders even in the Sandman mod. And some girls are not yet in the Sandman mod because they are too new.

Videos mod replaces certain victory screens with a short AI animated loop.
 

Urusaisenpai

Walkthough-mod Creators are a godsent <3
Donor
Apr 30, 2017
1,550
2,977
They are this game's equivalent of AVN wallpapers being posted in Patreon.

Cheap trinkets can still be gifted I heard. The equipped jewelry should have a chance to increase Affection every midnight calculations. That was the plan and the changelogs imply it.

Tier 4+ versions get leaked once in a while but no, they are locked behind Patreon/Subscribestar usually. The good news is that once you downloaded a Tier 4+ version, it's yours. You can use it to start a new game, get Enhanced traits, before loading the save file to a new version.

How far back was your latest Save to Disk?

Have you extracted the game folder or is it just in its compressed form?
I was keeping track with every update. My save was right before this update.
But seriously a bit sad that HTML doesnt atleast make 1 Save to disk..

well shit happens, Shouldnt be a problem. Imma just give me full cheats and shit this time and complete it in couple of hours.
 

halluva

Member
May 18, 2017
318
153
Sandman mod replaces the images of girls and their sex renders with AI generated images. Note that the AI cannot make up new scenes so girls with no renders in the original won't have renders even in the Sandman mod. And some girls are not yet in the Sandman mod because they are too new.

Videos mod replaces certain victory screens with a short AI animated loop.
Do you have any comparison images between the renders and AI images?
 

tooldev

Active Member
Feb 9, 2018
809
765
I was keeping track with every update. My save was right before this update.
But seriously a bit sad that HTML doesnt atleast make 1 Save to disk..

well shit happens, Shouldnt be a problem. Imma just give me full cheats and shit this time and complete it in couple of hours.
Not sad at all. You simply dont want your browser to access your hardware more than the absolute minimum. Everything else would invite all kinds of shitty stuff ;)

P.S. A better way to solve this issue would be the following: Ask the dev to use a regular 'notification' push in the code. Those have to be accepted by the user first and could, after acceptance, notify the user in regular intervals to make a local save.
 
Last edited:

blobbyblob123

Newbie
Oct 6, 2021
48
7
can't seem to find anyone (except for aaron kreuger) with the secretive stat. Checked the wiki for their spawn locations, but there are no bandits appearing for me. Did i kill them all and have to restart? or is there a way to cheat them back in? Thanks
 

khumak

Engaged Member
Oct 2, 2017
3,936
3,997
can't seem to find anyone (except for aaron kreuger) with the secretive stat. Checked the wiki for their spawn locations, but there are no bandits appearing for me. Did i kill them all and have to restart? or is there a way to cheat them back in? Thanks
It's random. Just keep capturing bandits and you'll eventually find all the secrets. Most of the unique NPCs can't have it as far as I know. Aaron seems to always have it in my games but mostly it's people you capture.
 
  • Like
Reactions: blobbyblob123

griede

Newbie
May 22, 2021
23
5
i forgot to mention this, as its been some time ago that i experienced this.
when i first started the fort sera faction, before i became commander, i like ransacked the town and took every unamed slave i could find there, had like somewhere between 30 - 50 captives submitted. when i became commander, it droped to 20 instantly.

curious if this is a bug.
 

lova lia

Member
Feb 14, 2023
149
74
New simplified way of cheating via console:
1. Open console (CTRL + SHIFT + J in Chrome / Edge)
2. Copy and paste below code blob into the console and press enter.
Code:
function cheatShortcuts() {
  let slots = SugarCube.State.active.variables.slot
  for (let i = 1; i < slots.length; i++) {
    if (slots[i] > 0) {
      let npc = eval("SugarCube.State.active.variables.npc.av" + slots[i])
      let girlname = npc.girlname
      girlname = girlname.replace(/\W/,"") //Get rid of non-alpha-numerics
      window[girlname] = npc
      window[girlname.toLowerCase()] = npc
    }
  }
  window["mc"] = SugarCube.State.active.variables
  window["Mc"] = SugarCube.State.active.variables
  window["MC"] = SugarCube.State.active.variables
}

function startTimer() {
  autoRefreshTimer = setInterval(function () {
    cheatShortcuts()
  }, 1000)
}
clear()
cheatShortcuts()
console.log("Cheat shortcuts added. Examples:\nLovisa.virgin = true\nMaiLynn.traitscav = 100\nmc.cash = 1000000")
startTimer()
Result:
View attachment 3896575


Note: It automatically updates the shortcuts every second. You only need to repeat the code blob again after reloading page.

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.
Link to additional cheats


Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
is this safe to do ?? and how to make it work
 
Last edited:
  • Like
Reactions: DICKSAMURAI

Clemency

Active Member
Jan 21, 2024
998
1,313
Did i kill them all and have to restart?
Bounties still exist and can be captured. Conclude Day events can spawn bandits in Stokke Hills and Marston Avenue. Donating auto rifles to Fenrik's Tavern in the Underworld lowers city control by 1 and at control 30 (or 25) bandits respawn in Cole's Canyon. Lower and one spawns in Whitehaven. Even lower, below 10, and they spawn in Redhaven and Westside. Worse comes to worst, Scavenging in dangerous places can spawn an ambush by bandits.
 

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,528
1,059
MastersOfRaana-0.8.3.8
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

fircrag

New Member
Nov 17, 2018
12
0
how to get Dixon slave? Wikipedia says player can get through the auction at Crystal Heights Slave Market, but I made 100 attempts and couldn’t find it, created a new game and it never came up. Is there a console command?
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,252
835
how to get Dixon slave? Wikipedia says player can get through the auction at Crystal Heights Slave Market, but I made 100 attempts and couldn’t find it, created a new game and it never came up.
She is pretty rare, wouldn't be surprised if it takes about a 100 to see her, so you're really only slightly unlucky.

That or you already passed her once, since she doesn't appear again.
 

OneMoreZoner

Newbie
May 23, 2022
41
55
how to get Dixon slave? Wikipedia says player can get through the auction at Crystal Heights Slave Market, but I made 100 attempts and couldn’t find it, created a new game and it never came up. Is there a console command?
To get her the proper way, follow the velvet room quest.

1. Gain access to the Velvet Room in the Dockgrave tavern.
2. Be really mean to the girls there. This gains you favor with the madam.
3. Madam will send you a letter when you have enough favor. This might take a while.
4. Follow the madam's instructions.
5. Only after the quest is completed does the Dixon sister appear at the market.

Even if you miss her at the market once, she probably should appear again.
The one that is easy to miss and gone is the Stormchild.

The console command for the Dixon sister reset is:

SugarCube.State.variables.averytwin = undefined

Which you would have found out in 1 minute if you had used the search function, grumble grumble :mad:

As a bonus, the Stormchild reset is:

SugarCube.State.variables.stormchild = undefined

Have fun.
 
Last edited:
4.50 star(s) 156 Votes