lol-hash-util

0.9.0 • Public • Published

lol-hash-util

A bunch of functions used to create unsigned 32 bit integer hashes for League of Legends.

Download

lol-hash-util is installable via:

  • GitHub git clone https://github.com/Pupix/lol-hash-util.git
  • npm: npm install lol-hash-util

Methods

boneHash(name)

Creates a hash used in .skl/.anm files to identify bone names. (e.g. boneHash('root'))

gameHash(name)

Creates a hash used to identify skills in game packets. (e.g. gameHash('EzrealMysticShot'))

inibinHash(category, name)

Creates a hash used for .inibin/.troybin files. (e.g. inibinHash('Data', 'BaseHP'))

Package Sidebar

Install

npm i lol-hash-util

Weekly Downloads

1

Version

0.9.0

License

MIT

Last publish

Collaborators

  • pupix