SRIV Steam patch 10/21/13

I can't go into the menu of any clothes shop or check out my wardrobe :(

That is almost certainly because you have a mod installed that needs to be updated to work with the new patch. Remove all mods with the following extensions, and try running the game:
*.xtbl
*.lua
*.asm_pc
*.str2_pc
 
That is almost certainly because you have a mod installed that needs to be updated to work with the new patch. Remove all mods with the following extensions, and try running the game:
*.xtbl
*.lua
*.asm_pc
*.str2_pc
Does your gameplay + mod have an update I'll need?
 
Also
That is almost certainly because you have a mod installed that needs to be updated to work with the new patch. Remove all mods with the following extensions, and try running the game:
*.xtbl
*.lua
*.asm_pc
*.str2_pc
is there a tool that removes mods? I'm not sure what the original files are.
 
Also

is there a tool that removes mods? I'm not sure what the original files are.

The original files are anything that doesn't have those 4 extensions.
 
I've just had Saints Row 4 updated last night on my PC
& also on my today on my laptop with the latest patch,
and so far whenever I go to start up the game, it crashes
as the menu music plays & menu are about to appear.

I then get an error message saying "app already running",
I tried a couple of the solution such as deleting appcache
after shutting down Steam & then restarting the PC and Steam.

Then I tried disabling my anti-virus, still the same result.
I even had to uninstall & reinstall the game entirely.

No matter what I do, it crashes when I load the game up.
 
Also

is there a tool that removes mods? I'm not sure what the original files are.

You can just write a batch file to keep in your root if needed try this if you wish to edit text just make sure to remove the fullstop after echo on the line of text you wish to have displayed in CMD

Just copy and paste this into a notepad file then save as 'Filename'.bat (make sure you put .bat at end of name of whatever you wish to name this that will make it into a batch file

Code:
@echo off

cls
echo.
echo.
echo.
echo  (Put any text you wish to display here take into account line length)
echo  Hit any key
echo.
echo.

pause

del *.xtbl /Q
del *.lua /Q
del *.str2_pc /Q
del *.asm_pc /Q
del *.LE_STRINGS /Q
del *.cpeg_pc /Q
del *.gpeg_pc /Q
del *.Matlib_pc /Q

cls

echo.
echo.
echo  Clean up complete
echo.
echo.
pause
 
Just delete all files from the root of your sr4 install (but leave the subfolders!) Then, verify integrity of game cache. This will redownload ~100Mb and is a sure fire way to clear out any mods.
 
So delete everything including, but leave the folders labelled "packfiles",
"videos" & "_CommonRedist"? OK...I'll try that.

PS: I tried playing the game without mods, I was able to load
my game. But when I tried saving or autosaving, it crashes.
Just thought you'd might take note of that.

Anyway, I'll give yer advice a shot!
 
I did as you mentioned recently @IdolNinja, I deleted all files except the folders
& then verified...I even loaded the game & tried saving/autosaving to update
my gamesave progress, but as I mentioned before whenever I attempt to save
my game without the mods, it crashes.

So d'ye reckon I'll have to delete my game saves & start a new game?
 
Back
Top