 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
RoJaXeN How do I cheat?
Reputation: 0
Joined: 10 May 2023 Posts: 1
|
Posted: Wed May 10, 2023 5:33 am Post subject: Smooth Camera |
|
|
Hi, for the last few days I have been working on a free camera in the game. I have already found the values for camera movement and rotation. My question is whether there is any way to make the camera movement smoother, as increasing the float values causes the camera to jerk, which doesn't look nice. I'm counting on your help
|
|
Back to top |
|
 |
cooleko Grandmaster Cheater
Reputation: 11
Joined: 04 May 2016 Posts: 717
|
Posted: Wed May 10, 2023 9:34 am Post subject: |
|
|
Interpolate your moves across smaller intervals. For example if the camera is at X, Y, Z and you want it to move to X+2, Y+4, Z+1, then move it over 20-1000 points instead of 1 command for (X+2, Y+4, Z+1), send:
1: X+.1, Y+.2, Z+.05
2: X+.1, Y+.2, Z+.05
3: X+.1, Y+.2, Z+.05
...
20: X+.1, Y+.2, Z+.05
You get from A to B and since the game runs 100s-100,000s commands per second you will get a smoother effect.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed May 10, 2023 10:34 am Post subject: |
|
|
It could also be your code; depending on how you are manipulating your float values.
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|