Awesome! Please can you help me to import Horse?
Sorry I personally don’t have FiveM installed anymore, nor am i playing it (at all) anymore.
However (if it hasn’t changed over time) installing such mods as the horse needs to be done locally IF i remember correctly. the game model of the animal you want to replace has to be replaced by the horse model.
Or this was for sound/animation files only, and you could ‘stream the horse model’, but again: I’m not certain about this.
The horse mod btw is NOT “officially supported” by me or my mod, someone pointed out which horse mod worked ‘the best’ with my mod, and that’s why i’ve linked to it in the post
Maybe someone else might be able to help guiding in how to install it (either client or server wide), since I really don’t remember what you had to use to install it haha
Ok thank you so much for your quick response, very kind!
Is there a working copy of the code I can look at?
I downloaded the linked coded and it doesn’t work.
Maybe if you explain how you’ve installed it and what isn’t working (including what server you’re running etc), me or some other community members can help you a bit.
The “linked code” IS the working copy (on github), there you can review the entire source as well as download the source as files to use them for the server directly (which is the only reason I’ve decided to use LUA (as “Runnable opensource scripts”)
The version which is linked in the main/initial post is however the working/latest version confirmed by me, 6 testers whom tested it over LAN and WAN, and multiple community members
Nice mod. But how can I make sure that the horse keeps running and does not stop after 2 meters?
Thanks, that is however one of the ‘known limitations’ of this mod.
This is due to the fact that the mod ‘overrides’ the game A.I. for the animal you are ‘riding’, sometimes is does work sometimes it doesn’t.
We only used cows though haha, but will also have to admit that I haven’t played fiveM for over a year now (and not planning to return either tbh), so it CAN be that one of the updates in the past year has “completly broken” the “AI Override” part of the script/mod.
How do i spawn in an animal ped instead of having to find a wild one, because we are using this as a mounted police unit.
My script/mod does not include any option to spawn animals or such at all sorry. You would need an extra ‘ped/animal spawner’ addon/mod to do so.
The animals are not spawning for me, do i need another script to spawn them? (sorry for my english)
@elCohete If your looking for an animal spawner to help you out with this use this.
how you ride them
Hi, I can’t find this string “IhaveReplacedMyDeerWithModNumber1 = false” into the client.lua. I have to add it?
I have just checked the GitHub to be sure, but it’s right there at line 158
And if you indeed have changed the deer to that mod, you would only have to change the word false to true
Not that i’m aware of, as far as i can remember they are part of the “normal population”.
But the several days we also had some trouble finding some animals and then suddenly they where there again.
Don’t know if this has anything to do with GTA V, and Update of GTA V or FiveM
Who asked? Still trying to find out
Over 2 years later and you’re STILL trying to find that out?
In other words: Is it really necessary to comment on such a comment from over 2 years ago?
Anyone know any external horse mod that does not replace the deer
how do i make the deer run? it only runs every now and then and stops randomly
This is unfortunately an limitation of the game (engine) and the way how ‘control is taken’ from the AI which is actually still the animal/deer itself (instead of what most games do: Make the player have ‘full control’ over the animal they are riding).
In most games you are actually controlling the ‘horse’ (or whatever you’re on) and thus ‘the player becomes the animal’ so to speak.
This isn’t (atleast wasn’t when I was still active on FiveM) possible with the way GTA handles the AI and animations for externally mounted animals/objects/models.
And thus the deer/animal will ‘struggle’ a bit when riding it. But because we liked this ‘undesigned side-effect’ for ‘added realism’ of an wild animal not actually wanting to be used as ‘transport’ I also never looked further into if for alternative solutions.