L10N37 / PS1-IGR-in-game-reset-PlayStation-Sony-psone

PS1 IGR , in game reset, PlayStation Sony, psone
6 stars 0 forks source link

Can't install library #3

Open Pabletex91 opened 2 weeks ago

Pabletex91 commented 2 weeks ago

Hi! I'm trying to do this mod, but i can't install the "lgt8f-1.0.7-alpha.1" library, it shows this message image I'm using the purple board with usb controller.

INB4: first time using the IDE hahaha.

L10N37 commented 2 weeks ago

Maybe you haven't unzipped the archive?

Pabletex91 commented 1 week ago

Maybe you haven't unzipped the archive?

I tried both, zip and unzipped, also i read that the ide version 2.x.x doesn't support .zip libraries anymore (?) and that if it is not valid, it is because it is not an arduino library.

As I said before, this is my first time using the IDE, so I don't know what i'm doing wrong.

L10N37 commented 1 week ago

There are more thorough instructions somewhere in a text file on the ubernee repo

Pabletex91 commented 1 week ago

I'm not sure if this is the correct way: I installed the latest board manager from the same author of that .zip (the IDE simply not let me install any library), and now recognizes the board, then uploaded the code.

image image

I will solder now and try it.

L10N37 commented 1 week ago

It might work on this off memory but the delay for a long reset would have to modified, maybe to 2200 to 2500. To use the suggested library you have to manually install it by removing the old library and putting the files from the zip archive in its place. You can't install the sugested library through the IDE.

Pabletex91 commented 1 week ago

It might work on this off memory but the delay for a long reset would have to modified, maybe to 2200 to 2500. To use the suggested library you have to manually install it by removing the old library and putting the files from the zip archive in its place. You can't install the sugested library through the IDE.

I manually replaced the library with the 1.0.7 and works perfectly (sorry again for being so noob with Arduino). Also changed the delay to 2200 to make sure it works and voilá.

Thank you for your time and obviously for your work!

IMG-20240920-WA0025 IMG-20240921-WA0003

L10N37 commented 1 week ago

No worries! the library you installed manually has really good timing and 2000 is 2 seconds as it's accurate and good for a long reset. 2200 won't hurt won't though. It's just the other libraries that aren't accurate enough and 2000 works out to under a 2 second reset so both combos would just reset the to game played and not return to menu. For code with heavuer reliance on timing the other libraries don't cut it.

Glad it's sorted, enjoy !