Question about mount system

09/15/2020 19:18 LookAtTheFlower#1
Hi EPVP

I added successfully mount system into my files.
I was just wondering how the system works from now

For example, How can i add new mounts? I know first its like adding new items But i am not quite sure what is the required files.
O3D, dds and what else? I just haven't found any models of any mount out there so a little hint will be nice.

The only thing i found is a messed up model When im wearing it the character is stuck under the floor :facepalm:

Thanks !
09/16/2020 13:33 Groxy101#2
Sorry if I missed something. I got this from the [Only registered and activated users can see links. Click Here To Register...] (it has 60+ mounts).

Mount.inc


defineitem.h


Spec_Item.txt


propItem.txt.txt


Item folder


Model folder

09/16/2020 19:24 LookAtTheFlower#3
Quote:
Originally Posted by Groxy101 View Post
Sorry if I missed something. I got this from the [Only registered and activated users can see links. Click Here To Register...] (it has 60+ mounts).

Mount.inc


defineitem.h


Spec_Item.txt


propItem.txt.txt


Item folder


Model folder

Hi, First of all thanks for the comment :)
I already run search in this thread before but the download link is broken..
09/16/2020 20:26 Naltalah#4
I reupped the files later in the post, so the download link is - in fact - still there. Cba searching it tho, just look at the later pages of that thread.
09/17/2020 09:06 LookAtTheFlower#5
Quote:
Originally Posted by Naltalah View Post
I reupped the files later in the post, so the download link is - in fact - still there. Cba searching it tho, just look at the later pages of that thread.
Alright then, Thanks :).
So lets see if i understand this system a little bit.
The models itself and texture needs to be define in mdlDyna.inc (just like you do when you add new items).
And The movements like walk or run needs to be define in "Mount.inc" ?
09/17/2020 09:07 Naltalah#6
I actually have no idea how the Mount system works, I just know that Animations, Mover positions/angles etc are all set in that inc file.
Just wanted to let you know the download link is still up, but I don't use it an never have used it.
09/17/2020 12:24 Harvey'#7
Hope you understand how it works if you install both and look at the code. :)
09/17/2020 14:10 LookAtTheFlower#8
Quote:
Originally Posted by Harvey' View Post
Hope you understand how it works if you install both and look at the code. :)
This is very kind and helpful, thank you :)
Im sure this will help !
Thank you guys.