cant install scumm PLEASE HELP
Moderator: ScummVM Team
cant install scumm PLEASE HELP
this is all really confusing for me iv read all the threads about installing but still i cant do it
im running mac osX 10.5.4 and an iPhone 3g version 2.1 (5f136)
i just wanna play games y is it not working?!?
im running mac osX 10.5.4 and an iPhone 3g version 2.1 (5f136)
i just wanna play games y is it not working?!?
so iv downloaded the iphone file, but when i go to expand it all it does is make another copy of itself. it just does this over and over again
also im tryin to use scumm on the computer aswell and everytime i open it and click start on a game it just quits, with no explanation
any help would be great, thanx guys
also im tryin to use scumm on the computer aswell and everytime i open it and click start on a game it just quits, with no explanation
any help would be great, thanx guys
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
In the old days, before the graphical user interface, using a computer meant typing commands. The computer would interpret the command, and then either do it and print the result, or print an error message, before prompting the user for the next command.timo wrote:im not very computer literate, wats a command point and how do i do it?
Most operating system still has some sort of command prompt. It's a useful way of automating tasks (a command script can be run without any user intervention), and sometimes there are tasks that are "easier" to express as typed commands.
For instance, suppose I have ripped the music from Monkey Island 1 to WAV files, but it turns out that the files are named track_2.wav, ... track_24.wav, and I want them to be named track1.wav, ..., track23.wav. I could go through the 23 files and rename them manually or, on a Unix system, I could type something like:
Code: Select all
for n in `seq 2 24` ; do mv track_$n.wav track$(($n - 1)).wav ; done
Different operating systems have different command prompts. The FAQ briefly describes how to run ScummVM from a command prompt in Microsoft Windows.
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
Apparently, in OS X it's called the Terminal. There may be better sources of information about it than that link, but that was one of the first I found. I don't run OS X myself, so I've never tried it.timo wrote:but im running OSX and iv never seen any commands like that on a mac before
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
Did you start ScummVM from the terminal, i.e. type the full file name of ScummVM at the command prompt?timo wrote:i opened terminal then opened scumm and it it closed again, but nothing came up in terminal
Sorry, I have no idea what the full file name is on OS X, but it's wherever ScummVM is installed. On a Unix system, that could be something like /usr/games/scummvm, but on OS X it may be something completely different.
ok so i opened console, then oppened scumm and this came up
26/09/08 10:23:13 AM scummvm[5943] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz.
then i clicked full throttle and start and this happened
26/09/08 10:23:15 AM [0x0-0x250250].org.scummvm.scummvm[5943] WARNING: Game directory does not exist (/Users/imac/Desktop/tim/lucas arts/Full Throttle/RESOURCE/)!
does this help?
26/09/08 10:23:13 AM scummvm[5943] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz.
then i clicked full throttle and start and this happened
26/09/08 10:23:15 AM [0x0-0x250250].org.scummvm.scummvm[5943] WARNING: Game directory does not exist (/Users/imac/Desktop/tim/lucas arts/Full Throttle/RESOURCE/)!
does this help?