[DiscordArchive] is there a way to run the code from that editor?
[DiscordArchive] is there a way to run the code from that editor?
Archived author: Quantam • Posted: 2018-06-05T13:32:19.984000+00:00
Original source
Ooh, I missed that error
Archived author: Deamon • Posted: 2018-06-05T13:32:28.004000+00:00
Original source
In intial excerpt from exe there was this line:
```
v336 = v328->multiTextureParam0[v329].y & 0x7FFF;
```
But it was lost somewhere in the middle of code translation
Archived author: schlumpf • Posted: 2018-06-05T13:32:34.669000+00:00
Original source
This is literally the code on wiki.
Archived author: Quantam • Posted: 2018-06-05T13:34:26.768000+00:00
Original source
The original code first did & 0x7FFF, then subsequently did 0xFE00. At some point during copying and pasting that got lost.
Archived author: Deamon • Posted: 2018-06-05T13:34:29.094000+00:00
Original source
I must get myself clear here, I personally never claimed something is wrong on wiki. My complain was that this convertion is piece of horse sh1t
Archived author: Quantam • Posted: 2018-06-05T13:34:47.117000+00:00
Original source
0x7FFF & 0xFE00 == 0x1E00
Archived author: Quantam • Posted: 2018-06-05T13:34:58.971000+00:00
Original source
*0x7E00
Archived author: schlumpf • Posted: 2018-06-05T13:35:32.767000+00:00
Original source
The conversion isn't beautiful, it still is simple to write and understand, it is correct, and just dividing is bogus.
Archived author: Deamon • Posted: 2018-06-05T13:35:45.169000+00:00
Original source
aka "that's not how you do Qn.m format, Luke"
Archived author: Quantam • Posted: 2018-06-05T13:36:12.332000+00:00
Original source
How do you figure dividing is bogus? Obviously there's still the sign bit, but everything else is just dividable