126

(1,493 replies, posted in Development)

You have these advantages anyways on certain resolutions.

127

(19 replies, posted in Support)

Actually I was able to host 1 decent working server on my home connection (upload speed ~ 1Mbit/s). It was ok, but with my vps it's even better now.

128

(26 replies, posted in Support)

python 3 is supported as far as I know.

129

(19 replies, posted in Support)

It can be, if you are running a whole lot of servers. But I agree that memory and cpu are probably the limit. However, I don't even get anywhere near that limit with running 5 teeworlds servers and some other stuff on that vps that i pay 5€ for (I don't know right now, how much ram and cpu power i have).

130

(19 replies, posted in Support)

I pay 5 € for a vps, you can host as many servers as you want, it's only limited by bandwith and ram and cpu.

131

(19 replies, posted in Support)

There are cheaper offers. I host several servers and pay 5€ per month, I think that's acceptable.

132

(19 replies, posted in Support)

To tell you the truth, I absolutely don't get what you are trying to get help with. Please try to rephrase it.

133

(1,493 replies, posted in Development)

just type this into the rcon:

record <name>

This will automatically record a demo and save it under the given name. to stop recording type

stoprecord

You can also use the server side automatic demo recording, just put these configs into your configuration file:

sv_auto_demo_record 1
sv_auto_demo_max <maximum number of demos to keep>

This will automatically create demos for each round.

134

(1,493 replies, posted in Development)

the demo contains everything, the player who is recording the demo, is seeing. Why would you do it different? To me this would be kinda strange. It would be possible, but increase the network traffic of teeworlds in a great amount, because currently the network is clipped (meaning you only get sent the stuff, you are currently seeing, and a bit more). This could be disabled for spectators, but in my opinion, this is not worth it. There would be just so much more data to send... You can however use serverside demos for that purpose. They do exactly, what you want.

135

(4 replies, posted in Support)

it seems you are not the "owner" of the file on your server. How did you upload it to the server?

136

(3 replies, posted in Development)

The current version of teeworlds is 0.6.1.  As you know, utf8 support was introduced on the way from 0.5.2 to 0.6.0 (i.e. u.5 trunk). there is no way to display the utf8 characters on unmodified 0.5.2 clients. However, i highly recommend leaving alone the 0.5.x version and use the more recent 0.6.1 version. Why would anyone still use 0.5.x if there is 0.6.x?

Also this thread should probably be in the mods section.

It seems kinda nice, but it does in no way fit to teeworlds, more to an epic fantasy rpg or something like that. I could imagine it running in the title screen of any zelda game, but not in the teeworlds menu.

138

(926 replies, posted in Modifications)

The bug with the version stuff is a bug of teeworlds 0.6.1 itself. It is reported on github already.

139

(13 replies, posted in Modifications)

Here is the current version: https://github.com/ghost91-/teeworlds/tree/survival
It's far from finished though.

If you mean demos, open the demo tab in teeworlds. There you can watch your demos.

141

(24 replies, posted in Support)

Actually the hardware used in personal computers is not meant to be running 24/7. Most servers use special hardware that was created for this sole purpose, so in fact running your pc 24/7 might not be good for your computer. If you are really intending to host a server 24/7 I highly recommend renting a dedicated server or at least a virtual private server.

we could try contacting chi1 and golv, they had a nice modification for 0.5 for streaming.

Btw: we should first see if this whole thing is happening at all... Somehow I doubt it tongue

143

(22 replies, posted in Support)

andy.c wrote:
Chi11y wrote:

We don't support mods.

how the fuck is this a mod?

1. I really don't think this post is recent anymore, look at the date when commenting something please.
2. If you read the config from the first post, you would see that guy was using the race mod.

144

(52 replies, posted in Support)

@ Slayer: did he ask for c++? I don't think so. Also this book is good for learning the very basics. C++ is an addition to C (C++ compilers will compile almost any C code). So learning the C basics is a very good start.

145

(52 replies, posted in Support)

Here you go: http://net.pku.edu.cn/~course/cs101/200 … nguage.pdf

In fact this is a book, but it's in form of a pdf.

@Delo: I'd rather suggest a livestream for this wink

147

(4 replies, posted in Modifications)

So to get this clear: You want to run a DDRace server and an instagib server. The DDRace server is running correctly, but for the instagib server no port works. Where did you get the binary for the instagib server from? are you running the server on a dedicated server/vps/whatever or on your home pc? Just tell us a bit more about your setup so we can understand the problem.

148

(75 replies, posted in Development)

Just to let you know: Race is not official (yet).

MilloCz wrote:

Abbility to automatically delete all demos that are shorter than X.

You can just sort the demo files by size and then delete all files that are below a certain size. The size increases with the length of the demo, so you can easily delete demos that are very short.

150

(25 replies, posted in Modifications)

Please don't double or even tripple post. There is an edit function, you know?