<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://clawofdarkness.com/pawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergoKum</id>
	<title>Planetarion Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://clawofdarkness.com/pawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SergoKum"/>
	<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php/Special:Contributions/SergoKum"/>
	<updated>2026-06-05T08:54:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>http://clawofdarkness.com/pawiki/index.php?title=Help:Editing&amp;diff=9052</id>
		<title>Help:Editing</title>
		<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php?title=Help:Editing&amp;diff=9052"/>
		<updated>2005-11-08T00:01:43Z</updated>

		<summary type="html">&lt;p&gt;SergoKum: /* The wiki markup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General==&lt;br /&gt;
To edit a [[Help:What PAWiki is|PAWiki]] page, click on the &amp;quot;&#039;&#039;&#039;Edit this page&#039;&#039;&#039;&amp;quot; (or just &amp;quot;&#039;&#039;&#039;edit&#039;&#039;&#039;&amp;quot;) link at one of its edges. This will bring you to a page with a text box containing the &#039;&#039;[[Help:wikitext]]&#039;&#039;: the editable source code from which the server produces the webpage. For the special codes, see below.&lt;br /&gt;
&lt;br /&gt;
After adding to or changing the wikitext it is useful to press &amp;quot;Preview&amp;quot;, which produces the corresponding webpage in your browser but does not make it publicly available yet (not until you press &amp;quot;Save&amp;quot;). Errors in formatting, links, tables, etc., are often much easier to discover from the rendered page than from the raw wikitext. &lt;br /&gt;
&lt;br /&gt;
If you are not satisfied you can make more changes and preview the page as many times as necessary. Then write a short [[Help:Edit summary|edit summary]] in the small text field below the edit-box and when finished press &amp;quot;Save&amp;quot;. Depending on your system, pressing the &amp;quot;Enter&amp;quot; key while the edit box is not active (i.e., there is no typing cursor in it) may have the same effect as pressing &amp;quot;Save&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
You may find it more convenient to copy and paste the text first into your favorite text editor, edit and spell check it there, and then paste it back into your [[en:web browser|web browser]] to preview. This way, you can also keep a local backup copy of the pages you have edited. It also allows you to make changes offline, but before you submit your changes, &#039;&#039;please make sure nobody else has edited the page&#039;&#039; since you saved your local copy (by checking the [[Help:page history|page history]]), otherwise you may accidently revert someone else&#039;s edits. If someone &#039;&#039;has&#039;&#039; edited it since you copied the page, you&#039;ll have to merge their edits into your new version (you can find their specific edits by using the &amp;quot;[[Help:diff|diff]]&amp;quot; feature of the page history). These issues are handled automatically by the Mediawiki software if you edit the page online, retrieving and submitting the wikicode in the same text box.&lt;br /&gt;
&lt;br /&gt;
== Dummy edit ==&lt;br /&gt;
&lt;br /&gt;
If the wikitext is not changed no edit will be recorded and the edit summary is discarded.&lt;br /&gt;
&lt;br /&gt;
A dummy edit is a change in wikitext that has no effect on the rendered page, such as changing the number of newlines at some position from 0 to 1 or from 2 to 3 or conversely (changing from 1 to 2 makes a difference, see below). This allows an edit summary, and is useful for correcting a previous edit summary, or an accidental marking of a previous edit as &amp;quot;minor&amp;quot; (see below). Also it is sometimes needed to refresh the cache of some item in the database, see e.g. [[Help:Category#A_category_tag_in_a_template.3B_caching_problem|A category tag in a template; caching problem]].&lt;br /&gt;
&lt;br /&gt;
== Minor edits ==&lt;br /&gt;
When editing a page, a logged-in user has the option of flagging the edit as a &amp;quot;minor edit&amp;quot;. This feature is important, because users can choose to &#039;&#039;hide&#039;&#039; minor edits in their view of the Recent Changes page, to keep the volume of edits down to a manageable level.&lt;br /&gt;
&lt;br /&gt;
When to use this is somewhat a matter of personal preference. The rule of thumb is that an edit of a page that consists of spelling corrections, formatting, and minor rearranging of text should be flagged as a &amp;quot;minor edit&amp;quot;.  A major edit is basically something that makes the entry worth revisiting for somebody who wants to watch the article rather closely. So any &amp;quot;real&amp;quot; change, even if it is a single word, should be flagged as a &amp;quot;major edit&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The reason for not allowing a user who is not logged in to mark an edit as minor is that vandalism could then be marked as a minor edit, in which case it would stay unnoticed longer. This limitation is another reason to log in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;wiki6146&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
&lt;br /&gt;
Some part of a page may correspond in the edit box to just a reference to another page, in the form &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;&#039;&#039;name&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;, referring to the page &amp;quot;Template:&#039;&#039;name&#039;&#039;&amp;quot; (or if the name starts with a namespace prefix, it refers to the page with that name; if it starts with a colon it refers to the page in the main namespace with that name without the colon). This is called a [[help:template|template]]. For changing that part of the page, edit that other page. Sometimes a separate edit link is provided for this purpose. A convenient way to put such a link in a template is with a template like [[m:Template:ed]]. Note that the change also affects other pages which use the same template.&lt;br /&gt;
&lt;br /&gt;
==Page protection==&lt;br /&gt;
&lt;br /&gt;
In a few cases the link labeled &amp;quot;edit&amp;quot; is replaced by the text &amp;quot;view source&amp;quot;. In that case the page can not be edited.&lt;br /&gt;
&lt;br /&gt;
==Position-independent wikitext==&lt;br /&gt;
&lt;br /&gt;
Wikitext for which the result does not depend on the position in the wikitext page:&lt;br /&gt;
&lt;br /&gt;
*[[category]] specification - ditto&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;__NOTOC__, __FORCETOC__&amp;lt;/nowiki&amp;gt;, see [[Help:Section]]&lt;br /&gt;
&lt;br /&gt;
==Separating edits==&lt;br /&gt;
&lt;br /&gt;
When moving or copying a piece of text within a page or from another page, and also making other edits, it is useful to separate these edits. This way the [[Help:Diff|diff function]] can be usefully applied for checking these other edits.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Help:Automatic conversion of wikitext]]&lt;br /&gt;
*[[Help:Calculation]]&lt;br /&gt;
*[[Help:Editing toolbar]]&lt;br /&gt;
*[[Help:Html in wikitext]]&lt;br /&gt;
*[[Help:Administration#Page_protection| Protecting pages]]&lt;br /&gt;
*[[Help:Starting a new page]]&lt;br /&gt;
*[[Help:Variable]]&lt;br /&gt;
*[[Parser testing]]&lt;br /&gt;
*[[en:UseModWiki|UseModWiki]] and [[en:Wikipedia:PHP script|Wikipedia:PHP script]].&lt;br /&gt;
*[[en:HTML tag|HTML tag]].&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://home.earthlink.net/~awinkelried/keyboard_shortcuts.html Special characters in HTML]&lt;/div&gt;</summary>
		<author><name>SergoKum</name></author>
	</entry>
	<entry>
		<id>http://clawofdarkness.com/pawiki/index.php?title=Creators_Hour&amp;diff=9051</id>
		<title>Creators Hour</title>
		<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php?title=Creators_Hour&amp;diff=9051"/>
		<updated>2005-11-07T23:55:19Z</updated>

		<summary type="html">&lt;p&gt;SergoKum: /* Creators Hour #1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creators Hour background ==&lt;br /&gt;
&lt;br /&gt;
Creators Hour (Or Creators Question Time as it was orginal known) started in [[round 2]] and became an integral part of [[Planetarion]] culture. Here was your chance to get answers to questions directly from [[Spinner]], [[Vish]], [[Fudge]], [[Zeus]], [[Messiah]] and later on [[Oreo]] and [[PATeam]] as well as a place to put forward any ideas you had directly to the creators. While most of the questions and the responces were fairly unintresting it would throw up some intresting comments, ideas and future plans.&lt;br /&gt;
&lt;br /&gt;
Since [[Jolt]] took over the running of the game these &#039;Q&amp;amp;A&#039; sessions have become less frequent and the information coming out of them has become less informative.&lt;br /&gt;
&lt;br /&gt;
&#039;Creators Hour&#039; was brought back after Round 14. One of the PA Team members poste dthe IRC log of &#039;that Creators Hour&#039;, but I can&#039;t seen to find the durn post. If someone else can, please edit this page to add the link...&lt;br /&gt;
&lt;br /&gt;
== Creators Hour #1 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 2 - Aug 2004&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the more intresting aspects of the very first creators hour&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Defence Fleet ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Next question:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What is your status on the GDF? When will the GC have control over it? And how much &lt;br /&gt;
 &amp;lt;Messiah&amp;gt; control will he actually have?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Yes..The GDF has certainly aroused many people&#039;s intrest&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have ot been able to do any work on the GDF yet, as of controloling it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; SO an exact date when this is possible, I can not give here&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; When it is in, it will be possible for the GC to launch it out on missions, attack or  &lt;br /&gt;
           defend, as a regular fleet&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Except it would require some kind of &amp;quot;GO&amp;quot; from either planets, or pherhaps some new &lt;br /&gt;
           minister.....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So it can not be abused for the GC&#039;s own egotripping (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The launchcost will then be taken out of the Development Fund&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; If there is not enough Eonium in there...it can not launch&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Some people are concerned that it can be used for transferring fleets with no travel &lt;br /&gt;
 &amp;lt;Messiah&amp;gt; time. Will this be the case?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Note that I said nothing about the GC being able to transfer ships out from the GDF&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; That answers it I belive&lt;br /&gt;
&lt;br /&gt;
One of the most hotly talked about features of [[Round 2]] was the [[Galaxy Defence Fleet]] which was initially unfinished. The basic premise as you have probally guessed was that galaxy members could donate [[ships]] to this [[fleet]] and they would then be under the control of the [[GC]] to use in galactic defence. Due to the fact the the [[GC]] couldnt yet control the [[GDF]] the fleets in it were initially equally spread across all the planets in the [[Galaxy]]. While an idea that had promise the inability of the [[Creators]] to find a viable way to let the [[GC]] control the [[fleet]] resulted in it never getting beyond this basic stage and by [[round 3]] it had dissapeared for good&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Commanders Message ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What other jobs are GCs going to get?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The GC will be able to control the Galactic Fleet as I said&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Nothing more has been planned there now, execept maybe he gets a special &lt;br /&gt;
           Message of the Day thing for his Galaxy&lt;br /&gt;
&lt;br /&gt;
Where would we be today if this hadnt cropped up :) It was the first real mention of a feature that would become a constant feature in the rounds to come&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Downtime ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; How are things going with your line? Is that still what&#039;s causing the game to appear &lt;br /&gt;
           to go down sometimes?&lt;br /&gt;
 * Spinner hopes that was enough&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Line, yes...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; First of all, within a very short periode of time, we will get some hosting help tp &lt;br /&gt;
           relieve our lines a bit, or upgrade our existing lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; This is a question of money actually....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Which we dont quite make enough of (-: Who does anyway (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And our budget right now does not allow us to upgrade the lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we have good hopes to earn more on advertising in the future&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And also to get some good hosting help&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; click banners is main income @ mo&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The first step will prolly be to put the images and the manual on a totally different &lt;br /&gt;
           line, maybe with the boards&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; so get fingers clicking:)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So we will have more capacity for our game itself&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But I promise&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The minute we run this game with a profit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We WILL upgrade lines!&lt;br /&gt;
&lt;br /&gt;
In these early days the demand outsripped teh supply and during busy periods the server would frequently serve up the infamous [[Burp]] error page. It was a constant struggle for the Creators to stay ahead of the demand and it wouldnt be until Round 3 when [[Barrysworld]] took over the hosting of the game that a stable and reliable PA became a true possability.&lt;br /&gt;
&lt;br /&gt;
=== P2P and Selling of PA ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Is there any chance of Planetarion going commercial in the future, and charging for play?&lt;br /&gt;
           If not, is there a planned &amp;quot;end&amp;quot; to planetarion?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Going commercial? I thought we had done that! (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; There is no plan to charge players tfor playing PLanetarion&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; :)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Absolutely not&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; free, made by gamers for gamers&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; indeed&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Thank you , Zeus for handing me word on a golden platter (-:&lt;br /&gt;
 * Zeus hides&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Do you think you&#039;ll ever get bored of planetarion, and sell it to some money grabbing &lt;br /&gt;
           corporation?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; EA slogan, isnt it?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Or something?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; No&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Selling Planetarion is not an option either...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We made it because we wanted to make it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And we want to keep making games like it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Because it is fun&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We just have to learn how to do it and make a profit (-:&lt;br /&gt;
 &amp;lt; Spinner&amp;gt; You asked for an &amp;quot;end&amp;quot;...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I am not sure PLanetarion will ever end..&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Not as long as poeple play it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Of course, if people stop playing it, well, it sort of has ended...&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; k&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But there will be resets&lt;br /&gt;
&lt;br /&gt;
Something thats all too often hindered [[Planetarion]] has been lack or forsight and heres a prime example. Just two rounds later the [[Creators]] would announce that the game was going P2P which caused uproar amongst players who remembered comments like this. Just 4 rounds after going P2P [[Planetarion]] would then be sold off to [[Jolt]] after [[Fifth Seasons]] went bankrupt.&lt;br /&gt;
&lt;br /&gt;
If theres one thing we all learn from these statements its never make bold claims, while things may look rosy now you never know what the future brings&lt;br /&gt;
&lt;br /&gt;
=== WAP and SMS ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; The WAP phone thing that has been mentioned, would it be possible for people without WAP &lt;br /&gt;
           phones to make their own thing, designed for non-WAP phones.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; WAP / PDA / SMS services&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I am happy to announce, that we are looking at possibilites to have support for some of &lt;br /&gt;
           these things&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Next week actually, we will be in a meeting with a company who claims to be able to do &lt;br /&gt;
           all the work for us to implament this, which would be the very best solution&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So it doesnt take valuable working hours from us on the core team&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; :)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But no promises, we still dont know that anyone will do it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But rest assured, we know the wish is out there!&lt;br /&gt;
&lt;br /&gt;
While the WAP feature would make an appearance in round 3 and would remain until the bot stopper made WAP access impossible the intresting part here is the SMS feature. SMS alerts were a regular request on the suggestions forum at this time as it was seen as a feature that would help those who couldnt be at a PC 24/7 as well as being a source of income for the game. However mid way through round 3 when the [[Creators]] announced they had a SMS feature ready to launch a bakclash against the idea started. Why this backlash happened no-one is too sure, perhaps they just didnt understand the implementation correctly or maybe they didnt want their advantage of WAP or 24/7 net conenction access removed, either way it scuppered the whole idea.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Exiles ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Are there any plans to implement the &amp;quot;boot&amp;quot; function in the galaxy, where the GC can &lt;br /&gt;
           nominate someone to be kicked out of the galaxy?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Ah, yes, the booting thing&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We decided against it the last time, as the poeple asked to share their opinions on the &lt;br /&gt;
           boards were split indeed.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We see that some galaxies would definately benefit from soemthing like this, so it might &lt;br /&gt;
           go back onto our to-do list again. But right now, I dont know&lt;br /&gt;
&lt;br /&gt;
When it comes to galazies we have it easy today. If a galaxy member isnt pulling their weight or they are in a rival alliance you can exile them and hopefully get a more suitable replacement but back in Round 1 and 2 things were different. You got your random galaxy and it was upto you to ensure you got the best out of it, there was little room for rivalries and you just had to shut up and get on with working together. However as we can see here the thinking behind this was starting to be thought about and it wouldnt be long before exiling of planets was a possability.&lt;br /&gt;
&lt;br /&gt;
=== Round Length ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; When is the reset?!?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The next reset!&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; ?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I reckon the game will run about 6 months&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; yes&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Unless something drastic happnes&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So 10th of july, plus 6 months..or so...&lt;br /&gt;
&lt;br /&gt;
The generally view of the community is that the length of a round has always been around the 3 month mark BUT this wasnt the case. Round 1 had run from Feb 2000 until June 2000 with Round 2 lasting around the same length of time. Rounds this long however became unsubstainable later on, especially after [[P2P]] which saw them shrinking to the kind of lengths we have now&lt;br /&gt;
&amp;lt;div id=&amp;quot;wiki6146&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creators Hour #2 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 2 - 21 Aug 2004&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the more intresting aspects of the second ever creators hour&lt;br /&gt;
&lt;br /&gt;
=== Database Dumps ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The Tahmer search page is an unauthorized bot page&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; These days, we are completeing the work on the data that Pbot will access&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And it will be available VERY soon&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; for everyone to use&lt;br /&gt;
 &amp;lt;vish&amp;gt; this info will be placed on a server outside planetarion so that we do not get that extra &lt;br /&gt;
 load&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; As soon as that is ready, we do not want any loose bots out there using different data&lt;br /&gt;
&lt;br /&gt;
In the early rounds if you wanted to run a site like [[Pilkara]] or [[Sandmans]] your only method of gathering the data was through a use of a Data Miner bot. The likes of [[Sn0w]] and [[Tahmer]] would create a seperate account and set their bot to login to this acocunt and parse all the galaxy pages. This data would then be stored and could then be used by their tools. The two most famous tools at the time were [[SnOws]] IRC bot [[PBOT]] and [[Tahmers]] website. The amount of bandwith these bots and others like them took to gather the data forced the [[Creators]] to start producing the database dumps that all tools today run off&lt;br /&gt;
&lt;br /&gt;
=== Alliance Controls ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; From Kittenpurr:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Have you got anything planned regarding the limiting or controlling alliance size? &lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Yes, but not anything you will see in a very near future&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But sometime in this round, something like this will be implemented&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The actual way we are doing it is still inside my head.....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; In very dynamic forms...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So I dont have detils on this yet&lt;br /&gt;
&lt;br /&gt;
As always time in PA gets distorted, if they say 10 mins it means 10 hours and if they say in near future they mean in around 4 years :) This feature took until Round 10 to implement and seems alot more static than what [[Spinner]] had in mind&lt;br /&gt;
&lt;br /&gt;
== Creators Hour Mid Round 3 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 3 - January 22th 2001&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the creators hour that took place just after [[Barrysworld]], the compnay that was hosting [[Planetarion]] had announced it was folding&lt;br /&gt;
&lt;br /&gt;
=== Server Requirements  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What type of server are you after? You could try the likes of Yahoo. They&#039;re always up for stuff like this and ahve ercently been buying all sort of new web-projects.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Ok&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; first of all, we need 7-8 machines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; in total&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; and we use approx 10-12 Mbit / Second&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; SO it si quite a lot&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Pherhaps Yahoo can do it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Thanks for the tip&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I will check up on that as well&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Have 16 companies to check up on nopw&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; now&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; hehe&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And general intrest to host Planetarion is quite high!&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Do you think that there is any chance you won&#039;t get a new hosting within the timelimit ? What will you in that case do ?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have backup plans to cover us in this event too&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have not had that long to make all details clear yet&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we will have them all sorted out&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We do have our old line at PA HQ&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Which is now quite bored&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But that is only 2Mbit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But if worst comes to worst&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We might be able to borrow some here and there&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Cut back on the graphics on the pages&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And get away with maybe a total of 6Mbit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; its doable&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; temperially, but only last resort.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we hope to make this ok without cutting back on quiality&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And it is looking good&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; If anyone feels like gving us a support&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; This would be a good time to use the mousebuttons more&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
&lt;br /&gt;
While these server requirements may seem like overkill by todays standards at this point the game had a total of around 130k players and was growing at a steady rate. In the end the servers moved to [[Chello]] who while providing a fairly good service never quite reached the level of service that [[Barrysworld]] provided.&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Sizes ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; is it true that there will 35 ppl in a glaxery next round&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; That has not been decided&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have though along those lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But have been seeing some potential hazards about it&lt;br /&gt;
&lt;br /&gt;
Galaxies of 35 members were on the cards at this point for [[Round 4]]. With the game going to a [[Private Galaxy]] setup in [[Round 4]] that certainly would have made things intresting/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Alliance Controls Again!  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; will you be bringing back the facillity to have alliance tags next to our nmaes?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Maybe&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We are thinking it though&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; through&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; pros and cons really&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But I belive, BELIVE it will be back&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But not JUST like it was&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; In some kind of system&lt;br /&gt;
&lt;br /&gt;
For the second round running the mention of better alliance controls were mentioned. A Feature which wouldnt see the light of day into [[Round 10]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hidden Stats and Formulas  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Would you consider next round not releasing stats and equations for the ships, scanning, combat etc. Instead just give a general description of how things work and &lt;br /&gt;
           make us have to gain experience and experiment with things?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; IT is an intresting idea&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But for a game with tectics and staratgy&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; it is dangerous&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So we do not think so&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Would be fun to try though&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We cam try it in the beta we run&lt;br /&gt;
&lt;br /&gt;
Its intresting how something that was considered dangerous at this time would pop up later. In [[Round 10]] [[Spinner]] experimented with this exact same principle when he only released the very basic Stats and Forumulas to the community. He should probally have stuck to his gut instict that he had then as It was shown to be something that didnt work in a game like this&lt;br /&gt;
&lt;br /&gt;
== Creators Hour End of Round 3 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 3 - April 2nd 2001&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This Creators Hour happened at the very end of the round and turned into what we would now call the &#039;Winners Ceremony&#039;&lt;br /&gt;
&lt;br /&gt;
=== Nostalgia ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;vish&amp;gt; &amp;gt; 2k players&lt;br /&gt;
&lt;br /&gt;
Ah the good old days where you would have over 2000 players attending a creators hour&lt;br /&gt;
&lt;br /&gt;
===Prizes===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; for this round the prizes are as follows.&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  1st Ruler Award  = Dreamcast with 3games tshirt/cap. Offer to pacrew/beta&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  2nd Ruler Award  t-shirt/cap two top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  3rd Ruler Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  4th &amp;amp; 5th Ruler Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  5th - upto 10th ruler award t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  1st Galaxy Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  2nd Galaxy Award  t-shirt one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  3rd Galaxy Award  t-shirt&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  Worst Roiding Galaxy Target Award  = high roids less ships&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  t-shirt one top 5 pc game to GC&lt;br /&gt;
&lt;br /&gt;
Back then the game used to offer some fairly good prizes for those who were successful as you can see. Winning the round would also get you an invite to be part of [[PACrew]], although its unknown how many people actually took that offer up.&lt;br /&gt;
&lt;br /&gt;
===Theres a catch===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And, many thanks to TheSlammer for sponsoring us with prizes&lt;br /&gt;
&lt;br /&gt;
The prizes were supplied by [[TheSlammer.com]] a company who would later become affectionatly known as [[TheScammer.com]] after the PS2 incident. They ran a referal scheme with [[Planetarion]] to offer players the ability to purchase half price PS2&#039;s, all you had to do was purchase the PS2 from them at the market price on upon receiveing the unit you could claim half the cost back using the supplied cashback form. However most people either didnt receive their PS2, or their cashback form and even if they received both very few got their money back. [[TheSlammer]] then pulled a dissappearing act leaving many players out of pocket. It will be no suprise to you to hear that most of the prizes for winners didnt turn up.&lt;br /&gt;
&lt;br /&gt;
[[Category:Terminology]]&lt;/div&gt;</summary>
		<author><name>SergoKum</name></author>
	</entry>
	<entry>
		<id>http://clawofdarkness.com/pawiki/index.php?title=Creators_Hour&amp;diff=9050</id>
		<title>Creators Hour</title>
		<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php?title=Creators_Hour&amp;diff=9050"/>
		<updated>2005-11-07T23:51:13Z</updated>

		<summary type="html">&lt;p&gt;SergoKum: /* WAP and SMS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creators Hour background ==&lt;br /&gt;
&lt;br /&gt;
Creators Hour (Or Creators Question Time as it was orginal known) started in [[round 2]] and became an integral part of [[Planetarion]] culture. Here was your chance to get answers to questions directly from [[Spinner]], [[Vish]], [[Fudge]], [[Zeus]], [[Messiah]] and later on [[Oreo]] and [[PATeam]] as well as a place to put forward any ideas you had directly to the creators. While most of the questions and the responces were fairly unintresting it would throw up some intresting comments, ideas and future plans.&lt;br /&gt;
&lt;br /&gt;
Since [[Jolt]] took over the running of the game these &#039;Q&amp;amp;A&#039; sessions have become less frequent and the information coming out of them has become less informative.&lt;br /&gt;
&lt;br /&gt;
&#039;Creators Hour&#039; was brought back after Round 14. One of the PA Team members poste dthe IRC log of &#039;that Creators Hour&#039;, but I can&#039;t seen to find the durn post. If someone else can, please edit this page to add the link...&lt;br /&gt;
&lt;br /&gt;
== Creators Hour #1 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 2 - Aug 2004&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the more intresting aspects of the very first creators hour&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Defence Fleet ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Next question:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What is your status on the GDF? When will the GC have control over it? And how much &lt;br /&gt;
 &amp;lt;Messiah&amp;gt; control will he actually have?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Yes..The GDF has certainly aroused many people&#039;s intrest&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have ot been able to do any work on the GDF yet, as of controloling it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; SO an exact date when this is possible, I can not give here&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; When it is in, it will be possible for the GC to launch it out on missions, attack or  &lt;br /&gt;
           defend, as a regular fleet&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Except it would require some kind of &amp;quot;GO&amp;quot; from either planets, or pherhaps some new &lt;br /&gt;
           minister.....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So it can not be abused for the GC&#039;s own egotripping (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The launchcost will then be taken out of the Development Fund&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; If there is not enough Eonium in there...it can not launch&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Some people are concerned that it can be used for transferring fleets with no travel &lt;br /&gt;
 &amp;lt;Messiah&amp;gt; time. Will this be the case?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Note that I said nothing about the GC being able to transfer ships out from the GDF&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; That answers it I belive&lt;br /&gt;
&lt;br /&gt;
One of the most hotly talked about features of [[Round 2]] was the [[Galaxy Defence Fleet]] which was initially unfinished. The basic premise as you have probally guessed was that galaxy members could donate [[ships]] to this [[fleet]] and they would then be under the control of the [[GC]] to use in galactic defence. Due to the fact the the [[GC]] couldnt yet control the [[GDF]] the fleets in it were initially equally spread across all the planets in the [[Galaxy]]. While an idea that had promise the inability of the [[Creators]] to find a viable way to let the [[GC]] control the [[fleet]] resulted in it never getting beyond this basic stage and by [[round 3]] it had dissapeared for good&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Commanders Message ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What other jobs are GCs going to get?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The GC will be able to control the Galactic Fleet as I said&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Nothing more has been planned there now, execept maybe he gets a special &lt;br /&gt;
           Message of the Day thing for his Galaxy&lt;br /&gt;
&lt;br /&gt;
Where would we be today if this hadnt cropped up :) It was the first real mention of a feature that would become a constant feature in the rounds to come&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Downtime ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; How are things going with your line? Is that still what&#039;s causing the game to appear &lt;br /&gt;
           to go down sometimes?&lt;br /&gt;
 * Spinner hopes that was enough&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Line, yes...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; First of all, within a very short periode of time, we will get some hosting help tp &lt;br /&gt;
           relieve our lines a bit, or upgrade our existing lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; This is a question of money actually....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Which we dont quite make enough of (-: Who does anyway (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And our budget right now does not allow us to upgrade the lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we have good hopes to earn more on advertising in the future&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And also to get some good hosting help&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; click banners is main income @ mo&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The first step will prolly be to put the images and the manual on a totally different &lt;br /&gt;
           line, maybe with the boards&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; so get fingers clicking:)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So we will have more capacity for our game itself&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But I promise&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The minute we run this game with a profit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We WILL upgrade lines!&lt;br /&gt;
&lt;br /&gt;
In these early days the demand outsripped teh supply and during busy periods the server would frequently serve up the infamous [[Burp]] error page. It was a constant struggle for the Creators to stay ahead of the demand and it wouldnt be until Round 3 when [[Barrysworld]] took over the hosting of the game that a stable and reliable PA became a true possability.&lt;br /&gt;
&lt;br /&gt;
=== P2P and Selling of PA ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Is there any chance of Planetarion going commercial in the future, and charging for play?&lt;br /&gt;
           If not, is there a planned &amp;quot;end&amp;quot; to planetarion?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Going commercial? I thought we had done that! (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; There is no plan to charge players tfor playing PLanetarion&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; :)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Absolutely not&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; free, made by gamers for gamers&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; indeed&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Thank you , Zeus for handing me word on a golden platter (-:&lt;br /&gt;
 * Zeus hides&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Do you think you&#039;ll ever get bored of planetarion, and sell it to some money grabbing &lt;br /&gt;
           corporation?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; EA slogan, isnt it?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Or something?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; No&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Selling Planetarion is not an option either...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We made it because we wanted to make it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And we want to keep making games like it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Because it is fun&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We just have to learn how to do it and make a profit (-:&lt;br /&gt;
 &amp;lt; Spinner&amp;gt; You asked for an &amp;quot;end&amp;quot;...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I am not sure PLanetarion will ever end..&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Not as long as poeple play it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Of course, if people stop playing it, well, it sort of has ended...&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; k&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But there will be resets&lt;br /&gt;
&lt;br /&gt;
Something thats all too often hindered [[Planetarion]] has been lack or forsight and heres a prime example. Just two rounds later the [[Creators]] would announce that the game was going P2P which caused uproar amongst players who remembered comments like this. Just 4 rounds after going P2P [[Planetarion]] would then be sold off to [[Jolt]] after [[Fifth Seasons]] went bankrupt.&lt;br /&gt;
&lt;br /&gt;
If theres one thing we all learn from these statements its never make bold claims, while things may look rosy now you never know what the future brings&lt;br /&gt;
&lt;br /&gt;
=== WAP and SMS ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; The WAP phone thing that has been mentioned, would it be possible for people without WAP &lt;br /&gt;
           phones to make their own thing, designed for non-WAP phones.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; WAP / PDA / SMS services&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I am happy to announce, that we are looking at possibilites to have support for some of &lt;br /&gt;
           these things&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Next week actually, we will be in a meeting with a company who claims to be able to do &lt;br /&gt;
           all the work for us to implament this, which would be the very best solution&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So it doesnt take valuable working hours from us on the core team&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; :)&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But no promises, we still dont know that anyone will do it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But rest assured, we know the wish is out there!&lt;br /&gt;
&lt;br /&gt;
While the WAP feature would make an appearance in round 3 and would remain until the bot stopper made WAP access impossible the intresting part here is the SMS feature. SMS alerts were a regular request on the suggestions forum at this time as it was seen as a feature that would help those who couldnt be at a PC 24/7 as well as being a source of income for the game. However mid way through round 3 when the [[Creators]] announced they had a SMS feature ready to launch a bakclash against the idea started. Why this backlash happened no-one is too sure, perhaps they just didnt understand the implementation correctly or maybe they didnt want their advantage of WAP or 24/7 net conenction access removed, either way it scuppered the whole idea.&lt;br /&gt;
&amp;lt;div id=&amp;quot;wiki6146&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Exiles ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Are there any plans to implement the &amp;quot;boot&amp;quot; function in the galaxy, where the GC can &lt;br /&gt;
           nominate someone to be kicked out of the galaxy?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Ah, yes, the booting thing&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We decided against it the last time, as the poeple asked to share their opinions on the &lt;br /&gt;
           boards were split indeed.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We see that some galaxies would definately benefit from soemthing like this, so it might &lt;br /&gt;
           go back onto our to-do list again. But right now, I dont know&lt;br /&gt;
&lt;br /&gt;
When it comes to galazies we have it easy today. If a galaxy member isnt pulling their weight or they are in a rival alliance you can exile them and hopefully get a more suitable replacement but back in Round 1 and 2 things were different. You got your random galaxy and it was upto you to ensure you got the best out of it, there was little room for rivalries and you just had to shut up and get on with working together. However as we can see here the thinking behind this was starting to be thought about and it wouldnt be long before exiling of planets was a possability.&lt;br /&gt;
&lt;br /&gt;
=== Round Length ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; When is the reset?!?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The next reset!&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; ?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I reckon the game will run about 6 months&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; yes&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Unless something drastic happnes&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So 10th of july, plus 6 months..or so...&lt;br /&gt;
&lt;br /&gt;
The generally view of the community is that the length of a round has always been around the 3 month mark BUT this wasnt the case. Round 1 had run from Feb 2000 until June 2000 with Round 2 lasting around the same length of time. Rounds this long however became unsubstainable later on, especially after [[P2P]] which saw them shrinking to the kind of lengths we have now&lt;br /&gt;
&lt;br /&gt;
== Creators Hour #2 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 2 - 21 Aug 2004&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the more intresting aspects of the second ever creators hour&lt;br /&gt;
&lt;br /&gt;
=== Database Dumps ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The Tahmer search page is an unauthorized bot page&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; These days, we are completeing the work on the data that Pbot will access&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And it will be available VERY soon&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; for everyone to use&lt;br /&gt;
 &amp;lt;vish&amp;gt; this info will be placed on a server outside planetarion so that we do not get that extra &lt;br /&gt;
 load&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; As soon as that is ready, we do not want any loose bots out there using different data&lt;br /&gt;
&lt;br /&gt;
In the early rounds if you wanted to run a site like [[Pilkara]] or [[Sandmans]] your only method of gathering the data was through a use of a Data Miner bot. The likes of [[Sn0w]] and [[Tahmer]] would create a seperate account and set their bot to login to this acocunt and parse all the galaxy pages. This data would then be stored and could then be used by their tools. The two most famous tools at the time were [[SnOws]] IRC bot [[PBOT]] and [[Tahmers]] website. The amount of bandwith these bots and others like them took to gather the data forced the [[Creators]] to start producing the database dumps that all tools today run off&lt;br /&gt;
&lt;br /&gt;
=== Alliance Controls ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; From Kittenpurr:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Have you got anything planned regarding the limiting or controlling alliance size? &lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Yes, but not anything you will see in a very near future&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But sometime in this round, something like this will be implemented&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; The actual way we are doing it is still inside my head.....&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; In very dynamic forms...&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So I dont have detils on this yet&lt;br /&gt;
&lt;br /&gt;
As always time in PA gets distorted, if they say 10 mins it means 10 hours and if they say in near future they mean in around 4 years :) This feature took until Round 10 to implement and seems alot more static than what [[Spinner]] had in mind&lt;br /&gt;
&lt;br /&gt;
== Creators Hour Mid Round 3 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 3 - January 22th 2001&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Heres a summary of some of the creators hour that took place just after [[Barrysworld]], the compnay that was hosting [[Planetarion]] had announced it was folding&lt;br /&gt;
&lt;br /&gt;
=== Server Requirements  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; What type of server are you after? You could try the likes of Yahoo. They&#039;re always up for stuff like this and ahve ercently been buying all sort of new web-projects.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Ok&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; first of all, we need 7-8 machines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; in total&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; and we use approx 10-12 Mbit / Second&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; SO it si quite a lot&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Pherhaps Yahoo can do it&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Thanks for the tip&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; I will check up on that as well&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Have 16 companies to check up on nopw&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; now&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; hehe&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And general intrest to host Planetarion is quite high!&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Do you think that there is any chance you won&#039;t get a new hosting within the timelimit ? What will you in that case do ?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have backup plans to cover us in this event too&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have not had that long to make all details clear yet&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we will have them all sorted out&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We do have our old line at PA HQ&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Which is now quite bored&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But that is only 2Mbit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But if worst comes to worst&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We might be able to borrow some here and there&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Cut back on the graphics on the pages&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And get away with maybe a total of 6Mbit&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; its doable&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; temperially, but only last resort.&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But we hope to make this ok without cutting back on quiality&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And it is looking good&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; If anyone feels like gving us a support&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; This would be a good time to use the mousebuttons more&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; (-:&lt;br /&gt;
&lt;br /&gt;
While these server requirements may seem like overkill by todays standards at this point the game had a total of around 130k players and was growing at a steady rate. In the end the servers moved to [[Chello]] who while providing a fairly good service never quite reached the level of service that [[Barrysworld]] provided.&lt;br /&gt;
&lt;br /&gt;
=== Galaxy Sizes ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; is it true that there will 35 ppl in a glaxery next round&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; That has not been decided&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We have though along those lines&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But have been seeing some potential hazards about it&lt;br /&gt;
&lt;br /&gt;
Galaxies of 35 members were on the cards at this point for [[Round 4]]. With the game going to a [[Private Galaxy]] setup in [[Round 4]] that certainly would have made things intresting/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Alliance Controls Again!  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; will you be bringing back the facillity to have alliance tags next to our nmaes?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Maybe&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We are thinking it though&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; through&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; pros and cons really&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But I belive, BELIVE it will be back&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But not JUST like it was&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; In some kind of system&lt;br /&gt;
&lt;br /&gt;
For the second round running the mention of better alliance controls were mentioned. A Feature which wouldnt see the light of day into [[Round 10]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hidden Stats and Formulas  ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Messiah&amp;gt; Would you consider next round not releasing stats and equations for the ships, scanning, combat etc. Instead just give a general description of how things work and &lt;br /&gt;
           make us have to gain experience and experiment with things?&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; IT is an intresting idea&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; But for a game with tectics and staratgy&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; it is dangerous&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; So we do not think so&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; Would be fun to try though&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; We cam try it in the beta we run&lt;br /&gt;
&lt;br /&gt;
Its intresting how something that was considered dangerous at this time would pop up later. In [[Round 10]] [[Spinner]] experimented with this exact same principle when he only released the very basic Stats and Forumulas to the community. He should probally have stuck to his gut instict that he had then as It was shown to be something that didnt work in a game like this&lt;br /&gt;
&lt;br /&gt;
== Creators Hour End of Round 3 ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Time: &#039;&#039;&#039;&#039;&#039;Round 3 - April 2nd 2001&#039;&#039;  &#039;&#039;&#039;Place: &#039;&#039;&#039;&#039;&#039;#creators&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This Creators Hour happened at the very end of the round and turned into what we would now call the &#039;Winners Ceremony&#039;&lt;br /&gt;
&lt;br /&gt;
=== Nostalgia ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;vish&amp;gt; &amp;gt; 2k players&lt;br /&gt;
&lt;br /&gt;
Ah the good old days where you would have over 2000 players attending a creators hour&lt;br /&gt;
&lt;br /&gt;
===Prizes===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Zeus&amp;gt; for this round the prizes are as follows.&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  1st Ruler Award  = Dreamcast with 3games tshirt/cap. Offer to pacrew/beta&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  2nd Ruler Award  t-shirt/cap two top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  3rd Ruler Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  4th &amp;amp; 5th Ruler Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  5th - upto 10th ruler award t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  1st Galaxy Award  t-shirt/cap one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  2nd Galaxy Award  t-shirt one top 5 pc game&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  3rd Galaxy Award  t-shirt&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  Worst Roiding Galaxy Target Award  = high roids less ships&lt;br /&gt;
 &amp;lt;Zeus&amp;gt;  t-shirt one top 5 pc game to GC&lt;br /&gt;
&lt;br /&gt;
Back then the game used to offer some fairly good prizes for those who were successful as you can see. Winning the round would also get you an invite to be part of [[PACrew]], although its unknown how many people actually took that offer up.&lt;br /&gt;
&lt;br /&gt;
===Theres a catch===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;Spinner&amp;gt; And, many thanks to TheSlammer for sponsoring us with prizes&lt;br /&gt;
&lt;br /&gt;
The prizes were supplied by [[TheSlammer.com]] a company who would later become affectionatly known as [[TheScammer.com]] after the PS2 incident. They ran a referal scheme with [[Planetarion]] to offer players the ability to purchase half price PS2&#039;s, all you had to do was purchase the PS2 from them at the market price on upon receiveing the unit you could claim half the cost back using the supplied cashback form. However most people either didnt receive their PS2, or their cashback form and even if they received both very few got their money back. [[TheSlammer]] then pulled a dissappearing act leaving many players out of pocket. It will be no suprise to you to hear that most of the prizes for winners didnt turn up.&lt;br /&gt;
&lt;br /&gt;
[[Category:Terminology]]&lt;/div&gt;</summary>
		<author><name>SergoKum</name></author>
	</entry>
	<entry>
		<id>http://clawofdarkness.com/pawiki/index.php?title=PAWiki&amp;diff=9049</id>
		<title>PAWiki</title>
		<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php?title=PAWiki&amp;diff=9049"/>
		<updated>2005-11-07T23:49:54Z</updated>

		<summary type="html">&lt;p&gt;SergoKum: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PAWiki is a wiki created by [[Jester]] based on a suggestion by [[Eol]]. It was created in part as an alternative to the [http://game.planetarion.com/manual.pl planetarion manual], but also as a completist information resource for the community. &lt;br /&gt;
&lt;br /&gt;
It is maintained by the community, freeing it from some constraints placed on the manual, such as the lack of information about [[Experience points]] rewards. If you have any questions, you can find many active contributors in [[hashpawiki|#pawiki]] on [[NetGamers]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Resources]]&lt;br /&gt;
&amp;lt;div id=&amp;quot;wiki6146&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>SergoKum</name></author>
	</entry>
	<entry>
		<id>http://clawofdarkness.com/pawiki/index.php?title=5th_Element&amp;diff=9048</id>
		<title>5th Element</title>
		<link rel="alternate" type="text/html" href="http://clawofdarkness.com/pawiki/index.php?title=5th_Element&amp;diff=9048"/>
		<updated>2005-11-07T23:47:38Z</updated>

		<summary type="html">&lt;p&gt;SergoKum: /* The Creation of xVx */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&amp;quot;lightblue&amp;quot; style=&amp;quot;padding-right:10px;&amp;quot; valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Full Name&#039;&#039;&#039;: Fifth Element&lt;br /&gt;
