所以老板来买了告诉我他要买一台适合办公室的Wii + Wii。起初我在想,这太棒了,我们要有一个Wii了。但是,我们是一个非常健康的群体,为什么我们也需要Wii fit呢?当然,我张开了我愚蠢的嘴巴去问这个问题,而我本应该沉浸在那一刻的光荣之中。sigh...the的工作永远不会结束...
显然,Wii Fit将某种类型的数据保存到SD卡中,他想知道我们是否可以访问这些数据。快速搜索几乎一无所获,只是注意到数据存储为文本文件,但使用的是日语。老板还在外面买东西,所以我还不能亲眼看到。
有没有人试图获取Wii Fit的数据?有什么发现吗?
发布于 2010-01-27 13:58:22
我能够使用这些信息创建一个表,记录Wii Fit存储文件中数据的存储位置。
以下博客帖子中有更多详细信息:http://jansenprice.com/blog?id=9-Extracting-Data-from-Wii-Fit-Plus-Savegame-Files
File FitPlus0.dat
-----------------
Byte Offset | Length | Description
-----------------------------------
0x0 | 8 | RPHE0000 (header)
0x8 | 22 | Name of Mii
0x1E | 1 | Unknown
0x1F | 1 | Height (in cm)
0x20 | 4 | Date of birth (stored in BCD: e.g. 1980 0228)
0x24 | | Unknown
0x95 | | Dates with data (rowlen=10)
0x35CF | | Start of some other section (unknown)
0x38A1 | | Body Test measurement data section (rowlen=21)
+0 | 4 | Date (in bitfield format)
+4 | 2 | Weight (in kg * 10)
+6 | 2 | BMI (* 100)
+8 | 2 | Balance percent (* 10)
+10 | 2 | simple value 4 ??
+12 | 1 | extended 1 ??
+13 | 1 | extended 2 ??
+14 | 1 | extended 3 ??
+15 | 1 | extended 4 ??
+16 | 2 | extended 5 ??
+18 | 1 | extended 6 ??
+19 | 1 | extended 7 ??
0x9288 | 1 | Last byte of profilehttps://stackoverflow.com/questions/616249
复制相似问题