51

Re: 0.4.1 released!

aopst wrote:

but i still cant forgive that rocket jump physics change ><

I think the physics might actually have stayed exactly the same. The reason we suck at grenade jumps now is that the projectiles don't come from as far behind as they used to at comparable pings because of the fixes in the network department. Try shooting the nades farther back than you used to and jumping a little sooner; works reasonably well for me.

The other thing about nade jumps is that walking speed has been increased, so the boost you get from doing it is less significant. That's a shame for those of us who bothered playing with style, but obviously not enough people did that to make it important enough for the developers to pay more attention to.

Did that make any sense? Anyone? hmm

52

Re: 0.4.1 released!

WOW!

I turn my back for 2 weeks and you guys make the game 5billion times better

unfortunately things are so busy here it will be another week before i can update my skins and make a new episode of my web comic (all i can do right now is talk)

my name is NOT clasic_traveller_die its CLASIC_TRAVELLER_DIEHARD classic traveller is a si-fi rpg from the same era as dungens and dragons lookit up on wikipedia smile

53

Re: 0.4.1 released!

I think the new weapon is cool and the effects are better too. But i dont understand the "userfriendly" Editor o_o
The Editor of the older version was much better, this one is...just difiicult ^^'
Is there a tutorial that explains me how to work with the new editor?

And, can i use Maps in the new Version when i made them with the Editor of the older Version? (I hope so but i dont think so ^^ )

54

Re: 0.4.1 released!

Not sure of this has been posted already, but I have a problem compiling on ubuntu 7.10. Here is my shell history:

Terminal wrote:

$ wget http://teeworlds.com/files/bam.zip

--11:31:24--  http://teeworlds.com/files/bam.zip
           => `bam.zip'
Resolving teeworlds.com... 195.22.75.123
Connecting to teeworlds.com|195.22.75.123|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 478,660 (467K) [application/zip]

100%[====================================>] 478,660      201.00K/s             

11:31:27 (200.53 KB/s) - `bam.zip' saved [478660/478660]

$ unzip bam.zip

Archive:  bam.zip
extracting: [it extracted every file here]     

$ rm bam.zip

$ wget http://teeworlds.com/files/teeworlds-version-src.zip

--11:31:57--  http://teeworlds.com/files/teeworlds-version-src.zip
           => `teeworlds-version-src.zip'
Resolving teeworlds.com... 195.22.75.123
Connecting to teeworlds.com|195.22.75.123|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
11:31:58 ERROR 404: Not Found.

$

I did it word for word as written below:
http://www.teeworlds.com/?page=docs& … Everything

The only different thing was the replacement of 'fetch' with 'wget'. Could you help.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

55

Re: 0.4.1 released!

you need to replace version with the version that you want.

56

Re: 0.4.1 released!

Still didn't work. Here is what I get upon typing '../bam/src/bam release' (warning: file over 700 lines long):
http://home.comcast.net/~moosor/typescript.txt

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

57

Re: 0.4.1 released!

Roanoke wrote:

Still didn't work. Here is what I get upon typing '../bam/src/bam release' (warning: file over 700 lines long):
http://home.comcast.net/~moosor/typescript.txt

You are missing development headers for alsa.

58

Re: 0.4.1 released!

So... What should I do? Thanks for helping me, by the way.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

59

Re: 0.4.1 released!

Write this in the console to fetch the nessesary packages.

sudo apt-get install libasound2-dev

60

Re: 0.4.1 released!

Another error.
http://home.comcast.net/~moosor/err2.txt

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

61

Re: 0.4.1 released!

More missing headers. The documentation at http://www.teeworlds.com/?page=docs& … Everything tells you want packages you need.

62

Re: 0.4.1 released!

I can't seem to find the right packages.

$ sudo apt-get gl
[sudo] password for roanoke:
E: Invalid operation gl

$ sudo apt-get install gl

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package gl

$ sudo apt-get install glu

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package glu

$ sudo apt-get install x11

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package x11

$ sudo apt-get install asound

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package asound

$

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

63

Re: 0.4.1 released!

Type apt-cache search gl (or glu, x11 etc) to find te real name of the packages...

Play ctf_fall if you dare!

64 (edited by Roanoke 2008-04-01 03:50:02)

Re: 0.4.1 released!

I get a ridiculous amount of results, it would be nice if I knew what I was missing if I can't get the actual names. Speaking of which, does anyone know the real names of the requirements? I'm running ubuntu 7.10, if that helps.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

65

Re: 0.4.1 released!

Hello?

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

66

Re: 0.4.1 released!

hi!
Have someone spec for PLD for teeworlds 4.1?

67

Re: 0.4.1 released!

Hi, it's possible to have 0.4.1 in deb format?

GetDeb provide 0.3.4 and TeeWars there isn't in debian/ubuntu standard packages ( http://packages.ubuntu.com/ - http://packages.debian.org/ ) sad

68 (edited by Roanoke 2008-04-03 00:22:27)

Re: 0.4.1 released!

Yeah, I've been trying to get help with compiling it, and for some time a dev was helping me until he vanished. All I need are the package names as they are in the repos. And no, there are no precompiled versions with the exception of windows. Ironic, since one dev uses ubuntu.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

69 (edited by void 2008-04-03 12:08:53)

Re: 0.4.1 released!

There are precompilev versions for both linux x86 and x86_64... Both probably compiled using Ubuntu.

I'm no linux expert, and names on packages varies between distros and versions: You need glx dev package and alsa dev package.

libgl-dev and libasound2-dev maybe?
That's the first hits I get when I search for it.

Languages shapes the way we think, or don't.

70

Re: 0.4.1 released!

Nope, doesn't work. Here is what happens upon trying to build:
http://alyosha.bendebury.net/err3.txt

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

71

Re: 0.4.1 released!

GL/glu.h: No such file or directory

apt-file search filename

please read the dokumentation for your distrubition

72

Re: 0.4.1 released!

Roanoke wrote:

I get a ridiculous amount of results, it would be nice if I knew what I was missing if I can't get the actual names. Speaking of which, does anyone know the real names of the requirements? I'm running ubuntu 7.10, if that helps.

I'll try to google it, though.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

73

Re: 0.4.1 released!

I installed some gl packages and everything works fine now.

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

74

Re: 0.4.1 released!

czesc

75

Re: 0.4.1 released!

hi