Ankmairdor

Member
May 1, 2019
267
148
I ran into a not enough memory problem anyway to fix?
Depends, how did you discover that not enough memory was the problem? If it was an error message like:
ERROR: Message queue out of memory. Try increasing 'message_queue_size_kb' in project settings.
Then the problem isn't a lack of physical memory but project allocated memory, as this means that the game tried to create too many GUI objects in a single instant. This is probably fixable by editing a script to add some code to change it(not yet written or attempted) or by removing pictures from your portraits or bodies folders. Unless you have hundreds of slaves in your mansion, at which point you simply have to edit your save file to delete some.

If it's a hardware limit encountered during or after assigning images to characters, then enable the use of thumbnails for images in the settings menu. Also the game doesn't automatically release the memory used for images when manually browsing and selecting images in-game, either restart the game or open the image selection for the other type(portraits vs bodies) to clear out the images.

If it's a hardware limit not related to manually assigning images to character, then your simplest option may be to have the OS use virtual memory.
 

Onlinelock

Newbie
Jun 2, 2018
15
4
Depends, how did you discover that not enough memory was the problem? If it was an error message like:

Then the problem isn't a lack of physical memory but project allocated memory, as this means that the game tried to create too many GUI objects in a single instant. This is probably fixable by editing a script to add some code to change it(not yet written or attempted) or by removing pictures from your portraits or bodies folders. Unless you have hundreds of slaves in your mansion, at which point you simply have to edit your save file to delete some.

If it's a hardware limit encountered during or after assigning images to characters, then enable the use of thumbnails for images in the settings menu. Also the game doesn't automatically release the memory used for images when manually browsing and selecting images in-game, either restart the game or open the image selection for the other type(portraits vs bodies) to clear out the images.

If it's a hardware limit not related to manually assigning images to character, then your simplest option may be to have the OS use virtual memory.
thanks it is the project allocated memory will try that work around for the images
 

Yurifan

New Member
Jun 30, 2018
12
2
Hello guys, i have a problem with the custom pictures in the game. I have 1 picture in portrait folder, 1 picture in bodies folder and 1 picture in exposed folder. bodies and portraits are working just fine, but it never changes to the picture from the exposed folder in sex scenes. All 3 pics have the same name. what could be the problem?

And an other problem... 98% of the random piictures for new created characters does not match with the description of the character. mostly hair and eye color are completely wrong.

ps. english is not my native, so i hope you can understand xD
 

Ankmairdor

Member
May 1, 2019
267
148
Hello guys, i have a problem with the custom pictures in the game. I have 1 picture in portrait folder, 1 picture in bodies folder and 1 picture in exposed folder. bodies and portraits are working just fine, but it never changes to the picture from the exposed folder in sex scenes. All 3 pics have the same name. what could be the problem?

And an other problem... 98% of the random piictures for new created characters does not match with the description of the character. mostly hair and eye color are completely wrong.

ps. english is not my native, so i hope you can understand xD
The vanilla game only uses portraits and bodies. Exposed may be included for the player to chose or for a mod to use. It will only check for the race of the character, otherwise it will be completely random.

There is an improved random portraits mod on the itch.io forums which will assign scores to pictures based on how the picture's tags match the person and use a weighted random. There is a specific list of tags that must be used.
 
Mar 27, 2019
425
173
Did the cheat code thing change for this game because Cheat code: fkfynroh does not seem to work now? played it just the other day and the cheat worked but doesn't now ....
 

Ankmairdor

Member
May 1, 2019
267
148
Did the cheat code thing change for this game because Cheat code: fkfynroh does not seem to work now? played it just the other day and the cheat worked but doesn't now ....
You probably made a mistake, there have been no changes to that section for quite a few versions. It does a simple literal string comparison, so if it accidentally included a space while entering it then it won't work.
 
  • Like
Reactions: a1fox3
Mar 27, 2019
425
173
You probably made a mistake, there have been no changes to that section for quite a few versions. It does a simple literal string comparison, so if it accidentally included a space while entering it then it won't work.
ok I will try it again maybe I made a mistake... thanks
 

Yurifan

