• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Musashi87

Corporal
17 Badges
Apr 20, 2007
37
0
  • Victoria: Revolutions
  • Hearts of Iron IV Sign-up
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Sengoku
  • Arsenal of Democracy
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Heir to the Throne
  • Divine Wind
  • Europa Universalis III Complete
  • Crusader Kings II
Hi, I launch the game and when I try to launch a scenario, I don't see them in the list.
I tried to change the launching menu on steam but it doesn't work.

Please help !
 
Thanks for posting.

What version is the game - 1.07?

What version of Windows are you using?
 
Thanks, both of those should work fine. Can you print screen a screenshot of the game after you click on single player?
 
Could you run this in the game folder:
Code:
dir /B /O:GN /S 1>files.txt
It would create a file "files.txt" in the game folder, which I'd like you to upload or post the content of in <spoiler><code>-tags.
 
Ah, sorry. Step by step:
  1. open the game folder in Windows Explorer
    • you should be able to left-click into the address bar to show the path
    • when the path is completely highlighted, press ctrl+c - this will copy the path to your clipboard
  2. search for the program cmd in the Start Menu and run it
    • a console window will open
  3. in the console window type "cd ", right-click into its background and select insert
    • the path you copied should appear behind "cd " on the command line - ensure you did not forget the whitespace between cd and path
    • on my machine the command line would now look like this: "C:\Users\Zsar>cd D:\Programme\Spiele\Arsenal of Democracy"
  4. press return to execute the command
  5. note the first letter of the path - this is the device letter and if different from the first letter on your command line nothing will have happened yet: you still have to switch to the correct device
    • type the first two letters of the path
    • on my machine the command line would now look like this: "C:\Users\Zsar>d:"
  6. press return to execute the command
    • you should now be in your game folder
  7. copy the command "dir /B /O:GN /S 1>files.txt" into the command line (as per step 3) - this will enumerate the content of this folder and all its subfolders into the file "files.txt"
    • on my machine the command line would now look like this: "D:\Programme\Spiele\Arsenal of Democracy>dir /B /O:GN /S 1>files.txt"
  8. press return to execute the command
    • the file "files.txt" should be created in your game folder
  9. type "exit" and press return to execute the command - this will close the console window
  10. back in the Windows Explorer, find the file "files.txt" - it might appear as just "files" but with the appropriate icon for a text file
  11. in the browser, while logged into the forum, select the button "Upload a File" under the text box for new posts
  12. find and double-left-click "files.txt" in the file dialog
    • the file should now be uploaded (with a graphical indicator to progress) and automatically attached to the post you are about to make
  13. write some token text into the post, such as "here is it" and post it.
    • the resulting post should contain an attachment just as mine does here
If any error messages are generated on the way, note them down and post them, as well as which step they happened in.
 

Attachments

  • files.txt
    3,9 MB · Views: 511