Page 1 of 1

Eggoria

Posted: Thu Jun 13, 2019 3:31 pm
by Rysefox
I made a quick table for Eggoria.

Table Preview:
Image

Again, you need to load pointers to the Lua scripts (enable Load eggdata) and start playing, and you should be fine


Have fun

Re: Eggoria

Posted: Sat Jun 15, 2019 2:59 pm
by Ashar
hmm, might need updating, every script i try to enable just gives a never ending loop of error txt in a lua engine window, i have to alt f4 cheatengine itself to get rid of it.

Re: Eggoria

Posted: Sat Jun 15, 2019 3:08 pm
by Rysefox
Ashar wrote:
Sat Jun 15, 2019 2:59 pm
hmm, might need updating, every script i try to enable just gives a never ending loop of error txt in a lua engine window, i have to alt f4 cheatengine itself to get rid of it.
Rysefox wrote:
Thu Jun 13, 2019 3:31 pm
Again, you need to load pointers to the Lua scripts (enable Load eggdata) and start playing, and you should be fine

Re: Eggoria

Posted: Sat Jun 15, 2019 8:26 pm
by Ashar
what does loading pointers mean? you have to load egg data before doing anything else anyway, since its the first part of the table, am i suppose to do something else? Its not clear

Re: Eggoria

Posted: Sat Jun 15, 2019 8:50 pm
by Rysefox
Ashar wrote:
Sat Jun 15, 2019 8:26 pm
what does loading pointers mean? you have to load egg data before doing anything else anyway, since its the first part of the table, am i suppose to do something else? Its not clear
This:

Re: Eggoria

Posted: Sun Jun 16, 2019 1:18 pm
by fantomas
The game has a GUIConsole in-game - Use Left/Right Shift + F12 then tape active console

Commands:

Code: Select all

*unlock all techs
*generate mushroom
*take my heart
*take your smile 
*add item
*add tool
*set darkness speed
*add day
Also, this is my poor contribution on this game. I only have v0.57 from June 14, I think but the scripts should work fine on the latest version. I hope you'll enjoy it. ;)

Image

Re: Eggoria

Posted: Sun Jun 16, 2019 6:31 pm
by fantomas
NoBuildingRequirement (Material Cost)

Code: Select all

[ENABLE]
BuildingControl:get_MaterialCost+145+1:
  db 8D
//0F 8D 55 FF FF FF
//jnl BuildingControl:get_MaterialCost+a0
 
[DISABLE]
BuildingControl:get_MaterialCost+145+1:
  db 8C
//0F 8C 55 FF FF FF
//jl BuildingControl:get_MaterialCost+a0

{
MaterialCost
  0x10 - item    [ ID ]
  0x14 - number  [ material needed ]
}
FastBuild

Code: Select all

[ENABLE]
BuildingControl:set_BP+4f:
  db 72
//72 1C
//jb BuildingControl:set_BP+6d

[DISABLE]
BuildingControl:set_BP+4f:
  db 73
//73 1C
//jae BuildingControl:set_BP+6d

Re: Eggoria

Posted: Sat Jul 27, 2019 1:07 am
by Zehous
I would like to know how to fix this error ???

[Link]

Re: Eggoria

Posted: Sat Jul 27, 2019 7:52 am
by fantomas
Zehous wrote:
Sat Jul 27, 2019 1:07 am
I would like to know how to fix this error ???

[Link]
Hi

Be sure your opened your game process in CE. Also the game is using Mono Features, so be sure as well Mono is activated (Mono tab).

BR

fantomas

Re: Eggoria

Posted: Sun Jul 28, 2019 9:20 pm
by Zehous
fastomas pls help-me

I select the game process but can't activate load egg data

Description in Portuguese Brazil
Eu estou selecionando o game nos processos mas quando tento ativar o load egg data(testei fora e dentro de um save) mas ele não carrega então tentei execultar separado o script mas não foi

Description in English
I am selecting the game in the processes but when I try to activate the load egg data (tested out and inside a save) but it does not load so I tried to execute the script separately but it was not

Prints:
[Link]

Re: Eggoria

Posted: Mon Jul 29, 2019 6:42 am
by fantomas
Zehous wrote:
Sun Jul 28, 2019 9:20 pm
...
Hi :)

You say you opened your game process in CE but did you activate mono features (Mono tab) as well, like I said it previously?

-

Re: Eggoria

Posted: Wed Dec 25, 2019 12:32 pm
by fantomas
Just in case someone is interested, I have rewritten the scripts (some of them) from my table to use the aobscanregion method which will improve compatibility with other systems. Unless major changes in the game, the table should work on next updates as well. Enjoy it! ;)

BR

fantomas