Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

Body and Portrait packs v2.9(UPDATED 28.05)

A topic by AK|Phantom created Jun 09, 2018 Views: 240,681 Replies: 99
Viewing posts 14 to 33 of 43 · Next page · Previous page · First page · Last page

Hey AK. There's a small but well done portrait/body pack on the fenoxo forum Strive thread, made by Scars Unseen. Thought it could be added to the All-in-one pack (If and when you have time). There's only one or two images that are duplicates.

Gonna look, thx.

(2 edits)

I've modified the script portion into a mod for 0.5.18:

Version 0.2 https://mega.nz/#!sXxmDAqZ!hmiE948bEroR3U2naD3vpNdnlVAh9Rfi2Ckf9l4YmDw

I've modified how the selection logic works in this version, info.txt details it further, but now race takes precedence, and it won't set a portrait for a male unless it can find a portrait for that race that has male and not female.

  1. Extract into your user mods folder, "%appdata%\Strive\mods" (Alternatively, run game, click mods, then click "open folder"), but may need to re-run to see mod in list.
  2. Run the game, click mods
  3. Click "randomportraits" so it is enabled.
  4. Click apply, game will exit
  5. re-run the game, mod should work now.

Mod works by replacing "func randomportrait(person):" contents with what is in the mod file, leaving the rest of the character constructor alone. Thus as long as the mods continue to work the same way, this should work with future versions, without worrying about the rest of the file.  I did have issues when randomBody function existed, the mod code seems fragile and was inserting in an empty function.  Collapsed it down into the main function and all is working.

If you want to revert the mod, I haven't had much luck from in-game.  Guessing this will be fixed later, but for now can revert by

  1. exit game
  2. Delete FileOrder.ini from "%appdata%\Strive\mods"
  3. In game folder, copy contents of "Backup" to "files".

Could you give an example of a perfectly named portrait to take full advantage of this mod? e.g male-adult-scylla-blond.png

I don't know if the words have to be in a certain order or what.

Also, do you know if the new mod support system allows you to change absolutely any script in the game? (If one were smart enough to do so)

(1 edit)

The text can be anywhere in the filename, or directory path. It gets list of all portraits, then checks against their file path for the following to shrink the list down. If any of these shrinks the list to 0, it disregards the results and uses the prior list. So like, if Sex returns 0, then it returns back the full list. That's why you don't see Female in any of them. The search is case insensitive.

  • Sex - It starts off looking for female/male, which seems flawed to me. Any file with female will be matched by search for male. I think this code needs to be updated to exclude female when searching for male.  I think that's why the current packs in here are female only.  I could tweak this so it checks for male/futanari, and if not present, it assumes female? I think this would work better.
  • Age - If age is Teen or Child, then it searches for Loli.  Not however, it does not exclude Loli from adult.  Could be updated to also exclude Loli from adult, or function in some more advanced way.  I'm open to suggestions to tweaking my mod version of it.
  • Race - Searches for race, It removes the space from Halfkin and Beastkin, so it matches on HalfkinCat BeastkinCat, etc.  It treats Halfkin* and Beastkin* separately.
  • Hair - Searches for hair color

Lastly, it checks if there is a matching Body image.  It basically wants an identically named file in the Bodies folder, and if so, then it sets the body image to that as well.

Note since it searches the entire path, if you name multiple races, etc.  then a file can match for multiple.  Maybe useful if you think one applies to multiple.

Edit - Using this further and thinking about it, it really bothers me it doesn't filter by Race first. When it filters on sex/age first, the entire race section can be excluded before it gets to it, so you get a lot with the wrong race and that bothers me more than other mismatches.

In the packs in here, there's only 2 male files, so if it's a male, suddenly it'll get a dragonkin portrait/body.  I almost prefer that if it can't find a male portrait for appropriate race, it doesn't set one at all. So I'm going to tweak this to specifically want male and not female in a file if it's a male, and if it can't find any, it doesn't apply.  futanari will fallback to unspecified still.

Then it filters too harshly on Age i think. If it's teen/child, it suddenly limits itself greatly.  I think it'll be better if it excludes Adult for Teen,  and for Adult, excludes Loli. Avoids big mismatches.

Link above modified, has details in info.txt of the selection logic, which I've modified to something I like more.  Additionally, I think the code is a bit easier to read or adjust both sequencing, or specific rules it follows. If you have suggestions, let me know.

Nice work :)

SexiestManAlive is working on a HUGE female portrait pack. That is going to have pictures named with gender, race, hair color, breast size, skin tone, and butt size. It would be great if you two could get chatting and come up with a standard file naming method that will pull images correctly. Don't know if he is working on a script too or not.

I agree that race should be searched for before age.

