+ Reply to Thread
Results 1 to 11 of 11

Thread: Saved Files/Screenshots -- Where??

  1. #1

    Saved Files/Screenshots -- Where??

    I can't seem to find where the game is saving my files (screenshots or saved game files). The folders labeled 'saved games' and 'Screenshots' are empty, despite my numerous save files and screenshots. There's nothing under my documents either? Anyone else having this issue? I'm confused.

    Edit: Nevermind. I found them finally. Weird place. I would delete this thread but I don't know how (if I can).

    For the curious: they were under AppData > Local > Virtual Store > Program Files (x86) > Paradox Interactive > Sengoku

  2. #2
    Major oddible's Avatar
    Victoria: RevolutionsEU3 CompleteEast India CompanyHearts of Iron IIISemper Fi
    Victoria 2Crusader Kings IIFor the MotherlandSengokuVictoria II: A House Divided
    March of the Eagles

    Join Date
    Aug 2003
    Location
    Vancouver, BC
    Posts
    586
    Don't delete the thread. I just asked the same question in the Quick Answers thread. That is the most obnoxious place to store data ever. They should go in the Users/MyUserName folder somewhere, probably in /My Documents/My Games/Sengoku or something.

    Why in the world put screenshots in a hidden folder!?!?

  3. #3
    Megalomaniac birdboy2000's Avatar
    Diplomacy PlayerEU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis: Rome
    Victoria: RevolutionsEuropa Universalis III: In NomineRome: Vae VictisHearts of Iron IIISupreme Ruler 2020 Gold
    For The GloryHeir to the Throne200k ClubSemper FiVictoria 2
    Divine WindCrusader Kings IISengokuVictoria II: A House DividedCrusader Kings II Holy Knight

    Join Date
    Jan 2007
    Location
    Massachusetts
    Posts
    1,432
    This may be the OS's fault and not Paradox. I installed it in a folder on the desktop and ran into none of these issues - saved games went in the right place and everything.

  4. #4
    Major oddible's Avatar
    Victoria: RevolutionsEU3 CompleteEast India CompanyHearts of Iron IIISemper Fi
    Victoria 2Crusader Kings IIFor the MotherlandSengokuVictoria II: A House Divided
    March of the Eagles

    Join Date
    Aug 2003
    Location
    Vancouver, BC
    Posts
    586
    Not the OS's fault. If Paradox is using an API call that results in the data being saved to a hidden directory, that is their error.

    I just want stated for the record that I'm loving this game, but I'm posting issues to encourage improvement in the next patch.

  5. #5
    Producer Paradox Dev Team Kallocain's Avatar
    EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineEU3 CompleteRome Gold
    Hearts of Iron IIIHeir to the ThroneVictoria 2Divine WindEU3: Chronicles
    Crusader Kings IISengokuHearts of Iron: The Card GameVictoria II: A House DividedCrusader Kings II Holy Knight
    HOI3: Their Finest HourMarch of the EaglesVictoria 2: Heart of Darkness

    Join Date
    Aug 2009
    Location
    Stockholm,Sweden
    Posts
    3,312
    Quote Originally Posted by oddible View Post
    Not the OS's fault. If Paradox is using an API call that results in the data being saved to a hidden directory, that is their error.
    If you install the game in program files, any files that change will end up in virtual store instead. We are working on ways to change this, but for now I recommend to just install the game elsewhere.

  6. #6
    Reichsmarschall Paradox Dev Team Darkrenown's Avatar
    Hoi2 Beta MemberEU3 OwnerNapoleonic MarshalDeus Vult!Europa Universalis: Rome
    Europa Universalis: Rome (Collectors Edition)Finder of the Lost EmpireHearts of Iron 2: ArmageddonEuropa Universalis III: In NomineRome: Vae Victis
    East India CompanyHearts of Iron IIIVictoria 2 BetaFor The GloryHeir to the Throne
    200k ClubSemper FiVictoria 2Divine WindShip Simulator Extremes
    EU3: ChroniclesFor the MotherlandSengokuVictoria II: A House Divided BetaHearts of Iron III Collection
    Victoria II: A House DividedHOI3: Their Finest HourVictoria 2: Heart of Darkness

    Join Date
    Jan 2002
    Location
    Berlin Destaliniation plant
    Posts
    22,591
    Quote Originally Posted by oddible View Post
    Not the OS's fault. If Paradox is using an API call that results in the data being saved to a hidden directory, that is their error.
    It's a UAC thing, isn't it? Stuff in program files isn't modified, rather a clone is made elsewhere which can be modified and used instead. Perhaps there's something we can do to avoid it, but it's a Vista/Win7 feature.
    Relentless madman.

  7. #7
    Captain SlyEcho's Avatar
    Deus Vult!EU3 CompleteRome GoldHearts of Iron IIIFor The Glory
    Heir to the ThroneMount & Blade: WarbandSemper FiVictoria 2Divine Wind
    MagickaCities in MotionSword of the StarsCrusader Kings IIFor the Motherland
    SengokuHearts of Iron: The Card GameSword of the Stars IIVictoria II: A House DividedCrusader Kings II Holy Knight
    StarvoidHOI3: Their Finest HourMarch of the EaglesCities in Motion 2Victoria 2: Heart of Darkness

    Join Date
    Aug 2010
    Location
    Tallinn
    Posts
    438
    UAC virtualization. You can see if it is enabled for a process in Task Manager. You can also turn it on / off from there as well. Also manifests can turn it off aswell. But don't expect the game to work when you do turn it off. Most likely giving security errors when you try to save the game. It would require some rewriting to use another directory like AppData or My Documents.

    Another way would be to change the permissions of the direcory when installing into Program Files. I think Steam does this but I don't know if this is actually a good idea.

    That being said, you can use the virtual directory for useful things as well like modding. Turn virtualization on for your text and image editors and you can change things in the game files without actually touching the originals.

  8. #8
    Major oddible's Avatar
    Victoria: RevolutionsEU3 CompleteEast India CompanyHearts of Iron IIISemper Fi
    Victoria 2Crusader Kings IIFor the MotherlandSengokuVictoria II: A House Divided
    March of the Eagles

    Join Date
    Aug 2003
    Location
    Vancouver, BC
    Posts
    586
    Ahh, well, the recommended way is for the game to call the OS to get the user directory to save the games. Best practice is to install the game in Program Files for security - and call the OS to handle where it should be putting the saved user content. The file system since Vista is no longer open and unrestricted.

    The concept Microsoft is trying to do here is a good one. The biggest issue is that they don't really enforce it - it would be nice if there were an API call for "Games" and everything would go under a My Documents/My Games folder but instead there are calls for the general user directory and documents so most game devs just toss their saves willy nilly all over the user's My Docs folder, to be mixed in with user's personal stuff. I do think it is going in the right direction, though we're not quite there yet.

  9. #9
    Captain SlyEcho's Avatar
    Deus Vult!EU3 CompleteRome GoldHearts of Iron IIIFor The Glory
    Heir to the ThroneMount & Blade: WarbandSemper FiVictoria 2Divine Wind
    MagickaCities in MotionSword of the StarsCrusader Kings IIFor the Motherland
    SengokuHearts of Iron: The Card GameSword of the Stars IIVictoria II: A House DividedCrusader Kings II Holy Knight
    StarvoidHOI3: Their Finest HourMarch of the EaglesCities in Motion 2Victoria 2: Heart of Darkness

    Join Date
    Aug 2010
    Location
    Tallinn
    Posts
    438
    Yes, game files are not documents, they should not go there. But Microsoft did add the User\Saved Games folder in Vista. Nobody seems to be using it though.

  10. #10
    Second Lieutenant Reckon's Avatar
    EU3 CompleteHeir to the ThroneDivine WindSengoku

    Join Date
    Aug 2002
    Location
    Cádiz, España
    Posts
    106
    For Steam Users: the saved games and screenshots are stored under Program Files\Steam\steamapps\common\sengoku
    Last edited by Reckon; 25-09-2011 at 09:44. Reason: word proof
    La historia sólo es una mera repetición de acontecimientos cambiando quizás tan sólo el nombre de los protagonistas.
    History is just a pure repetition of events, only changing the names of those who played a leading role.

  11. #11
    Colonel Nefaro's Avatar
    Deus Vult!Victoria: RevolutionsRome GoldMajesty 2Supreme Ruler 2020 Gold
    East India Company CollectionRise of PrussiaVictoria 2MagickaCities in Motion
    EU3: ChroniclesSword of the StarsCrusader Kings IIMount & Blade: With Fire and SwordPride of Nations
    Supreme Ruler: Cold WarSengokuSword of the Stars IIHearts of Iron III CollectionKing Arthur II
    Warlock: Master of the ArcaneWar of the RosesA Game of DwarvesMarch of the Eagles

    Join Date
    Oct 2002
    Location
    Kansas City, Missouri
    Posts
    1,119
    Just get in the habit of changing the install location of your games to a different folder on your hard drive, other than Program Files. I always highlight "Program Files" in the install listing and just type in "Games" over it, like: C:\Games\Paradox Interactive\Blah Blah. I'll even take out the extra publisher name, usually, unless I have a lot of similar games from the same one, and it's easy to remember the name (such as PI's).

    While you'll still get some games saving such things to the Windows 'virtual' folders, just as many will save everything to the install location. My screenshots are saved in the folder, in the installation location. Along with the sweet sweet "Open File Location" rt-click option in Windows, it's super easy getting to them via my desktop shortcut for the game.

    You'll still want to check "Run As Administrator" on everything, but this will make your life a little less complicated.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts