Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [FIXED] Problem with compilation process
Post: RE: Problem with compilation process

Oh yes, it helped and I know why. I made a little mess, because I have two copies of sources, I just worked on a wrong one (not setup yet). Thanks for help.
Chlorek Development 3 4,032 08-13-2014, 03:39 AM
    Thread: [FIXED] Problem with compilation process
Post: [FIXED] Problem with compilation process

Hi, so I want to compile MCServer myself on CentOS 6, because this system lacks required glibc version. Everything seems to be simple but I can't figure out how to fix this error when running CMake: ...
Chlorek Development 3 4,032 08-13-2014, 03:30 AM
    Thread: SourceCode
Post: SourceCode

Hello people. I want to edit MCServer myself for a bit. Well, I got the IDE etc,. but... I cannot download source code, because TortoiseSVN requires Windows XP SP3 or later, I haven't following OS. Hm...
Chlorek Development 3 4,213 06-16-2012, 07:54 AM
    Thread: C++ Minecraft Packet
Post: RE: C++ Minecraft Packet

I have one question more, so when I send string data packet (with username) server receives for every character from username as 256 bytes. I understand I need to encode this string to UTF-32 to solve...
Chlorek Off Topic Discussion 7 9,807 02-25-2012, 02:50 AM
    Thread: C++ Minecraft Packet
Post: RE: C++ Minecraft Packet

Oh Man, really thank you, You solved my problem. Really really thanx.
Chlorek Off Topic Discussion 7 9,807 02-24-2012, 06:13 AM
    Thread: C++ Minecraft Packet
Post: RE: C++ Minecraft Packet

And this is my problem, how to send this lenght along a string? I think (but I am not sure), I can not send short and string at same time. I am going to do like this: send(sock, (char*)HANDSHAKE, 2, 0...
Chlorek Off Topic Discussion 7 9,807 02-24-2012, 05:31 AM
    Thread: C++ Minecraft Packet
Post: RE: C++ Minecraft Packet

So, if I understand you right I have to do something like this: 1. send packet ID 2 2. send packet char type with username If tried this method but when I send second one packet it returns error with ...
Chlorek Off Topic Discussion 7 9,807 02-24-2012, 04:01 AM
    Thread: C++ Minecraft Packet
Post: C++ Minecraft Packet

Hi, I try to send packets from my own minecraft client, I can send packets but Minecraft server requires that one packet is a few variable types, eg. handshake is ID = 1 (int), username (string) etc. ...
Chlorek Off Topic Discussion 7 9,807 02-24-2012, 03:28 AM