Jump to content

>
Viewing Profile

matriculated

Member Since 27 Sep 2007
Offline Last Active Jul 29 2011 03:46 PM

Posts I've Made

In Topic: TTYSauto updated

18 May 2010 - 04:10 AM

This batch file uses YSmenu folder not ttmenu.

In Topic: TTYSauto updated

18 May 2010 - 03:02 AM

QUOTE(Bobwich III @ May 17 2010, 03:28 PM) <{POST_SNAPBACK}>
I get an error when I load any rom. It loads almost the full way and then says "Rom loading failed. Open TTRESET.DAT error!"

I know all my roms work, I was gonna use this to clean up my root folder.


I get this error too. The ttreset.dat is in my YSMenu folder too.

In Topic: TTYSauto updated

06 May 2010 - 02:45 AM

Well I got the Linux/bash script working under OSX - but it's a bit messy. You have to have WINE Bottler installed which is a pretty obscure piece of software - but it's free version of WINE for OSX. When ttextract.exe is called WINE Bottler will prompt for a method of execution (you can run it in emulation or you can pack the .exe into an OSX application). Also, I had to modify the script to pause until the user enters Y because there's no way to check to see if ttextract successfully runs. I could check for the existence of ttpatch.

TLDR: modified .sh works for OSX but is pretty clumsy.

If there's any OSX users who want this, post here. I don't think there's many of us.

In Topic: TTYSauto updated

04 May 2010 - 07:59 PM

re: wget/curl -hmmm, I wouldn't want to piss off Yasu.

I'm try to get the Linux script to run under OSX using Darwine (WINE port) and Crossover (commercial WINE port). Crossover successfully runs ttextract.exe but I don't know how to call Crossover from a script. Darwine keeps complaining about missing files. I'll keep investigating...

In Topic: TTYSauto updated

04 May 2010 - 05:59 PM

Some thoughts on the Linux version:
-could curl or wget be used to automatically download ysmenu.zip? I think curl is more likely to be available... (at least on my OSX system)