Open GoogleCodeExporter opened 9 years ago
Save file compatibility is the big issue. Every unit has a seed/body that is a
31 bit random number, that determines name & appearance. However, I made a very
silly mistake, and didn't zero-out the unused bits. :( To add extended range,
takes a version check.
For better or worse, there is a solution to the code. Check for 'version' and
LAST_NAME_EXT. When version >= 1, it uses the LAST_NAME_EXT bit which double
the # of potential last names.
You would have to use the same trick to add more face parts.
Which is also why this stuff isn't in the XML - it takes logic to make it work.
(The zero thing really was a stupid mistake. Oh well.)
Original comment by leethoma...@gmail.com
on 24 Oct 2011 at 4:15
Original comment by leethoma...@gmail.com
on 31 Oct 2011 at 11:35
Original comment by leethoma...@gmail.com
on 27 Jul 2012 at 12:01
Original issue reported on code.google.com by
johan.fo...@gmail.com
on 23 Oct 2011 at 4:05