<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[AssaultCube - Forum - AC Development Blog]]></title>
		<link>http://forum.cubers.net/</link>
		<description><![CDATA[AssaultCube - Forum - http://forum.cubers.net]]></description>
		<pubDate>Tue, 21 May 2013 22:07:34 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Current development status]]></title>
			<link>http://forum.cubers.net/thread-6677.html</link>
			<pubDate>Tue, 23 Apr 2013 14:33:47 +0000</pubDate>
			<guid isPermaLink="false">http://forum.cubers.net/thread-6677.html</guid>
			<description><![CDATA[Hello,<br />
<br />
So regarding recent threads made on the forums regarding the development process, and some threads underlined the lack of communication. Well, this point is half-true. Indeed, we do not post very often on the forums about the recent changes. However, everyone can get the SVN, we make it so everyone can use it (binaries are compiled for you) and a changelog was even added.<br />
<br />
So first, here is the list of changes made. It is based on the changelog with a few explanations;<br />
<br />
<span style="font-weight: bold;">Changes made from 1.1.0.4 to the trunk</span><br />
<br />
<span style="font-style: italic;">Weapons</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Sniper spread reduced (60 to 50)<br />
[*] Sniper damage set to 82<br />
[*] Sniper ignores some armor<br />
[*] Pistol spread reduced<br />
[*] Pistol magsize enlarged (8 to 10)</code></div></div>
These 5 changes are supposed to make the sniper a more competitive weapon, as it used to be in the past (especially 1.0.4 actually).<br />
The amount of bullets needed against very-armored player was ridiculously high. <br />
Now it will be more similar to AC 1.0.4 :<br />
100/0 : 1 sniper shot + 1 pistol shot<br />
100/25 : 1 sniper shot + 2 pistol shots<br />
100/50 : 1 sniper shot + 3 pistol shots<br />
100/75 : 1 sniper shot + 3 pistol shots<br />
100/100 : 1 sniper shot + 4 pistol shots<br />
<br />
This changed was brought because it was asked by many members of the community and we believed it was the right way to do it.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] SMG damage increased (15 to 16)<br />
[*] SMG initial spread reduced<br />
[*] SMG recoil increased</code></div></div>
SMG was too weak in 1104, in comparison to other weapons. It was the least used weapon after carbine.<br />
Its damage was increased a bit to make it stronger against armored players. <br />
The recoil was increased though, making it weaker at long range than other weapons. Also, it couldn't be much stronger because the hitreg bug (which mainly affects automatic guns) is now fixed.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] AR damage reduced (24 to 22)<br />
[*] AR kickback reduced (40 to 30)<br />
[*] AR spread reduced<br />
[*] AR recoil increased</code></div></div>
The assault rifle was way too strong. Because of its impressive kickback (2.67 times as much as the SMG) and newly big magsize, and also its high damage which made it strong against armored players, it had to be weakened. <br />
It's obviously still an interesting weapon to play, and should beats SMG at long range.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New shotgun behavior :&nbsp;&nbsp;3 types of rays (center, medium, outter) with different properties.</code></div></div>
The way shotgun worked before was too simplistic and we couldn't tweak its parameters slightly. The new way it works allows finer settings.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Knife fully ignores armor</code></div></div>
The high amount of armor on the maps made the knife weaker. <br />
Also, maybe it's more realistic like this.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Carbine ignores some armor</code></div></div>
Carbine was too weak (almost not used at all).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Quicknadethrow now switches to nade even if the player was attacking.</code></div></div>
More logical and intuitive<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Grenades accuracy, real shotgun accuracy.</code></div></div>
Will made the approximative damage calculation scripts useless for grenades.<br />
Also, the shotgun accuracy felt a bit weird because it could be 100 % even though only one ray hit each time. Now it's based on the "ratio rays that hit / rays fired "<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Hudgun can be displayed when spectating (and in demos - e.g. /specthudgun 1).</code></div></div>
The question is not: "why was this implemented ?" But "why wasn't this implemented sooner ?" ;)<br />
There were various reasons to do that, which do not only concern aesthetics. For example, it's hard to record a video of a game on some slow computers while playing. So sometimes you have to record a demo. It's way better if the video looks like it was recorded in-game.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Burst fire settings</code></div></div>
This was available as a script but not to everyone. It's now hardcoded and everyone can use it. It can help to shot by bursts (to reduce spread, for example).<br />
It's a kind of "guide".<br />
<br />
<span style="font-style: italic;">Gameplay</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Votable timelimit</code></div></div>
Sometimes you just want to vote a game for a few minutes only (e.g. in a clan match, to vote a map for 10 minutes and swap bases at intermission).<br />
Anyway i don't see what criticisms could be done about that change.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New gamemodes Team Last Swiss Standing / Team Pistol Frenzy</code></div></div>
Was suggested by someone, i don't remember who.<br />
It doesn't require much work (it's quite easy to add new modes to this game provided that they're similar to the existing ones, for example insta ctf could be added easily);<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] HTF now forces those who have the best health to pickup the flag instead of allocating it randomly</code></div></div>
This is actually more like a bug fix, as it seemed to be the way it was supposed to work. <br />
It was fixed after someone reported that issue on IRC (iirc).<br />
<br />
<span style="font-style: italic;">Chat</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New Private messages feature (/pm cn message) default bind is N</code></div></div>
This one was suggested a few times on the forums. I can see multiple use (e.g. asking someone if he thinks another player is cheating, or talking to someone in particular w/o annoying the whole server).<br />
<br />
<span style="font-style: italic;">Servers</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Sets kill messages to appear in log for each weapon from a config file. (Default: serverkillmessages.cfg)</code></div></div>
It was implemented after the discussion we had on this thread : <a href="http://forum.cubers.net/thread-1218.html" target="_blank">http://forum.cubers.net/thread-1218.html</a><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New switch to disable game status table of scores logging. (-l switch)</code></div></div>
Reduces server logs size; even ladder servers could turn this switch off.<br />
I don't remember who suggested this. Maybe i decided to implement it myself.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Linux server available HDD space bug fixed.<br />
[*] /setnext bug fixed.<br />
Fixed bug with map names containing slashes</code></div></div>
Bug fixes don't need explanations or justifications i think.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] The carbine is now consistently called such. (not "Rifle")</code></div></div>
This change was supposed to fix an ambiguity issue in the code;<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] The server now differentiates between CTF/HTF scored flags in the serverlogs. (Useful for parsing/stats[ collection.)</code></div></div>
This is a very little change, and it can be useful in some circumstances. Why shouldn't it have been done ?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Server can restricts voting from a mode for any map</code></div></div>
Makes it way easier to configure a server supposed to run specific gamemodes only. I think i did it after Brett told me he had to disable each mode map by map manually. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Prevent name/skin changing spam</code></div></div>
Asked several times on the forums. It was very annoying and had to fixed.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Prevent clients from downloading the same demo twice</code></div></div>
Some servers (especially those who are home hosted) can get laggy if one (or several) user(s) spam-download a demo.<br />
This issue is now fixed.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Server side spawn delay check</code></div></div>
As suggested on the forums by various members, something had to be done so as to prevent players from evading the spawn delay by reconnecting to the server.<br />
This change also fixes a possible hack.<br />
<br />
<span style="font-style: italic;">Server browser</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Colored ping in serverbrowser.</code></div></div>
It might dissuade a player to join a server where his ping will be too high.<br />
It was certainly not a waste of time to implement this since it took longer to do the commit than it took to code it.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Ability to connect to a server that requires a password via the server browser. (password protected, deban, etc.)</code></div></div>
Asked several times on the forums.<br />
It's more user friendly.<br />
<br />
<span style="font-style: italic;">Media (maps/textures/models)</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Ability to download maps, textures, mapmodels on the fly when they're missing</code></div></div>
This is a major new feature. It will allow more creativity and high quality maps with custom contents to be actually played.<br />
We need as much feedback as possible about this feature.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New map "ac_edifice"<br />
[*] New map "ac_industrial"<br />
[*] New map "ac_stellar"<br />
[*] New map "ac_lainio"</code></div></div>
Added after internal discussions. These maps were considered good enough to be official.<br />
If you don't like them, don't play them. Adding them to the package was only a matter of a few more or less kilobytes.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New map "ac_avenue"<br />
[*] New map "ac_cavern"<br />
[*] New map "ac_swamp"<br />
[*] New map "ac_terros"<br />
[*] New map "ac_venison"<br />
[*] New map "ac_wasteland"</code></div></div>
These maps were added because the community asked for it.<br />
A public poll was done, and everybody was free to register his map(s).<br />
<a href="http://forum.cubers.net/thread-6200.html" target="_blank">http://forum.cubers.net/thread-6200.html</a>[/b]<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] md2 models converted to md3</code></div></div>
The reasons are given here : <a href="http://forum.cubers.net/thread-4444.html" target="_blank">http://forum.cubers.net/thread-4444.html</a><br />
md3 is a richer, more "recent" format which produces smaller files.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Many new mapmodels and textures</code></div></div>
I don't have the list here, i wish i had it. Having more mapmodels and textures in the official packages is a plus. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Packaging reworked</code></div></div>
The package structure had to be cleaned. A few redundant files were deleted (such as skins/textures used by several mapmodels).<br />
The gain of file size allowed new packages to be added (hence the previous update ^)<br />
<br />
<span style="font-style: italic;">Mapping</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Key "F7" is now key bound to toggle fullbright on/off.</code></div></div>
Very minor change (didn't take much time) and useful yet.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Key "7" is now key bound to "nextclosestent" - it gets typo'd all the time.</code></div></div>
 same <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] entproperty now works in MP coop, but buffered.</code></div></div>
everything that makes the coop mode closer to the offline editmode is a good thing.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Textures can now have a non-default scale, definable through the texture command.</code></div></div>
This change is a preliminary change introducing hi-res textures.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Multiple selections support</code></div></div>
It was suggested on the forums. It can make tedious and repetitive tasks faster to achieve. I discovered a few weeks ago that it was even in the TODO list of the first creators of the Cube engine actually.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Configurable wave height</code></div></div>
I can't tell why it was introduced. If someone knows...<br />
But anyway, it isn't harmful.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] newmap crash fix</code></div></div>
/newmap 11 (or higher size) used to crash the game on some machines. It's now fixed.<br />
<br />
<span style="font-style: italic;">Rendering / HUD / ...</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Now using ANIM_REVERSE for playermodels going backward</code></div></div>
There was not very much to do iirc (not trying to minimize anything ;)) so it was done. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Fixed flag icon transparency.<br />
[*] Nearplane fix.</code></div></div>
Should i justify bug fixes ?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] screenshotscale - in-engine scaling of screenshots.</code></div></div>
Making the process of saving, uploading and sharing screenshots clearly makes the game more user friendly..<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] showtargetname - turns on/off showing the player name on the HUD when in your crosshair.</code></div></div>
It was suggested on the forums. I think the reason given was that sometimes it was a pain to have it displayed while recording a video.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Scoreboard doesn't show ping/score/pj in singleplayer</code></div></div>
"Score" is calculated by the server and unavailable in SP.<br />
pj and ping had no reasons to be printed in single player either.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Customizable scoreboard, ability to display ratio</code></div></div>
This was asked several times and despite many dev's concerns about re adding the ratio (including myself), it was finally implemented. <br />
One of the reasons (i think) was that some players use modded clients just because they displayed the ratio and we'd like as many people as possible to use the official binaries. (indeed, it means they are happy with the default binaries and many don't trust those who use modded clients - and they are right!).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Scoreboard shows the winner of each game.</code></div></div>
It was asked in the proving grounds i think, and RR did it.<br />
If there is a flag equality in flag modes, the game is considered as a tie.<br />
If there is a frag equality in frag modes, the game is considered as a tie.<br />
There was a debate on the forums about what should be looked at in case of a frag-flag equality to determine the winner.<br />
This feature answers this question, and i strongly recommend competitive players to follow this "rule".<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] showspeed - turns speed indicator on/off</code></div></div>
A guide for newcomers. It shows that strafe running is faster.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Improved tab completion.</code></div></div>
I can't tell what it is, sorry.<br />
<br />
<span style="font-style: italic;">Physics</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New "flyspeed" variable for determining how much to multiply your fly speeds by. (Range: 1.0...5.0)</code></div></div>
Very useful in editmode (changing gamespeed was definitely an awful way to move faster)<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Jump/Crouch raises or lowers the camera in editmode, release to stop.</code></div></div>
Some believe that minecraft creative mode commands are more intuitive i guess.<br />
<br />
<span style="font-style: italic;">Demos / Spectating</span><br />
<br />
<span style="font-weight: bold;">[*] Drop camera to previous followed player position when switching to fly specmode.</span><br />
It's kinda a bug fix. It was reported on the forums.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Fix broken demo-viewer not able to change to SPECTATOR</code></div></div>
Bug fix....<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Servers now choose a unique file name for the temporary demo file ("demorecord_&lt;IP/local&gt;_&lt;port&gt;")</code></div></div>
Fixes a bug. (demos sometimes got corrupted because of this issue iirc).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Hitsound while spectating</code></div></div>
Sounds better like that ! And i think it was supposed to be like that actually.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Experimental compatibility mode for 1.1.0.4 demos</code></div></div>
The problem came with the old tutorial. It wasn't compatible with the new version. We had different options :<br />
 #1 record a new tutorial<br />
 #2 "patch" the tutorial<br />
 #3 make the demo viewer able to read old demos<br />
