Welcome to the Builder Academy

Question MCCP

More
30 Aug 2022 01:46 - 30 Aug 2022 01:47 #10136 by Fubar
MCCP was created by Fubar
I did not see anyone on search or google, but I could not find what exactly should go here:

static void CompressStart( descriptor_t *apDescriptor ) { 

/* If your mud uses MCCP (Mud Client Compression Protocol), you need to * call whatever function normally starts compression from here - the * ReportBug() call should then be deleted. * * Otherwise you can just ignore this function. */

ReportBug( "CompressStart() in protocol.c is being called, but it doesn't do anything!\n" );
}   

static void CompressEnd( descriptor_t *apDescriptor ) { 

/* If your mud uses MCCP (Mud Client Compression Protocol), you need to * call whatever function normally starts compression from here - the * ReportBug() call should then be deleted. * * Otherwise you can just ignore this function. */

ReportBug( "CompressEnd() in protocol.c is being called, but it doesn't do anything!\n" );
}

Last edit: 30 Aug 2022 01:47 by Fubar.

Please Log in or Create an account to join the conversation.

More
30 Aug 2022 20:52 #10137 by thomas
Replied by thomas on topic MCCP
Are you getting this warning in the logs?

Please Log in or Create an account to join the conversation.

More
31 Aug 2022 01:43 #10138 by Fubar
Replied by Fubar on topic MCCP
Yep, but I did enable MCCP. I noticed the error, I opened protocol.c and this was there.

I thought the Kavir additions enable it and was ready to do. I am beginning to think I still need to code or find a premade mccp script.

Please Log in or Create an account to join the conversation.

Time to create page: 0.340 seconds