(Release 1.1) Custom PSone Bubble,FTP explorer and DB game administrator

Post or find tutorials, how-to, guides, tips & tricks here
User avatar
Fazamar
Junior Member
Posts: 9
Joined: Wed Apr 13, 2016 9:04 pm

(Release 1.1) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Fazamar » Wed Apr 27, 2016 1:44 am

Buenas noches, hoy quiero presentarles la primer liberación de lo que sera una herramienta para poder administrar esos juegos de PSX que tenemos que firmar utilizando el método de the Flow,este software es capas de cargar el BASE_HEADER, firmar el juego, agregarlo a la base de datos, enviar la base de datos por correo electronico utilizando Thunderbird, conectarse por FTP  al PSVITA y transferir imagen y juego, espero que les guste.

[REQUISITOS]
  .Net FrameWork 4.5    -> EL software fue creado en C#
  Thunderbird                -> Utilizado para enviar la base de datos
  SqlLite                        -> Utilizado para conectarse a la base de datos

Cuando instalen ThunderBird configuren la cuenta de correo electronico con la que enviaran los correos al PS VITA

Cuando instalen SqlLite seleccionen todos los checkBox cuando aparesca el siguiente mensage -> Install the assemblies into the global assembly cache, si no instalan todos los componentes un error se mostrara al momento de seleccionar la base de datos, la proxima liberacion traera enbebidos estas librerias.

Image


[HOME]

EL software inicia con el agradecimiento a todas las personas que he estudiado

Image


[GAMES]

Aqui tenemos la vista de los juegos que tenemos guardados ya no es necesario buscar el GAME_ID ya que implemente la lectura del HEADER del archivo PBP, con esto ya tengo el nombre del juego, el icono de la burbuja y el GAME_ID,cuando espesifican la posicion de la burbuja en -1 determino que posicion esta libre en la ultima pantalla y le asigno esa posicion, como ven en la imagen es posible espesificar una ruta de imagen customizada, utilizar el SAVEDATA del engine del loader de theFlow, o almacenar la imagen en el mismo folder del juego, tambien en los checkBox muestro si tengo la copia sin parchar y si tengo lista la copia parchada, puse un boton de eliminar la copia parchada para no tener datos que podemos regenerar despues

Image


Cada uno de los juegos es mostrado en un contenedor como se muestra acontinuacion

Image




[ADMIN DB GAMES]

En esta pantalla como pueden observar se seleccionar la base de datos, puede seleccionar la anteriormente enviada, este administrador tiene la capacidad de eliminar juegos anteriormente agregados, volver a agregar juego existentes (elimina y vuelve a agregar), como ven de lado derecho aparecen los juegos que tenemos capturados en nuestro administrador, en la parte superior podemos agregar los juegos a la base de datos, también ya incluyo el boton para enviar la base de datos por correo (Utilizando thunderbird), los juegos de la base de datos son filtrados únicamente por los que son de PSX

Image


[CONFIGURACION]

En la siguiente pestana de configuración tenemos los campos para especificar la cuenta destinatario del correo que se envía en la pantalla en la que agregamos los juegos a la base de datos tenemos un boton para seleccionar el la ubicion de thunderbird, puede presionar el boton (A) para determinarla automaticamente, esto se requiere para que el software puede abrir thunderbird y adjuntar la base de datos , y los siguentes datos son para conectarnos al servidor FTP del PSVITA, cuando nos conectemos a REJUVENATE sera necesario poner el puerto 1337, y cuando utilicemos el VitaFtp utilizaremos el puerto 21, tambien se incluye un boton para seleccionar el BASE_HEADER para firmar los juegos, y un acceso directo para enviar el correo que dumpea la base de datos del PSVITA

* Ahora incluye los links para descargar Thunderbird y SqlLite

Image



[FTP EXPLORER]

Hice un explorador FTP el cual se conecta utilizando la configuración de ip de la pantalla anterior,  este explorador tiene el objetivo de subir las imágenes/juegos y detectar que juegos ya tenemos instalados (detecta el nombre del folder e indica que juego es del catalogo de juegos actual), como ven en la imagene nos muestra que el driver 2 ya lo tengo en mis lista de juegos



Image




[ACCION]

Por ultimo les dejo aqui una imagen de muestra , eston son mis juegos favoritos, funcionando a la perfeccion, pense que rayman no funcionaria por que traia mas archivos pero funcionaaa,
gracias a todos , adjunto los ejecutables, la aplicacion fue probada varias veces hasta el momento no he tenido ningun bug, si existe algun problema reportenlo, ha, y si alguien puede hacer la version en ingles o un tuto se lo agradeceria


Image

DOWNLOAD 1.1 VERSION (Bug report by SpaceFolding, fixed)
Last edited by Fazamar on Thu Apr 28, 2016 3:22 am, edited 1 time in total.
SpaceFolding
Junior Member
Posts: 4
Joined: Wed Apr 27, 2016 11:50 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by SpaceFolding » Wed Apr 27, 2016 11:56 pm

I registered to say thank you Fazamar for this great tool kit. I've been stressing out ever since The Flow released the PS1 loader. Your tool actually helped me figure out why my custom eboots always ended with errors. Turns out Vita refuses to start the game if the eboot doesn't have an icon0.png.

I think you should definitely make an English translation because a lot of the text confused me and I had to look some stuff on Google translate. The database section doesn't work for me at all when I import my app.db, add my games, and then try to click insert games into app.db, "El juego BASE_HEADERS.BIN no puedo guardar en la base de datos. Desea continuar?"

By the way your program has a 2/56 positive from Virus Total: https://www.virustotal.com/en/file/67ab ... /analysis/

