Endless Paradigm

Full Version: I wrote a roguelike-like in Bash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
The adventure continues!! :3
and this is for you, Eku! http://i.imgur.com/4ZHvj.jpg

unzip 47hvj.jpg in a new directory! :D
Running from xubuntu 10.10 VM:

Code:
user@ubuntuvm:~/Documents/day52$ ./setup.sh
./setup.sh: line 6: .funct: No such file or directory
./setup.sh: line 14: bunder: command not found
TERM environment variable not set.
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
./setup.sh: line 33: ((: i<=/4: syntax error: operand expected (error token is "/4")

tput: No value for $TERM and no -T specified
./setup.sh: line 38: center: command not found
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
./setup.sh: line 48: ((: i<=: syntax error: operand expected (error token is "<=")

tput: No value for $TERM and no -T specified
./setup.sh: line 52: center: command not found
tput: No value for $TERM and no -T specified
./setup.sh: line 54: ((: i<=: syntax error: operand expected (error token is "<=")


tput: No value for $TERM and no -T specified
Creating directory /home/user/.hairquest.....Done!
Extracting files!.....Done!
Copying files!.....Done!

Setup complete! You may now run hairquest.sh to play! :D
./setup.sh: line 92: waituser: command not found


I'm lazy, but you have any idea what's the issue?

I think maybe you didn't extract everything in the archive?

It's not finding the outsourced files, which blows everything up.
Interesting, I'll check that later.  I'd think that tar zxf thing.tar.gz should extract everything :/
Yeah, you'd think.

Is the .funct file in the same directory (and the same directory you're running everything from) as setup.sh?
Pages: 1 2 3
Reference URL's