The Unreal Tournament SDK is a state-of-the-art Toolset / Engine Enhancement for retail Unreal Tournament and a substitute for a still missing new Patch, that brings UT to today's standards in the style of the Stalker Complete Series. Sci-Fi Battle Scenes, a Strategy Game, a Fun Mod, Survival-Horror Shooter, Simulations - Everything is possible. It will also include a Sandbox showcasing the New Possibilities via bundled Mini-Mods made by Fans and me. It enhances the render engine, gameplay, unreal script features and anything UT Veterans ever dreamed off. It is completely Open Source, free for noncommercial use.



Current Version: February 2012 UTSDKBeta (Build 359), 23.03.2012

Next Release: April 2012 UTSDKBeta (Build 387), May / 2012


 


  • Revamped Rendering Engine + in-Editor Preview / Realtime Support
  • UnrealEnigma Particle Engine (Sprite-, SubUV-, Vertex-, Mesh-, Beam-, Corona- ,Spark- and Ribbon Emitters...) NEW!
  • Support for different Projective Texture Mapping, Advanced Shadowing and enhanced Decals and Gore System
  • Material Shader System (TextureCombiners, TexturePanners, TextureOscillators/Scalers, Emissive Materials etc.) NEW!
  • Lensflare Support, Dynamic Coronas, enhanced Sprite Effects, RenderToTexture Support and other SpecialFX
  • Modern Post-Processing System (Blur, Depth of Field, Scene Materials, Bloom, High Dynamic Range Lighting etc.)
  • Distance Fog, Height Fog, Moving Fog (Fog Emitters) NEW!
  • Optimized Unreal-Mesh Rendering, Static Mesh Support! (High Poly 3D Models) NEW!
  • Dynamic Fluid Surface Support (rendering Dynamic Water i.e.)





UnrealAvatar Gameplay System


  • Complex RPG and other Gameplay System, NPC to Player Interaction, Trading etc.
  • Level-Buffering-System, allowing for non-linear Gameplay and Level Design
  • Complex Inventory System, upgrade/mod Weapons and Pickups
  • Enhanced Level Design and Actor Classes, like new Movers, Brush Builders etc.
  • Support for Volumes and volume-dependant Events
  • new cinematic Methods, Advanced non-keyframed Interpolation System, non-kreyframed moving Objects
  • Complete new Menu/GUI System "X-Menus"
  • 100 % Open Source, ships with Source Code for Unreal Script and C++
  • Completely new Unreal Script features like: Dynamic Arrays, Multiple Timers, Script Tracing etc.
  • PDF-based extensive Documentation
  • New Music Playback API (using FMODEX)
  • Contains Sandbox Mods, showcasing some of the new Features






Partners Program









The Development Kit Series











(Contact Icons by Dec Doyle)

Unreal, Unreal Engine, Unreal Tournament, and the Unreal Tournament 3 logo are trademarks or registered trademarks of Epic Games, Inc.
in the United States of America and elsewhere. Other brands or product names are the trademarks of their respective owners.

Image RSS Feed Latest Screens
UTSDK February Beta Preview 3 (Environment Map) UTSDK February Beta Preview 2 (Light) UTSDK February Beta Preview 1 (Projector)
Blog RSS Feed Report abuse Latest News: UT SDK February 2012 Beta Release

0 comments by UT99_Shadow on Mar 23rd, 2012


UTSDK February 2012 Beta Release


This month's release comes with a huge update for the Material System adding new Materials like TexRotators and TexEnvMaps! On the other hand I implemented a lot of the C++ rendering functionality on Unreal Script Level (native functions) and finally added full Quaternion Support.

More good news: I reimplemented Projectors and optimized them and fixed some rendering bugs concerning the new Blending Styles. There're also finally 2 read-to-use Example Packages (sdkSandbox and sdkSandboxMaterials) showing example content including Materials, Static Meshes, Projectors and Emitters.






New Features

  • added: new Sprite Class "sdkQuad" - a Sprite with free rotation and no camera alignment
  • added: new Texture/Sprite Rendering Functions
    • DrawRotatedTile (a freely rotatable Texture Quad without camera alignment)
    • DrawBeamTile (specialized function for drawing texture beams and sparks
  • added: new Material Classes and Texture Modifiers
    • TexEnvMap
    • TexSphereMap
    • TexPanner / TexEmissivePanner
    • TexRotator / TexEmissiveRotator
    • TexScaler / TexEmissiveScaler
    • TexOscillator / TexEmissiveOscillator
    • Emissive Material
    • TexCombiner
  • added: new Package "sdkSandbox" and "sdkSandboxMaterials"with Tutorial, Test, Example Contents and Classes
    • ready-to-use Classes
    • Example Emitters and Particle Systems
    • Example Projectors
    • Example Materials
    • Example Static Meshes
  • added: new Datatypes (C++ and Unreal Script)
    • ColorRange, a randomized color value
    • FloatRotator, a floating point rotator
    • Vector2DRel, a 2D vector with a relative scaler
  • added: new Iterator Functions
    • CollidingActors - iterates through all colliding Actors (visible or not visible)
    • AllObjects - iterates through all objects in a level
  • added: new Primitive/Sprite Rendering Functions (Unreal Script)
    • Draw3DArrow
    • Draw3DPlane
    • Draw3DFrustum
    • Draw3DBox
    • Draw3DSprite
    • Draw3DCorona
  • added: Full Quaternion Support
    • uses FPlane struct, but operations inside functions equals real Quaternions
    • globally supported on Unreal Script Level
    • globally supported on C++ Level
  • added: new Canvas Functions
    • DrawTile2 (like DrawTile, but supports new Blending)
    • DrawRotatedTile (draws a spinning texture tile)
  • added: new Color Functions
    • ColorLerp, smooth linear Color Interpolation
    • ColorSmerp, smooth non-linear Color Interpolation
    • VectorToRGB, RGBToVector - conversion between vector and color (in 0.0/1.0 range)
  • added: LightColor Sprite Preview for sdkLight



Fixes/Updates

  • updated: recoded and updated Material/Texture System
  • updated: completely recoded Texture Projectors, merged Decal / Plane Projectors into one Class
    • supports new Texture Blendings (introduced Build 335)
    • U/V Scaling
    • U/V Tiling
    • Dynamic Color
    • Projection Fading
    • Projector→ DynamicProjector → DistanceProjector → ShadowProjector
  • updated: all Texture drawing Canvas functions have been updated to support new Blending Styles
  • updated: moved all Iterator Functions from sdkLevelInfo to sdkActor, static functions now 
  • updated: moved all Color Functions from sdkCanvas to sdkActor
  • fixed: Render Bug when changing new Blending Styles (BSP changed blending too)
  • fixed: incorrect native function IDs in sdkActor.uc
  • fixed: internally corrected HLS to RGB color conversion (lensflares, coronas, lights, canvas)


Media


  






UT Community SDK February 2012 Beta (Build 359)

 

Media RSS Feed Latest Video
Downloads RSS Feed Latest Downloads
February 2012 UTSDK Beta (Build 359)

February 2012 UTSDK Beta (Build 359)

Mar 23, 2012 Full Version 0 comments

This month's release comes with a huge update for the Material System adding new Materials like TexRotators and TexEnvMaps! On the other hand I implemented...

January 2012 UTSDK Beta (Build 335)

January 2012 UTSDK Beta (Build 335)

Feb 21, 2012 Full Version 0 comments

Starting the new year for the SDK with a bunch of new features and improvements: The next new and fresh release of the Unreal Tournament Community SDK...

December 2011 UTSDK Beta (Build 300a) - Hotfix1

December 2011 UTSDK Beta (Build 300a) - Hotfix1

Jan 20, 2012 Patch 0 comments

Fixes a strange critical error when adding a StaticMesh Actor to the map. The error was caused by mismanaged texture arrays. Simply copy "sdkEngine.dll...

December 2011 UTSDK Beta (Build 300)

December 2011 UTSDK Beta (Build 300)

Jan 18, 2012 Full Version 0 comments

So finally here it is. The next new and fresh release of the Unreal Tournament Community SDK. Originally there should've been a November release but according...

October 2011 UTSDK Beta (Build 271)

October 2011 UTSDK Beta (Build 271)

Nov 1, 2011 Full Version 3 comments

The Release of the UTSDK October Beta! (Build 271)

September 2011 UTSDK Beta (Build 250)

September 2011 UTSDK Beta (Build 250)

Oct 17, 2011 Full Version 3 comments

After a couple of months of work on the Particle Engine I can finally present it initially with this Build. On the top of it Static Mesh Support has been...

Comments  (350 - 360 of 373)
Maggintosh
Maggintosh Jan 12 2008, 10:39am says:

cant wait to get your finished sdk for ut. i have some big plans for a ut-modifikation with your new special graphic-features! ut99-4ever!

+1 vote     reply to comment
UT99_Shadow
UT99_Shadow Dec 20 2007, 8:03am says:

it definitly has to be adapted on Deus Ex, for example the window system is different, the decals, AI and so on..
but it is possible of course

+1 vote     reply to comment
DaveW
DaveW Dec 20 2007, 6:30pm replied:

Well I mostly mean the graphical stuff - simulated pixel shaders and stuff like that. I'm curious as to how that works actually - does it work off standard or DOT3 bump maps to do that?

+1 vote     reply to comment
UT99_Shadow
UT99_Shadow Dec 20 2007, 7:22pm replied:

these simulated pixel shaders are some kind of combiners overlayed over the original skin to distort or change it but is run on cpu (thus software or simulated shaders), nethertheless the only real usage of shaders is archived by post processing, per-texture-based shaders (material trees) would be too difficult or too limited to make, because even if one would code a shader supporting texture class you would be limited to 256x256 pixels, the limit that goes for all custom made texture classes, the powerful build-in ScriptedTexture of the engine have had the same problem: you could do dynamic textures with dynamic text, numbers even menus painted on texture.. BUT always limited to 256x256 pixels ..
also only per-pixel-light shaders use DOT3 and further advanced per-pixel technologies (radiosity lighting, parallax mapping, normal mapping), other or standard pixel shaders "simply" distort brightness and color values of single pixels/pixelinformation coming from the framebuffer.
All features or the whole SDK should be portable to any Unreal Engine 1 game or project (min. build 226) up to any Unreal Engine 2.x game or project.. except hardcoded extensions, which aren't supported for UE 2.x (lack of native/renderer coding support and missing headers)

+1 vote     reply to comment
Blade_hunter
Blade_hunter Jan 5 2008, 8:42pm replied:

I don't know if the idea is good for this good enhancement but i want to purpose something, i think the decals, cadavers, blood trails, bullets, debris and other things like this must be stay more longer on the field, I have found some mutators to do this, but they are separate and they're not completed
I think the deaths messages must be variable like in unreal 1 or the recent versions of UT (in fuction of the last point of hit before death and the projectile type
The flak cannons (U1 & UT) must droped an empty flack shell on the ground (only after a primary fire) not the secondary
the third person view of all weapons can be improved also on pickup
The Minigun and pulse gun (primary fire only)have a rotating cannons on third person view and in first person view the Minigun have a belt on it
we can saw one or two enforcers on the players hand on third person view
The Rocket launcher have a rotative barrel on third person view
Ripper diplay a disk in pickup view and third person view
For the player skin if it's possible we can saw a separate deformation system in ut we have only a deformation of the heand and the rest of the corpse i think this can be upgraded these ideas are just suggestions if it's possible this can be a great upgrade for the game ....

An thanks for this very good upgrade

+1 vote     reply to comment
UT99_Shadow
UT99_Shadow Jan 6 2008, 8:03am replied:

yes good suggestions, but you have to pay attention on the fact that epic did all these stuff with a purpose, UT is mostly a multiplayer game, if they would have coded decals staying very long or "forever" along the game it would have been a critical impact on performance on machines around the years of 1999/2000/2001, I think to day any machine should manage staying decals...
Death Messages: as far as I know there's a modpack called "Enhanced Items" with improved messaging
Weapon Third Person View: well the majority of gamers don't pay any attention on such details, many don't care about a possible animation played of the third person version of a weapon model, that might the reason that these special animations exist but were not integrated ..
Deformation System: it's just a saved animation of the body without the head, I would have to re-animate that model to allow other bodyparts to be damageable (at least it worked for legs and the torso in Unreal too) and ripped apart

+1 vote     reply to comment
Raven|ICC
Raven|ICC Dec 22 2007, 7:33am replied:

nope, you're wrong :) Scripted Texture can be bigger (dunno size limit). You can create it by using command (don't remember, I have to look on wiki). Of course you can use 'em only with Direct3D8 and new OpenGL.

+1 vote     reply to comment
UT99_Shadow
UT99_Shadow Dec 22 2007, 7:57am replied:

OMD that sounds interesting raven! even I figure out stuff I didn't know before xD lol that means.. it would be possible to code shadertextures without limit of 256x256 pixels.. I definitly have to keep an eye on this

+1 vote     reply to comment
DaveW
DaveW Dec 20 2007, 4:47am says:

How likely is it you could get this to work with Deus Ex?

+1 vote     reply to comment
UT99_Shadow
UT99_Shadow Dec 4 2007, 9:13am replied:

hehe yo thx^^
play around with it, especially the test map!
though the beta is nothing compared to the final
for the final there're over 100 unrealscript classes now .. just for the core-package ! there'll be a also second package with the main content basing on the core-package providing you with more than 200 example classes and codes in relation with this and the needed content (textures/skins, maps, sounds and so on) the final will definitly be over 100 MB in size

+1 vote     reply to comment
Post a Comment

Only registered members can share their thoughts. So come on! Join the community today (totally free) and do things you never thought possible.

Icon
Unreal Tournament Icon
Platforms
Windows, Mac, Linux
Developed By
UT99_Shadow
Contact
Send Message
Official Page
Myspace.com
Release Date
Released Sep 28, 2010
Mod Watch
Track this mod
Share
Community Rating

Average

9.8

33 votes submitted.

You Say

-

Ratings closed.

Style
Genre
First Person Shooter
Theme
Sci-Fi
Players
Single & Multiplayer
Statistics
Rank
1,042 of 16,801
Last Update
3 days ago
Watchers
164 members
Files
13
News
6
Reviews
4