If it is a false alarm, you might want to warn future users.
User avatar
Fazamar
Junior Member
Posts: 9
Joined: Wed Apr 13, 2016 9:04 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Fazamar » Thu Apr 28, 2016 12:57 am

SpaceFolding wrote: I registered to say thank you Fazamar for this great tool kit. I've been stressing out ever since The Flow released the PS1 loader. Your tool actually helped me figure out why my custom eboots always ended with errors. Turns out Vita refuses to start the game if the eboot doesn't have an icon0.png.

I think you should definitely make an English translation because a lot of the text confused me and I had to look some stuff on Google translate. The database section doesn't work for me at all when I import my app.db, add my games, and then try to click insert games into app.db, "El juego BASE_HEADERS.BIN no puedo guardar en la base de datos. Desea continuar?"

By the way your program has a 2/56 positive from Virus Total: https://www.virustotal.com/en/file/67ab ... /analysis/

If it is a false alarm, you might want to warn future users.


Hello SpaceFolding, sorry f my eng, you have to install Sqlite first
SpaceFolding
Junior Member
Posts: 4
Joined: Wed Apr 27, 2016 11:50 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by SpaceFolding » Thu Apr 28, 2016 1:17 am

Fazamar wrote:you have to install Sqlite first
I installed SqLite with "full installation" and those 3 boxes checked on the next page. I also tried installing the 4.5 Net Framework but it gave me an error saying I already have it or a version higher than it. I tried running it as admin and it still won't work.
User avatar
Fazamar
Junior Member
Posts: 9
Joined: Wed Apr 13, 2016 9:04 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Fazamar » Thu Apr 28, 2016 1:38 am

SpaceFolding wrote:
Fazamar wrote:you have to install Sqlite first
I installed SqLite with "full installation" and those 3 boxes checked on the next page. I also tried installing the 4.5 Net Framework but it gave me an error saying I already have it or a version higher than it. I tried running it as admin and it still won't work.
can you send me a db file you are using, i need debug the aplication with  you db file
SpaceFolding
Junior Member
Posts: 4
Joined: Wed Apr 27, 2016 11:50 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by SpaceFolding » Thu Apr 28, 2016 2:21 am

Fazamar wrote:can you send me a db file you are using, i need debug the aplication with  you db file
At first I was uncertain because the app.db file contains information about my login email, but it doesn't even matter because it's a throw away account with nothing in it but a demo. I uploaded it and sent it over PM. Note that it's a clean slate, the app.db doesn't really have anything. I have a Vita slim from Japan.
User avatar
Fazamar
Junior Member
Posts: 9
Joined: Wed Apr 13, 2016 9:04 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Fazamar » Thu Apr 28, 2016 2:33 am

SpaceFolding wrote:
Fazamar wrote:can you send me a db file you are using, i need debug the aplication with  you db file
At first I was uncertain because the app.db file contains information about my login email, but it doesn't even matter because it's a throw away account with nothing in it but a demo. I uploaded it and sent it over PM. Note that it's a clean slate, the app.db doesn't really have anything. I have a Vita slim from Japan.
do not worry, do not care about your data, and do not want to waste time on those things
}
catch(MomExeption aaaaaaa)
{
    shutdownPornStremming(msg="Windows error");
}
User avatar
Fazamar
Junior Member
Posts: 9
Joined: Wed Apr 13, 2016 9:04 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Fazamar » Thu Apr 28, 2016 2:48 am

new download url is attach in the Post
now you can delete you db file (10x)

thanks SpaceFolding
Last edited by Fazamar on Thu Apr 28, 2016 3:10 am, edited 1 time in total.
SpaceFolding
Junior Member
Posts: 4
Joined: Wed Apr 27, 2016 11:50 pm

RE: (Release) Custom PSone Bubble,FTP explorer and DB game administrator

Post by SpaceFolding » Thu Apr 28, 2016 3:42 am

Fazamar wrote: thanks SpaceFolding
Database section works nicely now.

But I'm having trouble having my FTP recognized. I'm using VitaShell 0.5, my FTP is active, Windows can see it but the tool can't see it. Pressing root or refresh doesn't do anything. Says "No connection could be made because the target machine actively refused it [mac:add:ress]:21"

Update: There's a very critical bug I just discovered. Booting up a game will result in a e-fffffff error. Luckily I know what this error means. You are using an old version of the signer.exe. I did a hash check to confirm this, mine is EF9B5500 and yours is 7755E2AF. The Flow released an updated build of the signer on March 12 2016 I believe, maybe you forgot to pack this new one. I resigned my eboot using my own copy of signer.exe and voila, Quake 2 runs. So all that's left is looking into the FTP problem and hopefully taking a crack at an English translation with some extra polish. I know there were some buttons like "Save" next to Base header utilizado" which I don't know what it does.
Last edited by SpaceFolding on Thu Apr 28, 2016 4:27 am, edited 1 time in total.
User avatar
Ch3lin
Junior Member
Posts: 5
Joined: Tue Mar 29, 2016 1:43 am

RE: (Release 1.1) Custom PSone Bubble,FTP explorer and DB game administrator

Post by Ch3lin » Thu Apr 28, 2016 11:50 pm

Gracias por la aplicación se muy completa, veo que creaste varias burbujas, en que version estas??, yo estoy en 3.52 y solo puedo crear solo una carpeta con el PSP-Installer, sabes de casulidad como puedo crear mas?, ya que una vez creada la burbuja no la puedo respaldar y al intentar crear una nueva psp installer borra todo para crear una. Saludos.
Post Reply