游戏达人
  
- 贡献度
- 88
- 金元
- 21271
- 积分
- 2479
- 精华
- 0
- 注册时间
- 2009-9-17
|
闲来无事在D网上乱翻,找到一副盔甲,说明里面有个连接,用在线翻译后,说是一篇让控制台可见的设置,翻译全文完全看不懂 ,请高手看看是不是啊? 最好制作个成品出来
地址:
http://dragonage.wikia.com/wiki/Console_(Dragon_Age_II)
以下是该网截文:For the developer console in Dragon Age: Origins, see Console (Origins).
The developer console is an in-game command line tool that allows you to perform functions which are not normally possible (multiple classes, new items, kill all enemies on screen, immortality, etc.). Note: It is very important to note that all codes have the ability to potentially break your game/saves. Use the console with caution and remember to back up your saved games.
Note: Despite the name, the console is not available on console (i.e. PS3 or XBOX360) versions of the games.
Enabling the console  Edit
There are currently two ways to enable the console. Only editing the DragonAge2Launcher.xml game file seems to work for the Steam version Making a shortcut  Edit
Make a shortcut to your "DragonAge2.exe" file (typically located in the C:\Program Files (x86)\Dragon Age II\bin_ship folder) on your desktop, Start Menu, or wherever. Right click on the shortcut, choose properties, then add the following to the end of line in the "Target" field: -enabledeveloperconsole — it should look something like this: "C:\Program Files\Dragon Age II\bin_ship\DragonAge2.exe" -enabledeveloperconsole
Be sure that there is a single space between the last quotation mark and the hyphen. By editing a game file  Edit
Another option is to edit the file …\Dragon Age II\data\DragonAge2Launcher.xml (i.e., within your Program Files folder). This will allow you to run the game from its normal shortcut, but requires you to edit a game file. This should be done carefully. Make a backup of the file, first. Then, find the line <condition name="FirstRunCheck" type="FileExist" file="${USERDATA_DIR}\SystemInformation.xml">
The line below should be something like this: <true action="execute" file="${BINARIES_DIR}\DragonAge2.exe" path="${BINARIES_DIR}" autoquit="true" />
Add an attribute arguments="-enabledeveloperconsole" to it make it read <true action="execute" file="${BINARIES_DIR}\DragonAge2.exe" path="${BINARIES_DIR}" autoquit="true" arguments="-enabledeveloperconsole" />
For Mac users, locate the file in your user library by going to
Library/Application Support/Dragon Age II/config
Right click to open the file with Text Edit and after the line [AppDefaults\\DragonAge2.exe\\transgaming]
copy and paste the following:
"cmdlineadd" = "-enabledeveloperconsole"
To the end of ~/Library/Application Support/Dragon Age II/config Accessing the console  Edit
Open the file "\BioWare\Dragon Age II\Settings\KeyBindings.ini" in your 'My Documents' folder. Open the file in Notepad, then find the line that says "OpenConsole_0=Keyboard::Button_X" (GRAVE is default, change X to any button that is not already used in the game). You can also leave it as "Keyboard::Button_GRAVE" and then use the "backtick" character, which is located under the tilde. For Steam it seems binding the console to Tilde doesn't work for some people. Try binding the console to F6 if all other options failed.
--- It seems that, at least in the Direct Download edition from EA, the tilde button is called Kanji. Editing the line to "OpenConsole_0=Keyboard::Button_Kanji" allows one to open the console as normal, using the same button.
Important Note: Every command typed in the console will be invisible, however, you can see if it's active by typing bound keys (such as trying to move your character or open your inventory), which would normally not work in console mode. The fonts.erf patch from DA:O that was previously used to make the console visible does not appear to work in DA:II.
Once you've got everything set, press the assigned key to activate the console and type in the code followed by <enter> on your keyboard. The easiest code to check if it's working is runscript zz_upgrade, as this code will pop open the enchantment screen no matter where you are in the game. |
|