I have the Xploder HDTV ELF, now I want to put it in boot manager and load it up as any other app, how can I do this?
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
I have the Xploder HDTV ELF, now I want to put it in boot manager and load it up as any other app, how can I do this?
Read this post here: http://www.psx-scene.com/forums/show...5&postcount=48
No. 3 tells you what to do. Sleep mode would mean you have to use an original disc and disable the chip, but you could try to use SHUTDOWN "MM" in the :RUN section of the APPINFO.PBT. Like this:
best regards Jones23Code::RUN SHUTDOWN "MM" LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/HDL.ELF" EXIT "0"
I still don't understand can you just make me a APPINFO.PBT and I can test it?
Rename you ELF XPLODER.ELF, put it in a XPLODER folder and try something like that for the APPINFO.PBT (didn't try it myself) :
Code:# BootManager 2 Application Manager Script for XPLODER # Change this information to describe the application. SET "TITLE" "Xploder HDTV" SET "VERSION" "1.0" SET "AUTHOR" "Xploder" SET "DESC" "Xploder HDTV allows you to run games in the upscaled resolution of your choice up to 1080i." SET "MEDIAS" "" # IF NOT EXISTS "$PWD$/XPLODER.ELF" RETURN "-1" ENDIF # Do not change these 2 lines! GOTO "$ARG1$" RETURN "-1" :LABEL_NAME ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$" EXIT "0" :QUERY ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$" EXIT "0" :INSTALL IF FAIL COPY "$PWD$" "$ARG2$/XPLODER" MESSAGE "Failed installing $TITLE$!" RRM "$ARG2$/XPLODER" RETURN -1 ENDIF EXIT 0 :REMOVE IF FAIL RRM "$PWD$" MESSAGE "Failed removing $TITLE$!" RETURN -1 ENDIF EXIT 0 :RUN SHUTDOWN "MM" LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/XPLODER.ELF" EXIT "0"
Just tried it, the installation and the run part of my script work. Xploder HDTV launches and is able to change resolution to 720p (native resolution of my tv). But I can't launch a game. I tried a few ones without any success.
Last edited by Yoc; 12-09-2006 at 03:19 AM.
| « Previous Thread | Next Thread » |