安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
My compliments on starting a new thread.
I'm getting confused here,can you run RTW2 normally e.g without black screens/crashes or lagging/freezing?,if so i suspect the mods are probably the cause of the launcher being laggy/slow to respond.
System specs and OS+version/build number would be very usefull.
Some basic troubleshooting steps you could try:
#1.Steam-->settings-->downloads-->clear download cache(you will need to log back into steam).
#2.Download and re-install RTW2:
#3.Steam-->library-->RTW2-->settings(cog icon)-->properties-->installed files-->verify integrity.
If intergity check is succesfull then i suggest for testing purposes you try running RTW2/ATW/PTW without any mods/loaders or any other 3rd party mod tools installed.
If previous attempts fail you could try this:
#3.CMD(admin)-->SFC /SCANNOW (Scans integrity of all protected system files and repairs files with problems when possible.)
#4.CMD(admin)-->CHKDSK /F (Fixes errors on the disk.) /R (Locates bad sectors and recovers readable information)
Modding games is always somewhat error prone,we are after all talking about unsupported 3rd party code.
Installing more then a few mods exponentially increases the odds that a game starts lagging/freezing or crashing because of access violations(0xc0000005 or application errors(0xe0000008/0xc000007b) etc.
If you require further assistance i will provide it.
Regards,
I'll be honest, i don't know how but i did a pc reset, made backup of some stuff i needed and reset. Don't ask me what it was, but now it works well. Did many things and nothing worked, but reseting the pc works? Well anyway thank you very much, i'll save your comment in pc for future errors if happens again.
Glad you got it sorted!
A pc reset means you re-imaged the OS from the OEM recovery partition,wich is very nice to have but overkill in this situation,this is normally only done when the system/OS has serious issues or can't/won't boot.
May i suggest the following:
#1.You turn on system recovery if you have a couple GB of free space on your device/partition,it will create restore points,wich are faster,less cumbersome and will simply roll-back your sytem state days/weeks/months in time,depending on wich restore point you load.
#2.Or alternativly create a system backup (you will need an external storage device) wich will simply create an image of the OS/system file tree,wich can easily be rolled out when necessary.
Both of these options have the advantage of not having to reinstall a whole bunch of device drivers/windows updates and re-installing your software,and possibly retain some data that resides in the file system tree(game saves/mods etc.)
My compliments to you my good sir,you are wise beyond your years,and you have very good technical and communication skills.
I'm thuroughly impressed,happy gaming!
High regards,
P.S feel free to ask me if you have any questions or other issues,or if you would like some more assistance/advice.
Why does everyone resort to the most extreme and uninstall everything? Had the same problem but only lasts a few seconds. Just verify your files, update you GPU drivers and wait for the next launcher update they will probably just flatten the delay out.
https://community.creative-assembly.com/total-war/total-war-warhammer/forums/7-patch-notes-amp-announcements/threads/9507-total-war-warhammer-iii-hotfix-6-1-2
Try just deleting the Launcher folder in.
(you will have to make a note of any mods currently selected as this resets what u have selected to load)
%APPDATA%\The Creative Assembly\
It should help in short term , and a new one will get created on game start.
used_mods.txt in game folder contains a mod list of last game loaded mods used.
The game launcher updates this file
Welcome to the new Total War launcher![www.totalwar.com]
From memory the original version was made about 12 years ago after rome 2 was released on steam, But u have always been able to load mods using a script.
{Simply use *two* batch files - "nested"}
>@echo
>
> Batch#1
>@echo off
> call Batch#1 > output.txt
> call Batch#1
>
> Batch#2
> (contains: the original contents of your batch file)
>
>Batch#1.bat
>@echo off
>call Batch#2.bat >output.txt
>call Batch#2.bat
>
>Batch#2.bat
>@echo off
>find /i "output.txt" xcopy *.bat2 "c:\folder" /y idiots.xml
>
>@echo off
>
>>>EOF<<<