Author Topic: Steam coming to OS X  (Read 4972 times)

Lead Head

  • Global Moderator
  • Member
  • ***
  • Posts: 1,508
  • Kudos: 534
Re: Steam coming to OS X
« Reply #15 on: 10 July 2010, 08:15 »
What did it do? Just go back to the old way of representing the serial?
sig.

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
Re: Steam coming to OS X
« Reply #16 on: 10 July 2010, 11:45 »
I really don't know.  It could just generate a numeric ID for internal use.  Like:
Code: [Select]
if sys_serial_num_in = SystemSerialNumb {
sys_serial_num_out = 12345678;
} else {
sys_serial_num_out = sys_serial_num_in;
}
(pardon my pseudocode and lack of indents)