(deleted topic) new topic on it

Emulating Stuff We Can’t Do
by @DXCTYPE


Ima just get straight into the guides coz yes.


Height (Platformer)

Height Emulation

Ah, the height tracker from DLD and Dig It Up.

The best we can do is place a waypoint on the ground, and as you go up, it will display how far you are from the ground.

Height Emulation Flaw(s)
Just some basic math here:
The waypoint will show the distance from you, not the height.

So the length of the hypotenuse.

So let’s say you’re actually 3 meters up, but 4 meters to the left/right of the waypoint. (I used 3 and 4 for easy calculation)

Using Pythagoream’s Thereom (which states for a right triangle with leg lengths a and b and hypotenuse length c, then a^2+b^2=c^2), we can figure out the hypotenuse.

a^2+b^2=c^2
3^2+4^2=c^2 Plug in values
9+16=c^2 Solve
25=c^2 Solve
sqrt(25)=c Take square root of both sides
c=5 Solve and flip sides

So, the waypoint displays 5 meters, not 3 meters (the correct one)
image

2nd Flaw

If you make a game like Dig It Up, where you can go below sea level, your waypoint will display a positive number if you go under it.

Here it is in Desmos:
image


Knockback
4 Likes

bruh why shouldnt this be a wiki :skull:

anyways, I need to sleep see yall tomorrow

1 Like

Aren’t they coming out with a player position detecor?

1 Like

I think so


I smell wikis

4 Likes

wat did it say on the discord?

okok

they said upd would be tomorrow right

2 Likes

From Updates.
Josh has heard our cries of outrage for a negative health granter

3 Likes

Alternatively, you could use a coordinate system for the platformer height, but filling up the whole map with zones on the x and y-axis is tedious and very, very memory-consuming. So, you could make multiple blocks as a meter and that’ll do.

2 Likes

YES!!
we need more guides like this. 27 votes on the poll with 3 likes? guides with math in them need more love. i guess people are scared of math, (oooh scary), even though we learn the pythagoreams thereom in 5th grade. (at least for me.)
jokes aside, you did a nice job on this, can’t wait for it to be finished!

1 Like

@DXCTYPE I can make this a wiki if you want

sure ty just use the same title but remover “[WIP]”

Welp, there’s a device for that now.

oh yeah…

1 Like

Still, it’s a very interesting guide if you forget about the new device.

3 Likes

Well I’m going to add a section called emulating a gimkit creative emulator

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.