Advertising
Navigation
Information

GTA San Andreas Mods

:

CLEO Modifications

Player Walkstyle Changer v.3.0 (PC) Fixed + All player and pedestrian walkstyle


Author: Alvian9xpro , Wesser
Date: 21.01.2019
Downloads: 39550 | Statistics
Filesize: 8.849 KB

Rating:
9.25 based on 24 votes

Player Walkstyle Changer v.3.0 By Alvian9xpro ( Fixed )

Please Re-Download this , i've already upload a better version than older

+ All Walkstyles ( Armed , rocket , Chainsaw , ped walk , etc )

You can change Current Player walkstyle with this mod , You can walk drunk , blind or as civilian walk

Warning : Drunk walkstyle have a Glitch on the mouth because it is unofficial walkstyle In Gta Sa , and its not my fault

How to use :
Type 9XWS or WALKSTYLE ( You can edit later freely To activated the mod , Well Just type again To deactivated it !

More detail inside !

Other Mod By Me :
Ramp Boost Spawner v.1
A9x Free Battle #1
Drive Score v.1
Box Platform v.1
Vehicle Sound Adjustments v.0.1


~Alvian9xPro

Advertising
Download
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
Videos
Add a Youtube video

37 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
Nijrienagz
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 08:43

Wow


Krosscage
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 09:18

That's an awesome mod, man...! Keep up the good work..!


Michelle_Works
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 16:00

Ufff smile


memeboi
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 17:03

nice job ,your mod sounds cool


fan script
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 17:54

great hackDirol

at gta garage I saw this walks style editor
but a few people had a problem with him
but I see that you have recreated this editor in your own design
no
it has how
with such trivialities
they will take care, specialists
which did not bb
10/10 Dirol


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
21.01.2019, 23:57

@nijrienagz
@carnageGTA
@Michelle_Works
@memeboi
@fan script
@kasuga8a
@Jabami Yumeko
@Eny Modding

Thanks for 10 to 10 Rated , i really appreciate this good , and have fun everyone biggrin


Razor1096
"Vic"
Vic
Comments: 0
Profile
Message
23.01.2019, 05:55

GREAT MOD!
VERY USEFUL!


Razor1096
"Vic"
Vic
Comments: 0
Profile
Message
23.01.2019, 06:14

I found a glitch in the mod...
When you setup a custom ini keybind.
it would work normally but overtime the menu will not show up.

Could you fix this glitch?


DodyXR1555
"Vic"
Vic
Comments: 0
Profile
Message
23.01.2019, 11:22

cool


fan script
"Vic"
Vic
Comments: 0
Profile
Message
23.01.2019, 12:58

bye a bit about technical issues
1 you checked if 0@v does not interfere with local variables
2 you must know that continuous scanning of the ini file including opcode 0af4:,
this is what causes fps declines
small, but a few such scripts and there are big drops of fps
you have
0@v to string name key open menu
0@ addres function var
tip the variable string should be further from the local variable
for example,
0@ localvar
1@ 2@ 3@ 4@
5@v longstring
goodgood


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
23.01.2019, 23:59

@fan script oh i see
but how about if i make it scan only after we choose one walkstyle ,

let ini files scanning take a rest in first time , and after we choose some walkstyle , the ini files will scan automatically , but just 1st time after it will be choose again ?

may it will not drop fps so much ?


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 00:05

@Razor1096
oh no i've checked it and its true :v , thanks for report , i am already handle it , wait for admin approval !!!


Razor1096
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 20:36

Would you let me know if the admins approved it?


Razor1096
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 21:25

@Razor1096 Nevermind i see it now.

10 out of 10 amazing mod.

also i hope a future update that you can be able to save the walk style when you save the game.


fan script
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 23:03

@Alvian9xpro
thanks for listening to my advicebiggrin


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 23:20

@Razor1096 done and have fun !! good

Save the walkstyle ? , hmm its possibility enough , but i not suggest to make it because when you die/wasted/busted , the walkstyle always set up to player again ! ( skinny one )


fan script
"Vic"
Vic
Comments: 0
Profile
Message
24.01.2019, 23:53

@Alvian9xpro

I think I must worry you againbye
this hack works
until the player dies
hack would have to run continuously in the loop
because the game resets
You know, the hack works even if the menu goes out
you could do a cassette that checks active switches and use 0ab1: and 0ab2:
see tip

add in the loop wait on key open menu
// case
if active_walk_hack_1 {var swith} == true // 1
then 0AB1: call_scm_func @ write_hack_1 0 // better
// gosub @write_hack
end
if active_walk_hack_2 {var swith} == true // 2
then 0AB1: call_scm_func @ write_hack_2 0 // better
// gosub @write_hack
end
// ------------------------------------------------ -----

: write_hack_1
// --------------
// use memory walk hack
// --------------
0AB2: ret 0
// return

: write_hack_2
// --------------
// use memory walk hack
// --------------
0AB2: ret 0
// return
Dirol

explanation
what you turn on is supposed to work all the time
and not, once
that's why you need switches on the indexes


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
25.01.2019, 06:45

@fan script
oh , you mean the hack walk run still and walkstyle set to skinny player without no walkcycle ( if we change to ak47 or M4 , walkstyle still like we unarmed ) , is just like i said before biggrin , i suggest to change again in 9xWS , because its actually mod , i think like that

hmmm but , problem with that so bad , right ?,

because i am using doubled write memory . Gosub not work and crash suddenly . How about i set :

// next lable .......
:2point'o
if
8256: not Player $Player_char defined
jf @killingmeinside // main
jump @default

:default
0@ = 0x609A4E
0a8c: write 0@ size 4 value 0x04D48689 vp 1
0@ += 0x4
0a8c: write 0@ size 4 value 0x0 vp 1 // stabilized the memory offset
jump @killingmeinside // to main
// Reset Walkstyle to normal

Or
:FatArmed // example
0A96 : 0@ = $actor struct
10@ = 61 // will change to fat_armed as scm func do
0@ += 0x4D4 // Custom walkstyle
0a8c: write 0@ size 1 value @10 vp 1 // set to 10@ = 61
jump @killingmeinside

:killingmeinside // as main
0A96 : 0@ = $actor struct
0@ += 0x4
0a8d: 3@ = read 0@ size 1 vp 0
if
003B: 3@ == 10
jf @repeat //repeat same like lable FatArmed . but its not actualy changed
//bla bla bla

But : If i put this , this will affected to my mind control mod , because i am used this code on that mod too !!!


fan script
"Vic"
Vic
Comments: 0
Profile
Message
25.01.2019, 12:29

@Alvian9xpro

just as you need to make a switch

how to make

while true
wait 0
gosub @set // <---
if key pressed // accept
then
if menu item == 1
then
// swith
if 1 @ == true
then 1 @ = false // restore walk
else 1 @ = true // change walk
end
end
end
end


: set
if 1 @ == true // change walk active
then
// restore walk
else // not change walk active
// change walk
end
return
end_thread // eliminate gosub error


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
25.01.2019, 14:26

@fan script
questions :
Which switch do you mean sir ? , i am not understand ur c++ basic scripting styles , i am just do it with my own neat top-to-bottom style ( manual but easy to learn ! )

Just said as if logic , example :
if actor not defined , then the walkstyle back to normal ( False ) , if actor defined , then go to else or mod run still ( True ) .


fan script
"Vic"
Vic
Comments: 0
Profile
Message
25.01.2019, 15:39

@Alvian9xpro
the point is that
that's what you choose on the menu
must it works in an external script
or in a loop
because if carl dies, an error arises
and there are no walk styles
that's why this hack has to run endlessly in the loop or external script
good


GodFadher
"Vic"
Vic
Comments: 0
Profile
Message
25.01.2019, 23:02

HAHAHAH dibilang pencuri! au ah gelap :V rofl


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
26.01.2019, 01:14

@fan script
ok , i am understand now biggrin , but i will do it with my own script styles good

i will do it later !!!


jamiemin03
"Vic"
Vic
Comments: 0
Profile
Message
30.01.2019, 13:55

i thought 2.0 was good but this is just more than what i expected, great job


Gangster5555
"Vic"
Vic
Comments: 0
Profile
Message
05.02.2019, 18:47

never disappears off my screen every time i press E


Alvian9xpro
"Vic"
Vic
Comments: 0
Profile
Message
05.02.2019, 22:58

@Gangster5555
hmmmm what happend ? , nothing problem on my pc's , and work aswell as it do .
Bdw check , did you have change weapon like gta 5 or another weapon like that , or something that makes unexpectable crash ?
If the problem like that , it is because another mod use some illegal variable or other , try to uninstall some mod by move/delete them !

But if the problem shows still and not end after you press "E" , i will check as soon as possible i can


mrnobodies93
"Vic"
Vic
Comments: 0
Profile
Message
02.05.2019, 12:38

I need this for androidsorry pls someone convert this cleo script for android? sorry


NIloy100
"Vic"
Vic
Comments: 0
Profile
Message
20.06.2019, 15:45

goodgood


Biscuila
"Vic"
Vic
Comments: 0
Profile
Message
11.10.2019, 03:49

Queria tanto a versão de Android pra esse modsorry


supremehustla
"Vic"
Vic
Comments: 0
Profile
Message
10.02.2020, 12:52

Hey guys was wondering if anybody knows if there is a mod that allows you to walk backwards with a handgun uzi or tec9 while still shooting like the npc do please think it would be such a great detail


CptFlux
"Vic"
Vic
Comments: 0
Profile
Message
27.04.2020, 14:06

@supremehustla I don't think that mod is exist :


Tayeb Halakoo
"Vic"
Vic
Comments: 0
Profile
Message
30.07.2020, 12:31

@mrnobodies93 Me too biggrin


Mohamed ENsay
"Vic"
Vic
Comments: 0
Profile
Message
15.01.2021, 18:46

shokFinally


leonkris
"Vic"
Vic
Comments: 0
Profile
Message
01.08.2021, 06:28

my question is how to hell walkstyle keep pop in my game and how to disable auto pop?


leonkris
"Vic"
Vic
Comments: 0
Profile
Message
01.08.2021, 06:36

nah nevermind i found it


MrAlexV
"Vic"
Vic
Comments: 0
Profile
Message
28.12.2021, 12:32

Its not working :P typed both 9WXS or WALKSTYLE..none did bring anything..I'm currently in the game and no s***..


fajriajadah10
"Vic"
Vic
Comments: 0
Profile
Message
29.07.2023, 18:13

mantap bro work, akhirnya waifu gw gak jalan kayak om om lagiLaughLaughLaugh