*&#039;&#039;&#039;Short Name&#039;&#039;&#039;: xVx&lt;br /&gt;
*&#039;&#039;&#039;Public IRC Channel&#039;&#039;&#039;: #5thelement&lt;br /&gt;
*&#039;&#039;&#039;Homepage&#039;&#039;&#039;: http://www.5th-element.org&lt;br /&gt;
*&#039;&#039;&#039;Alliance motto&#039;&#039;&#039;: None&lt;br /&gt;
*&#039;&#039;&#039;Affectionate nickname&#039;&#039;&#039;: None&lt;br /&gt;
*&#039;&#039;&#039;5th Element HC&#039;&#039;&#039;: [[Night-Sky]], [[Uthor]], [[BlueDemon]] and [[Marka]]&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Creation of xVx==&lt;br /&gt;
&#039;&#039;&#039;xVx&#039;&#039;&#039; was formed by a small core of [[VisioN]] command and members after that alliance disbanded between Round 13 and Round 14.&lt;br /&gt;
Consequentially &#039;&#039;&#039;xVx&#039;&#039;&#039; came to existance close before Round 14 was starting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;xVx&#039;&#039;&#039; is the abbreviation for Fifth Element - in the meaning of the element combining the ancient elements earth, fire, air and water. Aristotle named this fifth - superior - element spirit.&lt;br /&gt;
&amp;lt;div id=&amp;quot;wiki6146&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rounds==&lt;br /&gt;
===Round 14===&lt;br /&gt;
This round for us was supposed to be a tryout round. Our target was to build a solid memberbase for the upcoming rounds which did involve a lot of tryout in both command and members. Starting with 35 members into the round we did a lot of recruitment - overall appx. 120 players have been in our rows throughout the round - 78 finished it.&lt;br /&gt;
&lt;br /&gt;
In the final rankings we finished at position 5 - which was far beyond our expectations. Partially supported by numerous alliances disbanding/merging but mainly because we were able to put a decent fight till the end, outgrowing the averages of several alliances within the last 2 weeks.&lt;br /&gt;
&lt;br /&gt;
On the political side we remained without any naps or allies throughout the round.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Round 15===&lt;br /&gt;
Has not started yet ... &#039;&#039;&#039;xVx&#039;&#039;&#039; will play and the plan is to surpass the Round 14 performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Alliances]] [[Category:Alliances:Round 14]]&lt;/div&gt;</summary>
		<author><name>SergoKum</name></author>
	</entry>
</feed>