- UID
- 2401543
- 主题
- 0
- 阅读权限
- 20
- 帖子
- 2
- 精华
- 0
- 积分
- 1
- 金钱
- 38
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 0 小时
- 评议
- 0
- 帖子
- 2
- 精华
- 0
- 积分
- 1
- 金钱
- 38
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
As described in the other thread, there are cheats available through the game's console. I take no credibility in this as I have created nothing. Kudos to Alex May and everyone else who's behind this wonderful little game.
Do NOT try this if you haven't played the game yet. Eufloria is a wonderful game and should be experienced in the way that is intended, not in the way of cheating.
前面是感谢找出这些命令的仁人志士,愿主带走他们,amen!呵呵
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()
昨天就用加种子的命令了,感觉游戏不是很稳定,在控制台中反应比较慢,其他的请大家多尝试一下,有什么命令拿出来分享哈
[ 本帖最后由 jokerblue 于 2009-10-25 11:57 编辑 ] |
-
总评分: 金钱 + 5
查看全部评分
|