Endless Shmup (prototype) Mac OS
khock19 wrote:
and I get no errors. But then when I type todo.sh it returns
-bash: todo.sh: command not found
You don't have problem with chmod. The problem is that the directory containing that file isn't in your 'path'. You can see this by typing the command 'echo $PATH' (without the quotes). There are three ways to deal with this: (1) Invoke that command this way: ./todo.sh . (That's what the 'Quick Start Guide' for that script tells you to do in step 5.) That tells bash to look for that command in the current directory. (2) Presuming you're positioned in the directory where that script file is, add that directory to the path using this command: export PATH=`pwd`:$PATH . You'll have to invoke that command every time you launch a new Terminal session unless you update your bash profile to include a command to set the PATH automatically. (3) Put the file todo.sh in one of the directories that's already in the PATH, such as /usr/local/bin.
Dec 23, 2010 11:27 AM
Endless Shmup (prototype) Mac Os Catalina
For steps 4, 8, 13 there is no 'login' after the OS initial install or Mac reboot. Either I let the default boot flow continue, and that wants to finish new OS setup, or I interrupt it with ⌘R to get back in recovery mode. So is the reference to 'Reboot and login normally' referring to. From Mac OS 7.1 up to Mac OS 7.6. Compatibility notes. Those are system enablers. To make use of them, they have to be in the System Folder on the boot disk. Note: System Enabler 065 v1.2 and System Enabler 088 v1.2 were omitted from the main archive (Top DL). These have been added as the 2nd and 3rd DL's above. Puyo Puyo Fever (ぷよぷよフィーバー, Puyopuyo Fība), known in English versions as Puyo Pop Fever was the first Puyo Puyo game in the Fever series. The first version was developed for the Sega Dreamcast-based NAOMI arcade hardware by Namco Hometek and Sonic Team, and the game was ported to a wide variety of then-contemporary platforms.
Endless Shmup (prototype) Mac Os X
Since I do videos on Windows prototypes I should probably do some on Mac prototypes as well.DOWNLOAD: http://toastytech.com/guis/Apple%20MacOS%20Pre-Releases. A bullet hell shmup with minimalist aesthetics. Playable on Windows and Mac OS. Platform Game Prototype.