New Member
Jun 30, 2018
12
2
There is an improved random portraits mod on the itch.io forums which will assign scores to pictures based on how the picture's tags match the person and use a weighted random. There is a specific list of tags that must be used.
i allready have the random portraits mod but it seems like it is only half working. how do the tags work? I don´t want to add the pictures for a random person but for my first slave.
 

Ankmairdor

Member
May 1, 2019
267
148
i allready have the random portraits mod but it seems like it is only half working. how do the tags work? I don´t want to add the pictures for a random person but for my first slave.
The game comes with random portrait assignment, though it will not assign body images. So there is a good change that the mod is not even half working.

You should confirm that the mod is correctly installed. When you select a slave and press Customization there should be a "Random Portrait" button. If not, then the mod is either not installed or has some conflicts with another mod. If the mod is listed as anything other than "randomportraits" in the mod menu, then it is either inside one too many folders or you renamed a folder.

The tags generally use strings found in the game, though there are some custom tags, which he explains in info.txt of the mod. The mod will use the relative path from the starting folder(portraits or bodies) to the image along with the image name when searching for tags.
 

TFM

Member
Mar 7, 2019
275
205
If you haven't already, I recommend checking out the bug fix patch, which is available on the first page. That should deal with most of the broken stuff, but if you find anything else please point it out.

I would be careful of trusting the wiki and forums, especially if they haven't been significantly updated in the last 8 months. I last updated the game-mechanics pages for the wiki for v0.5.23c, and besides a few corrections added by others it has become a bit out of date. Many of the differences between stated effect and actual effect have been remedied since then.

Again, if you spot any problems, point them out, as I don't spend as much time playing as the community. Though, unless you carefully look through the code, you are unlikely to notice most of the remaining differences.

I try to keep an eye on this thread, but and are better places for reporting problems.
Already have the bug fix patch. Will report any issues on both threads, I DL'ed a few mods from there already in the past but haven't registered to post. I'll double check some of the other Strive forum threads and verify if any of the stuff I encountered have been patched or are just quirks of the game.
 

Gutsandguts

Active Member
Dec 9, 2017
668
785
Wow not sure how I never heard of this game until yesterday, I played it for many hours.
Good Slave Maker feels, I prefer more pictures but text based can still be great and this is one of those so far as I am.


Question, how essential is that bug fix? I haven't come across any issues at all so far and I played the game for like 5 hours.
Are there any really game breaking bugs I need to patch?
 

Ankmairdor

Member
May 1, 2019
267
148
I made a small mistake in my bugfix so there is a new version on the Discord( ) in the #mods channel. I messed up the location conditions for selling slaves for mansion upgrade points.
Wow not sure how I never heard of this game until yesterday, I played it for many hours.
Good Slave Maker feels, I prefer more pictures but text based can still be great and this is one of those so far as I am.


Question, how essential is that bug fix? I haven't come across any issues at all so far and I played the game for like 5 hours.
Are there any really game breaking bugs I need to patch?
The bugfix is not essential, and most players will never encounter the game breaking bugs even after weeks of play since they were quite obscure. It's greatest effect is the improvements the usefulness and functionality of the GUI. There were a lot of places where the GUI did not behave the expected way. It also changes game mechanics to remove exploits and annoying mechanics. The patch comes with a very thorough change log, or I have highlights posted for each update on the Discord.
 
  • Like
Reactions: Gutsandguts

ThorntonX

New Member
Aug 20, 2018
11
2
Is there anyone that encountered a funny bug in this game???
I have encountered a bug...
That is after you
>get Maple from slave
>through magic academy
>after completing with a different Fairy (captured from wild, after getting maple)
>You cant proceed with "potion of youth" mission....

i have tried different routes, charater, roles... still stuck at this point

Please help!!!!
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,173
16,620
can you fix mega links for art?
Those are or maybe out of date you should go here for up to date version.


This is be far the best:
Using this mod almost have the set when you get the NPC:
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,173
16,620
Actually there is a new version, v4a, which fixes a problem I created in v4. It was easy to overlook cause it didn't have a massive change log.
I thought so but I could not find it.
Is it pinned in Discord or what?
 
4.30 star(s) 51 Votes