Can you give me a command that worked for you and I'll try to replicate ? Because I tried various different commands from inital post and none seems to be working !
There are at least 89 different melee weapon base... there bust be an easier way to find the ID when selecting a weapon part in the game menu...
I use cedricvdg's table: viewtopic.php?p=194135#p194135
With following additional offset I see the item base id and other info.
I don't know how you found this but do you think you can find the reload speed and the accuracy ? (the weight class too but it's not really important)
I'm making a complete list of all the items and their stats, and these are the only stats I'm missing !
There are at least 89 different melee weapon base... there bust be an easier way to find the ID when selecting a weapon part in the game menu...
I use cedricvdg's table: viewtopic.php?p=194135#p194135
With following additional offset I see the item base id and other info.
I don't know how you found this but do you think you can find the reload speed and the accuracy ? (the weight class too but it's not really important)
I'm making a complete list of all the items and their stats, and these are the only stats I'm missing !
I don't know how you found this but do you think you can find the reload speed and the accuracy ? (the weight class too but it's not really important)
I'm making a complete list of all the items and their stats, and these are the only stats I'm missing !
Reload speed (kind of it's modificator): +2F0 (float)
Accuracy (inverted): +2D0 (float)
Those are offsets of "Base" address of cedricvdg's table: viewtopic.php?p=194135#p194135
I don't know how you found this but do you think you can find the reload speed and the accuracy ? (the weight class too but it's not really important)
I'm making a complete list of all the items and their stats, and these are the only stats I'm missing !
Reload speed (kind of it's modificator): +2F0 (float)
Accuracy (inverted): +2D0 (float)
Those are offsets of "Base" address of cedricvdg's table: viewtopic.php?p=194135#p194135
Also check this out: [Link]
ofc they released the entire list the day after we started doing it XD
I don't know how you found this but do you think you can find the reload speed and the accuracy ? (the weight class too but it's not really important)
I'm making a complete list of all the items and their stats, and these are the only stats I'm missing !
Reload speed (kind of it's modificator): +2F0 (float)
Accuracy (inverted): +2D0 (float)
Those are offsets of "Base" address of cedricvdg's table: viewtopic.php?p=194135#p194135
Also check this out: [Link]
Nice bro ! Thanks !
As I was doing the gear list I realised we do not have the 5 elemental resistances either... Do you think you can get it ? =)
Thanks for the list but mine is more complete so I'll continue working on it : )