451

(3 replies, posted in Fan Art and Other)

You probably are connected to the internet via a router. It is neccesary to configure the router to forward port 8303 to your ip address. If you have not done so that is probably the problem. This is probably a good site to inform you about how to forward ports. And next time please use the search function first, as you can guess quite a lot of people have asked the same question before.

452

(3 replies, posted in Support)

in version 0.5.2 some commands (like +weapon1 etc.) don't work with mouswheel anymore. Use version 0.5.1 instead. If you don't want to pass on 0.5.2 you can do some changes to the source and then compile it(that's what i did, but i only changed it back to the way it was in 0.5.1, but there is some deeper problem to it, so it's only a workaround). If you want to do this, get the 0.5.2 source, open teeworlds-0.5.2-src/src/game/client/components/controlls.cpp with the editor of your choice. Then do the follwing change:

In line 38 remove:

*set->variable = console_arg_int(result, 0) ? *set->variable = set->value : 0;

and add

if (console_arg_int(result, 0))
        *set->variable = set->value;

instead of that.
After doing this compile tw and mouswheel will work with those commands.

But as I said this is only a work around, and the devs know about the problem, so I hope it will be fixed in the next release smile.

One question: Why are you (maybe) going to offer ssh and explicitly not ftp? oO If one has ssh access he'll probably be able to upload any file anyway, so where is the sense in that? Also I guess a lot of people would be interested in the bandwidht of your server, or where it is located, in order to see what ping they might have on that server.

454

(64 replies, posted in News)

@lordskelethom: About which svn version are you talking? Trunk? If yes, trunk is not the 0.5.2 version, if you want to get that one from svn check out /tags/release-0.5.2rc1