如何在比赛结束后将马里奥赛车 Wii 记分牌积分存入数据库
我认为这是不可能的,但也许我错过了一些东西。我们一群人在办公室玩《马里奥赛车 Wii》。我们不在线比赛,只是进行几场比赛。我们经常举办锦标赛,在几周内进行多组比赛,然后在最后合并得分。我不想在每组比赛后写下最后的分数,而是想从记分牌屏幕中“提取”每个玩家的分数并存入数据库(可能是 MySQL)。我的问题是,有没有办法从 Mario Kart Wii 记分板屏幕上获取分数?如果是这样,我确信一旦获得数据,我就能找到一种方法将其放入数据库中。我不想完全破解 Wii,但我很想知道这是否可能。如果您需要我进一步澄清,请告诉我。
谢谢。
I don't think this is even possible, but maybe I'm missing something. A group of us play Mario Kart Wii in the office. We don't play online, just a couple races. We often have tournaments where we play multiple sets of races over a couple of weeks and then combine the scores at the end. Instead of writing the final points down after each set of races I'd like to "extract" the points for each player from the scoreboard screen and into a database (probably MySQL). My question, is there a way to get the points from the Mario Kart Wii scoreboard screen? If so, I'm sure once I get the data I can find a way to place it into a database. I'd prefer not to totally hack the Wii, but I'm interested to hear if this is possible. Let me know if you need me to further clarify.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果 Wii 的视频输出到计算机,您可以使用 OCR(光学字符识别)自动读取乐谱并将其放入数据库中。
If the Wii's video output was to a computer, you could use OCR (Optical Character Recognition) to automatically read the scores and put it into a database that way.
这是一个疯狂的建议。用手机在 Wii 电视屏幕上拍照。将图像发送到计算机并使用 OCR 提取数字。这可能比简单地复制数字并自己将其输入电子表格/数据库更麻烦。
只需将它们输入电子表格或数据库可能是您最好的选择。
也许失败者必须输入数字?
Here's a wild suggestion. Take a picture on the Wii tv screen with a cell phone. send the image to a computer and use OCR to extract numbers. This may be more trouble then simply copying down the numbers and entering them into a spreadsheet /database yourself.
Just entering them into a spreadsheet or database may be your best bet here.
Maybe loser has to enter the figures ?
OCR 是不可能的。这对于这个来说太复杂了。我想我可能只是制作一个 iPad 应用程序来处理分数。
OCR is out of the question. That is way too complicated for this. I'm thinking I might just make an iPad app to handle the scores.