魔獸控制台命令集

2021-04-28 07:38:58 字數 2924 閱讀 1307

/console set profanityfilter "0"

關閉關鍵字遮蔽功能

[::艾澤拉斯國家地理 bbs.ngacn.cc::]

/console set accountname "你的帳號"

登陸介面記憶你的帳號,帳號修改後無效

/console set targetnearestdistance "50"

將tab的最遠距離改為50碼 (最大是50)

/console set targetnearestdistanceradius "50"

用tab選擇身後的目標最遠設為50碼 (預設是10碼)

/console set combatlograngepartypet "150"

將能夠得到該範圍內的寵物戰鬥資訊

/console set combatlograngefriendlyplayers "150"

將能夠得到該範圍內的隊友戰鬥資訊

/console set combatlograngefriendlyplayerspets "150"

將能夠得到該範圍內的隊友寵物戰鬥資訊

/console set combatlograngehostileplayers "150"

將能夠得到該範圍內的敵對玩家戰鬥資訊

/console set combatlograngehostileplayerspets "150"

將能夠得到該範圍內的敵對玩家寵物戰鬥資訊

/console set combatlograngecreature "150"

將能夠得到該範圍內的生物戰鬥資訊

/console set combatlograngeparty "150"

將能夠得到該範圍內的友軍戰鬥資訊

/console set combatdeathlogrange "150"

將能夠得到該範圍內的死亡資訊

/console set screenshotformat tga

截圖使用.tga格式

截圖使用.jpg格式

/console set screenshotquality 10

更改截圖畫質(1-10)

補充:/script playerframetexture:settexture("inte***ce//targetingframe//ui-targetingframe-elite");

讓wow的自帶頭像周圍變成jy標誌

/script playerframetexture:settexture("inte***ce//targetingframe//ui-targetingframe-rare");

讓wow自帶頭像周圍變成稀有標誌

/script setcvar("cameradistancemax", 19)最後邊的數字就是,介面設定裡邊的是15。最大50

視角距離

在目前的beta測試版wotlk中,玩家可以通過控制台輸入各種巨集命令來直接調整畫質,比如細節水平或植物密度,tbc也可能會加入這一特性。由於遊戲尚未完工,所以現在還不確認最終的畫質提公升程度,甚至還有人說根本沒有提公升,只是能自由調整而已。

根據wow官方論壇的訊息,典型的wow和tbc的畫質相當於在控制台執行以下命令:

/console overridefarclip 0

/console farclip 777

/console horizonfarclip 2112

/console groundeffectdensity 32

/console groundeffectdist 35

/console smallcull 0

/console skycloudlod 0

/console characterambient 0

/console extshadowdetail 0

事實上這些都是最低設定,再往上還有:

低:/console overridefarclip 0

/console farclip 1277

/console horizonfarclip 2112

/console groundeffectdensity 96

/console groundeffectdist 140

/console smallcull 0

/console skycloudlod 1

/console characterambient

/console extshadowdetail 2

中:/console overridefarclip 1

/console farclip 1750

/console horizonfarclip 2112

/console groundeffectdensity 128

/console groundeffectdist 140

/console smallcull 0

/console skycloudlod 2

/console characterambient

/console extshadowdetail 3

高:/console overridefarclip 1

/console farclip 2000

/console horizonfarclip 6226

/console groundeffectdensity 256

/console groundeffectdist 140

/console smallcull 0

/console skycloudlod 3

/console characterambient

/console extshadowdetail 4

git 控制台命令集

mkdir 檔名 建立資料夾 pwd 顯示當前目錄 git init 把當前目錄建立乙個空的git倉庫 ls ah 檢視隱藏資料夾 git add 檔案 新增檔案 git commit m commit file 提交檔案 git status 倉庫當前狀態 git diff 檔名 檔案不同改變 g...

Git控制台命令

檢視 新增 提交 刪除 找回,重置修改檔案 git help 顯示command的help git show 顯示某次提交的內容 git show id git co 拋棄工作區修改 git co 拋棄工作區修改 git add 將工作檔案修改提交到本地暫存區 git add 將所有修改過的工作檔案...

MYSQL 控制台命令

sql 命令結尾要加分後!mysqldump 命令需要在cmd視窗cd到mysqldump.exe 所在目下下執行。一 連線mysql 格式 mysql h主機位址 u使用者名稱 p使用者密碼 1 例1 連線到本機上的mysql 首先在開啟dos視窗,然後進入mysql安裝目錄下的bin目錄下,例如...