Author Topic: Name Display for users?  (Read 2350 times)

0 Members and 1 Guest are viewing this topic.

Offline THE404ERROR

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Name Display for users?
« on: January 27, 2008, 01:06:41 PM »
Any way of making ULib/ULX/UTeam display a specific name for a STEAM ID, without overriding the users main name?

PURPOSE: Adding our forum names/tags, despite what STEAM names are.

Sorry if this is not doable, just want to check.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Name Display for users?
« Reply #1 on: January 27, 2008, 01:56:56 PM »
Did you even _look_ in the releases section of this forum, or try to use 'search' for 'name'?
I recommend you do.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline THE404ERROR

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Name Display for users?
« Reply #2 on: January 27, 2008, 08:44:13 PM »
While that is helpful, it's not what I want.

I want a serverside file that changes the name of a player only in my server. For example:

STEAM ID: 0:0:XXXXXXXX = "404ERROR"
STEAM ID: 0:0:XXXXXXXY = "Admin #1"

 I already looked at Uname, and it will only work for myself.

Thanks for the post, though.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Name Display for users?
« Reply #3 on: January 27, 2008, 09:57:15 PM »
Though I'm not volunteering, a module could be written to change to the name stored in the users.txt file, yes.
I don't see a big need for this to include it ULX by default though.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline THE404ERROR

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Name Display for users?
« Reply #4 on: January 29, 2008, 10:36:02 PM »
That's what I'm asking.

Could anyone whip up a simple code?