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
WINDOWS KEY + R
CMD
SC STOP TAVERNWORKER_1_1
SC STOP TAVERNCOMN_1_1
instead of winkey+r , CMD , you may winkey+r , NOTEPAD
save the two sc stop COMMAND LINE commands i wrote above, save as 'all files' not '.txt'
type STOPSERV.BAT
you now can close them with a double click (if they stay open when you are not playing the game and DO test that they ARE increasing your profile game play hours incorrectly and want to find out if that is why)
DISABLING SERVICES THROUGH DOS BY DR MEKLIN:
sc config schedule start= disabled
sc config audiosrv start= auto
sc config TAVERNWORKER_1_1 start= demand
this changes the START DWORD VALUE in HKLM\system\control\controlset001\services from:
4 (disabled)
3: auto
1 system start
2 demand
0 boot start
correct me if im wrong
Launch Dark Darker From DOS
PAGE FILE:
WindowsKey+R = Run, sysdm.cpl > Advanced > Performance/settings > Advanced > Virtual memory/change > Set no Page file to all drives, click set
16gb ram? 8192-16384
32gb ram? 8192
DOS BATCH FILE: line for line exact, save from notepad as .BAT file and change your steam.exe directory, tested working date of this post, login server ip portal subject to change:
sc start tavernworker_1_1
"e:\steam\steamapps\common\dark and darker\tavern.exe" -server=http://54.148.133.180:30000 -steam=1 -taverntype=steam -tavernapp=dad
this batch file will automatically open DungeonCrawler.exe after it is run, the first line starts the service, so if you dont have permission to do that, try NSUDO or RUNAS with processhacker. yes, there are 'steam' shortcut .lnk files, but why not do it the master of windows 7 and 10's way?
aside from the parameters taverntype, tavernapp, and steam=1, i have some rust stuff and unity/unreal launch stuff:
-malloc=system
+mat_antialias 0
yes, some steam launch parameters use a + sign instead of a - sign, they are not from DOS
-USEALLAVAILABLECORES
-window-mode exclusive
this one above does some strange things on the full screen display as far as showing what its actually on, it will be 1920, but say its 1280x780 , etc
-sm4
there are many more you can use such as -refresh 144, etc, you can set how much ram the app uses as well
alright sorry, i'll stay out of the steam tech support area with 35 years of windows and programming knowledge then. the ghosts of outsourced, hollowed out american industries comparing destroyed will and creativity or reference knowledge replaced by 'windows technical support' AI cookie-cut "just type /sfc scan now", a plague of disinformation and monopolized sales of it to every unique question online, every suffering child on his first gaming pc, raped by modern internet moguls and their websites which will all be keyworded to those unique questions replacing anything made by someone like me who has fixes, registry editor knowledge, will be then sold to the highest bidder on a 'good return tech website' start-up, every single one with the same answer, "sfc-scan now!" the censorship and total destruction of the american amendments turning your forum into yet another barren wastelands like that of unanswered reddit threads now numbering in the thousands.
-nolog -high -malloc=system -maxMem=20000 -cpuCount=6 -exThreads=12 -refresh 165 -dxlevel 80 -force-d3d11-no-singlethreaded +mat_antialias 0 -USEALLAVAILABLECORES -window-mode exlusive -sm4 -nopopupwindow -force-feature-evel-11-0 -winxp
my PERSONAL steam.exe launch params (both run thru notepad saved as .BAT file!) bat files!
e:\steam\steam.exe -steamos -no-browser -nofriendsui -nochatui -manuallyclearframes 0 -nodircheck -norepairfiles -noverifyfiles -nocrashmonitor -nocloud -nocrashdialog -vrdisable -skipstreamingdrivers -single_core -cef-disable-cpu -cef-disable-sandbox +open steam://open/minigameslist
TIMEOUT /T 30
EXIT
note minigame list bugged recently, not sure if work, note: cef commands picked up from processhacker via 'compatability' launch, its go to once it cant run (i run from windows logon screen, i have no desktop, im a guest with less win services activated at boot thus so), note i have SC CONFIG STEAMSERVICE START= DISABLED as wel as the .exe binary for it renamed, an error provided at every game launch (it tries to acccess it every time a game launch even if disabled! steam service is a VIRUS!) and then i want to get rid of steamerrorreporter64.exe too, perhaps cuz it run after games close/steam is closing? so my batch will include, rename the RENAMED AT BEGINING OF COMPUTRE BOOT/BEROFRE I LAUNCH STEAM: errorreporter64.ex (renamed, useless form: .ex ), then change back to .exe in a CLOSE STEAM SCRIPT so it doesnt keep give me the error or when it patches so it doesnt redownload it)
TavernWorker also closes for me when the game is closed. Are you on Win10 or 11?