This is a simple tool to create EBOOTS for GBA games for your PSP.
This is basically just a ui frontend for https://github.com/GrabowskiDev/TempGBA4PSP-Single-game/releases/tag/v2.0
All credit goes to the author of TempGBA-Single-game
I have added a simple UI to this and also a windows build.
Windows build can be downloaded from:
https://github.com/sahlberg/gba2psp/releases
NOTE: in order to get help populating the database with assets you can not specify your own from the UI.
Instead you need to add them to the database. This is t "encourage" to contribute and help populating the database
as I don;t have the cycles to do it all by myself.
Fortunately it is super simple to do so and you need no developer experience at all:
1, create an accoutn on github
2, go to https://github.com/sahlberg/gba2psp and fork it so you get a personal copy of the repository.
(It is the button called "Fork")
3, in your repository, click on "gamedb.py" and edit it.
4, find the game you want to update and add the "icon0"/"pic0"/"pic1"/"snd0" lines.
It should look something like this:
"ADVANCEWARSPAWRP": {
'uttd': "AWRP",
'title': "Advance Wars",
'icon0': 'https://images.launchbox-app.com/0d283a33-c5f3-429d-a1f1-3d6aa6a33553.jpg',
'pic0': 'https://images.launchbox-app.com/73022111-ee1f-42ce-a7fe-471e55b2e010.png',
'pic1': 'https://images.launchbox-app.com/4a4c39c1-9048-4570-ba6f-3079954f3a9c.jpg',
'snd0': 'link to youtube',
},
5, save the file and create a commit.
6, in a few minutes there will be a new build with your changes available under the "Actions" tab.
Download it and test.
7, If everything looks good and you are happy with the result, there should be a button that says something like
"Create Pull Request" or something. Click it and your changes will be sent to me.
8, shortly later I will merge your updates into the main repository
9, Thankyou for contributing to gba2psp
Have fun!
This is basically just a ui frontend for https://github.com/GrabowskiDev/TempGBA4PSP-Single-game/releases/tag/v2.0
All credit goes to the author of TempGBA-Single-game
I have added a simple UI to this and also a windows build.
Windows build can be downloaded from:
https://github.com/sahlberg/gba2psp/releases
NOTE: in order to get help populating the database with assets you can not specify your own from the UI.
Instead you need to add them to the database. This is t "encourage" to contribute and help populating the database
as I don;t have the cycles to do it all by myself.
Fortunately it is super simple to do so and you need no developer experience at all:
1, create an accoutn on github
2, go to https://github.com/sahlberg/gba2psp and fork it so you get a personal copy of the repository.
(It is the button called "Fork")
3, in your repository, click on "gamedb.py" and edit it.
4, find the game you want to update and add the "icon0"/"pic0"/"pic1"/"snd0" lines.
It should look something like this:
"ADVANCEWARSPAWRP": {
'uttd': "AWRP",
'title': "Advance Wars",
'icon0': 'https://images.launchbox-app.com/0d283a33-c5f3-429d-a1f1-3d6aa6a33553.jpg',
'pic0': 'https://images.launchbox-app.com/73022111-ee1f-42ce-a7fe-471e55b2e010.png',
'pic1': 'https://images.launchbox-app.com/4a4c39c1-9048-4570-ba6f-3079954f3a9c.jpg',
'snd0': 'link to youtube',
},
5, save the file and create a commit.
6, in a few minutes there will be a new build with your changes available under the "Actions" tab.
Download it and test.
7, If everything looks good and you are happy with the result, there should be a button that says something like
"Create Pull Request" or something. Click it and your changes will be sent to me.
8, shortly later I will merge your updates into the main repository
9, Thankyou for contributing to gba2psp
Have fun!






