More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/sky3dsdiskwriterpython.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/sky3dsdiskwriterpython.jpg|250px | ||
| type = PC Utilities | | type = PC Utilities | ||
| version= | | version=2015 | ||
| lastupdated = 2015/01/04 | | lastupdated = 2015/01/04 | ||
| licence = Mixed | | licence = Mixed | ||
Line 9: | Line 9: | ||
| website = https://gbatemp.net/threads/sky3ds-diskwriter-python-clone-for-linux-osx.377700/ | | website = https://gbatemp.net/threads/sky3ds-diskwriter-python-clone-for-linux-osx.377700/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/sky3dsdiskwriterpython.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/sky3dsdiskwriterpython.rar | ||
| source = | | source = https://github.com/lukas2511/sky3ds.py | ||
}} | }} | ||
<youtube>cKMX1lHQO08</youtube> | <youtube>cKMX1lHQO08</youtube> | ||
Hey there, | Hey there, | ||
I'm currently working on a Python version of DiskWriter to be able to use it on Linux and OSX machines. | |||
Not sure if anyone attempted this before, I wasn't able to find much information on how DiskWriter stores data to the sd-card, so I had to figure out most by just looking at hexdumps of my sd-card. | Not sure if anyone attempted this before, I wasn't able to find much information on how DiskWriter stores data to the sd-card, so I had to figure out most by just looking at hexdumps of my sd-card. | ||
The tool is actually already working. Under OSX it can't detect the disksize (yet), but I am working on that. If you know how to do things in python you can hardcode the size and this tool will work! | |||
Things I still want to improve: 3dz unique-id import (instead of using the data from template.txt), unique-id re-import on savegame import. Both should be relatively easy, I just didn't really need those features yet, so I didn't do that work. |
Revision as of 06:41, 19 September 2021
Template:Infobox-3DS-Homebrews
Hey there,
I'm currently working on a Python version of DiskWriter to be able to use it on Linux and OSX machines.
Not sure if anyone attempted this before, I wasn't able to find much information on how DiskWriter stores data to the sd-card, so I had to figure out most by just looking at hexdumps of my sd-card.
The tool is actually already working. Under OSX it can't detect the disksize (yet), but I am working on that. If you know how to do things in python you can hardcode the size and this tool will work!
Things I still want to improve: 3dz unique-id import (instead of using the data from template.txt), unique-id re-import on savegame import. Both should be relatively easy, I just didn't really need those features yet, so I didn't do that work.