Page 1 of 1

Where is the base weapon speed stored?

Posted: 25 Nov 2020, 17:01
by HoraK-FDF

I was looking for the speed levels of the weapons since on warrior wiki is mentioned for speed warrior Setzer should be used because of its increased speed but when I look here:
https://github.com/themanaworld/tmwa-se ... weapon.txt
I do not find any weapon speeds the only thing I can't assign for sure is View where Boneknife has 1 and Setzer 3 but since it called View I don't think that is that what sets base weapon speed. So is there an extra file for that?


Re: Where is the base weapon speed stored?

Posted: 25 Nov 2020, 17:23
by jesusalva

It is hardcoded in the engine.

Yes, it is view field.

And yes, changing view can break the game. I crashed TMWA live with it before. You can ask :lol:


Re: Where is the base weapon speed stored?

Posted: 25 Nov 2020, 22:27
by HoraK-FDF

So there is no source code for the engine? or how is this?


Re: Where is the base weapon speed stored?

Posted: 26 Nov 2020, 12:33
by jak1

the whole project is Open Source, so it is, in case u want to search for the calculations:
(there are some more repositories, but they can be found easy i think)^^
Current Official Server
Server Source (legacy)
Client Data (legacy)
Server Data (legacy)

Future Official Server
Client Data (rEvolt)
Server Data (rEvolt)
Server Source (rEvolt)
Server Plugin Source (rEvolt)

Client (Manalus)