<br />
We opted for #3. But it's still experimental and maybe we should consider implementing a demo patcher instead (as an online service for example) or somethind different because we won't be able to keep the demo viewer compatible with any old demo in the future the same way it's currently done.<br />
<br />
<span style="font-style: italic;">Sounds / Audio</span><br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Optional heartbeat sound when health reaches a certain level.</code></div></div>
Asked on the forums.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New KTF score sound.</code></div></div>
Should have been done a while ago.<br />
Though, nobody ever suggested a specific sound iirc.......<br />
<br />
<span style="font-style: italic;">Menus</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New menuitems in the Keyboard menu, for looking up keybinds, and enabling/disabling the old editing binds system.</code></div></div>
Newcomers don't know about cubescript and as many options as possible has to be settable through the menus.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New menuitems in the gameplay settings menu, for setting fly velocities, and the color that your name is highlighted in, when it appears on the console via chat. (HIGHLIGHT)</code></div></div>
Same as above....<br />
<br />
<span style="font-style: italic;">Bots</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New scripted "bot survival mode".</code></div></div>
Interesting new bot mode where you have to stay and protect a zone as long as possible.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Bots in plclips bug fixed.<br />
[*] Bots now actually fire the carbine.<br />
[*] Bots can switch to, and use pistol, knife or grenades.<br />
[*] Bots can crouch<br />
[*] Bots have different fov, depending on their difficulty.<br />
[*] Bot PF, LSS, Team Survivor &amp; TOSOK modes.</code></div></div>
<br />
1.1 Bots felt broken. It's now way funnier to play against them. They are still a bit dumb ofc but, well, try yourself !<br />
<br />
<span style="font-style: italic;">CubeScript</span><br />
<br />
Well, the cubescript changelog is quite long, and i'm not going to detail everything myself.<br />
Although, here is the main idea :<br />
<br />
Cubescript should allow everyone to custom their client as much as possible so as not to require modifications to the code.<br />
Yet, it should remain as simple as possible an minimize its impact on the gameplay.<br />
That's what we are trying to deal with. I think we're doing it right actually. <br />
Some people criticized a few new commands, such as onHit. (which represent 0.1 % of cubescript changes) and we listened to their opinion. We also listened to those who agreed with the changes;<br />
Don't believe that we haven't thought about it. There were internal discussions (a while before the proving grounds were set up).<br />
We came to the conclusion that it was worth implemented these changes.<br />
To those would criticize these changes : Are you criticizing the use of modified clients with so much spite ?<br />
<br />
<span style="font-weight: bold;">What has to be done before releasing 1200 ?</span><br />
<br />
We're now sticking to bug fixes.<br />
Here is a list of bugs that have to be fixed (some of them might already be fixed)<ul>
<li>major linux crash issue which is likely to be caused by the compiler we're using (from what we know ATM)</li>
<li>texture guides don't work (another new feature recently revealed and initially discussed in the proving grounds), which was broken after the pckdownloader merge.</li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/311/" target="_blank">/wpflood adds waypoints where (pl)clips already exists.</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/306/" target="_blank">Non-player initiated team changing should only occur between death and respawn</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/412/" target="_blank">Due to some issues, disallow special characters for map names</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/332/" target="_blank">Launcher asks for config.cfg file (OSX)</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/401/" target="_blank">Voicecom menu won't work? (OSX)</a><br />
</li></ul>
<br />
We also need more testing (i mean, we mean testing, because we nearly don't have any).<br />
<br />
I'd like a "Beta 2" version to be released, even though the first Beta was almost not played, i hope this one will be more successful and brings more feedbacks.<br />
<br />
<span style="font-weight: bold;">Why does it take so long ?</span><br />
<br />
After 1.1, a few members of the dev team left or became inactive for different reasons. The team had to be renewed and that's how many of us became devs (Bukz, me, tempest, etc.).<br />
It took a few months : <br />
Actually, we couldn't seriously tackle to everything we wanted at first. We were new and we looked for the "older" devs approval for most changes, because they are more experienced of course. But some of them had left and wouldn't reply to our messages. (I'm not blaming them). <br />
<br />
Then, we started to work on the main issues : weapon balance, package downloader, and recently the anticheat.<br />
From this point the main limiting factor was the lack of support, in any kind. Maybe we're too few. But actually, it's very hard to get testers. And testing takes time. It's a necessary step for weapon balance and ACAC;<br />
And once you've asked Brett, or the other devs, sometimes SKB, you won't find anyone else.<br />
We can't release something that is not tested enough. Most criticisms or feedbacks we get are about AC 1.1. <br />
<br />
And things gets "worse and worse" : the longer we wait, the more features we add. 1200 will have taken years to come, so it's expected to be a major version, and we should provide something accordingly.<br />
Finally, we put off the release so many times that we felt like the release date didn't matter anymore. What matters is now exclusively the quality of next release.<br />
<br />
I'm not ignoring the fact many members of the community offered their help so as to implement new features recently. Thanks Felix the ghost, thanks the others.<br />
Unfortunately, i think the main concern at the moment is not the lack of new features (check the changelog again, and keep in mind it's not exhaustive !).<br />
The main concern is the few bugs remaining and the lack of testing.<br />
<br />
<span style="font-weight: bold;">Regarding violent criticisms and moderation</span><br />
<br />
Moderation has always been criticized. As long as it was done in a constructive manner, it was a good thing. The same goes for the dev team.<br />
But we cannot tolerate insults, agressive posts, or everything that is the proof of an obvious ignorance of the development status and process.<br />
Those who can't express their opinion w/o hurting the others are not welcome here.<br />
Inconsistent criticisms are not welcome either.<br />
(e.g.: If you believe that the dev team is ignoring everything that is said on these forums, please prove it.)<br />
<br />
<span style="font-weight: bold;">Is there anything planned beyond 1200 ?</span><br />
<br />
We have plenty of ideas for future versions, and many things are already half-done :<br />
<ul>
<li>A pickup/drop weapon system, which is likely to be implemented as a new gamemode (i personally think it would be better this way) (thanks VonDrakula)</li>
<li>A auth-system</li>
<li>make cubescript available for servers</li>
<li>Bots available in multiplayer (new gamemodes ?)</li>
<li>Singleplayer campaigns<br />
</li></ul>
<br />
We're also planning to report and explain more the changes we bring to the game regularly on the forums.<br />
<br />
NB: this is not the official "dev team statement", i'm just trying to explain the current situation. I tried to be as objective as possible. Although, it's possible that some devs disagree on some points<br />
<br />
PS : i apologize for my poor English.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
So regarding recent threads made on the forums regarding the development process, and some threads underlined the lack of communication. Well, this point is half-true. Indeed, we do not post very often on the forums about the recent changes. However, everyone can get the SVN, we make it so everyone can use it (binaries are compiled for you) and a changelog was even added.<br />
<br />
So first, here is the list of changes made. It is based on the changelog with a few explanations;<br />
<br />
<span style="font-weight: bold;">Changes made from 1.1.0.4 to the trunk</span><br />
<br />
<span style="font-style: italic;">Weapons</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Sniper spread reduced (60 to 50)<br />
[*] Sniper damage set to 82<br />
[*] Sniper ignores some armor<br />
[*] Pistol spread reduced<br />
[*] Pistol magsize enlarged (8 to 10)</code></div></div>
These 5 changes are supposed to make the sniper a more competitive weapon, as it used to be in the past (especially 1.0.4 actually).<br />
The amount of bullets needed against very-armored player was ridiculously high. <br />
Now it will be more similar to AC 1.0.4 :<br />
100/0 : 1 sniper shot + 1 pistol shot<br />
100/25 : 1 sniper shot + 2 pistol shots<br />
100/50 : 1 sniper shot + 3 pistol shots<br />
100/75 : 1 sniper shot + 3 pistol shots<br />
100/100 : 1 sniper shot + 4 pistol shots<br />
<br />
This changed was brought because it was asked by many members of the community and we believed it was the right way to do it.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] SMG damage increased (15 to 16)<br />
[*] SMG initial spread reduced<br />
[*] SMG recoil increased</code></div></div>
SMG was too weak in 1104, in comparison to other weapons. It was the least used weapon after carbine.<br />
Its damage was increased a bit to make it stronger against armored players. <br />
The recoil was increased though, making it weaker at long range than other weapons. Also, it couldn't be much stronger because the hitreg bug (which mainly affects automatic guns) is now fixed.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] AR damage reduced (24 to 22)<br />
[*] AR kickback reduced (40 to 30)<br />
[*] AR spread reduced<br />
[*] AR recoil increased</code></div></div>
The assault rifle was way too strong. Because of its impressive kickback (2.67 times as much as the SMG) and newly big magsize, and also its high damage which made it strong against armored players, it had to be weakened. <br />
It's obviously still an interesting weapon to play, and should beats SMG at long range.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New shotgun behavior :&nbsp;&nbsp;3 types of rays (center, medium, outter) with different properties.</code></div></div>
The way shotgun worked before was too simplistic and we couldn't tweak its parameters slightly. The new way it works allows finer settings.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Knife fully ignores armor</code></div></div>
The high amount of armor on the maps made the knife weaker. <br />
Also, maybe it's more realistic like this.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Carbine ignores some armor</code></div></div>
Carbine was too weak (almost not used at all).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Quicknadethrow now switches to nade even if the player was attacking.</code></div></div>
More logical and intuitive<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Grenades accuracy, real shotgun accuracy.</code></div></div>
Will made the approximative damage calculation scripts useless for grenades.<br />
Also, the shotgun accuracy felt a bit weird because it could be 100 % even though only one ray hit each time. Now it's based on the "ratio rays that hit / rays fired "<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Hudgun can be displayed when spectating (and in demos - e.g. /specthudgun 1).</code></div></div>
The question is not: "why was this implemented ?" But "why wasn't this implemented sooner ?" ;)<br />
There were various reasons to do that, which do not only concern aesthetics. For example, it's hard to record a video of a game on some slow computers while playing. So sometimes you have to record a demo. It's way better if the video looks like it was recorded in-game.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Burst fire settings</code></div></div>
This was available as a script but not to everyone. It's now hardcoded and everyone can use it. It can help to shot by bursts (to reduce spread, for example).<br />
It's a kind of "guide".<br />
<br />
<span style="font-style: italic;">Gameplay</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Votable timelimit</code></div></div>
Sometimes you just want to vote a game for a few minutes only (e.g. in a clan match, to vote a map for 10 minutes and swap bases at intermission).<br />
Anyway i don't see what criticisms could be done about that change.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New gamemodes Team Last Swiss Standing / Team Pistol Frenzy</code></div></div>
Was suggested by someone, i don't remember who.<br />
It doesn't require much work (it's quite easy to add new modes to this game provided that they're similar to the existing ones, for example insta ctf could be added easily);<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] HTF now forces those who have the best health to pickup the flag instead of allocating it randomly</code></div></div>
This is actually more like a bug fix, as it seemed to be the way it was supposed to work. <br />
It was fixed after someone reported that issue on IRC (iirc).<br />
<br />
<span style="font-style: italic;">Chat</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New Private messages feature (/pm cn message) default bind is N</code></div></div>
This one was suggested a few times on the forums. I can see multiple use (e.g. asking someone if he thinks another player is cheating, or talking to someone in particular w/o annoying the whole server).<br />
<br />
<span style="font-style: italic;">Servers</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Sets kill messages to appear in log for each weapon from a config file. (Default: serverkillmessages.cfg)</code></div></div>
It was implemented after the discussion we had on this thread : <a href="http://forum.cubers.net/thread-1218.html" target="_blank">http://forum.cubers.net/thread-1218.html</a><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New switch to disable game status table of scores logging. (-l switch)</code></div></div>
Reduces server logs size; even ladder servers could turn this switch off.<br />
I don't remember who suggested this. Maybe i decided to implement it myself.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Linux server available HDD space bug fixed.<br />
[*] /setnext bug fixed.<br />
Fixed bug with map names containing slashes</code></div></div>
Bug fixes don't need explanations or justifications i think.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] The carbine is now consistently called such. (not "Rifle")</code></div></div>
This change was supposed to fix an ambiguity issue in the code;<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] The server now differentiates between CTF/HTF scored flags in the serverlogs. (Useful for parsing/stats[ collection.)</code></div></div>
This is a very little change, and it can be useful in some circumstances. Why shouldn't it have been done ?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Server can restricts voting from a mode for any map</code></div></div>
Makes it way easier to configure a server supposed to run specific gamemodes only. I think i did it after Brett told me he had to disable each mode map by map manually. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Prevent name/skin changing spam</code></div></div>
Asked several times on the forums. It was very annoying and had to fixed.<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Prevent clients from downloading the same demo twice</code></div></div>
Some servers (especially those who are home hosted) can get laggy if one (or several) user(s) spam-download a demo.<br />
This issue is now fixed.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Server side spawn delay check</code></div></div>
As suggested on the forums by various members, something had to be done so as to prevent players from evading the spawn delay by reconnecting to the server.<br />
This change also fixes a possible hack.<br />
<br />
<span style="font-style: italic;">Server browser</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Colored ping in serverbrowser.</code></div></div>
It might dissuade a player to join a server where his ping will be too high.<br />
It was certainly not a waste of time to implement this since it took longer to do the commit than it took to code it.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Ability to connect to a server that requires a password via the server browser. (password protected, deban, etc.)</code></div></div>
Asked several times on the forums.<br />
It's more user friendly.<br />
<br />
<span style="font-style: italic;">Media (maps/textures/models)</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Ability to download maps, textures, mapmodels on the fly when they're missing</code></div></div>
This is a major new feature. It will allow more creativity and high quality maps with custom contents to be actually played.<br />
We need as much feedback as possible about this feature.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New map "ac_edifice"<br />
[*] New map "ac_industrial"<br />
[*] New map "ac_stellar"<br />
[*] New map "ac_lainio"</code></div></div>
Added after internal discussions. These maps were considered good enough to be official.<br />
If you don't like them, don't play them. Adding them to the package was only a matter of a few more or less kilobytes.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New map "ac_avenue"<br />
[*] New map "ac_cavern"<br />
[*] New map "ac_swamp"<br />
[*] New map "ac_terros"<br />
[*] New map "ac_venison"<br />
[*] New map "ac_wasteland"</code></div></div>
These maps were added because the community asked for it.<br />
A public poll was done, and everybody was free to register his map(s).<br />
<a href="http://forum.cubers.net/thread-6200.html" target="_blank">http://forum.cubers.net/thread-6200.html</a>[/b]<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] md2 models converted to md3</code></div></div>
The reasons are given here : <a href="http://forum.cubers.net/thread-4444.html" target="_blank">http://forum.cubers.net/thread-4444.html</a><br />
md3 is a richer, more "recent" format which produces smaller files.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Many new mapmodels and textures</code></div></div>
I don't have the list here, i wish i had it. Having more mapmodels and textures in the official packages is a plus. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Packaging reworked</code></div></div>
The package structure had to be cleaned. A few redundant files were deleted (such as skins/textures used by several mapmodels).<br />
The gain of file size allowed new packages to be added (hence the previous update ^)<br />
<br />
<span style="font-style: italic;">Mapping</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Key "F7" is now key bound to toggle fullbright on/off.</code></div></div>
Very minor change (didn't take much time) and useful yet.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Key "7" is now key bound to "nextclosestent" - it gets typo'd all the time.</code></div></div>
 same <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] entproperty now works in MP coop, but buffered.</code></div></div>
everything that makes the coop mode closer to the offline editmode is a good thing.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Textures can now have a non-default scale, definable through the texture command.</code></div></div>
This change is a preliminary change introducing hi-res textures.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Multiple selections support</code></div></div>
It was suggested on the forums. It can make tedious and repetitive tasks faster to achieve. I discovered a few weeks ago that it was even in the TODO list of the first creators of the Cube engine actually.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Configurable wave height</code></div></div>
I can't tell why it was introduced. If someone knows...<br />
But anyway, it isn't harmful.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] newmap crash fix</code></div></div>
/newmap 11 (or higher size) used to crash the game on some machines. It's now fixed.<br />
<br />
<span style="font-style: italic;">Rendering / HUD / ...</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Now using ANIM_REVERSE for playermodels going backward</code></div></div>
There was not very much to do iirc (not trying to minimize anything ;)) so it was done. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Fixed flag icon transparency.<br />
[*] Nearplane fix.</code></div></div>
Should i justify bug fixes ?<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] screenshotscale - in-engine scaling of screenshots.</code></div></div>
Making the process of saving, uploading and sharing screenshots clearly makes the game more user friendly..<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] showtargetname - turns on/off showing the player name on the HUD when in your crosshair.</code></div></div>
It was suggested on the forums. I think the reason given was that sometimes it was a pain to have it displayed while recording a video.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Scoreboard doesn't show ping/score/pj in singleplayer</code></div></div>
"Score" is calculated by the server and unavailable in SP.<br />
pj and ping had no reasons to be printed in single player either.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Customizable scoreboard, ability to display ratio</code></div></div>
This was asked several times and despite many dev's concerns about re adding the ratio (including myself), it was finally implemented. <br />
One of the reasons (i think) was that some players use modded clients just because they displayed the ratio and we'd like as many people as possible to use the official binaries. (indeed, it means they are happy with the default binaries and many don't trust those who use modded clients - and they are right!).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Scoreboard shows the winner of each game.</code></div></div>
It was asked in the proving grounds i think, and RR did it.<br />
If there is a flag equality in flag modes, the game is considered as a tie.<br />
If there is a frag equality in frag modes, the game is considered as a tie.<br />
There was a debate on the forums about what should be looked at in case of a frag-flag equality to determine the winner.<br />
This feature answers this question, and i strongly recommend competitive players to follow this "rule".<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] showspeed - turns speed indicator on/off</code></div></div>
A guide for newcomers. It shows that strafe running is faster.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Improved tab completion.</code></div></div>
I can't tell what it is, sorry.<br />
<br />
<span style="font-style: italic;">Physics</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New "flyspeed" variable for determining how much to multiply your fly speeds by. (Range: 1.0...5.0)</code></div></div>
Very useful in editmode (changing gamespeed was definitely an awful way to move faster)<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Jump/Crouch raises or lowers the camera in editmode, release to stop.</code></div></div>
Some believe that minecraft creative mode commands are more intuitive i guess.<br />
<br />
<span style="font-style: italic;">Demos / Spectating</span><br />
<br />
<span style="font-weight: bold;">[*] Drop camera to previous followed player position when switching to fly specmode.</span><br />
It's kinda a bug fix. It was reported on the forums.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Fix broken demo-viewer not able to change to SPECTATOR</code></div></div>
Bug fix....<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Servers now choose a unique file name for the temporary demo file ("demorecord_&lt;IP/local&gt;_&lt;port&gt;")</code></div></div>
Fixes a bug. (demos sometimes got corrupted because of this issue iirc).<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Hitsound while spectating</code></div></div>
Sounds better like that ! And i think it was supposed to be like that actually.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Experimental compatibility mode for 1.1.0.4 demos</code></div></div>
The problem came with the old tutorial. It wasn't compatible with the new version. We had different options :<br />
 #1 record a new tutorial<br />
 #2 "patch" the tutorial<br />
 #3 make the demo viewer able to read old demos<br />
