Telnet

Technical issues discussion about your computer and Deus Ex games.

Moderator: Forum Guards

Telnet

Postby Imperial » Mon Feb 19, 07 11:45 am

According to Kaiden, the messages aren't showing up :?

Any ideas Nobody? (just ask him if he has any other details, as i wasn't aware of this :/)
I sell donuts, if you want my donuts, give me a call.

DONUTS
User avatar
Imperial
Forum Hero
 
Posts: 2450
Joined: Thu Feb 23, 06 11:23 pm
Location: North Pole

Postby Kaiden » Mon Feb 19, 07 3:31 pm

Heh, I'll add some more detail;

Imperial belives he has installed it all correctly, but when I connect to his IP, I cannot see displayed messages (Player typed messages) I can see when someone joins, dies or leaves, but I cannot see what they type. They can see what I type however..
------
Kaiden
Alpha
 
Posts: 7003
Joined: Wed Jan 18, 06 11:21 pm
Location: England

Postby ~ô¿ô~Nobody~ » Mon Feb 19, 07 7:54 pm

Hmmmm... I remember, I've had this problem while telnet testing with miniMTL. At the end, the cause was a problem in the gametype's code of miniMTL. (The say command did not send the messages to spectators too)
Do you have loaded a mod that loads its own gametype?

PS: Your next post is your 1337th :lol:
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby Imperial » Mon Feb 19, 07 8:00 pm

~[A]N00body~ wrote:Hmmmm... I remember, I've had this problem while telnet testing with miniMTL. At the end, the cause was a problem in the gametype's code of miniMTL. (The say command did not send the messages to spectators too)
Do you have loaded a mod that loads its own gametype?

PS: Your next post is your 1337th :lol:



:P

Aha that would be it! I had CRD bug installed, but I to remove it for the same reason, conflict, so telenet should be working now that CRD has been removed, which was around this after noon today.

Thanks! :)
I sell donuts, if you want my donuts, give me a call.

DONUTS
User avatar
Imperial
Forum Hero
 
Posts: 2450
Joined: Thu Feb 23, 06 11:23 pm
Location: North Pole

Postby ~ô¿ô~Nobody~ » Mon Feb 19, 07 8:10 pm

Alright. :)


You heared it, alex?
Fix CRD :!:
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby Alex » Mon Feb 19, 07 9:09 pm

YES YES. That is because I had to add say commands, thus remake the entire Say() function.
Alex
Alpha
 
Posts: 8067
Joined: Wed Nov 12, 03 4:51 pm

Postby Allan » Mon Feb 19, 07 9:18 pm

~[A]lex~ wrote:YES YES. That is because I had to add say commands, thus remake the entire Say() function.
Why not just use more Exec based commands? :P
User avatar
Allan
Alpha
 
Posts: 4545
Joined: Wed Dec 21, 05 1:41 pm
Location: Northamptonshire, England.

Postby Alex » Mon Feb 19, 07 9:33 pm

Because SAY commands are cool. !map HAH!
Alex
Alpha
 
Posts: 8067
Joined: Wed Nov 12, 03 4:51 pm

Postby ~ô¿ô~Nobody~ » Mon Feb 19, 07 9:55 pm

lol

actually, you just need to send it to all spectators again
i.e.

for(p=leve.l.pawnlist; p != none; p=p.nextPawn)
{
if(P.IsA('DeusExPlayer') || P.IsA('Spectator'))
P.Clientmessage(...);
}
Nobody is perfect...
------------------------------
Longc[A]t wrote:I still think Dae is a russian spambot.

~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.

ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
User avatar
~ô¿ô~Nobody~
Alpha
 
Posts: 2520
Joined: Fri Dec 31, 04 3:20 pm
Location: Proclarush Taonas

Postby Allan » Mon Feb 19, 07 10:16 pm

~[A]lex~ wrote:Because SAY commands are cool. !map HAH!
Next it'll be !me...
User avatar
Allan
Alpha
 
Posts: 4545
Joined: Wed Dec 21, 05 1:41 pm
Location: Northamptonshire, England.

Postby Alex » Mon Feb 19, 07 10:20 pm

~[A]N00body~ wrote:lol

actually, you just need to send it to all spectators again
i.e.

for(p=leve.l.pawnlist; p != none; p=p.nextPawn)
{
if(P.IsA('DeusExPlayer') || P.IsA('Spectator'))
P.Clientmessage(...);
}

As if I don't know.





And !me is for lamers. !you ftw.
Alex
Alpha
 
Posts: 8067
Joined: Wed Nov 12, 03 4:51 pm


Return to Technical issues

Who is online

Users browsing this forum: No registered users and 3 guests