Animation for human entity
Home › Forums › Modders Corner › Mafia Scene Modders › eXistenZ34’s Mods › Animation for human entity
-
AuthorPosts
-
February 22, 2013 at 5:41 pm #15029
Anonymous
GuestYes, I understood, but maybe I can somewhere find lua commands scripts in game folder? ???
February 22, 2013 at 6:04 pm #15030which commands, more info please, i don’t speak english (a little).
you searching name of Animation, open the xml file with Notepad + +
example in basic_anim2.sds
February 22, 2013 at 7:07 pm #15031Anonymous
Guestyou searching name of Animation, open the xml file with Notepad + +
example in basic_anim2.sds
Yes, Thanks, I found them, but how can I use them?
February 22, 2013 at 9:27 pm #15032how? you don’t have enough examples on the first page.
February 22, 2013 at 9:35 pm #15033Anonymous
GuestSorry, I’m newbie with injector, so I don’t know how to make commands.
February 23, 2013 at 5:16 pm #15037Anonymous
GuestOK, I finally found out how it works, if I have some problem I’ll come here to ask. <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
February 26, 2013 at 3:58 pm #15046the answer was given in the messages of the first four pages.
May 21, 2013 at 7:46 pm #15234from where i can download
May 21, 2013 at 9:05 pm #15235download what!
May 21, 2013 at 9:27 pm #15236Where can I Download “Full story of Joe Unlock v.1”. I will pay for it <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
May 22, 2013 at 1:37 pm #15241I MEAN THE MOD SITTING AND SLEEPING AND SMOKING I WANT TO DOWNLOAD <img src="/emoticons/huh.png.04e12a04934075c5a1e0c618a726c4d9.png” alt=”:huh:” data-emoticon=””>
June 12, 2013 at 11:48 pm #15276I installed injector 6 correctly i pasted those smoking scripts into the userscripts f1.txt and then when i run the game with mafiainjector i press f1 and nothing happens can you guys help me? i’m using windows xp 34bit
Thanks
August 1, 2013 at 6:32 pm #15566Hi everyone, I’m having alittle trouble with a animation, I’m trying to do motor service animation, it begins when i hit F5 but all he does is look at motor, he does not pull out the wrench and all of that he just looks, can anyone see what is wrong here?
August 1, 2013 at 6:34 pm #15567ply=game.game:GetActivePlayer()
ply:SetControlStyle(enums.ControlStyle.LOCKED)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_look”, false)end,{l_1_0},500,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_stat”, false)end,{l_1_0},2500,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_in”, false)end,{l_1_0},5000,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_loop”, false)end,{l_1_0},6800,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_loop”, false)end,{l_1_0},9000,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_loop”, false)end,{l_1_0},11000,1,false)
DelayBuffer:Insert(function(l_1_0)ply:AnimPlay(“sc_service_motor_out”, false)end,{l_1_0},13000,1,false)
DelayBuffer:Insert(function(l_1_0)ply:SetControlStyle(enums.ControlStyle.FREE)end,{l_1_0},15000,1,false)
August 18, 2013 at 11:37 am #15708Can someone please tell me how I can get these animations to work on my mafia game, I’ve never been a good modder so I’m a little stuck and I would appreciate any help!
-
AuthorPosts