Talk:Board table: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(→‎next time: new section)
(Undo revision 14949 by 208.71.141.54 (talk))
Line 5: Line 5:
You got a point. Although even better, the table could be downloaded in txt. I always throught it could be amazing to have the board list when going to a garage sale and you see games you don't remember which board they use (to use them for donnor cart). Now that I have a powerpak, I don't need devcarts anymore though so this is no problem anymore for me, therefore I didn't think about the offline thing. Your tool in Python sounds good but shouldn't it be a bit hard to do ? Well if you feel like it I'm not preventing anyone from doing it.Bregalad 19:50, 8 June 2011 (UTC)
You got a point. Although even better, the table could be downloaded in txt. I always throught it could be amazing to have the board list when going to a garage sale and you see games you don't remember which board they use (to use them for donnor cart). Now that I have a powerpak, I don't need devcarts anymore though so this is no problem anymore for me, therefore I didn't think about the offline thing. Your tool in Python sounds good but shouldn't it be a bit hard to do ? Well if you feel like it I'm not preventing anyone from doing it.Bregalad 19:50, 8 June 2011 (UTC)
:The Python program wouldn't be too hard. It would go essentially like this: load the XML from NesCartDB, load the existing rarity value for each title (NesCartDB doesn't track these), and then for each title that was released in the NTSC NES region, spit out the mapper number and board name in wiki table format that I can paste here. I might work on it after I finish my current project, which is related to the NESdev compo hosted by NA. --[[User:Tepples|Tepples]] 01:36, 9 June 2011 (UTC)
:The Python program wouldn't be too hard. It would go essentially like this: load the XML from NesCartDB, load the existing rarity value for each title (NesCartDB doesn't track these), and then for each title that was released in the NTSC NES region, spit out the mapper number and board name in wiki table format that I can paste here. I might work on it after I finish my current project, which is related to the NESdev compo hosted by NA. --[[User:Tepples|Tepples]] 01:36, 9 June 2011 (UTC)
== next time ==
next time

Revision as of 09:39, 21 April 2018

Old and outdated

Man I can't belive this old and outdated table has been copied to this wiki. Shouldn't a link to the complete and recently updated Bootgod's database be better ?!?Bregalad 18:35, 8 June 2011 (UTC)

This page can be downloaded as HTML and searched offline with Ctrl+F in a web browser. What tool do you recommend for displaying and searching the NesCartDB XML offline? I could make a short Python program that updates this table from the XML; would that be better? --Tepples 19:22, 8 June 2011 (UTC)

You got a point. Although even better, the table could be downloaded in txt. I always throught it could be amazing to have the board list when going to a garage sale and you see games you don't remember which board they use (to use them for donnor cart). Now that I have a powerpak, I don't need devcarts anymore though so this is no problem anymore for me, therefore I didn't think about the offline thing. Your tool in Python sounds good but shouldn't it be a bit hard to do ? Well if you feel like it I'm not preventing anyone from doing it.Bregalad 19:50, 8 June 2011 (UTC)

The Python program wouldn't be too hard. It would go essentially like this: load the XML from NesCartDB, load the existing rarity value for each title (NesCartDB doesn't track these), and then for each title that was released in the NTSC NES region, spit out the mapper number and board name in wiki table format that I can paste here. I might work on it after I finish my current project, which is related to the NESdev compo hosted by NA. --Tepples 01:36, 9 June 2011 (UTC)