<br />
We opted for #3. But it's still experimental and maybe we should consider implementing a demo patcher instead (as an online service for example) or somethind different because we won't be able to keep the demo viewer compatible with any old demo in the future the same way it's currently done.<br />
<br />
<span style="font-style: italic;">Sounds / Audio</span><br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Optional heartbeat sound when health reaches a certain level.</code></div></div>
Asked on the forums.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New KTF score sound.</code></div></div>
Should have been done a while ago.<br />
Though, nobody ever suggested a specific sound iirc.......<br />
<br />
<span style="font-style: italic;">Menus</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New menuitems in the Keyboard menu, for looking up keybinds, and enabling/disabling the old editing binds system.</code></div></div>
Newcomers don't know about cubescript and as many options as possible has to be settable through the menus.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New menuitems in the gameplay settings menu, for setting fly velocities, and the color that your name is highlighted in, when it appears on the console via chat. (HIGHLIGHT)</code></div></div>
Same as above....<br />
<br />
<span style="font-style: italic;">Bots</span><br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] New scripted "bot survival mode".</code></div></div>
Interesting new bot mode where you have to stay and protect a zone as long as possible.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>[*] Bots in plclips bug fixed.<br />
[*] Bots now actually fire the carbine.<br />
[*] Bots can switch to, and use pistol, knife or grenades.<br />
[*] Bots can crouch<br />
[*] Bots have different fov, depending on their difficulty.<br />
[*] Bot PF, LSS, Team Survivor &amp; TOSOK modes.</code></div></div>
<br />
1.1 Bots felt broken. It's now way funnier to play against them. They are still a bit dumb ofc but, well, try yourself !<br />
<br />
<span style="font-style: italic;">CubeScript</span><br />
<br />
Well, the cubescript changelog is quite long, and i'm not going to detail everything myself.<br />
Although, here is the main idea :<br />
<br />
Cubescript should allow everyone to custom their client as much as possible so as not to require modifications to the code.<br />
Yet, it should remain as simple as possible an minimize its impact on the gameplay.<br />
That's what we are trying to deal with. I think we're doing it right actually. <br />
Some people criticized a few new commands, such as onHit. (which represent 0.1 % of cubescript changes) and we listened to their opinion. We also listened to those who agreed with the changes;<br />
Don't believe that we haven't thought about it. There were internal discussions (a while before the proving grounds were set up).<br />
We came to the conclusion that it was worth implemented these changes.<br />
To those would criticize these changes : Are you criticizing the use of modified clients with so much spite ?<br />
<br />
<span style="font-weight: bold;">What has to be done before releasing 1200 ?</span><br />
<br />
We're now sticking to bug fixes.<br />
Here is a list of bugs that have to be fixed (some of them might already be fixed)<ul>
<li>major linux crash issue which is likely to be caused by the compiler we're using (from what we know ATM)</li>
<li>texture guides don't work (another new feature recently revealed and initially discussed in the proving grounds), which was broken after the pckdownloader merge.</li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/311/" target="_blank">/wpflood adds waypoints where (pl)clips already exists.</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/306/" target="_blank">Non-player initiated team changing should only occur between death and respawn</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/412/" target="_blank">Due to some issues, disallow special characters for map names</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/332/" target="_blank">Launcher asks for config.cfg file (OSX)</a></li>
<li><a href="https://sourceforge.net/p/actiongame/bugs/401/" target="_blank">Voicecom menu won't work? (OSX)</a><br />
</li></ul>
<br />
We also need more testing (i mean, we mean testing, because we nearly don't have any).<br />
<br />
I'd like a "Beta 2" version to be released, even though the first Beta was almost not played, i hope this one will be more successful and brings more feedbacks.<br />
<br />
<span style="font-weight: bold;">Why does it take so long ?</span><br />
<br />
After 1.1, a few members of the dev team left or became inactive for different reasons. The team had to be renewed and that's how many of us became devs (Bukz, me, tempest, etc.).<br />
It took a few months : <br />
Actually, we couldn't seriously tackle to everything we wanted at first. We were new and we looked for the "older" devs approval for most changes, because they are more experienced of course. But some of them had left and wouldn't reply to our messages. (I'm not blaming them). <br />
<br />
Then, we started to work on the main issues : weapon balance, package downloader, and recently the anticheat.<br />
From this point the main limiting factor was the lack of support, in any kind. Maybe we're too few. But actually, it's very hard to get testers. And testing takes time. It's a necessary step for weapon balance and ACAC;<br />
And once you've asked Brett, or the other devs, sometimes SKB, you won't find anyone else.<br />
We can't release something that is not tested enough. Most criticisms or feedbacks we get are about AC 1.1. <br />
<br />
And things gets "worse and worse" : the longer we wait, the more features we add. 1200 will have taken years to come, so it's expected to be a major version, and we should provide something accordingly.<br />
Finally, we put off the release so many times that we felt like the release date didn't matter anymore. What matters is now exclusively the quality of next release.<br />
<br />
I'm not ignoring the fact many members of the community offered their help so as to implement new features recently. Thanks Felix the ghost, thanks the others.<br />
Unfortunately, i think the main concern at the moment is not the lack of new features (check the changelog again, and keep in mind it's not exhaustive !).<br />
The main concern is the few bugs remaining and the lack of testing.<br />
<br />
<span style="font-weight: bold;">Regarding violent criticisms and moderation</span><br />
<br />
Moderation has always been criticized. As long as it was done in a constructive manner, it was a good thing. The same goes for the dev team.<br />
But we cannot tolerate insults, agressive posts, or everything that is the proof of an obvious ignorance of the development status and process.<br />
Those who can't express their opinion w/o hurting the others are not welcome here.<br />
Inconsistent criticisms are not welcome either.<br />
(e.g.: If you believe that the dev team is ignoring everything that is said on these forums, please prove it.)<br />
<br />
<span style="font-weight: bold;">Is there anything planned beyond 1200 ?</span><br />
<br />
We have plenty of ideas for future versions, and many things are already half-done :<br />
<ul>
<li>A pickup/drop weapon system, which is likely to be implemented as a new gamemode (i personally think it would be better this way) (thanks VonDrakula)</li>
<li>A auth-system</li>
<li>make cubescript available for servers</li>
<li>Bots available in multiplayer (new gamemodes ?)</li>
<li>Singleplayer campaigns<br />
</li></ul>
<br />
We're also planning to report and explain more the changes we bring to the game regularly on the forums.<br />
<br />
NB: this is not the official "dev team statement", i'm just trying to explain the current situation. I tried to be as objective as possible. Although, it's possible that some devs disagree on some points<br />
<br />
PS : i apologize for my poor English.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New maps in SVN]]></title>
			<link>http://forum.cubers.net/thread-6566.html</link>
			<pubDate>Sun, 17 Mar 2013 05:55:19 +0000</pubDate>
			<guid isPermaLink="false">http://forum.cubers.net/thread-6566.html</guid>
			<description><![CDATA[<div style="text-align: center;">Preview of all the new maps in AssaultCube's SVN as of right now...<br />
<br />
(Larger versions of all images available at: <a href="http://imgur.com/a/h1nU7#0" target="_blank">http://imgur.com/a/h1nU7#0</a> )</div>
<br />
<span style="font-size: small;">(NOTE: Any posts in this thread that are not positive, or constructive (i.e. "I think this change would be good" is constructive, where-as "I hate this thing about this map" is not), will be deleted by a moderator).</span><br />
<br />
<div style="text-align: center;"><span style="font-family: Trebuchet MS;"><span style="font-size: x-large;">ac_avenue</span><br />
<img class="postimage" src="http://i.imgur.com/hmbvYVG.jpg" border="0" alt="[Image: hmbvYVG.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_cavern</span><br />
<img class="postimage" src="http://i.imgur.com/mCULBm7.jpg" border="0" alt="[Image: mCULBm7.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_edifice</span><br />
<img class="postimage" src="http://i.imgur.com/dk5cksC.jpg" border="0" alt="[Image: dk5cksC.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_industrial</span><br />
<img class="postimage" src="http://i.imgur.com/52pVTLo.jpg" border="0" alt="[Image: 52pVTLo.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_lainio</span><br />
<img class="postimage" src="http://i.imgur.com/22Ml3HO.jpg" border="0" alt="[Image: 22Ml3HO.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_stellar</span><br />
<img class="postimage" src="http://i.imgur.com/lJJWgV4.jpg" border="0" alt="[Image: lJJWgV4.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_swamp</span><br />
<img class="postimage" src="http://i.imgur.com/jE0WGlj.jpg" border="0" alt="[Image: jE0WGlj.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_terros</span><br />
<img class="postimage" src="http://i.imgur.com/5dTbXuH.jpg" border="0" alt="[Image: 5dTbXuH.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_venison</span><br />
<img class="postimage" src="http://i.imgur.com/jtmnIVa.jpg" border="0" alt="[Image: jtmnIVa.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_wasteland</span><br />
<img class="postimage" src="http://i.imgur.com/Sr8kvJm.jpg" border="0" alt="[Image: Sr8kvJm.jpg]" /><br />
<br />
<span style="font-size: large;">Additionally, for fairness, ac_arid has lost a few grenade entities.<br />
<br />
... and you can now stand/walk through the tunnels of ac_aqueous.</span><br />
<img class="postimage" src="http://i.imgur.com/oZjaHjY.jpg" border="0" alt="[Image: oZjaHjY.jpg]" /><br />
A download of the new aqueous is available here: <a href="http://www.speedyshare.com/Q5jsZ/ac-aqueous-1.2.zip" target="_blank">http://www.speedyshare.com/Q5jsZ/ac-aqueous-1.2.zip</a></div></span>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">Preview of all the new maps in AssaultCube's SVN as of right now...<br />
<br />
(Larger versions of all images available at: <a href="http://imgur.com/a/h1nU7#0" target="_blank">http://imgur.com/a/h1nU7#0</a> )</div>
<br />
<span style="font-size: small;">(NOTE: Any posts in this thread that are not positive, or constructive (i.e. "I think this change would be good" is constructive, where-as "I hate this thing about this map" is not), will be deleted by a moderator).</span><br />
<br />
<div style="text-align: center;"><span style="font-family: Trebuchet MS;"><span style="font-size: x-large;">ac_avenue</span><br />
<img class="postimage" src="http://i.imgur.com/hmbvYVG.jpg" border="0" alt="[Image: hmbvYVG.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_cavern</span><br />
<img class="postimage" src="http://i.imgur.com/mCULBm7.jpg" border="0" alt="[Image: mCULBm7.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_edifice</span><br />
<img class="postimage" src="http://i.imgur.com/dk5cksC.jpg" border="0" alt="[Image: dk5cksC.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_industrial</span><br />
<img class="postimage" src="http://i.imgur.com/52pVTLo.jpg" border="0" alt="[Image: 52pVTLo.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_lainio</span><br />
<img class="postimage" src="http://i.imgur.com/22Ml3HO.jpg" border="0" alt="[Image: 22Ml3HO.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_stellar</span><br />
<img class="postimage" src="http://i.imgur.com/lJJWgV4.jpg" border="0" alt="[Image: lJJWgV4.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_swamp</span><br />
<img class="postimage" src="http://i.imgur.com/jE0WGlj.jpg" border="0" alt="[Image: jE0WGlj.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_terros</span><br />
<img class="postimage" src="http://i.imgur.com/5dTbXuH.jpg" border="0" alt="[Image: 5dTbXuH.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_venison</span><br />
<img class="postimage" src="http://i.imgur.com/jtmnIVa.jpg" border="0" alt="[Image: jtmnIVa.jpg]" /><br />
<br />
<span style="font-size: x-large;">ac_wasteland</span><br />
<img class="postimage" src="http://i.imgur.com/Sr8kvJm.jpg" border="0" alt="[Image: Sr8kvJm.jpg]" /><br />
<br />
<span style="font-size: large;">Additionally, for fairness, ac_arid has lost a few grenade entities.<br />
<br />
... and you can now stand/walk through the tunnels of ac_aqueous.</span><br />
<img class="postimage" src="http://i.imgur.com/oZjaHjY.jpg" border="0" alt="[Image: oZjaHjY.jpg]" /><br />
A download of the new aqueous is available here: <a href="http://www.speedyshare.com/Q5jsZ/ac-aqueous-1.2.zip" target="_blank">http://www.speedyshare.com/Q5jsZ/ac-aqueous-1.2.zip</a></div></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New helping hands]]></title>
			<link>http://forum.cubers.net/thread-6472.html</link>
			<pubDate>Tue, 19 Feb 2013 22:00:07 +0000</pubDate>
			<guid isPermaLink="false">http://forum.cubers.net/thread-6472.html</guid>
			<description><![CDATA[Two hands, no wait, four hands will help getting tasks done for AssaultCube. The owner of these hands are <a href="http://forum.cubers.net/user-9809.html" target="_blank">Cleaner</a> and <a href="http://forum.cubers.net/user-15073.html" target="_blank">VonDrakula</a>. Cleaner is a long term member who has got an excellent title as modeler. And his experiences on this field will incorporate right into this project. Just look out for new shiny map models! On the other hand VanDrakula (don´t be afraid, he won´t bite!) is a newcomer in this community. Nonetheless, his long year experiences and skills as a developer will be more than useful.<br />
<br />
Time for an applause!<br />
/me claps his hands]]></description>
			<content:encoded><![CDATA[Two hands, no wait, four hands will help getting tasks done for AssaultCube. The owner of these hands are <a href="http://forum.cubers.net/user-9809.html" target="_blank">Cleaner</a> and <a href="http://forum.cubers.net/user-15073.html" target="_blank">VonDrakula</a>. Cleaner is a long term member who has got an excellent title as modeler. And his experiences on this field will incorporate right into this project. Just look out for new shiny map models! On the other hand VanDrakula (don´t be afraid, he won´t bite!) is a newcomer in this community. Nonetheless, his long year experiences and skills as a developer will be more than useful.<br />
<br />
Time for an applause!<br />
/me claps his hands]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Helmet pickup sound?]]></title>
			<link>http://forum.cubers.net/thread-6244.html</link>
			<pubDate>Thu, 20 Dec 2012 19:06:38 +0000</pubDate>
			<guid isPermaLink="false">http://forum.cubers.net/thread-6244.html</guid>
			<description><![CDATA[... Any ideas for a new pickup_helmet sound?<br />
<br />
Post them here in .ogg format! :)<br />
<br />
<br />
<br />
FYI: 16-bit PCM/mono preferred.]]></description>
			<content:encoded><![CDATA[... Any ideas for a new pickup_helmet sound?<br />
<br />
Post them here in .ogg format! :)<br />
<br />
<br />
<br />
FYI: 16-bit PCM/mono preferred.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Voting for the next official map!]]></title>
			<link>http://forum.cubers.net/thread-6200.html</link>
			<pubDate>Tue, 11 Dec 2012 21:10:06 +0000</pubDate>
			<guid isPermaLink="false">http://forum.cubers.net/thread-6200.html</guid>
			<description><![CDATA[If you don't know what this thread is about, see this: <a href="http://forum.cubers.net/thread-5996-post-111983.html#pid111983" target="_blank">http://forum.cubers.net/thread-5996-post...#pid111983</a><br />
<br />
Please don't do anything stupid, if we notice vote rigging, we will disqualify and/or ban.<br />
<br />
Additionally, those in clans, don't get people to vote your maps just because they're in your clan. We want a fair poll - show us that you've got some ethics and let people vote for the maps they actually like.<br />
<br />
GL, HF... This poll is open for 8 days! The following maps are available to vote for:<br />
<br />
<a href="http://forum.cubers.net/thread-5996-post-111986.html#pid111986" target="_blank">Savana</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111986.html#pid111986" target="_blank">Venison</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111992.html#pid111992" target="_blank">ac_frost</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111992.html#pid111992" target="_blank">ac_mojave2</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112040.html#pid112040" target="_blank">ac_heatstroke</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112040.html#pid112040" target="_blank">ac_heatstroke2</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112051.html#pid112051" target="_blank">ac_prison</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112115.html#pid112115" target="_blank">ac_forsaken</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113027.html#pid113027" target="_blank">ac_ancient_mines</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113058.html#pid113058" target="_blank">ac_swamp</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113058.html#pid113058" target="_blank">ac_cavern</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113377.html#pid113377" target="_blank">ac_brackish</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113377.html#pid113377" target="_blank">ac_banlieue</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113571.html#pid113571" target="_blank">Nocturne</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115447.html#pid115447" target="_blank">ac_brick</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115608.html#pid115608" target="_blank">ac_box_factory</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115624.html#pid115624" target="_blank">mpx_desierto_v1.3</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115785.html#pid115785" target="_blank">ac_terros</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115798.html#pid115798" target="_blank">ac_cloud</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">electron</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">marvel</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">core</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_dingy</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_lainio</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_metl3</a>]]></description>
			<content:encoded><![CDATA[If you don't know what this thread is about, see this: <a href="http://forum.cubers.net/thread-5996-post-111983.html#pid111983" target="_blank">http://forum.cubers.net/thread-5996-post...#pid111983</a><br />
<br />
Please don't do anything stupid, if we notice vote rigging, we will disqualify and/or ban.<br />
<br />
Additionally, those in clans, don't get people to vote your maps just because they're in your clan. We want a fair poll - show us that you've got some ethics and let people vote for the maps they actually like.<br />
<br />
GL, HF... This poll is open for 8 days! The following maps are available to vote for:<br />
<br />
<a href="http://forum.cubers.net/thread-5996-post-111986.html#pid111986" target="_blank">Savana</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111986.html#pid111986" target="_blank">Venison</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111992.html#pid111992" target="_blank">ac_frost</a><br />
<a href="http://forum.cubers.net/thread-5996-post-111992.html#pid111992" target="_blank">ac_mojave2</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112040.html#pid112040" target="_blank">ac_heatstroke</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112040.html#pid112040" target="_blank">ac_heatstroke2</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112051.html#pid112051" target="_blank">ac_prison</a><br />
<a href="http://forum.cubers.net/thread-5996-post-112115.html#pid112115" target="_blank">ac_forsaken</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113027.html#pid113027" target="_blank">ac_ancient_mines</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113058.html#pid113058" target="_blank">ac_swamp</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113058.html#pid113058" target="_blank">ac_cavern</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113377.html#pid113377" target="_blank">ac_brackish</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113377.html#pid113377" target="_blank">ac_banlieue</a><br />
<a href="http://forum.cubers.net/thread-5996-post-113571.html#pid113571" target="_blank">Nocturne</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115447.html#pid115447" target="_blank">ac_brick</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115608.html#pid115608" target="_blank">ac_box_factory</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115624.html#pid115624" target="_blank">mpx_desierto_v1.3</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115785.html#pid115785" target="_blank">ac_terros</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115798.html#pid115798" target="_blank">ac_cloud</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">electron</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">marvel</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115887.html#pid115887" target="_blank">core</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_dingy</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_lainio</a><br />
<a href="http://forum.cubers.net/thread-5996-post-115929.html#pid115929" target="_blank">ac_metl3</a>]]></content:encoded>
		</item>
	</channel>
</rss>