works fine for me
Bak - Sun Jun 20, 2004 4:12 am
Post subject:
If you want any continuum client to be able to connect goto core.c and change:
if (p->type == T_CONT)
{
struct {
u8 type;
u16 contversion;
u32 checksum;
} pkt = { S2C_CONTVERSION, CVERSION_CONT, contchecksum };
net->SendToOne(p, (byte*)&pkt, sizeof(pkt), NET_RELIABLE);
lr.exechecksum = contchecksum;
lr.codechecksum = codechecksum;
}
to:
if (p->type == T_CONT)
{
lr.exechecksum = -1;
lr.codechecksum = -1;
}
it might be bad for security... but letting in VIE clients in is worse so there's more gain than loss.
CypherJF - Sun Jun 20, 2004 9:43 pm
Post subject:
Once again, you'd need to compile it... anyone would like to provide instructions, then submit them to grel to update the dev guide on how to do this..
and to myke's post, ill try it again and see
Bak - Sun Jun 20, 2004 11:03 pm
Post subject:
use catid's build and remove any projects that are giving you trouble (mysql if you dont have it installed ect.)
CypherJF - Mon Jun 21, 2004 12:28 am
Post subject:
Catid's release is okay... but I think it'd be better to use releases from Grel.; plus the projects are saved in VS.net which I don't want to install... I'm sure I could convert it over to VS 6.0; meh.. i'll get around to futzing w/ the stuff later this week...
Smong - Thu Jun 24, 2004 2:07 pm
Post subject:
Last time I checked I couldn't get subbill or Catid's biller to work (the TCP biller protocol does work though).
Commands missing? Add them to the guide or to the correct places in the source files. Some commands may not have any help because they 'stealthed' so people can't mess stuff up.
What about ?prize #-?
?shipreset: If you don't know about the permission system maybe you should try stuff out and see what happens?
I don't think Grelminar will release a windows build as loads of people will be running to him when it 'doesn't work'.
CypherJF - Thu Jun 24, 2004 3:42 pm
Post subject:
?brickwrite for example is missing from the user guide.
If you do ?prize #-10 it gives people like 7000..
I've been messin around w/ the perm. and I think I got it to work once... :/
D1st0rt - Tue Jul 27, 2004 8:34 pm
Post subject:
prize -1 gives 7000 prizes too, and you can go to places otherwise inaccessible with ?send if you use characters that get converted into underscores. It's fun to ?send cant_get_here because even if people select it from esc-a they go to cantgethere
CypherJF - Tue Jul 27, 2004 9:19 pm
Post subject:
Yeah; the prize thing needs fix0red... and that's funny about the ?send LOL...
D1st0rt - Thu Jul 29, 2004 7:09 pm
Post subject:
its actually quite handy. Mervs can go there if you set it to their starting arena, otherwise the checking takes hold and says the arena is invalid.
Bak - Thu Jul 29, 2004 8:00 pm
Post subject:
or you can just do ?send without any paramenters and they go to arena "" which doesn't even show up in esc + a.