Roshi Posted February 7, 2022 Share Posted February 7, 2022 Engine Intersect hey, i have a question is it possible for the character to run? Is it possible to somehow change the default value of character movement? Link to comment Share on other sites More sharing options...
0 Vaiku Posted February 7, 2022 Share Posted February 7, 2022 2 hours ago, Roshi said: Engine Intersect hey, i have a question is it possible for the character to run? Is it possible to somehow change the default value of character movement? Well there's a block function that is effectively useless for it's intended effect, does not mitigate dmg at all. It does however make you walk slower while "blocking"... SO, if you find where that's being used, you could probably adjust whatever the speed modifier is and repurpose it. If you want something like stamina or anything, you'll have to probably do more significant source changes Link to comment Share on other sites More sharing options...
0 Roshi Posted February 7, 2022 Author Share Posted February 7, 2022 26 minutes ago, Vaiku said: Cóż, jest funkcja blokowania, która jest praktycznie bezużyteczna ze względu na zamierzony efekt, w ogóle nie łagodzi dmg. Powoduje to jednak, że poruszasz się wolniej podczas „blokowania”… Więc jeśli znajdziesz, gdzie to jest używane, prawdopodobnie możesz dostosować dowolny modyfikator prędkości i zmienić jego przeznaczenie. Jeśli chcesz czegoś takiego jak wytrzymałość lub cokolwiek, prawdopodobnie będziesz musiał dokonać bardziej znaczących zmian w źródłach My point is to make the character move faster 😀 Link to comment Share on other sites More sharing options...
0 Vaiku Posted February 8, 2022 Share Posted February 8, 2022 yeah what i'm saying is if you find where int he source it modifies the speed for block you simply adjust that modifier the other direction so it adds instead of subtracts speed. Link to comment Share on other sites More sharing options...
0 Vaiku Posted February 8, 2022 Share Posted February 8, 2022 my guess would be to edit here: Link to comment Share on other sites More sharing options...
0 Roshi Posted February 8, 2022 Author Share Posted February 8, 2022 understand, thank you for your help Link to comment Share on other sites More sharing options...
0 Vaiku Posted February 10, 2022 Share Posted February 10, 2022 alright so the formula that looks at BlockingSlow is written so it can actually only add time; I tried a few different things with it but for some reason I wasn't able to have much success with re-purposing the BlockingSlow int. I just replaced the formula altogether with one that is the same as the normal move speed multiplied by 0.75. You have to do it in both the client and server entity.xs. This is what mine looks like now: However, in the midst of all that, my block now has decided to throw in the attack animation at the end of blocking for some reason (doesn't send an attack, just the animation) so I have to figure that out... Link to comment Share on other sites More sharing options...
Question
Roshi
Engine Intersect
hey, i have a question is it possible for the character to run?
Is it possible to somehow change the default value of character movement?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now