Talk:Network Protocol/EVENT

From Custom Mario Kart
Jump to navigation Jump to search

Binary numbers

Why a redundant binary numbers?
It will be overwritten next time, because the table is created by script.
Wiimm (talk) 16:03, 14 September 2013 (UTC)
I thought it would help to recognise the event type and the item. I didn't know this table is generated by a script.
Leseratte (talk) 16:13, 14 September 2013 (UTC)
No problem and infos are welcome. It's only a hint, that editing the table is wast of time.
But the open question is: Why a redundant binary numbers? For all other see below.
Wiimm (talk) 16:39, 14 September 2013 (UTC)

Data structure SHOOT

Event types 0x40 and 0x41 have different data length, so it can't be the same data structure.
Wiimm (talk) 16:06, 14 September 2013 (UTC)

Generic tables and C-Code

I have a script, that reads data tables and creates C-Code and the wiki tables and sometimes some other helpful stuff.

One is the item list: Item List

The table define names and the order+separators for e.g. the LOG command.

Next is the event table: Event List

The first instance of the second table was also created by script and analysing all events of all network dumps I have (165 dumps with total 10.5 GB = 2.1 GB compressed). But that's not all, I have also 13 GB of videos showing my races related to some of the dumps. The total size of the mkw-ana project is about 17 GB without compiled files.

Wiimm (talk) 16:39, 14 September 2013 (UTC)