<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Teeworlds Forum — [REQUEST / QUESTION] What OS are you using and ...]]></title>
		<link>https://www.teeworlds.com/forum/viewtopic.php?id=9399</link>
		<atom:link href="https://www.teeworlds.com/forum/extern.php?action=feed&amp;tid=9399&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [REQUEST / QUESTION] What OS are you using and ....]]></description>
		<lastBuildDate>Sun, 15 Apr 2012 18:44:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96739#p96739</link>
			<description><![CDATA[<div class="quotebox"><cite>TeePhoenix wrote:</cite><blockquote><p>SDL is written in Python!?</p></blockquote></div><p>No xD Its written in an C-Language (so far i know). But there are<br />Python Bindings for it. Like <br /><a href="http://www.pygame.org/news.html">Pygame</a> (most used for little games, some of them<br />you can find in the Ubuntu Software Center if they were developed enough)<br />or<br /><a href="http://fifengine.net/">FIFE Engine</a> (this is quite not that popular, but shows<br />some graphical increase based on SDL and you can made some parts in OpenGL [as far as i know ;D])<br />The biggest project based on this Engine, is <a href="http://www.unknown-horizons.org/">Unknown Horizons</a>.<br />It is not very far in development, but I take a look and it shows quite some good ways :3</p><p>They both provide different ways to access the SDL Library with pure Python code.<br />But the Libraries themselve are written in an Lower-level Language.</p>]]></description>
			<author><![CDATA[null@example.com (hasifee)]]></author>
			<pubDate>Sun, 15 Apr 2012 18:44:02 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96739#p96739</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96736#p96736</link>
			<description><![CDATA[<p>Deleted.</p>]]></description>
			<author><![CDATA[null@example.com (TeePhoenix)]]></author>
			<pubDate>Sun, 15 Apr 2012 18:20:06 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96736#p96736</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96727#p96727</link>
			<description><![CDATA[<div class="quotebox"><cite>TeePhoenix wrote:</cite><blockquote><div class="quotebox"><cite>hasifee wrote:</cite><blockquote><p>Pythons third-party extension py2exe gives a nice solution for merging the interpreter directly with<br />the script the developer writes.</p></blockquote></div><p>This could be, but Python is intended as scripting language. Does this really work well?</p></blockquote></div><p>I tried some compiled programs and up to now there were no problems :3<br />There were a lot of projects that provide Windows binaries without installing<br />the Python environment like Webbrowser (up to now i just see one :3) or<br />games based on the SDL Library (like Teeworlds does).</p><div class="quotebox"><cite>TeePhoenix wrote:</cite><blockquote><p>You should monitor it as often as you can.</p></blockquote></div><p>Ok, I just asked if everybody is doing that. I tried the Website you linked<br />at the end of your post. Its quite a very good website, you can edit<br />almost everything ,upload own maps and so on. BUT, for me as somebody who likes<br />to play different gamemodes and maps will it be difficult to keep an eye on the<br />server all the time. Maybe thats just my suggestion so this isnt an argument at all.</p><p>At least I think i cancel this project. It really seems to make no sense,<br />spend that much time into something useless x3. But now i learned<br />something new, thats quite more positive :3.</p><p>Btw, can i cancel this strange Poll here? o_O i forgot to fill in a day limit (my fault srry &gt;_&lt;)</p>]]></description>
			<author><![CDATA[null@example.com (hasifee)]]></author>
			<pubDate>Sun, 15 Apr 2012 15:22:16 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96727#p96727</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96725#p96725</link>
			<description><![CDATA[<p>Deleted.</p>]]></description>
			<author><![CDATA[null@example.com (TeePhoenix)]]></author>
			<pubDate>Sun, 15 Apr 2012 13:32:14 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96725#p96725</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96721#p96721</link>
			<description><![CDATA[<div class="quotebox"><cite>TeePhoenix wrote:</cite><blockquote><p>But if your aim are those people that run their server from their PC, then it is clear that most of them uses Windows. The problem is here, that python is uncommon in the windows world, so that most wont have the python interpreter and runtimes installed to run your tool, so that you had to explain them this point first, but I doubt that it is worth the afford (for anybody: you / the user).</p></blockquote></div><p>First I explain this point. Why is there any need to install the interpreter of python on an windows system?<br />Pythons third-party extension py2exe gives a nice solution for merging the interpreter directly with<br />the script the developer writes. The Windows User doesnt have to care about installation or something like<br />that, because you can use it as portable software.</p><p>And to the rest of your answer. My pardon if it was not clear what exactly I am thinking about. :3<br /> You said that people who have enough skills to run their own server, have no need for<br />such a script. OKay, I actually dont know how people are running their server. Maybe you can<br />tell me something about that? :3<br />(i guess you are using a server thats not located at your home)<br />1) Are you monitoring your server all the time? (keep the remote access active)<br />2) How often crashes a server (just talking about software [freeze, or just exits])<br />3) Are you using Cronjobs for it, or start it manually?<br />4) how many TWservers do you run on one hardware?</p><p>I am sorry for this confusing topic. I just get the idea this morning/night and<br />startet do collect some information. <img src="https://www.teeworlds.com/forum/img/smilies/sad.png" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (hasifee)]]></author>
			<pubDate>Sun, 15 Apr 2012 13:11:30 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96721#p96721</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96712#p96712</link>
			<description><![CDATA[<p>Deleted.</p>]]></description>
			<author><![CDATA[null@example.com (TeePhoenix)]]></author>
			<pubDate>Sun, 15 Apr 2012 10:24:29 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96712#p96712</guid>
		</item>
		<item>
			<title><![CDATA[[REQUEST / QUESTION] What OS are you using and ...]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=96705#p96705</link>
			<description><![CDATA[<p>Hello all TW lovers :3,</p><p>I have a little Question. What OS are you all using and<br />where is Teeworlds located within it? It would quite be useful<br />because i want to write a little app (based on python) that:</p><p>1) Starts a Server with given Settings (can be done via interface when done)<br />2) Restarts crashed Server<br />3) Can export a .cfg file (from the server settings)<br />4) Give a log of your server (will be the same as the console output but maybe with some statistics)</p><p>I have been thinking about directly give the user access to<br />existing mods as server executable. But up to now, i found no<br />solution for it. If somebody has a little idea or something, feel<br />free to post it here ;3</p><p>By the way, I know that similiar Tools already exist, but some seem to<br />be no more under development. And i will merge some useful<br />functions into one application :3</p><p>Aaah and something else. I hadnt take a closer look to the server source up to<br />now (C++ source confuses me a bit o_o), but is it possible to overwrite<br />the normal &#039;stdout&#039; (prints content to the terminal) to another<br />way dealing with server messages? Would be nice to know :3</p><p>MfG</p>]]></description>
			<author><![CDATA[null@example.com (hasifee)]]></author>
			<pubDate>Sun, 15 Apr 2012 00:14:10 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=96705#p96705</guid>
		</item>
	</channel>
</rss>
