星期四, 十一月 05, 2009

游侠NETSHOW论坛 eufloria 控制台(console)更多命令 - 机械迷城(独立/小型游戏专区) - game.ali213.net!

游侠NETSHOW论坛 eufloria 控制台(console)更多命令 - 机械迷城(独立/小型游戏专区) - game.ali213.net!: "To cheat, first enable the console by adding '-console' parameter without quotes to the game's shortcut.
第一步,按~键,打开控制台,如果没有效果的话,尝试在桌面右下的快捷方式名后加上-console。
In game, first press Ctrl+D and nothing will happen. Then press F4 to change faction visibility as well as camera lock. Press F12 to get desired asteroid ID. Use ~ key to call out the console, and enter
a = GetAsteroid(Asteroid ID) and check that you are indeed the owner of this asteroid:
a.owner this value is 1 for player. Don't panic if it shows error, clean out the input field and try again. Note: Pause your game before entering any of the following cheats. I have found that sometimes the commands would accelerate time in the game, i.e. everything is faster, way faster for some computers to handle I'm afraid.
第二步,按Ctrl+D,没有变化(应该是使F1-F12可用,表面没有变化而已),按F12得到星球的ID,输入(注意!!!为引号内内容)“ X = GetAsteroid(Asteroid ID)”,Asteroid ID就是那个数字即星球的序号,输入后会有如“GetAsteroid(Asteroid ID) OK”的字样,若没有,重试几遍。。。个人觉得控制台有点问题。。。强烈建议用控制台的时候先暂停游戏,否则会出现游戏速度整体变快。
以下是一些控制台/console的命令,个人觉得“a”可用“X”代替,()内都是填数字,整数。。。请大家集思广益一哈
To add seedlings(加种子,):
a:AddSeedlings(integer一个整数即可) To add enhanced seedlings:
a:AddSuperSeedlings(integer)
To modify max number of trees allowed(修改最大的树的棵数):
a.TreeCap = integer
To add and level up a tree(加树和使树升级):
s = a:AddDysonTree()
s:LevelUp() s = a.AddDefenseTree()
s:LevelUp()
To add a flower to a tree(在树上加一朵花): (you have to have a name previously designated to the tree, currently I can't find any method to select an existing tree.)
s = a:AddDysonTree()
s:LevelUp()
s:LevelUp()
s:LevelUp()
flower = s:AddFlower()
flower:GrowToMax()
To add a LASER MINE!!(加一朵激光防御花): (laser mines are, in the game's view, flowers of the defense tree.)
s = a.AddDefenseTree()
s:LevelUp()
s:LevelUp()
s:LevelUp()
flower = s:AddFlower()
flower:GrowToMax()"

没有评论:

发表评论