Problems might arise when 'body parts' have the same color (eg brown skin and brown hair). So long as everyone is on the same page with naming files, this shouldn't be an obstacle. Maybe agree that skin tones need altered name like brwn, bluu, greeen etc

I think just appending Hair or Skin should be sufficient. I'm thinking in that case, it'd be best to instead read through the file list once, cache it, and then do more complicated analysis on the name to capture out attributes.  BrownHair BrownSkin = specific attributes, Brown without a qualifier however is treated as hair.  As long as everything is consistent, I'm sure I can make something to match it. Biggest thing is to make sure the body matches the portrait path.

I also noticed there's an issue with Elf vs DarkElf. where Elf will match all DarkElf currently.  Also wondering how best to handle DarkElf vs. Drow.  Visually I'm not aware of any difference between the two? Thinking it makes sense for DarkElf and Drow to accept protraits named for either. Or should that be left up to the portrait pack to name the file with both?

Drow's have blue, paleblue or purple skin while Dark elves have tan, brown or dark. So I'd leave it to the portrait pack to name both.

Sorting DarkElf from Elf.... I'm not sure it's worth it. Their eyes have slightly different color ranges, but surely that's not a big deal. Maybe just work on adding sorting by skin tone, and leave that to sort them. Any DarkElf labeled with brown or dark skin color wouldn't be assigned to a normal Elf, because they never spawn with that skin tone.

moved this topic to Portrait packs
(1 edit)

Im`a alive xD Update 11.05.18

See main post, bc i`m too lazy to do maintaining of different packs. So its now only all in one which gonna include ALL in one xD

A little about what i`m gonna do next and questions:

  • Gather all exist body+portrait packs in one. Dunno about pack from other games such as Jack-o-nine-tails. What did you think about this? I will try to keep authors tags.
  • Release LQ - Low Quality pack for people who have problem with free space/potato pc(like me xD) - by saying LQ i mean to compress images like that do SexiestManAlive
  • Release with pack some bat file for automated compresing by user [delete_spaces>run_optipng.bat>return_back_spaces](in pack, bc i dont know how to make automated creating filelist without junk and then using in optipng.bat =/ ) Mb you know how to do that? Please help me =D
  • In total i have moar than 2200+ pictures, minus already done ~1200(divide this number by ~3 bc: bckps,diffvers,originals,finalver,and just junks like acindentally downloaded site page xD)
  • How about making SFW pack?
  • My TODO list of ideas for my mod a little increased (a little, so naive) so if i'm miss pack update that doesn't mean im dissapear again, its might mean im all in modding. (Or dissapear again xD)
  • Okay guys, there is a question for all of you, include just users:  If exist clothed and nude/partially nude version of picture - Do i need to include in pack BOTH/ALL files or only nude?

Download links are not working?

links updated

(+1)

Files have been removed from MEGA.

links updated

Somthing wrong with LQ-pack 2.88 

Any attempt to download whole pack by browser leading to error.

Using MEGASync shows there a 29 body and portrate picks that cannot be downloaded

(1 edit)

Do  you download whole folder as folder or in ZIP? I checked as ZIP and its downloading is just fine.

(2 edits)

Whole folder as ZIP for first 5 tryes, then tryed only portreits, then install megasync, and it kept show some errors, but today it's dowloaded fine....

Well, problem is solved =D Enjoy your game =3

Does anyone happen to have a copy of the profile pack? The links are dead...

links updated

Is this project still going?

Yes, i`m still alive and finaly found some some time to work upon.

(2 edits)

How are u guys&gals? From last time i`m literary drow in work and rl problems. But finaly can find time to work upon pack and mod. Also, after 2 years, i`m finally reach one of game ends =D Right now i`m gonna update old links because write this msg when in work and didn`t have latest pack on that pc. Well, in that moment curent count of imgs 2.600+, bc added&tagged&sometimes edited packs from ArcherC, WiredBrainWaves, Kazama's, and ~300+ totally new(and now 20% better cropped) by me. I`ma retag almost all pics so they can be more various and (sometimes) better fit. Mainly, at least 1/4 of new img is futa + a little of males(to be clear: i`m talking about mine additions). That bc i`m not into guys ans so, but for you i`m trying to tolerate =3.

P.S. deadline for me to upload new version is 04.28.2019

Updated 04.28.19

Updated 05.29.19

Next update gonna be separate and contain only new pics

Est. time end of next month, mb second after or third =3

Hi, Could you, please, upload the latest version of the pack -the good quality one, if possible- to another download site? nopy.to or upfile.mobi, for exaple. Mega likes to cap my internet speed to 20 kb/s even after making a new account, for some reason.

Hello, links updated, try now

thanks!

any chance on re-uploading :P? megaupload seems to be failing. getting a 'temporary error' message each time i try to download :c been trying for weeks :c

(2 edits)

Ok, gonna do this, but what about MyFile?

