본문 바로가기

Game_Memory/PC

Eufloria - 몽환적인 분위기의 행성 점령하기

 

몽환적인 분위기의 땅따먹기?류의 게임이다.

각 행성에 씨앗을 생성하는 나무를 심고 씨앗을 모아서 다른 행성으로 공격하여 모든 행성에 내 나무를 심는게 핵심 룰이다.

 

 

 

각 행성마다 에너지, 힘, 속도의 값이 달라서 그 행성에서 나오는 씨앗은 행성 스펙에 따라 생성된다.

나무는 크게 3종류 있으며 10개의 씨앗으로 하나의 나무를 생성할 수 있다.

1. 행성 스펙을 늘리는 나무
부족한 행성 스펙을 늘리는데 사용하며 씨앗을 소모하여 스펙이 늘어난다. 따라서 어느 정도로 씨앗이 모인채로 하지 않으면 생성되는 족족 업그레이드에 씨앗이 소모되어 빈털털이가 될 수 있으니 주의.

2. 씨앗을 생성하는 나무
말 그대로 씨앗을 생성하는 나무다. 시간이 지날 때마다 씨앗이 하나씩 나온다.

3. 방어용 나무
적이 행성에 침입하면 방어 가시? 같은 것을 뿜어서 방어한다.

 

 

 

씨앗 종류로는

1. 기본 씨앗

2. 레이저 팟? 을 만들기 위한 씨앗. (씨앗을 생성하는 나무에서 만들어짐)

3. 레이저 팟 (방어나무에서 생성됨)


사실 이건 씨앗을 오래 도록 모아서 쳐들어가거나 빈집털이를 잘하면 금방 이기는 게임이다.

 

 

 

 

Cheat Engine 테이블은 없는 것으로 알고 있다.

대신 Cheat Key가 따로 있는 것으로 알고 있는데 아직 해보진 않았다.

 



Cheat 하는 법

Game 바로가기에 속성을 들어가서 마지막 뒤에 -console을 입력한다.

게임을 실행하고 컨트롤키 + D 를 누른다.

그리고 F4를 누르면 시야가 바뀐다고 한다.

그 후 F12를 눌러서 각 행성의 ID를 확인할 수 있다고 한다.

그리고 ~ 를 눌러 명령창을 열어서 치트를 입력할 수 있다.

그 이하 자세한 치트는 해보고 추가할 생각.

출처 : https://www.cheathappens.com/show_board2.asp?headID=89645&titleID=15879

To cheat, first enable the console by adding "-console" parameter without quotes to the game's shortcut.

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.

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()
You can do this again and again until you are bored.

 

 

 

 

 

 

'Game_Memory > PC' 카테고리의 다른 글

shapez.io  (0) 2022.04.24
No Umbrellas Allowed  (0) 2022.04.24
MR.PREPPER  (0) 2022.04.24
Meteorfall Krumits Tale - 카드 게임 & RPG?  (0) 2022.04.08
3Minute Heroes - 3분 영웅  (0) 2022.04.05