Category: Project

rss

WinPicker 0.4 available

Today I released Beta Version 0.4 of my new tool called WinPicker.

[url=http://dracoblue.net/winpicker/]</a>
<p style="text-align: center"><a href="http://dracoblue.net/winpicker/" title="WinPicker - Exposé for Windows"><img src="http://dracoblue.net/dev/wp-content/uploads/2008/09/header.png" alt="WinPicker Logo" />[/url]</p>
WinPicker is some kind of Windows Implementation of the Exposé from MacOSX.

Currently you are able to minimize/revert windows (rightclick), pick windows (leftclick), close windows (shift+rightklick), pick and minimize all other windows (shift+leftclick) and zoom in/out of windows (mousewheel).

In Project & WinPicker By DracoBlue @ 18:01 04.09.2008

Drag n' Drop!

Today I finished the drag and drop functionality for the inventory and added the action bar. You may know both from other (online) games, but its still something quite new for gta online gaming. So I hope you guys like it!

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/_j54Lrp9T6M"></param><embed src="http://www.youtube.com/v/_j54Lrp9T6M" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

In Project & GTA:Tournament By DracoBlue @ 23:06 17.01.2008

Visual Inventory part one

This is the first version of GTA:Tournament's Visual Inventory. At the moment you can hover items, to see what they do (like those EDs) and doubleclicky them to activate them (leads to slow health refill).

<img src="http://gtat.dracoblue.net/media/thumb/af5038e28e880d53ed3a691b76638e1d.png" height="90" width="120" />

In Project & GTA:Tournament By DracoBlue @ 09:16 17.01.2008

Testing the battlearea

We made some nice progress on the battlearea. Elyks converted an initial version from pawn and I fixed most issues coming up. Currently only respawn is missing and what happens if you disconnect.

<img src="http://gtat.dracoblue.net/media/thumb/57f878b9ccf98ddcec8723442e230a50.png" height="90" width="120" />

By the way, you can find screenshots of testing previews at the gtat media database.

In Project & GTA:Tournament By DracoBlue @ 13:28 15.01.2008

Speedometer + Stuntrecording added

An other update on the test server. Today I finished the speedometer + speed calculation for players, who a driving a vehicle. Also the stunts are properly identified and the time/distance for those is correctly calculated. So we'll start/add some kind of stunt-ranking soon. Currently implemented stunts: wheelie, stoppie and 2wheeler.

Yesterday I made a screenshot of the login interface of GTA:Tournament on MTA, you can view it in the media database of GTA:Tournament.

<img src="http://gtat.dracoblue.net/media/thumb/bd6c099e5324aa31bd9898eea769b7ae.jpg" />

In Project & GTA:Tournament By DracoBlue @ 10:45 15.01.2008

Hellgate:London Server Status for your Guildpage/FanSite

How to add the Hellgate:London-Server Status to your Website? Thats quite easy!

Default icons: The image: <img src="http://hglondon.net/server/1.png" /> results in: <img src="http://hglondon.net/server/1.png" />

Custom icons: Add that little html+javascript code to your website and it will load the on.png or off.png in your webfolder! Of course you can change this source snippet so it fits your needs!
<blockquote>

1
2
3
4
<script src="http://hglondon.net/server/list.js"></script>
<script language="javascript">
document.write("<img src='"+SERVER_STATUS_1+".png' />");
</script>

</blockquote>
All you need to use is the correct Server-ID:
<blockquote>

  1. Shulgoth US
  2. Sydonai EU
  3. Alliance
  4. Command
  5. Korea
  6. Test Center

</blockquote>
XML for the geeks: I have also finished an xml-feed at http://hglondon.net/server/list.xml so if you are expirienced in xml-encoding you can write a interpreter for it in any language you want!
<blockquote></blockquote>

In Project & HGLondon.net By DracoBlue @ 22:48 09.11.2007