microcorruption/chernobyl/misc.txt

22 lines
542 B
Plaintext

You can add multiple commands by delimiting with ; and without a space after:
new ibio 1337;new xnjc 1337;new folm 1337;
Command to print tree:
#define walk pc=45ba; r15=5000; b 465c; continue
Q and A:
1: Figure out what 3 and 5 parameters are for.
- The 5 stands for the entries per sub-table.
- The 3 stands for the log2 number of sub-tables
2: Find out what rehash trigger depends on.
Rehash is triggered when a sub table is full (when I use aaaa, bbbb, cccc as
usernames these result in the same hash and fill up the table).
3: