| Home Page | Recent Changes | Preferences

El Muerte TDS

Basic Info

Nick
El Muerte
Real name
Michiel Hendriks
E-Mail
elmuerte @ drunksnipers.com
Homepage
[The Drunk Snipers]
Other pages
[Magicball Network]
[UnrealAdmin]
IRC
on EFNet as ElMuerte in channels: #tds , #lba
on ETG as El_Muerte_[TDS] in channels: #unrealscript , #beyondunreal, #unrealwiki
on IRCNet as ElMuerte in channels: private
on QuakeNet as El_Muerte_[TDS] in channels: #unrealadmin
Developer Journal
/Developer Journal
CVS Web Repository
http://el-muerte.student.utwente.nl/cgi-bin/cvsweb/UT2003/
CVS Root for anonymous access
:pserver:anonymous@el-muerte.student.utwente.nl:/usr/local/cvsroot/UT2003

History/Bio

I'm a Computer Science student at the [University of Twente], I love creating stuff like programs and webpages. Lego™ rocks.

I enjoy playing games. I prefer Action\Adventure games, the [Little Big Adventure series] are my favorite games. Unreal was the first Unreal Engine game I played, I realy enjoyed that game.

I started Unreal Scripting when Unreal Tournament came out. Me and [my friends] started running some dedicated servers and we needed some adjustments to the server, that's why I started. About all things I wrote are server only stuff, never written something to extend the game play.

Besides UnrealScript I also program in other languages like: Delphi (Object Pascal), C\C++, Perl, PHP?

Creations

UT Creations

These float around somewhere, for example on http://www.drunksnipers.com/services/ut/ (bottom of the page)

UT2003 Creations

Mozilla Sidebar

If you have Mozilla or Netscape 6/7 you can install a sidebar that will give you the ability to display server information in your browser. Go [here to install] this sidebar.

PlayerJoinDumpSE

Just like the PlayerJoinDump for UT(1) will this server add-on dump player IP addresses in the log when they join the server. This is usefull when you get abuse emails about certain users and want to ban them from the server.

http://www.drunksnipers.com/services/ut/ut2003/playerjoindump

ServerAdsSE

Another remake of a great UT server add-on. ServerAdsSE gives you the ability to display messages/advertisements on the server (in the chat console, or on the middle of the screen). One of the biggest new features of this version is the ability to specify an URL where ServerAdsSE should download the latest messages.

http://www.drunksnipers.com/services/ut/ut2003/ServerAdsSE

UT2003 Compress

The UT2003 version of UTCompreZ, this tool will make UZ compression easier to handle. Just create a list of files to compress, hit the "compress" button and go to bed, the next morning everything will be done.

http://www.drunksnipers.com/services/ut/ut2003/ut2003compress

ServQuery

ServQuery is a fix for UT2003 servers. It fixes and extends the GameSpy Protocol. ServQuery will fix the backslash bug in the player names and ServQuery will add a new command to retreive Team information.

http://www.drunksnipers.com/services/ut/ut2003/servquery

LocalStats

LocalStats will create log files which can be converted to statistics just like Epic's ut2003stats.epicgames.com LocalStats is a server actor so it will not show up in the mutator list or requires client downloads. Also with LocalStats you can still use the global stats.

http://www.drunksnipers.com/services/ut/ut2003/localstats

UTelAdSE & TitanIRCd

UTelAdSE is a telnet administration server that will allow you do administer your UT2003 server using a telnet client.

http://www.drunksnipers.com/services/ut/ut2003/UTelAdSE

wUtils

UT2003 has a nice set of methods and structures defined in XGame.xUtils, but there are more common used methods and don't need to be rewritten every time somebody needs them. That's why I've started wUtils to create a package containing another set of usefull methods.

WUtils

BullShit

BullShit is a server actor that will make the bot in a bot game more life like. Bot will speak when they kill or get killed, they will also respond on things other players say.

http://www.drunksnipers.com/services/ut/ut2003/bullshit

ConfigArena

Just a little fix for the Arena mutator. This mutator can be configured via the webadmin

http://www.drunksnipers.com/services/ut/ut2003/configarena

ChatFilter

ChatFilter is a server add-on to clean up the chatting on a server. ChatFilter has the power to reduce spamming on a server, it can also filter bad words from the line. On bad behavior the player will get a score assigned on a defined level actions can taken against the player

http://www.drunksnipers.com/services/ut/ut2003/chatfilter

LibHTTP

LibHTTP is a general puprose library for accessing data on webservers. It has support for Cookies, basic authentication, proxies and transparent redirecting (e.g. will automatically follow a redirect)

Marky Mutator

Epic's Mark Rein on you screen whenevery you kill three enemies in a row. Isn't that what you've always wanted.

Version 2 includes new characters like the 2nd dumbest creature in the universe (Dopefish) and a weird white bunny named Cliff

http://www.drunksnipers.com/services/ut/ut2003/marky

Bad Adrenaline

This mutator will corrupt certain adrenaline pills, if you pick up one of these corrupted adrenaline pills you will suffer from strange side effects.

http://www.drunksnipers.com/services/ut/ut2003/badadrenaline

Capture the Beer

An excelent beer game. It's based on CTF, but instead of flags you have to capture a beer crate. But time is important, while you are carrying the crate you will consume the beer until you're out. Ofcourse the beer will have it's effect on you.

http://www.drunksnipers.com/services/ut/ut2003/ctb

Docs and stuff

UnrealWiki contributions

Here are the wiki pages I wrote/started:

UnrealWiki pages to be written

  • [UT2003 Server Query]?

UT2003 Query protocol

UT2003 uses a new protocol to query the servers for information, I've worked out this protocol and wrote a document about it, you can view it [here]

UT2003 Mirror Download Service

This page provides transparent mirror redirections to mirrors that offer the file you requested. The main advantage for users is that they only have to check one location to find a correct download. The main advantage for file mirrors is that the downloads load will be equally balanced over all mirrors (mirrors are selected using the round robin principle). Every hour all mirrors will be checked if anything has changed.

http://unreal.student.utwente.nl/mirror/

UT2003 Class Reference

I've created a HTML Help file containing a full class reference for UT2003. It looks similar to what UnDox produces, but contains more information about classes. It does not however contain the sources of each class, I didn't realy find this usefull.

Latest builds

Covering UT2003 builds: 2107, 2136, 2166

[HTML Help class reference] 846KB (only the reference)

[HTML Help class reference full version] 2.33MB (this includes syntax highlighted source files)

Old versions

[2107, 2136, 2166] 846KB (only the reference)

[2107, 2136, 2166 full version] 2.33MB (this includes syntax highlighted source files)

[2107, 2136] with version info

[2136]

UnCodeX

UnCodeX is a combination between UClasses and UnDox. UnCodeX can create a class tree from the UScript source and generate HTML documentation from it. But it can do much more than that.

It's somewhat a replacement for this UT2003 Class Reference above.


Category Personal Page

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In