| time \/ | user name | message | ||
| Apr 12, 2022 20:41:58 |
10bag |
nah i'm just saying there's nothing saying old people are stupid. maybe this one here is though | ||
| Apr 12, 2022 20:44:11 |
softdrink1010 |
i'm actually taking notes lmao | ||
| Apr 12, 2022 20:44:39 |
capricciosa |
!useralias softdrink1010 softdrink | ||
| Apr 12, 2022 20:44:39 |
cohopponentbot |
softdrink1010's alias has been set to softdrink | ||
| Apr 12, 2022 20:45:19 |
ishootmedics |
where is the rng seed stored ? | ||
| Apr 12, 2022 20:48:26 |
ishootmedics |
enough with encoding, let's get back to finding out coh memory | ||
| Apr 12, 2022 20:49:14 |
ishootmedics |
imagine how much time they lost to build that custom replay parser on their own engine.... | ||
| Apr 12, 2022 20:53:40 |
ishootmedics |
we use neutral strings, not numbers | ||
| Apr 12, 2022 20:53:44 |
ishootmedics |
in web at least | ||
| Apr 12, 2022 20:57:10 |
zx10rs |
why he is skipping bytes | ||
| Apr 12, 2022 20:57:29 |
ishootmedics |
cuz you need to know what group of bytes have meaning | ||
| Apr 12, 2022 20:57:46 |
ishootmedics |
they will tell you before parsing something how long it's gonna be | ||
| Apr 12, 2022 20:57:58 |
ishootmedics |
so you have to skip that part if you don't care about parsing it. | ||
| Apr 12, 2022 20:58:31 |
schneizel_00 |
what does parsing mean ? | ||
| Apr 12, 2022 20:58:58 |
ishootmedics |
extracting information from the data, giving it meaning. Like some hex code could mean a player clicked the arty button | ||
| Apr 12, 2022 20:59:50 |
1aveator |
parse this 8==D | ||
| Apr 12, 2022 21:00:09 |
ishootmedics |
eight equals equals D | ||
| Apr 12, 2022 21:01:46 |
ishootmedics |
i want that little endian on my 8==D | ||
| Apr 12, 2022 21:03:24 |
noirpi |
addf: int = 14 | ||
| Apr 12, 2022 21:04:22 |
cohopponentbot |
closing opponent bot | ||
| Apr 12, 2022 21:05:23 |
capricciosa |
Just imagine how much fun you will have when you will make this in C# later | ||
| Apr 12, 2022 21:06:16 |
noirpi |
cause you havent set a value just a type | ||
| Apr 12, 2022 21:06:19 |
ishootmedics |
nice stream | ||
| Apr 12, 2022 21:07:26 |
noirpi |
That behaviour is one of the strength but also one of the weaknesses of python | ||
| Apr 12, 2022 21:08:37 |
noirpi |
myint = int(\"56\") | ||
| Apr 12, 2022 21:08:41 |
capricciosa |
shuure | ||
| Apr 12, 2022 21:26:09 |
softdrink1010 |
still here | ||
| Apr 12, 2022 21:26:40 |
capricciosa |
damn u softdrink! | ||
| Apr 12, 2022 21:26:44 |
capricciosa |
DansGame | ||
| Apr 12, 2022 21:28:50 |
softdrink1010 |
is this address always going to be the same or it is set dynamically? |