oscar-broman / samp-weapon-config

A more consistent and responsive damage system with many new features
Apache License 2.0
93 stars 83 forks source link

Weapon ranges adjusted for all possible platforms #255

Closed NexiusTailer closed 1 year ago

NexiusTailer commented 1 year ago

Weapon ranges was adjusted for all possible (playable for now) platforms where SA-MP client can run. Namely, the changes related to the melee weapons whose ranges were slightly raised in all mobile game versions (I checked weapon.dat file from UWP 1.0.0.9, Android 2.10 and iOS 2.2 versions, all of them are fully the same between each other and can be checked out here). The only difference of Android game with PC OG game in weapon.dat is melee weapons ranges and some other minor stuff at the end of the file (which doesn't affect any of the defined list in weapon-config, so, the last not so important).

ADRFranklin commented 1 year ago

Alright, sounds good. Thanks again for the constant PR's :)