Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Masters of Raana

An open world Sci-fi RPG with adult themes. · By GrimDark

Bug Reports Sticky

A topic by GrimDark created Nov 29, 2021 Views: 30,180 Replies: 204
Viewing posts 121 to 132 of 132 · Previous page · First page

Similarly, The Black Scorpion is supposed to be named Kuro Sasori, but he's winding up with a random name from the same pool as the Cultist Monk.

One of my slaves is not having her baby. She's been pregnant for over a year at this point.

How did she get into your house?

She's in your house for only 113 days according to the info. Did you get a two for one deal at the local market or something? Although she should have had the baby before she got to your house (I think it's 300 days in game).

Something might have gone wrong with the counters, IDK.

I had pregnancy acceleration on x10

Not exactly a bug, but Av129 seems to have been rendered without eyebrows in the following images:
edu_good, edu_good_small, inter_casual, inter_naked, inter_undies, troop
Would be nice to re-render those whenever it comes time to finish her WIPs.

(2 edits)

I'm not sure if this is intentional but the female on female pussy xp seem to trigger extremely rarely.

My understanding is that a random number between 1 to 6 is generated, then a modifier (+/-) is  applied to the result based on pupil beauty stat. The lower the beauty stat the higher the modifier, the higher the beauty stat the lower the modifier.  Additionally educator corruption applies a negative modifier if 80+.

/* chance for an educator to use pupil sexually */
<<set _ransex to random(1, 6)>>
<<if _npc.likesadist gte 80>><<set _ransex-=1>><</if>>
<<if _slave.beauty lte 9>><<set _ransex+=1>><</if>>
<<if _slave.beauty lte 19>><<set _ransex+=1>><</if>>
<<if _slave.beauty lte 29>><<set _ransex+=1>><</if>>
<<if _slave.beauty gte 65>><<set _ransex-=1>><</if>>
<<if _slave.beauty gte 75>><<set _ransex-=1>><</if>>
<<if _slave.beauty gte 100>><<set _ransex-=1>><</if>>

The following requires the random roll plus modifiers to result in 3 exactly for the xp gain to trigger, this would mean a pupil with too high a beauty stat can't be trained by a female educator with high corruption as the modifier will always result in a value lower than 3.  My question, is "_ransex is 3"  intentional or should it be something like "_ransex lte 3"?

/* female pupils increase pussy xp from female educators */
<<if _npc.sex is 0 and _slave.sex is 0 and _ransex is 3>>
<<if _slave.pussyxp lte 69>><<set _slave.pussyxp+=1>><</if>>
(1 edit)

I got a bug (second time) on Adrienne Keller. She joined my house and I didn't have enough relationship to change her Totalube was certainly off when we did some fooling around and she got pregnant. Just the one time and bam..

Could be by design, but is the only NPC with Totalube off.

(2 edits)

Check the npc status if they are a servant, merc they choose their own total lube setting among others. You can gain control of these settings by increasing affection level or enslaving the npc. 

Edit.

Affection = loving+, or alternatively Corruption = 70+

fyi Adrienne has a very high fertility stat.  

Yeah, I know. But twice (2 different runs) and twice one shot one baby... :D

Well, I still have some time to prepare the nannies. Might as well make some more. Have Tori and Lovisa doing pretty much nothing.

(+1)

Attempting to install game on Itch app did not work, it says :

An error occurred during installation zip: unsupported compression algorithm 

i got the same thing do u manage to find a fix for this or not yet

I believe I just downloaded in manually and did a manual install and it worked.

There appears to be a mismatch between the animations mod code and the actual files.  For example, ellen (av50) has 9 different animations, but they never actually play because the "does this girl have animations" check doesn't mention her.

The mismatch is most likely between the game version you are running and the mod. The public game version is 8.4.8, however to get all the animations working you need 8.4.9

(1 edit)

I am unable to unzip the latest version (848) on mac, the error says: inappropriate file type or format.

me too did u manage to find a fix to this or not yet

(1 edit) (+1)

Yes if you  unzip in Terminal:

  1. Open Terminal.
  2. Type unzip and a space, then drag/drop the zip file into the Terminal window.
  3. Press Enter and the zip file will be unzipped, storing all files on your computer.

how do i start the game after unziping in the terminal 

(2 edits)

Hi!

Can't train follower. She won't rise any of attributes fron training in dojo (str, dex, etc.). I can train her with sciense, but nothing in dojo (rolls are succesful). AND now I see that noone of followers do. I can't train them! MC's attr rising, but nobody's else. What's wrong?

Oh, nice  turn of events! Attrs rises, but only for 1 of the followers! For example I had 5 succesful rolls, and one follower rised 5 points, everyone else had no progression!

Armor won't be repaired by quartermaster. What's wrong with this new 0.8.4.10 version?!

I cant download the game in Itchs game launcher, it gives this error.

Developer

Hmm... Strange.

Anyone else getting this?

yes i am experiencing this

(2 edits)

This is just an unimplemented feature (Zip64 most likely) by whatever is being used to unzip the file. Later versions of WinZip fix this as does the file explorer on Windows Vista or later. On the Mac, the built-in "Archive Utility" doesn't implement this, but the built-in command line tool (unzip) does. On Linux unzip also works just fine, as does PeaZip. This is not a bug with the zip file.

Hello. This is my first time playing the game but ran into an issue.... I'm playing on Brave since that's my default browser and well, it kidna cuts off at the very top. I can shrink the screen to get it to display the traits and such but well, it makes everything SUEPR tiny and hard to read..... So, I sorta had to cut my losses when I couldn't find any other work around that and no, going full screen doesn't fix the issue since the top is still cute off WITHOUT going to the zoom options and hitting 80%, which again, makes it too small for me to really read things well without being extremely close to the screen. So yeah, for the time being, the game is kinda... visually unplayable for me for the time being....

Viewing posts 121 to 132 of 132 · Previous page · First page