SWIM

vilko01

Member
Joined
Aug 6, 2020
Messages
8
Reaction score
0
Location
Slovakia
Hello,
could you create a cleo for me if I swim so that I am tilted 90 degrees?
I'm attaching a photo of what it should look like.

well thank you
 

Attachments

  • .......jpg
    .......jpg
    40.8 KB · Views: 32

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
Hello,
could you create a cleo for me if I swim so that I am tilted 90 degrees?
I'm attaching a photo of what it should look like.


well thank you
Explain what you are trying to accomplish properly if you want some help, most readers here reject vague explanations.
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
Press "X" key while swimming then your actor and camera will rotate 90 degrees(right to left).
Code:
{$CLEO .cs}
0000: rotate actor facing

while true
    wait 0
    if and
        0965:   actor $PLAYER_ACTOR swimming
        0AB0:   key_pressed 88 // X
    then
        0172: 0@ = actor $PLAYER_ACTOR Z_angle
        0@ += 90.0 // rotate 90 degrees
        0173: set_actor $PLAYER_ACTOR Z_angle_to 0@
        02EB: restore_camera_with_jumpcut // set camera to actor facing
        while 0AB0:   key_pressed 88 // X
            wait 0
        end
    end
end
 

Attachments

  • swimrotate.cs
    83 bytes · Views: 2

vilko01

Member
Joined
Aug 6, 2020
Messages
8
Reaction score
0
Location
Slovakia
Hello,
you misunderstood me. My swimming I have now is like this: Photo1.

I want to have such a swim as on: Photo2.

Photo1: is a photo from my GTA.

Photo2: is downloaded from youtube


well thank you
 

Attachments

  • Photo1.png
    Photo1.png
    1.4 MB · Views: 22
  • Photo2.jpg
    Photo2.jpg
    40.8 KB · Views: 21

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
Hello,
you misunderstood me. My swimming I have now is like this: Photo1.

I want to have such a swim as on: Photo2.

Photo1: is a photo from my GTA.

Photo2: is downloaded from youtube


well thank you

If it was a mod that is already created, maybe it is good to ask the creator of that video what MOD he is using that makes him swim like that so that you can download it at google.
 

vilko01

Member
Joined
Aug 6, 2020
Messages
8
Reaction score
0
Location
Slovakia
Yes, I asked him and he doesn't have it anymore and he doesn't remember it, so that's why I'm here. Could you make it for me?

well thank you
 

ItsRobinson

Active member
Joined
Nov 16, 2017
Messages
105
Reaction score
20
I can see absolutely no difference in pictures?

Are you wanting to remove the swimming animation?
 

vilko01

Member
Joined
Aug 6, 2020
Messages
8
Reaction score
0
Location
Slovakia
Hi,
There is a difference. And I would also like to swim like in the HIM SWIM video.

well thank you



- HIM SWIM


- MY SWIM
 

Trou

Member
Joined
Sep 3, 2018
Messages
21
Reaction score
4
Why U Wanna Swim like Her? And I Think He Using Anim Mod
 
Top