Author Topic: UTime Question  (Read 3126 times)

0 Members and 1 Guest are viewing this topic.

Offline Nuclear_Ice

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
UTime Question
« on: February 16, 2009, 09:26:35 PM »
In what file does UTime store data?  It seems it runs off of steam id's I'm assuming. But I'm not sure.  When valve changed the steam id's i think it messed up utime to, just asking though, where do you guy store the utime data? Thanks so much!

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: UTime Question
« Reply #1 on: February 16, 2009, 09:44:58 PM »
It's stored in the sqlite DB, server.db. It's stored by unique ids, not steamids.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTime Question
« Reply #2 on: February 17, 2009, 02:19:47 PM »
It is possible however that the 'uniqueid' function used in UTime is affected by a players SteamID.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: UTime Question
« Reply #3 on: February 17, 2009, 06:19:39 PM »
Its more than possible. (not confirmed) but There is an algorithm that converts steam ID's directly into unique ids on dedicated servers so I'm 99% sure the unique id will be affected... but to what degree... I have no idea..

Offline Nuclear_Ice

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Re: UTime Question
« Reply #4 on: February 17, 2009, 07:43:09 PM »
It's stored in the sqlite DB, server.db. It's stored by unique ids, not steamids.

Where could I find that file? 0_o

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UTime Question
« Reply #5 on: February 17, 2009, 07:50:13 PM »
Mine is sv.db stored in the root gmod folder <server path\gmod\sv.db>
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming