What does SEP_CHAR and END_CHAR mean?
I see them in the mirage part of ClientTCP.
With the packets. And since im trying to make a quest editor and eventually ill have to learn what they mean.
Sep_char tells the parse stuff, to look between those for the data it needs. End_char tells it that it's the end of the packet.
Yupp. Good job. Most people, it takes forever for them to understand how basic packets are in Mirage. Lol.
Well theres still alot i dont get about mirage but i learned 3 things today ha.
Mirage is the basic of basics, tbh.
Yeah its not that hard i know but its just im not use to some of this stuff.
Im a quick learner like i learned that SEP_ChAR by just checking out the packets in the server and the game and i found it out.
Im good at just comparing and looking
Best advice anyone here will give you, is to just read the code.