General discussion

I Can't Play! CPU Controls Me!

How can I actually play, every game I go Into, I'm CPU!

Please help?

Script to install on debian

Here is the script :
[code]

#!/bin/bash
# hedgewars_on_lenny.sh
# Script to install hedgewars on a debian lenny
# It installs the latest version avaiable
# For dependencies install, it requires sudo.

# Bug reports and suggestions :thuban@singularity.fr

check_dep()
{

PACKAGES="mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc "

echo -e "These packages have to be installed, let's check : \n"
echo -e $PACKAGES \n
for i in $PACKAGES; do
# test if package is installed
if [ "$(dpkg-query -s $i | grep Status |awk '{print $4}' )" = "installed" ]; then
echo -e "Package $i seems to be installed \n"
else
echo -e "We need $i \n"
echo -e "Installing $i \n"
echo -e "apt-get install $i \n"
sudo apt-get install $i

fi

done
}
check_dep_wserver()
{

PACKAGES="mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc ghc6 libghc6-dataenc-dev libghc6-hslogger-dev libghc6-utf8-string-dev"

echo -e "These packages have to be installed, let's check : \n"
echo -e $PACKAGES \n
for i in $PACKAGES; do
# test if package is installed
if [ "$(dpkg-query -s $i | grep Status |awk '{print $4}' )" = "installed" ]; then
echo -e "Package $i seems to be installed \n"
else
echo -e "We need $i \n"
echo -e "Installing $i \n"
echo -e "apt-get install $i \n"
sudo apt-get install $i

fi

done
}

install_()
{
if [ "$1" != "-i" ] || [ "$1" != "-s" ]; then
echo "usage : "
echo " hedgewars_on_lenny.sh -i : install"
echo " hedgewars_on_lenny.sh -s : install with server"
fi
case $1 in

"-i" )
check_dep
echo "Let's download the source code :"

# wget http://fireforge.net/frs/download.php/541/hedgewars-src-0.9.13.tar.bz2
# tar -xvjz hedgewars*.tar.bz2

hg clone https://hedgewars.google

Help me with the dev version on windows :(

ive downloaded the dev version from google code using the tortoiseHG and it downloaded many files and folders which i dont know what to do with...
theres a picture of the files
http://img97.imageshack.us/img97/372/51466551.jpg

what do i have to do next? Sad Smiley

control weapon update and background wind

Smile Smile

iam confused

ok so hedge wars looks alot like worms.ALOT ALOT.Infact i know quite a few people who are upset about it.So what I would like to know is if Team17 who made worms is ok with this.Also if something like the portal gun from valve is ok too.iam sure it is but i dont know how team17 is feeling sbout this.

Syndicate content

User login

Copyright © 2004-2024 Hedgewars Project. All rights reserved. [ contact ]