Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

default portraits not loading, nor custom

A topic by scpdrclef created Jun 06, 2024 Views: 337 Replies: 1
Viewing posts 1 to 2

the game will not load in any portraits for rng slaves, whether default or custom. the only portrait that has been Emily's. im not sure what the issue is, i can see the image files in the folder, but none of them show up when i try to forcibly load them in, i tried a custom image and it showed up as a selectable file in game, but failed to load in as an actual image. i have no mods installed and no idea what the problem is, i have encountered no other issues.

(1 edit)

Strive only provides images for most of the unique slaves acquired through quests, and it does not provide any images for random slaves, which is why there is a section on itch.io (https://itch.io/board/252654/portarits-packs) and Discord(https://itch.io/t/284398/discord) for images. Since Emily's portrait appears I believe we can conclude that the problem is unlikely to be a hardware issue.

Strive runs on the Godot engine which only supports loading images with ".png", ".jpg", and ".webp" extensions. The slave image selection scripts contain filters to restrict the displayed files to exactly these types, which has the side effect of excluding game images from being selected for slaves.

The "Add custom image" button allows the user to change the file type filters and select images with other extensions, but that doesn't mean that the game will be able to use them. Additionally, that button does not provide nor maintain the tags of the image, so it will not be compatible with the "Race locked" option nor the automatic random portrait assignment system.

I recommend grabbing a portrait pack from the itch.io section linked above and extracting it to the location mentioned in this thread https://itch.io/t/3797794/struggling-to-install-portrait-packs#post-10016618. If that does not work after restarting the game, then I recommend grabbing the Debug mod to check for other problems (https://itch.io/t/1137280/debugmod-v10d. Note the game won't automatically assign images to existing slaves without images in a save file unless you get the Bugfix mod (https://itch.io/t/1167355/bugfix-for-10d-v6b), though it won't fix your other problems.