A lot of the art pack links are dead for both games on the web site but others on Discord have put together art packs into one big pack here:
You must be registered to see the links
This group of art packs has some dups but there are being removed over time.
(At the time of posting many dups have been removed 1 hour ago.)
Art Packs go into the appdata for both games.
For Conquest:
C:\Users\(Your computer name)\AppData\Roaming\Strive for Power 2
For Power:
C:\Users\(Your computer name)\AppData\Roaming\Strive
Both games require folders called "bodies" and "portraits".
Conquest modders are trying to include pregnant "bodies" when the girls get pregnant but don't know yet how far they are into getting a working mod.
Credit for the link goes to
Zalzany
For anyone who, like me, doesn't like putting this crap in your profile, there's a way I've been handling this for decades. Here are the steps. For the following, I want the appdata crap in a directory within the game directory ("A:\Strive for Conquest\appData\")
- Use explorer to move the folder mentioned in the post above to wherever you're wanting it. I moved it from P:\Users\Skinner\AppData\Roaming\Strive for Power 2 .. to A:\Strive for Conquest\appData (actually moved it, then renamed it because ... I'm a retard that wanted to be specific or something, I don't know - you decide)
- Type cmd in your start menu. DON'T CLICK YET.
- Either right click and "Run as Administrator" or CTRL-SHIFT click it. Yes, this is necessary.
- Type this : mklink /D "%appdata%\Strive for Power 2" "[your path]"
-- So, using my example path above, I would type: mklink /D "%appdata%\Strive for Power 2" "A:\Strive for Conquest\appData\"
You should see: "symbolic link created for [romaing appdata directory]\Strive for Power 2 <<===>> [new path]
If you see an error instead, do the usual stuff:
- make sure you didn't typo anything,
- make sure the first directory no longer exists (you moved it to a new location, remember?),
- and the second directory DOES exist (you moved it to THAT location, right?)
- make sure you're not doing something silly like trying to do this while running the game
- You DID CTRL-SHIFT click cmd (or right click and select "Run as Administrator") .. right?
- You DID use quotation marks where I did, didn't you? If the path has a space in it, you MUST enclose it in quotation marks.
- You do have percent marks on both sides of appdata (ie: %appdata%) .. right? This is a special variable that points to your roaming app data folder (side note: %localappdata% points to local.. and I'm not sure if there's one for locallow)