dimok789 / ddd

WiiU Title Dumper
GNU General Public License v3.0
69 stars 15 forks source link

Save selected Server IP Address in a binary file called "serverIpAddress.hex" #15

Closed Yardape8000 closed 8 years ago

Yardape8000 commented 8 years ago

The FS folder is from loadiine_gx2. Only the files needed to mount SD are used. I believe I added mount/unmount in the best location in main.c.

CuriousTommy commented 8 years ago

@Yardape8000 Out of curiosity, where is this file stored in the SD card? (I am not related to the people behind this software, I am just curious)

djskual commented 8 years ago

"sd:/wiiu/apps/ddd/serverIpAddress.hex"

dimok789 commented 8 years ago

Great, thanks. Though why did you decide to store it in binary. Lets just store it as string in a text file. I think that is more user friendly. If you want to do it go ahead. Otherwise I will merge your pull request and adapt it.

Yardape8000 commented 8 years ago

I left it as binary, because it was the easiest to save and I figured it could easily be modified when ddd starts. Feel free to modify it.

dimok789 commented 8 years ago

Alright. The code looks good for now. I might change it to string in the future though.

Touristos commented 8 years ago

Hi,

Thank you for your work. after Using the v0.3 release and dumping MK8 code folder, i don't found the serverIpAddress.hex in my sd:/wiiu/apps/ddd/. Is it normal or have i made something wrong.

Thanks for revert Regards

ultra-azu commented 8 years ago

It will come in ddd v0.4 or ddd 0.3 rc_4. If you can't hesitate, then go compile it from source. That means it is normal.