Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Personally, I feel like the change to mods being in user's folder is brilliant. Keeping it separate like that makes it super simple to revert back to vanilla without a bunch of guesswork (if a person hadn't kept track of their modding.) Maybe other game devs will start doing something similar for their games.....would be kinda nice imo.
Happened back in 2019-02-27 - A17.2 is out!
I'm looking for a way to load mods (small mods like UH60) from geforce now, I´m trying everything I can think of.
Thanks for the reply.
If I try to use the -UserDataFolder= option with a double quoted path I get a few errors and then an endless string of NullReferenceException messages.
Example: If my shortcut is
"E:\MoreSteamGames_II\steamapps\common\7 Days To Die\7DaysToDie_EAC.exe" -UserDataFolder="E:\7D2D\Saves\a20x-test" -logfile E:\7D2D\output_log.txt -force-d3d11 -usenativeinput -nogs
then I get
2022-05-14T12:19:04 1.437 ERR [EOS] [LogEOS - Error] Invalid CacheDirectory supplied in platform options, Path: "E:/7D2D/Saves/a20x-test", Error: Cache directory path is relative, it must be an absolute path
2022-05-14T12:19:04 1.438 ERR [EOS] Failed to create platform
and then a couple of "ArgumentException: Path contains invalid chars" messages
If I take out those quotes then it works fine, but if my data folder path has spaces in (didn't use one in this example), don't I need to use double quotes?
Try removing the '-' ("special characters") from the path *shrug*
That's just the normal '-' character but for testing I also tried this
"E:\MoreSteamGames_II\steamapps\common\7 Days To Die\7DaysToDie_EAC.exe" -UserDataFolder="E:\7D2D\Saves\a20x" -logfile E:\7D2D\output_log.txt -force-d3d11 -usenativeinput -nogs
and it gives the same error.
I guess I should post this in support and bugs, people seldom read pinned threads.
Plenty of examples on Steam that decided to do workshop too early and the workshop is just bogged down and it's all but impossible to find stuff that actually works.
Apparently this does not work like most normal command line options.
You have to put the quotes around the whole command.
"-UserDataFolder=E:\Saves\a20x test"
As above to get the path with the spaces.