More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>ksgFDNKbdts</youtube> | <youtube>ksgFDNKbdts</youtube> | ||
In bubble2k16's emulators for the 3DS you can use cheats. | In bubble2k16's emulators for the 3DS you can use cheats. They are stored in the CHX-File Format. But I found it annoying, to create these files with notepad. So I wrote this little program: The | ||
https://dlhb.gamebrew.org/3dshomebrew/CHX-FileIcon.png | |||
In this program you Add, Edit, Delete and Sort cheats in a table, save and load your work as a CSV-File and create the CHX-File with one Click! I've put some samples in the program folder. | In this program you Add, Edit, Delete and Sort cheats in a table, save and load your work as a CSV-File and create the CHX-File with one Click! I've put some samples in the program folder. | ||
The program was written completly in MS Small Basic 1.2. | The program was written completly in MS Small Basic 1.2. | ||
https://dlhb.gamebrew.org/3dshomebrew/CHX-FileScreenshot_01.png | |||
https://dlhb.gamebrew.org/3dshomebrew/CHX-FileScreenshot_02.png | |||
==Version history:== | |||
* Version 0.5 | |||
first version with saving and opening the data as CSV file, menu icons, about dialog, working table with sorting | first version with saving and opening the data as CSV file, menu icons, about dialog, working table with sorting | ||
* Version 0.7 | |||
Improvements, Sort options added, CHX storage now possible | Improvements, Sort options added, CHX storage now possible | ||
* Version 0.8 | |||
Added option to sort manually | Added option to sort manually | ||
* Version 1.0 | |||
improvements, nice editing dialog added, better error detection, help added | improvements, nice editing dialog added, better error detection, help added | ||
* Version 1.0.5 | |||
Improvements, improved manual sorting | Improvements, improved manual sorting | ||
==What's required: | |||
You need .NET Framework 4.0 or higher to run it. | You need .NET Framework 4.0 or higher to run it. | ||
Revision as of 05:03, 20 September 2021
Template:Infobox-3DS-Homebrews
In bubble2k16's emulators for the 3DS you can use cheats. They are stored in the CHX-File Format. But I found it annoying, to create these files with notepad. So I wrote this little program: The
In this program you Add, Edit, Delete and Sort cheats in a table, save and load your work as a CSV-File and create the CHX-File with one Click! I've put some samples in the program folder.
The program was written completly in MS Small Basic 1.2.
Version history:
- Version 0.5
first version with saving and opening the data as CSV file, menu icons, about dialog, working table with sorting
- Version 0.7
Improvements, Sort options added, CHX storage now possible
- Version 0.8
Added option to sort manually
- Version 1.0
improvements, nice editing dialog added, better error detection, help added
- Version 1.0.5
Improvements, improved manual sorting
==What's required:
You need .NET Framework 4.0 or higher to run it.