Horse/cart appear to be the same speed

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
Madae
Posts: 29
Joined: Wed Aug 21, 2019 4:35 am

Horse/cart appear to be the same speed

Post by Madae »

Is this normal? I don't remember it being that way. I remember cart being slower. I can post a save if needed.

User avatar
Jay_H
Posts: 4072
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: Horse/cart appear to be the same speed

Post by Jay_H »

From PlayerMotor.cs: https://github.com/Interkarma/daggerfal ... tor.cs#L24

Code: Select all

        // TODO: Placeholder integration of horse & cart riding - using same speed for cart to simplify PlayerMotor integration
        // and avoid adding any references to TransportManager.

User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Horse/cart appear to be the same speed

Post by Hazelnut »

Hold on, surely that comment (by me when I originally did horses, as Interkarma wanted minimal motor changes at that time) is out of date. MeteoricDragon re-did the motor stuff and I thought had implemented this. The comment should have been removed though and after checking seems MD never actually implemented this in the speedchanger he made. There's a commented out constant for cart speed. I'll see if I can fix this, especially as I have been telling people they're different speeds... :D
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

Post Reply