
- FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID INSTALL
- FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID MODS
- FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID OFFLINE
I even tried to move the game as it's described here: īut only difference it made is that the game won't start from the FalloutNVLauncher.exe saying it can't find. I have reinstalled the game several times. The game starts, no problem, but there are no mods.
FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID MODS
But I can't get the MO load the mods into my game. I've decided to buy New Vegas Ultimate Edition on Steam.

I've been modding every TES game since Morrowind and this is the first time I'm trully lost. \%TempFile%.Hey guys, didn't want to start new topic, but I have the same problem, hope you could help me out. REM read the Temp file and filter the outputįOR /F "tokens=* USEBACKQ" %%F IN (`findstr /I "rungameid". REM Prepare for trouble, and make it doubleĬopy "%appdata%\Microsoft\Windows\Start Menu\Programs\Steam\%GameName%.url" "%TEMP%\%TempFile%.txt" It takes files from %appdata% start menu folder, duplicates, and changes the file extension from ".URL" to ".TXT" Then it read out the output and filter it. If you're using Windows, you can try using this Batch Script to get your Run Game ID. acf file will have that listed in there too (i have came across the rare instances where game folders in common aren't intuitive to the game they actually are)

This method also has the extra benefit in that if you are looking for where the game files are, the. acf files and/or just the steamapps directory (as it can slow right down if your also searching every file in the common directory which is where the games are normally downloaded too)
FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID OFFLINE
While 3ventic's answer is the easiest way, there is a way to do it which is fully offline and more garunteed than Waddling Pig's answer (as not all games have that steam_appid file) however this will only work for games you have downloaded as this method has you look in the steamapps folder.
FALLOUT MOD MANAGER UNABLE TO DETERMINE STEAM APP ID INSTALL
Your path to /steamapps/ may vary if you install your games to a non default place.

A list of all your installed steam apps and their appID's can be obtained easily with one line of BASH offline using grep, sed and awk to look at the appmanifest files in Steam/steamapps/(on Linux/Unix)
