Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] for key mapping tables?

[DiscordArchive] for key mapping tables?

[DiscordArchive] for key mapping tables?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
07-13-2018, 06:07 AM
#1
Archived author: furl • Posted: 2018-07-13T06:07:50.174000+00:00
Original source

for key mapping tables?
rektbyfaith
07-13-2018, 06:07 AM #1

Archived author: furl • Posted: 2018-07-13T06:07:50.174000+00:00
Original source

for key mapping tables?

rektbyfaith
Administrator
0
07-13-2018, 06:08 AM
#2
Archived author: Quantam • Posted: 2018-07-13T06:08:03.268000+00:00
Original source

Ladik found something almost identical to that but added a second parameter value before modulo
rektbyfaith
07-13-2018, 06:08 AM #2

Archived author: Quantam • Posted: 2018-07-13T06:08:03.268000+00:00
Original source

Ladik found something almost identical to that but added a second parameter value before modulo

rektbyfaith
Administrator
0
07-13-2018, 06:08 AM
#3
Archived author: Quantam • Posted: 2018-07-13T06:08:16.207000+00:00
Original source

For something different
rektbyfaith
07-13-2018, 06:08 AM #3

Archived author: Quantam • Posted: 2018-07-13T06:08:16.207000+00:00
Original source

For something different

rektbyfaith
Administrator
0
07-13-2018, 06:08 AM
#4
Archived author: furl • Posted: 2018-07-13T06:08:46.315000+00:00
Original source

Have a link? Not sure what you're talking about
rektbyfaith
07-13-2018, 06:08 AM #4

Archived author: furl • Posted: 2018-07-13T06:08:46.315000+00:00
Original source

Have a link? Not sure what you're talking about

rektbyfaith
Administrator
0
07-13-2018, 06:09 AM
#5
Archived author: Quantam • Posted: 2018-07-13T06:09:23.448000+00:00
Original source

https://wowdev.wiki/CASC#.IDX_Journals
[Embed: CASC]
https://wowdev.wiki/CASC
rektbyfaith
07-13-2018, 06:09 AM #5

Archived author: Quantam • Posted: 2018-07-13T06:09:23.448000+00:00
Original source

https://wowdev.wiki/CASC#.IDX_Journals
[Embed: CASC]
https://wowdev.wiki/CASC

rektbyfaith
Administrator
0
07-13-2018, 06:12 AM
#6
Archived author: furl • Posted: 2018-07-13T06:12:26.980000+00:00
Original source

Ah okay. Yeah it looks like the function takes a variable length argument now instead of just xoring the first 8 bytes together
rektbyfaith
07-13-2018, 06:12 AM #6

Archived author: furl • Posted: 2018-07-13T06:12:26.980000+00:00
Original source

Ah okay. Yeah it looks like the function takes a variable length argument now instead of just xoring the first 8 bytes together

rektbyfaith
Administrator
0
07-13-2018, 06:14 AM
#7
Archived author: furl • Posted: 2018-07-13T06:14:13.007000+00:00
Original source

I mean I get a feeling that's going to be 8 through the end of time because reindexing everyones' installs seems idiotic
rektbyfaith
07-13-2018, 06:14 AM #7

Archived author: furl • Posted: 2018-07-13T06:14:13.007000+00:00
Original source

I mean I get a feeling that's going to be 8 through the end of time because reindexing everyones' installs seems idiotic

rektbyfaith
Administrator
0
07-13-2018, 06:16 AM
#8
Archived author: furl • Posted: 2018-07-13T06:16:02.228000+00:00
Original source

Oh, there's another thing different than that huh
rektbyfaith
07-13-2018, 06:16 AM #8

Archived author: furl • Posted: 2018-07-13T06:16:02.228000+00:00
Original source

Oh, there's another thing different than that huh

rektbyfaith
Administrator
0
07-13-2018, 06:22 AM
#9
Archived author: furl • Posted: 2018-07-13T06:22:12.312000+00:00
Original source

So that's just like ``` uint8_t cascGetBucketIndex(const uint8_t k[16], uint8_t shift = 0) {
uint8_t i = k[0] ^ k[1] ^ k[2] ^ k[3] ^ k[4] ^ k[5] ^ k[6] ^ k[7] ^ k[8];
i = (i & 0xf) ^ (i >> 4);
return (i + shift) & 0xf;
}```
rektbyfaith
07-13-2018, 06:22 AM #9

Archived author: furl • Posted: 2018-07-13T06:22:12.312000+00:00
Original source

So that's just like ``` uint8_t cascGetBucketIndex(const uint8_t k[16], uint8_t shift = 0) {
uint8_t i = k[0] ^ k[1] ^ k[2] ^ k[3] ^ k[4] ^ k[5] ^ k[6] ^ k[7] ^ k[8];
i = (i & 0xf) ^ (i >> 4);
return (i + shift) & 0xf;
}```

rektbyfaith
Administrator
0
07-13-2018, 06:22 AM
#10
Archived author: furl • Posted: 2018-07-13T06:22:20.993000+00:00
Original source

but also always zero from what I can see
rektbyfaith
07-13-2018, 06:22 AM #10

Archived author: furl • Posted: 2018-07-13T06:22:20.993000+00:00
Original source

but also always zero from what I can see

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)