UPD: Checked all links and they works fine for me. =/

i used MyFile and it worked fine :P i was just trying to get the low-res pack cuz now the game is running slow as heck :P thanks for putting this together!

First of all, I bow to you AK|Phantom for  your work and amazing collection! Very awesome, sir!

I love this game, I love that it's moddable and customizable and I love that people are adding stuff to the game!

Now I humbly ask: Is there a way for the game to auto-assign bodies/portraits to slaves in your mansion? I installed the "Improved Random Portraits" mod (also big thanks to the author of that mod) but I already have a savegame with quite a few slaves in the mansion. They have no portrait right now (even Chloe lost hers) :(

Will I need to manually assign the portraits? Or is there a smart function for the game to auto-assign to slaves you already own?

You are looking in the wrong thread.  Neither the portrait packs nor the vanilla game have anything to support auto-assigning portraits to existing slaves.
However, the Improved Random Portraits mod has exactly that:
"Added a "Random Portrait" button to the slave customization panel. Clicking this let's you re-roll a portrait for a slave."
If the button isn't present, then you have probably applied the mod wrong, likely the "randomportraits" folder is misplaced.

Ahh. Yes I found it now. Thank you so very much! :D

Thanks for your detailed guide :D

(1 edit)

Can you put this on some other site? I have excedded the max quota on mega and myfile is very slow

If you give it 24 hours, that quota resets. Not that I’ve run into that issue myself, of course. 😜

(2 edits)

Im slowly work upon so needed additions for pack, like males and futas, current amount of cropped pics is 423, which is mostly female(bc i dont like dcks other than mine xD). I hope when summer come, i will have more free time to work upon additions, also, in same free time i work upon my mod for strive, and gonna publish soon stable version. Also, i check for forum updates almost every day. Upd. I have 9 046 of pics to work =D, around 20 min. for every pic, crop 5-15 pics per day. Glad that not all of them need to be processed, bc some of pics has same character or just didnt fit for good croping or game.

If you'd like some help with cropping, you can delegate some of the pics to me. Though, if you feel you have a personal method and get results that you don't feel comfortable compromising, that's understandable as well. I'd say I'm decent enough though,

Yeah, i think about looking for help. I made separate folders with race related pics, like bunnies, cows, green skins(orcs&goblins), fays, futas, males, etc. Just tell me upon what you are comfortable to work, i will upload folder somewhere.

(1 edit)

I guess I'm basically indifferent to all the different types except futas (haha sry). If males are the ones you get the least work done on you can pass some my way, and, if you wanna be nice, some of the other girly kinds :)

If you'd like to proceed with this over Discord my name there is: New_Denim#7891

(3 edits)

Mediafire folder

Priority to crop: male, futa, slime, fay, taur, mermaids.


I try to primaily download pictures with simple backgrounds and full body standing characters. But, i can get carried away and download everything i consider suitable. So, if you think that cropping will take lot of time feel free to skip picture.

Upd. If you meet pictures with same character: take the best looking one, two with biggest&lesser boobs, two with clothed&nude version,

Here are some tips:  To find hidden white pixels at the edges, use a black background fill on a new layer. To find missing transparent pixels, use a magic selection on empty pixel, without anti-aliasing and contiguous, you can combine it with a subsequent fill. To avoid working on the same image, leave in the comments the folder you started working on, sort the images by name and work from the beginning of the list, I will do from the end. If you think that the picture is too complicated for processing, put it in a separate folder called "for later", if , do not overwrite the original, save the result in a new folder with the name "job done", transfer the original processed image to the "ready" folder. I'll deal with the rest.

Hey can you add me on Discord if you have it? It's probably a lot easier asking things or discussing things there if something pops up

Anyhow I'll start with both Male and Mermaid simultaneously.

(1 edit)

Sorry for delayed answer, i didn't use Discord outside of checking for update for few games and mods. If we gonna discus something related croping pictures to better do it in place where  everyony interested can see, this will help future enthusiats. Thank you for volunteering, this few days i'm busy with  IRL, 1.0d Aric's mod and lack of sleeping. Also, gonna be busy at least half of coming week. Especialy after taking shot of Vaccine in monday and 3 days after.

if your are still around here can you pretty please make an a link to another website

media fire is a b**** who only let you dowload one file whithout paying at time whithout paying  and just with a folder i have take a hell lot of time =(

thank a damn lot by advance

Does mega not work either? https://itch.io/post/3772187

those yes, was thinking those 2 website was about a different pack each, but well my english is shit so must have my head inside my ass (it's an expression here , hope it's the right word)

(1 edit)

Nooooo, it's gone :(
Edit: HQ pixeldrain link still works, hope it won't destroy my pc... But the rest of the links are dead.

Viewing posts 14 to 33 of 43 · Next page · Previous page · First page · Last page