aammooss1122 发表于 2011-11-20 00:47

■coc <cell edid> - This will teleport you to any location you type in. ■Example: coc riverwood, or coc whiterun
也可以用來傳送到別地方: coc riverwood, coc whiterun ...
■fov x - Adjust field of view (insert fov value into )
//这个是调景深的,x是调的数值。在第一人称下有用
■showracemenu - Bring up character customization menu. NOTE: Your health Magicka, Stamina, and Health levels will be spread evenly on using this depending on your character's level. It will remove any point distributions that were custom. NOTE2: Make sure you are in the third person view before editing your character, otherwise you will be invisible, and unable to see the changes made on your character.
開起創造人物的畫面
■TGM - Toggle God Mode (invincible, also removing encumbering effect, removing shout cooldown, and granting unlimited magicka and stamina)
無敵
■TCL - Toggle Collision (no clipping mode; interacting possible, walk pointing up to fly into the air)
移除物理碰撞,箭頭往上可以飛
■TM - Toggle Menus (Removes the HUD and other dialogue texts)
//把界面的hud全部清除
■TMM (0) - Toggle Map Markers (all locations, tmm 1 turns on, tmm 0 turns off)
//开关地图上的图标,1开,0关
■TFC - Toggle freefly cam (removes the body and set the camera free, you will not be able to interract)
//开启自由视角,照相用的
■TAI - Toggle Artificial Intelligence (freezes npc, they can't walk, move, or anything.)
//冻结npc的移动
■TCAI - Toggle Combat Artificial Intelligence (same as TAI; however only makes the NPC not being able to combat)
//冻结npc的战斗能力
■TDetect - Toggle AI Detection (You can steal all you want and no one will see you, doesn't work with pickpocketing)
//开了这个你可以光明正大的偷东西,但对摸包不管用

Codes using player target command:

■player.addperk <variable> - ( 000581e7 for Augmented Flames level 1 ; "player.addperk 000581e7") ■(To find the perk id type 'help "perk name" 4', then add each level in order). Make sure to put double quotes around perks with a space in them.
每個PERK ID都代表著一個技能樹裡面的光球
看你要學什麼就點什麼(如果想要全學的話後面有BAT指令,可直接使用)
Perks ID在PERK.txt裡面
■player.addspell <variable> - ( 0007e8e1 for Raise Zombie : "player.addspell 0007e8e1")
增加法術(SPEL.txt)
建議不要用這個指令,可以用player.additem取得書然後再學!!!!!!!
■player.additem <base_id> <amount> - (F # for gold, A # for lockpick ; "player.additem F 100" adds 100 gold for example) Skyrim Item Codes
增加物品(AMMO子彈, AMOR盔甲, BOOK書 ...)
■player.setcrimegold XXX - Set it high if you want to fight, set it at 0 if you want to be free.
修改賞金(好像有BUG)
■player.setlevel X - Make X equal your desired character level.
修改人物等級
■player.setav speedmult X - Where X equals your movement speed in a percentage value. (100 = 100%). (NOTE: using this can crash your game if you run into a new area too quickly) ■NOTE: To enable the new movement speed you have to activate sneaking, running or drawing/sheathing your weapon(s) once.
修改速度(100=100%)
■player.setav skill X - Sets skill without messing with level gains. The skill name can be found from the skill list, and X equals the value you want that skill to be. This also works for health, stamina, magicka, and carryweight. Example: sets your archery to 50.
修改技能等級. 例(把弓術提升到lv.50): player.setav marksman 50
■player.modav skill X - Buffs or debuffs a skill. The skill name can be found from the skill list, and X equals the value you want that skill to be. Example: If your Block skill is 30, you can "player.modav block 10", activating a buff to your Block and setting it to 40 (with the skill level appearing green as if a spell or item is affecting the skill). The same can be done in reversing by using a negative integer. Using "player.modav block -10" would activate a permanent debuff to your Block and set it to 10 (with the skill level appearing in red).
給技能加BUFF

Other helpful codes:

■movetoqt xxx - Teleports you to the quest marker, replace xxx with quest ID (for example: taking a Thieves Guild burglary side quest you input "movetoqt tgrbe").
■showquesttargets - Shows all current quest IDs, note: Having more than four quest or more may have some quest IDs will be cut off when displayed in console.
showquesttargets和movetoqt可以一起用
比如說你想要直接傳送到目前的QUEST的重要人物面前
你就打showquesttargets找出那個QUEST的代碼
然後movetoqt <代碼>傳送
■AdvSkill - Give the player the desired amount of skill usage points (after some testing the number placed at the end of the command would indicate usage points, not skill points, for example: if you used advskill onehanded 100, it would be the equivalent of 100 swings of a one handed sword, not 100 skill points.) - Skill List
增加技能經驗(非等級)
■IncPCS - Increase the players skill points by one point - Skill List
//增加一点技能点
■player.modav carryweight ## - Adds amount to weight limit (Can also use health or magicka or stamina instead of carryweight to increase those totals.)
增加負重最大值.
例:本來負重是300,打了player.modav carryweight 100負重變400
■qqq - quits the game without exiting to the main menu.
跳出遊戲
■unlock - Target the desired chest or door by clicking on it and then type "unlock"
//控制台下点击你想要解锁的箱子或者门,输入这个解锁
■lock XXX - You can lock chests and door, or people by targeting them and typing "lock" followed by the level of difficulty you wish to set it at.
開鎖和上鎖
■kill - Target your enemy by clicking on them once in the console menu and type "kill" and it does just that.
殺一個人(需要目標)
■killall - Kills all hostiles in your immediate vicinity
殺全部的人(雄中雄XD)
■resurrect - Killed someone you didn't mean to? Target them once in the console menu and type "resurrect" and it will bring them back from the grave as they were before the fight started. (add a one after resurrect, and they will just stand up alive, their items won't respawn, so if you take all the gear, weapons off a character, then they will stand up naked. Useful for giving characters gear they wouldn't have normally.
復活(需要目標)
■removeallitems - Target the desired character from the console menu and then type "removeallitems" and they will be stripped of everything in their inventory, including their clothes.
把選中的目標身上東西全部移除
■psb - (Player Spell Book) Unlocks all spells in-game and unlocks all shouts. Note that using this command will unlock spells, even those used to test Skyrim
//解锁所有龙吼以及魔法,解锁的包括测试用的技能
不要用,用了你會後悔.
■caqs - Complete all Quest Stages
完成所有任務~!會當機!!!!!!!!!!!!!!!!!!!!!!!
■player.advlevel - Force a Level Up(does not add ability to pick new trait)
增加等級但是不增加MAGIC/HEALTH/STAMINA選項
■enableplayercontrols - This command is used to enable controls during cinematics when they're disabled. Occasionally the game will glitch, instead of reloading put in this command and carry on.
讓你在放動畫的時候也可以自由移動
■sexchange - Changes the gender of the player's character (Helpful for getting stubborn arrows relieved from the body)
變性
■set timescale to # - Set the rate at which time passes. (16 is the default, 1 is realtime)
修改時間速度

15258885 发表于 2011-11-20 18:02

defsdfsdfsdfsdfsdfsfsfsfsfsf

ddrayking 发表于 2011-11-20 18:12

好东西,顶上去!

i_i2603 发表于 2011-11-20 18:27

e感謝分享

skl1979 发表于 2011-11-21 10:28

linyun086 发表于 2011-11-21 10:42

表示对E文很无力……

不过还是要支持个~~

feng779 发表于 2011-11-21 10:56

dddddddddddddddddddddddd

地上的钱包 发表于 2011-11-21 10:57

备用~~~~~~~感谢~~~~~~~~~~~~~

xsp999 发表于 2011-11-21 11:04

很好很强大

feng779 发表于 2011-11-21 11:52

傳送到一個有遊戲裡所有物品的房間
是这个代码吗?coc qasmoke

bbslover 发表于 2011-11-21 12:11

bbslover 发表于 2011-11-21 12:14

ct_174880859 发表于 2011-11-21 12:19

谢谢分享

mjtj 发表于 2011-11-21 12:26

多谢分享。。。

seed360 发表于 2011-11-21 12:39

不错不错!LZ辛苦了!

bluelectron 发表于 2011-11-21 12:42

谢谢分享,新人还不知道怎么用

kaka2000 发表于 2011-11-21 12:48

好东西,顶上去!

wc2009 发表于 2011-11-21 12:57

支持的说,,,

yuki4488 发表于 2011-11-21 13:13

xiexie lz le

bbslover 发表于 2011-11-21 13:13

q3312880 发表于 2011-11-21 13:22

635741 发表于 2011-11-21 13:24

真心玩不过的时候再用吧

showdow 发表于 2011-11-21 13:47

我是来支持的

66654 发表于 2011-11-21 13:55

楼主辛苦了,支持一个

maky33 发表于 2011-11-21 14:15

感謝分享

kongqingchun 发表于 2011-11-21 14:18

:lol:lol:lol:handshake

bbslover 发表于 2011-11-21 14:42

jhd218 发表于 2011-11-21 14:47

魔法有中文解释的就好了。。。。。。。。。。。

xeon137 发表于 2011-11-21 14:55

非常好 支持一下 收藏了

bbslover 发表于 2011-11-21 14:56

页: 1 2 3 [4] 5 6 7 8 9 10
查看完整版本: 所有ID+控制台命令+BAT指令