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
							
						
 
											 
													

 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						 
						

 
			 
						





```
5559.134:0020:0024:err:module:import_dll Library wininet.dll (which is needed by L"C:\\windows\\system32\\urlmon.dll") not found
5559.134:0020:0024:err:module:import_dll Library urlmon.dll (which is needed by L"C:\\windows\\system32\\msi.dll") not found
```
The solution is quite smart, and I blame myself for not thinking of it.
`WINEDLLOVERRIDES="wininet=d"` means "disable internet access for the wine prefix".
Sadly as you see above, it does not work.
I'll keep looking for a solution and if I find one I will provide it here.
I have not looked into using winetricks or smthn.
But as for now, the solution is to set steam to offline and the game works in offline mode.
"Just add the following env variable at the launch command:
WINEDLLOVERRIDES="wininet=d"
Hope it helps.
Renaming `Boot_Sequence.bk2` (`Boot_Sequence.bk2.bak`) or using `+com_skipSignInManager 1` in launch options no longer works.
Because I am on linux, I also can not block the application other than block proton completely, and that is less than ideal. Then just setting steam to offline works better.
The funny thing is after pressing lmb (witch probably also means `+com_skipKeyPressOnLoadScreens 1` does not work), a window quickly pops up saying "skipping sign-in manager" or something similar, but then the sign-in window appears anyway and the only way out is esc ==> quits the game.
`+com_skipIntroVideo 1` still works great, thanks for that!
I would go insane having to wait close to a minute every time starting the game!
Thanks for that!
Great guide!
I am using linux, but I don't think that should matter in this regard.