Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


The above video goes away if you are a member and logged in, so log in now!




 
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!

 


User Tag List

Thread: Looking for YaBASIC
  

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 33
  1. #21  
    seanzi is offline Registered User
    Join Date
    Jun 2004
    Posts
    12
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    well i created 2images, one which tried to load yabasic.elf and the other which tried to load the scee_dd.elf file, both failed to do anything other than show a black screen. I think the only way to get this to work would be to have a complete image of the original ps2 demo disk and if i cant get my hands on one of those then i will have to look around to purchase an original one.
    Reply With Quote  

  2. #22  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I agree.... or have a better knowlegde of how to make this work.... I'd love to make a few fun things and get to play others... but no luck for now...
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

  3. #23  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    I actually managed to make a YABASIC disc image that booted up and showed me some stuff, but it still wasn't very useful. Here's what I did:

    I created the image with cdgenPS2, and started by creating two folders in the root. One named "YABASIC", and the other named "SCEE_DD". In the latter folder I stored only the file "SCEE_DD.ELF", while the "YABASIC" folder was used to hold the following files: "LIBSD.IRX, MCMAN.IRX, MCSERV.IRX, PADMAN.IRX, SDRDRV.IRX, SIO2MAN.IRX, USBD.IRX, USBKBD.IRX, IOPRP24.IMG".

    In the root directory, in addition to those two folders, I only placed two files. One was "YABASIC.ELF" (3,043,140 bytes) amd the other was "SYSTEM.CNF" containing the following lines:
    BOOT2 = cdrom0:\YABASIC.ELF;1
    VER = 1.00
    VMODE = NTSC

    For use on a real CD-R I would also have used a dummy file and fixed the LBAs of the used files, but since I installed this image for HDLoader such things were unnecessary.

    When booting this image through HDL, I got a into a kind of interactive tutorial of YABASIC, where I could go back and forth between some document menus, but I could never exit the tutorial to actually use the program. So, like I said, though it did work, sort of, it still wasn't useful. But it is possible that this would change with other versions of YABASIC.ELF, so go ahead and try what you have.

    Best regards: dlanor
    Reply With Quote  

  4. #24  
    HypERSoniC's Avatar
    HypERSoniC is offline Un Oceano en mis suenos...
    Join Date
    Jan 2003
    Location
    sydney ·:· :: · :.
    Posts
    1,724
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    dlanor thats correct.. you press SELECT to access the menus. i was confused about this screen to.

    i dont know why its not working for zabolyx.

    and with hdloader, i would set the boot type to DVD.
    HypERSoniC
    Reply With Quote  

  5. #25  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks dawg... I'll give that a shot... and see what I get......
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

  6. #26  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    OK... I'm building the CD... does anyone know if Yabasic can read from a USB Drive... thumb drive or so... If so I'd like to throw the USBD.IRX that supports my drive on it.... If not then there is no need....


    And if YaBasic can read files to run from the CDROM... and where these files would need to be.... I don't want to waste a 128MB partition on a 6 MB disc...

    Also noted that you changed the Vmode - NTCS.... does the Elf itself need patched or will this work for it...
    Last edited by zabolyx; 06-22-2005 at 05:51 PM.
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

  7. #27  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by HypERSoniC
    dlanor thats correct.. you press SELECT to access the menus. i was confused about this screen to.
    I know I can use Select to choose submenus, but those all still just lead around to different parts of the same damn tutorial. I thought there would be a way to leave the tutorial and actually use the program, rather than just reading about how it's supposed to be used. So far I haven't found any way out of the tutorial though...

    i dont know why its not working for zabolyx.
    Me neither, but then we haven't seen the details of his ISO.
    It could just be a simple case of a mistyped folder name, or something like that. It happens to the best of us sometimes...

    and with hdloader, i would set the boot type to DVD.
    Maybe that would be more like the original, though I installed it as CD myself, and that seems to have worked fine. (I hardly think that is what limits my menus to the tutorial...)

    Best regards: dlanor
    Reply With Quote  

  8. #28  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I've been trying to boot it from the HDD.. and rerouting the CDROM calls to the IRX files on the memory card.... So now I'm getting ready to test on HD Loader... in fact just checking this before shutting down my PC to Winhiip iso to drive.... be back in a few to post results...
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

  9. #29  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Test was successful... But I need to patch the file for NTSC...

    also to leave the tutorial and get to the editor.. push right on the directional pad....
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

  10. #30  
    zabolyx's Avatar
    zabolyx is offline Member
    Join Date
    Oct 2004
    Posts
    1,347
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    OK.... Fixed the NTSC prob.... just the bottom menu is gone...

    let me clarify the menu usage... this is the menu across the bottom of the screen


    Reference PageA PageB PageC Text Graphics

    while in the Reference sub menu (or any other sub menu) press on the direction to move from menu to menu then exit that menu to view that screen.... looks as if we can work on 3 programs at a time.. view code form others and learn with ours....

    Next I'm going to download a save form my Memory Card and figure the format for the save.... and post results.... bbl
    PS3 Slim 320GB
    PS2 v11 exploit w/300GB Maxtor
    PS2 v10 exploit w/80GB Samsung - Network Games
    PS2 v10 exploit w/60GB Samsung - Network Games
    PSP 1001 3.52M33 w/10GB total storage
    NDS DSReal 4GB
    Reply With Quote  

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •