<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Desperate Programmers</title>
	<link>http://desperate-programmers.com</link>
	<description>Zum Verzweifeln</description>
	<pubDate>Sat, 13 Aug 2011 12:41:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>It&#8217;s been a while - MultiNos Release</title>
		<link>http://desperate-programmers.com/2011/08/13/its-been-a-while-multinos-release/</link>
		<comments>http://desperate-programmers.com/2011/08/13/its-been-a-while-multinos-release/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 12:41:53 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2011/08/13/its-been-a-while-multinos-release/</guid>
		<description><![CDATA[It&#8217;s been a while since I was around. Left MMOs for the good.
Some weeks ago a friend showed me a game called NosTale and i&#8217;m a bit hooked up on it  
As a comeback i want to shar MultiNos with you.
MultiNos allows you to run as many instances of the game at the same [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I was around. Left MMOs for the good.<br />
Some weeks ago a friend showed me a game called NosTale and i&#8217;m a bit hooked up on it <img src='http://desperate-programmers.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>As a comeback i want to shar MultiNos with you.<br />
MultiNos allows you to run as many instances of the game at the same time under the same windows user as you want and you computer is capable of. Run shops, Raid and participate in your Fam-Meeting all at the same time.</p>
<p><a href='http://desperate-programmers.com/__oneclick_uploads/2011/08/splash-orginal.bmp' title='MultiNos Splash'><img src='http://desperate-programmers.com/__oneclick_uploads/2011/08/splash-orginal.bmp' alt='MultiNos Splash' /></a><br />
 <a href="http://desperate-programmers.com/2011/08/13/its-been-a-while-multinos-release/#more-24" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2011/08/13/its-been-a-while-multinos-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which are the things?</title>
		<link>http://desperate-programmers.com/2008/12/12/which-are-the-things/</link>
		<comments>http://desperate-programmers.com/2008/12/12/which-are-the-things/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:47:06 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/12/12/which-are-the-things/</guid>
		<description><![CDATA[Now that you know how the basePrize is calculated you can tell what any items would need to be build.
The exact how-about shall be described below for any items without individual recipes:
In the first step the basePrice is transformed to some performanceGoal. It takes a few variables from the current gameplay settings, but here i [...]]]></description>
			<content:encoded><![CDATA[<p>Now that you know how the basePrize is calculated you can tell what any items would need to be build.<br />
The exact how-about shall be described below for any items <strong>without individual</strong> recipes:</p>
<p>In the <strong>first step</strong> the basePrice is transformed to some performanceGoal. It takes a few variables from the current gameplay settings, but here i will only put them as constant as they don&#8217;t seem to be in the focus of a change anytime soon.</p>
<p><em>extendedPrize = Extended_Baseprice = ( (128 / 255.0f)^2 + 0.5) * basePrize* 0.6;</em><br />
This is slightly below 0.45 * basePrize, but not exactly.</p>
<p>And from this the performanceGoal is described with<br />
<em>performanceGoal = extendedPrize * (log10(extendedPrize ) / 14 + 0.5)</em></p>
<p>From here it is a simple <strong>algorithm</strong> to get the needed parts:</p>
<table bgcolor=#eeeeff>
<tr>
<td>
<code>for each part in partlistForItemType in reverse do<br />
&nbsp;&nbsp;if (Value(part) < performanceGoal ) do<br />
&nbsp;&nbsp;&nbsp;&nbsp;performanceGoal -= Value(part)<br />
&nbsp;&nbsp;&nbsp;&nbsp;Add part to list<br />
&nbsp;&nbsp;&nbsp;&nbsp;Iterate with same part again<br />
&nbsp;&nbsp;end if<br />
&nbsp;&nbsp;Move on with next part<br />
end for<br />
</code>
</td>
</tr>
</table>
<p><strong>Let&#8217;s see an example:</strong><br />
The Tangent Weapon Part 10<br />
WP 10 has a .def basePrize of 38400<br />
-> extendedPrize = 17325<br />
-> performanceGoal = 17325 * (log10(17352) / 14 + 0.5) = 13907</p>
<p>Possible parts are the PartList of Chems.<br />
The most valuable from them Gamonin with a basePrize of 5760:</p>
<table bgcolor=#eeffee>
<tr>
<td>
List -> Gamonin ;<br />
performanceGoal = 13907 - 5760 = 8147<br />
NextPart: Gamonin</p>
<p>List -> Gamonin, Gamonin<br />
performanceGoal = 8147 - 5760 = 2387<br />
NextPart Gamonin</p>
<p>Gamonin Value > performanceGoal -> Next Part Adiclovin<br />
Adiclovin Value (2880) > performanceGoal -> Next Part Trisol</p>
<p>List -> Gamonin, Gamonin, Trisol<br />
performanceGoal = 2387 - 1440 = 947<br />
Next Part Trisol</p>
<p>Trisol Value > performanceGoal -> Next Part Strastin</p>
<p>List -> Gamonin, Gamonin, Trisol, Strastin<br />
performanceGoal = 947 - 720 = 227<br />
Next Part Strastin</p>
<p>Strastin Value > performanceGoal -> Next Part Tripantol<br />
Tripantol Value (360) > performanceGoal -> Next Part Tiberal</p>
<p>List -> Gamonin, Gamonin, Trisol, Strastin, Tiberal<br />
performanceGoal = 227 - 180 = 47<br />
Next Part Tiberal</p>
<p>Tiberal Value (180) > performanceGoal -> Next Part Metal D<br />
Metal D Value (90) > performanceGoal -> Next Part Arillium</p>
<p>List -> Gamonin, Gamonin, Trisol, Strastin, Tiberal, Arillium<br />
performanceGoal = 47 - 45 = 2<br />
Next Part Arillium</p>
<p>ArilliumValue (45) > performanceGoal -> Next Part Meritium<br />
Meritium Value (30) > performanceGoal -> Next Part Solantium<br />
Solantium Value (15) > performanceGoal -> No next Part in List -> End
</td>
</tr>
</table>
<p>=><br />
Parts = Gamonin, Gamonin, Trisol, Strastin, Tiberal, Arillium</p>
<p><strong>Partlists</strong><br />
Of course you need the basePrize and the PartLists to do this calculation.</p>
<ul>
<li>Chems:<br />
Gamonin(5760), Adiclovin(2880), Trisol(1440), Strastin(720), Tripantol(360), Tiberal(180), Metal D(90), Arillium(45), Meritium(30), Solantium(15)</li>
<li>Weapon Mod Parts:<br />
Tangent WeaponMod Part Reg.# D11H6/MOD-10(7680), each part below halfs the prize</li>
<li>
Implant Parts:<br />
BioTech Implant Part Reg.# 222-DKIH6-J(76800), each part below halfs the prize</li>
<li>Weapon Parts:<br />
Tangent Weaponpart 10(38400), each part below halfs the prize</li>
<li>Vehicle Component:<br />
NExT Vehicle Component 10(512000), each part below halfs the prize</li>
<li>Vehicle Componentparts:<br />
NExT Vehicle Componentpart 10(102400), each part below halfs the prize</li>
<li>Medical Substances:<br />
ProtoPharm Medical Substance 10(7680), each part below halfs the prize</li>
<li>Armor Parts:<br />
Tangent Armorpart 10(76800), each part below halfs the prize</li>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/12/12/which-are-the-things/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s it worth</title>
		<link>http://desperate-programmers.com/2008/12/12/whats-it-worth/</link>
		<comments>http://desperate-programmers.com/2008/12/12/whats-it-worth/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:46:58 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/12/12/whats-it-worth/</guid>
		<description><![CDATA[While it is often very difficult to tell how much credits an item is worth for any runner, it is a very fix thin for other things in Neocron.
To find out what you&#8217;ll get from the trader or which items you need to construct Neocron uses the &#8216;baseprice&#8217; field in the item database. This field [...]]]></description>
			<content:encoded><![CDATA[<p>While it is often very difficult to tell how much credits an item is worth for any runner, it is a very fix thin for other things in Neocron.</p>
<p>To find out what you&#8217;ll get from the trader or which items you need to construct Neocron uses the &#8216;baseprice&#8217; field in the item database. This field is left open for the most things. Here i want to show you how the baseprice is calculated when this field is empty (filled with a 0).</p>
<p>The price is calculated independend between item types:</p>
<ul>
<li>Normal weapons<br />
		basePrize = 200 + TechLevel * 800
	</li>
<li>Discardable weapons (Grenades, Drones, etc)<br />
		basePrize = 25 + TechLevel * 100
	</li>
<li>Ammo<br />
		basePrize = 10 + TechLevel
	</li>
<li>Implant, Armor<br />
		basePrize = 100 + TechLevel * 600
	</li>
<li>Everything else<br />
		This one is easy. It&#8217;s simply worth nothing (for the friendly NPC Trader)<br />
		basePrize = 0
	</li>
</ul>
<p>What is this of use? If you go to your local trader, you will nowhere see the basePrize but some value dependend on it and your char&#8217;s very own barter and int skill.<br />
If you want an item to be build from an blueprint the basePrize jumps in again. It determinates what parts you will need to get first.</p>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/12/12/whats-it-worth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Neocron resistance calculation and how it really works - Part III</title>
		<link>http://desperate-programmers.com/2008/07/27/neocron-resistance-calculation-and-how-it-really-works-part-iii/</link>
		<comments>http://desperate-programmers.com/2008/07/27/neocron-resistance-calculation-and-how-it-really-works-part-iii/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:10:19 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/07/27/neocron-resistance-calculation-and-how-it-really-works-part-iii/</guid>
		<description><![CDATA[
Reduction for resistance skills (other then PSI)
The resistance skills only work slight different to the PSI.
Instead of applying to all damage types caused by PSI they work allways but only for their own damage type.
The formular is the same (except for the multiplier)

Resistance < 75:
The reduction % is calculated as (Resistance / 75.0) * 0.7 [...]]]></description>
			<content:encoded><![CDATA[<ol start="5">
<li><strong>Reduction for resistance skills (other then PSI)</strong><br />
The resistance skills only work slight different to the PSI.</p>
<p>Instead of applying to all damage types caused by PSI they work allways but only for their own damage type.</p>
<p>The formular is the same (except for the multiplier)</p>
<ul>
<li>Resistance < 75:<br />
The reduction % is calculated as <em>(Resistance / 75.0) * 0.7 * 0.52 * 100</em></p>
<li>Resistance R >= 75:<br />
The reduction % is calculated as <em>(pow((Resistance -75) * 0.03125, 0.666) * 0.3 + 0.7) * 0.52 * 100</em>
</ul>
<p>These values are hard-capped at 70%<br />
This cap is reached at 176.2 Resistance Skill</p>
<li><strong>Putting that all together</strong><br />
Some players think that the resistance% are just added, but this is not the case. (And neither are the reduction points added, but that is just a difference in the roundings)<br />
In order to calculate the final resistance values, the seperate resistanc% are transformed into a damage factor:</p>
<p><em>DamageFactor = 1 - Resistance%/100</em></p>
<p>The complete damage factor (prior to class cap) is then done as</p>
<p><em>DamageFactorPsi * DamageFactorShields * DamageFactorArmor * DamageFactorSkill</em></p>
<p>Because of the caps in the seperate Damage Factors, the best you can get is 0.7 * 0.15 * 0.5 * 0.3 = 0.01575.<br />
So prior to capping the characterclass limit you will get at best to 98.425% reduction.</p>
<p>In the last step the characterclass cap is applied to keep the maximum reachable resistance between 75% and 92%</p>
<li><strong>What is still missing?</strong><br />
While i am pretty sure on the given values and modifiers i am not quite sure if i missed a factor in the process, and i am constantly trying to catch those errors (If there&#8217;s work done, there are errors done as well)</p>
<p>Some of them were corrected at the time i wrote this down, as some values were a bit unbelieveable in the extrapolation.</p>
<p>So if you see mistakes by comparing and finding a discrepancy or having reasonable doubts about them, please tell me and i will investigate this part again and check if i have read or interpretated something wrong.</p>
<p>And at the very end: <strong>don&#8217;t forget to have fun. Numbers are not everything and it is often much more enjoyable to let 5 be even.<br />
Have fun!</strong>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/07/27/neocron-resistance-calculation-and-how-it-really-works-part-iii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Neocron resistance calculation and how it really works - Part II</title>
		<link>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-ii/</link>
		<comments>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-ii/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 19:22:15 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-ii/</guid>
		<description><![CDATA[Let&#8217;s continue with a mystery

Effect of shields: Absorber, Deflector, Protector
Shields come in handy espacially for a PPU. They are capable to reduce the damage up to 85%, just how that is calculated seemed a mystery till now:
Each of the shields only effects two damage types but they are also effected by the very same damage [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s continue with a mystery</p>
<ol start="3">
<li><strong>Effect of shields: Absorber, Deflector, Protector</strong><br />
Shields come in handy espacially for a PPU. They are capable to reduce the damage up to 85%, just how that is calculated seemed a mystery till now:</p>
<p>Each of the shields only effects two damage types but they are also effected by the very same damage types themself<br />
The ShieldRawDamage is just calculated like RawDamage is done for a weapon</p>
<p><em>ShieldRawDamage = WeaponTypeEffect * WeaponEffect * dmg%/100</em><br />
(You can watch this value in the damage.log if you have turned logging on)</p>
<p>The WeaponTypeEffect for the most direct-cast Shields (such as group or plain Deflector) is in Patch #168 fixed to 2304.0 and the WeaponEffect ranges from about 0.3 to 1.5.</p>
<p>Here is a hard-cap: Whenever the ShieldRawDamage exceeds 4096 it is cut down to that value.<br />
That means whenever you can cast shields with a damage value above 4096 don&#8217;t bother for more dmg% for the shield% &#8230; it won&#8217;t change anything.</p>
<p>For a TL100 Rare deflector this limit is reached at 4096 / WeaponEffect / WeaponTypeEffect = 123.5% which is a fairly low value.</p>
<p>With the capped ShieldRawDamage we have now the maximum influence a single Shield can have.<br />
This influence is now reduced depending on the damage that you are going to take: </p>
<p><em>ShieldCorrectedDamage = ShieldRawDamage - **classified ** *(RawDamageTypeA + RawDamageTypeB)</em></p>
<p>Where the RawDamageTypeA and B are the raw damage values of the two damagetype the shield is good for. </p>
<p>From that ShieldCorrectedDamage the resistance percentage is created for a PPU and any other different:</p>
<ul>
<li>For a PPU:<br />
<em>ShieldReduction% = ShieldCorrectedDamage **classified **(85)</em></p>
<li>For a others:<br />
<em>ShieldReduction% = ShieldCorrectedDamage **classified **(30)</em>
</ul>
<p>The shields efficiency is after that all capped to 85%<br />
With that in mind, you will - as a PPU - reach this cap for a 200dmg hit (split into 100+100 for both damage types) with ShieldRawDamage. If you are again using the TL 100 Rare Deflector you reach this limit with 109% in the weapons damage info.</p>
<li><strong>Reduction for armor</strong><br />
Armor caclulation is quite simple.<br />
You need to get the armor amount first, there are 4 regions that are used: Head, Torso, Legs and AllAtOnce. For Head, Torso or Legs just sum up all armor values for the caused damage type up on that body part. For AllAtOnce do sum it up for Head, Torso and Legs and build the middle.</p>
<p>Armor that covers multiple regions would be counted multiple times for the AllAtOnce region.</p>
<p>Once you have got the RawArmorValue you can calculate the resistance as</p>
<p><em>ArmorResistance% = SquareRoot(RawArmorValue / 255) * 50 </em></p>
<p>The armor resistance is capped to 50%, meaning that you would cap armor at 255 if you could get to it.<br />
Right now i am not quite sure if the factor 50 and the 50% cap is constant or probably one of the &#8220;Stellschrauben&#8221;. There are some hints that point me towards it beeing a changeable thing.
</ol>
<p><strong>Some info&#8217;s were hidden by me behind ** classified ** tags as I am not really sure if it is a good idea to post them completely. All char dependend factors influencing them are given.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Neocron resistance calculation and how it really works - Part I</title>
		<link>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-i/</link>
		<comments>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-i/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 08:51:42 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-i/</guid>
		<description><![CDATA[The resistance calculations are one central point in Neocron, but beside the nearings in NSkill not much is really known about it.
For NSkill 2 we are trying to get a better understanding of the formulae used in neocron, and naturaly this includes the way how the damage reductions are done in detail.

Calculation of the raw [...]]]></description>
			<content:encoded><![CDATA[<p>The resistance calculations are one central point in Neocron, but beside the nearings in NSkill not much is really known about it.<br />
For NSkill 2 we are trying to get a better understanding of the formulae used in neocron, and naturaly this includes the way how the damage reductions are done in detail.</p>
<ol>
<li><strong>Calculation of the raw damage value</strong>
<ul>
<li>Each weapontype has a definition which damagetype and how much of that damage will be caused - relatively. This value will be refered as &#8220;WeaponTypeEffect&#8221; in the following.
<li>Each weapon has a link to the weapontype and a constant modifier that defines how strong that weapon is within this weapontype, this value will be refered as &#8220;WeaponEffect&#8221;
<li>Depending on the character skills and the itemstats a &#8220;ItemDamagePercent&#8221; is calculated that shows the effectiveness of the specific item. This is the same dmg% shown in the info dialog (allthough containing the hidden decimal fractions)
</ul>
<p>With this information we can calculate the raw damage a player will do on instant damages:</p>
<p><em>RawDamage = WeaponTypeEffect * WeaponEffect * dmg%/100</em></p>
<li><strong>First possible reduction: PSI Resistance</strong><br />
If the damage cause was a PSI module, then (and only then) the damage will be reduced dependend on the PSI-Resistance skill of the victim. So far so known.</p>
<p>The formular used for this reduction is split into two cases (I will refer the result as SkillEffect)</p>
<ul>
<li>PSR < 75:<br />
The reduction % is calculated as <em>(PSR / 75.0) * 0.7 * 0.3 * 100 </em></p>
<li>PSR >= 75:<br />
The reduction % is calculated as <em>(pow((PSR-75) * 0.03125, 0.666) * 0.3 + 0.7) * 0.3 * 100</em>
</ul>
<p>This SkillEffect is hard-capped at 30%<br />
With PSR = 107 (*) the SkillEffect reaches 30% the first time. Any more points spent in to this skill have absolutely no effect for resisting PSI.</p>
<p>So that the damage after the first reduction will be<br />
<em>RawDamage * (1.0 - SkillEffect/100)</em></p>
<p>(*) because in reverse : pow((30 / (100 * 0.3) - 0.7) / 0.3 , 1/0.666) / 0.03125 + 75 = 107
</ol>
<p><strong>:edit:</strong> the PSR Formular >= 75 corrected (transfered faulty from script)<br />
Thanks for pointing that out spiro<br />
<strong>:edit:</strong> Updated the formular again with something i had overseen.</p>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/07/25/neocron-resistance-calculation-and-how-it-really-works-part-i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Item GFX Evolution angekündigt</title>
		<link>http://desperate-programmers.com/2008/01/11/item-gfx-evolution-angekundigt/</link>
		<comments>http://desperate-programmers.com/2008/01/11/item-gfx-evolution-angekundigt/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 13:25:34 +0000</pubDate>
		<dc:creator>Mighty Max</dc:creator>
		
		<category><![CDATA[Item GFX Evolution]]></category>

		<guid isPermaLink="false">http://desperate-programmers.com/2008/01/11/item-gfx-evolution-angekundigt/</guid>
		<description><![CDATA[Vor über 4 Jahren erschien ein kleines Tool, dass es den Spielern von Neocron ermöglichte eigene Icons für Gegenstände in Neocron zu entwerfen und zu verwenden und Gegenstände, die ursprünglich die gleichen Icons nutzten auf den ersten Blick unterscheidbar zu machen. (z.B. Recycle/Salvage-Tools, Waffen-Mods etc)
So brachten einige Nutzer Grafiken hervor, die noch heute verwendet werden.
Maarten [...]]]></description>
			<content:encoded><![CDATA[<p>Vor über 4 Jahren erschien ein kleines Tool, dass es den Spielern von Neocron ermöglichte eigene Icons für Gegenstände in Neocron zu entwerfen und zu verwenden und Gegenstände, die ursprünglich die gleichen Icons nutzten auf den ersten Blick unterscheidbar zu machen. (z.B. Recycle/Salvage-Tools, Waffen-Mods etc)</p>
<p>So brachten einige Nutzer Grafiken hervor, die noch heute verwendet werden.<br />
Maarten &#8220;Eagle&#8221; Tops&#8217;s Grafiken für die PSI Module und Bone-Implantate sind noch heute im Inventar zu bewundern.</p>
<p>Mit einem Eintrag von aKe`cj im <a href =http://forum.neocron.com/showthread.php?t=141299>Neocron Brainport: Eure Ideen, Vorschläge und Wünsche</a> hat bei mir das Grübeln über das alte Ding wieder begonnen. Gemäß den RoC(*) brauchte ich jedoch die Genehmigung von KK, um damit zu beginnen.</p>
<p>Nun &#8230; ich hab ein OK bekommen damit zu beginnen und daher möchte ich euch den ersten frühen Teaser-Screen präsentieren &#8230; ja ich bin ein mieser GFXer, aber vielleicht kann die Community ja wieder kreativ zusamenarbeiten und Neocron gemeinsam voran bringen.</p>
<p>Coming soon &#8230;.<br />
<img src="http://mightymax.org/ItemGFX_Evolution.PNG" alt="Teaser" /></p>
<p>(*) Um Missverständnissen vorzubeugen: Die Software wird ein 3rd-Party Produkt (meines) sein, ReaKKtor Media ist nicht mit dieser Software assoziiert. Die Genehmigung bezieht sich lediglich auf §17 der Verhaltensregeln zu Neocron.</p>
<p>Andere Features, die das alte ItemGFX besaß werden nicht wiederbelebt.</p>
]]></content:encoded>
			<wfw:commentRss>http://desperate-programmers.com/2008/01/11/item-gfx-evolution-angekundigt/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

