Page 1 of 1

Oriental Empires

Posted: Thu Sep 14, 2017 2:06 pm
by Warhawk
Anyone has table for this game.
Title: Oriental Empires
Genre: Strategy
Request:
-Infinite Money
-Fast Research
-Fast Construction
-Max Population
[Link]

Re: Oriental Empires

Posted: Fri Sep 15, 2017 3:14 pm
by Alex250
+1

Re: Oriental Empires

Posted: Sun Sep 17, 2017 5:09 am
by J1tk0k
I have looked at the Money and Population and they are both 4byte values.

I don't know how to create a table or how to create the script but I hope this info helps anyone who takes on the challenge.

Re: Oriental Empires

Posted: Sun Sep 17, 2017 10:12 am
by Adrek
Fast construction and research, god how i hate to wait all those turns XD

Re: Oriental Empires

Posted: Sun Sep 17, 2017 12:50 pm
by LegendZero88
i could find only money and pop... if i try with food or income from city i cannot find it.
Someone know how to find the value for research or construction?

Re: Oriental Empires

Posted: Tue Sep 19, 2017 8:40 am
by Mirek_Burczyn
LegendZero88 wrote:
Sun Sep 17, 2017 12:50 pm
Someone know how to find the value for research or construction?
So far the construction is unconclusive. It appears to find values if you type double (so a 3 turn building searched as 6), BUT it not always works. I think this might be related with the fact construction is related with accessable manpower, (going at half speed if you don't have sufficient population), but that's just an educated guess and the search for numbers in a hit-and-miss. Sometimes it works out, sometimes it doesn't.
No clue how to handle research, thou.

Also, what's really annoying is how the game generates new values each time upon reload, so you can't even brute-force it with ArtMoney to speed up figuring out how things work.

EDIT
I've got it! Each building has requirement of population working on it (which of course is not described anywhere until you have unemployed peasants and can read the numbers of people needed for construction from there), so it's real value needed for construction is Turns Needed To Build x Optiman Number Of People Working On It = Real Value Of Turns Needed. Then it adds each turn value equal to people working on a building.
For example, Potter Workshop takes 3 turns, but needs 4 workers each turn. That means the final number of turns is 12, divided by number of peasants working each turn on it. If you have 4 peasants working on it, after 1st turn the value is 4, 2nd turn it's 8 and 3rd turn it finishes, reaching 12.
The value itself is Float, steadily growing from 0 each turn by the number of peasants working on it. It works on both internal and external buildings.

No idea how to make that into a script, but it DOES help a lot anyway when starting out in just freshly build settlement.
Still clueless about tech, but I will search for floats now.

EDIT 2
Yup, research is also a float value. You go from 0 upon selecting a tech and then each turn add 1. Just be careful not to edit your enemies value.

My advice in general - never start searching from 0 as a value. Takes too damn long.
Also, the adress for research value always starts with 5 (the one for construction is unconclusive), making it easier and faster to find.
If someone knows how to write scripts - be my guest. But it still does help when a tech takes 30 turns to research and you can nail it down within 3-4 just by searching for the value manually.

tl;dr
1) Construction and research are float values that are growing from 0 until hitting the right number.
2) Construction takes into account not only turns listed, but also manpower needed, multiplying the value.

Re: Oriental Empires

Posted: Tue Sep 19, 2017 3:27 pm
by Aibl
I'ld love to see a trainer for this game as well, +1! :D

Re: Oriental Empires

Posted: Wed Sep 27, 2017 12:33 pm
by MikinaneShindouda
I just create a table of this game, check it out.
viewtopic.php?f=4&t=4963

Re: Oriental Empires

Posted: Fri Oct 04, 2019 9:53 pm
by Atros
Could someone make a table that actually works?