arcadenea / iso2opl

Fork of iso2opl, taken from the Open Ps2 Loader repo. It has a better makefile in order to build succesfully
42 stars 10 forks source link

ul.cfg add remove option? #6

Open gotbletu opened 3 years ago

gotbletu commented 3 years ago

whats the proper way to handle ul.cfg file? is there a way to edit it on linux?

ghost commented 2 years ago

@gotbletu look at this site to get information of ul.cfg works: https://aff.jannotti.com.br/2017/08/dividindo-isos-de-jogos-ps2-pelo-linux.html

You can edit with a simples text editor ! printf "NOME DO JOGO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ul.SCUS_972.12\x00\x05\x14\x00\x00\x00\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" > ul.cfg

Att, Maicon Douglas Stelzer

gotbletu commented 2 years ago

Thanks, ill give it a read