Dog Animations like sit, lay down etc

Hiya
I’m looking for dog animations (K-9) for someone who is rp’ing as a dog using the dog (husky) ped.
I’ve seen on another server witch has the possibility for players in the police department to go on duty and rp as a dog using the husky ped in game.

I’m currenlty on a new server that’s setting up and because of my speech impediment (stuttering) i’m allowed to use the husky ped and rp as a dog, but we’re looking for some dog animations to put into the server.
Animations like sit, lay down, etc if there’s an menu out there with animations like that

1 Like

There’s lots built into the game already. Pretty easy to make the doggos do as you need.

creatures@retriever@amb@peyote@enter	enter
creatures@retriever@amb@world_dog_barking@base	base_facial
creatures@retriever@amb@world_dog_barking@enter	enter
creatures@retriever@amb@world_dog_barking@exit	exit_facial
creatures@retriever@amb@world_dog_barking@idle_a	idle_a_facial
creatures@retriever@amb@world_dog_sitting@base	base
creatures@retriever@amb@world_dog_sitting@enter	enter
creatures@retriever@amb@world_dog_sitting@exit	exit
creatures@retriever@amb@world_dog_sitting@idle_a	idle_c
creatures@retriever@getup	getup_l
creatures@retriever@melee@base@	hit_from_back
creatures@retriever@melee@streamed_core@	ground_attack_0_facial
creatures@retriever@melee@streamed_core_fps@	victim_hit_from_front
creatures@retriever@move	gallop_turn_l
creatures@retriever@move	canter
creatures@retriever@step	step_bwd
creatures@rottweiler@amb@	hump_enter_chop
creatures@rottweiler@amb@peyote@enter	enter
creatures@rottweiler@amb@sleep_in_kennel@	sleep_in_kennel
creatures@rottweiler@amb@world_dog_barking@base	base
creatures@rottweiler@amb@world_dog_barking@enter	enter
creatures@rottweiler@amb@world_dog_barking@exit	exit
creatures@rottweiler@amb@world_dog_barking@idle_a	idle_a
creatures@rottweiler@amb@world_dog_sitting@base	base
creatures@rottweiler@amb@world_dog_sitting@enter	enter
creatures@rottweiler@amb@world_dog_sitting@exit	exit
creatures@rottweiler@amb@world_dog_sitting@idle_a	idle_a
creatures@rottweiler@getup	getup_l
creatures@rottweiler@in_vehicle@4x4	shunt_from_front
creatures@rottweiler@in_vehicle@low_car	lean_right
creatures@rottweiler@in_vehicle@std_car	shunt_from_back
creatures@rottweiler@in_vehicle@van	shunt_from_back
creatures@rottweiler@incar@	shunt_from_front
creatures@rottweiler@indication@	indicate_high
creatures@rottweiler@melee@	dog_takedown_from_back
creatures@rottweiler@melee@base@	hit_from_left
creatures@rottweiler@melee@streamed_core@	victim_takedown_from_front
creatures@rottweiler@melee@streamed_core@	victim_hit_from_back
creatures@rottweiler@melee@streamed_core_fps@	victim_hit_from_front
creatures@rottweiler@melee@streamed_taunts@	taunt_02
creatures@rottweiler@move	gallop_turn_l_facial
creatures@rottweiler@move	gallop_start_90_l
creatures@rottweiler@step	step_bwd
creatures@rottweiler@swim@	swim
creatures@rottweiler@tricks@
1 Like

Isn’t that codes for an AI dog?

I’m looking for an meny with animations (like the animations you have for human players)
but animations for players that choose to play the game as a dog.

Like at the PD in the locker room when i choose my character my character is an actual dog so i need an menu that i can use so that i can sit, lay down etc when i’m a doggo

1 Like

When time allows I’ll code you a menu. It will be server side, so you’ll need to have the server owners put it on their server. Do they have NativeUI or Warmenu installed?

2 Likes

Oh thank you that be awesome

I think it’s Warmenu

@Silliih Consider it done. Animations can be changed/added on the first lines of client.lua. The menu can only be opened for players with the following ped models: "a_c_shepherd", "a_c_rottweiler", "a_c_husky", "a_c_poodle", "a_c_pug", "a_c_westy", "a_c_retriever" . Lastly, “m” opens the menu by default. This can be changed on line 69 of client.lua .

5 Likes

Awww, thank you sooooo much <3
I really appriciate it

Quick question, what button did you use to get the menu up, is there a hotkey?

1 Like

Hiya

Would it be possible to also ask for a Doggo Menu in NativeUI?

Like I said above, M is the hotkey. Does Warmenu really not work for you? That’s why I asked what was available on your server. NativeUI would require pretty much a complete recode.

Ah okies
No it should be using Warmenu. Then he must have put it in incorrectly.
But would have been nice to have the other as well (NativeUI) if not too much work though

2 Likes

Well, it’s actually keycode 244, which is 244 - INPUT_INTERACTION_MENU, and is by default M. If you’ve remapped that key to a different one, it won’t be M anymore.

If time allows, I’ll switch it to NativeUI. The Warmenu one works fine for now, though.

Okies i’ll tell him
He might have put it in incorrectly

Ensure your character model is one of the above models. If not, it won’t open the menu. Those can be edited on line 13 if I missed a dog model.

hey, how hard is it to make a menu like that cause im trying to make one for my server that I play on.

Hey Bud anyway you can make it NativeUI?

1 Like

war menu error whats that mean

Hey, I told me friend to install this on his server and he did last night, now i’m trying to open it and it won’t let me i tried everything even M like you said. Any Help?

Is it possible to write this in NativeUI format? it would seem that despite adding warmenu in the script still doesn’t work

same problem here, did you already fix it?