SpaceEngine v0.990.42.1830; Random Object Selector

in Hive Gaming3 years ago

Hello, Hive users ^^
The topic of this post is a space simulator called "SpaceEngine", used with a random object selector created by me, using a Lua code in the program Cheat Engine 7.3

Sample video:

Download link of cheat table (open with CheatEngine):
https://www.mediafire.com/file/ig5yeu0cbuys7ef/SpaceEngine.CT

How to use the Lua script:
Once downloaded the cheat table, open it. & after attached the debugger to the process (search for Cheat Engine tutorials for more info.), goto "Table" menu, then click "Show Cheat Table Lua Script", & once a new window appeared, click "execute" & close that window.
You can select any galaxy standing from anywhere, but it only works for real galaxies, not procedural ones.
If you want to select the objects inside the selected galaxy, then goto "Universe Map" button, from leftmost panel.
After did that, now yes, you can select a random cluster, nebula or star.
However, as for stars inside the cluster, just select the desired random cluster, press "c" key (by default) to reach object, so the internal memory can recognize all the stars there are in. That allows you to can select a random star inside the cluster without having any issue.

¿And how does it work?
First, I made Lua sets all the object parts to "0-0-0-0...".
And from there on, it uses random generators, according to lots of formulae based in assembly's translation of the way of how the object selecton works (you can see that in CheatEngine's memory viewer, in the window where there is the data, understood as assembly instructions).
When a random galaxy is selected, it sets the value of galaxy's address, to a random number between "0" & "10994", becuase actually there're 10995 real galaxies set in SpaceEngine.
& as for the clusters, nebulae & stars, it highly depends of the formulae I set, respect of assembly instructions explained before.