Page 1 of 9

new UED 2.2 !

Posted: Mon Feb 24, 2014 9:56 pm
by Radi
Hi, look what Smirftsch from oldunreal preparing for us, another version of UED working both for U1 and UT.
He doing it secretly until today and should release it within a few days!
You do not believe how many changes were made to make live easier for mappers.

Image

list of most important changes:
-Dot's c++ particle emitter totally reworked (~20% faster) and working online
-totally new BSP tree building, basically should be no more HOMs and ICHs
-improved BSP view: now, any 'broken' nodes flickering to spot them easier
-ability to create semi-solid substracted brushes
-new zone portals that can be enormous huge and do not impact on framerate
-static mesh support as in 2.1 for UT, now static meshes can build own light-maps so they might look as normal BSP surfaces.
-volumetric light can now be used without need to set bFogZone=true and decals now are displayed correctly
-node limit disabled, basically on benchmark map with 256428 nodes, everything working nicely
-new material: emmisive
-support for D3D10 with bump mapping (a little slowly by now)
-reworked projector shadows, now pawns/vertex meshes can cast realistically dynamic shadows based on the lights of vicinity
-movers can now have a 16 frame-keys
-two new UED buttons: 'rebuild changed geometry only', 'rebuild changed lights only'
-multiple vertex selection in 3D view

and many others! stay tuned :D

Re: new UED 2.2 !

Posted: Mon Feb 24, 2014 10:33 pm
by UnrealGGecko
Well lock me in a jar and call me a pickle........ :mrgreen:
If this is true, I'm... I'm... Downloading... yeah really REALLY downloading :rock: . Wishing good luck to Smirftsch. :thuup:

Also why is it in the Off-Topic section? It works for UT so...

Re: new UED 2.2 !

Posted: Mon Feb 24, 2014 10:45 pm
by Chamberly
Wow, I can't wait to see! I wonder if it would be easier for new mappers? ;)

Re: new UED 2.2 !

Posted: Mon Feb 24, 2014 10:47 pm
by Torax
Holy shit
This is totally awesome

EDIT
Does it means that will be supported stuff that is allowed in Unreal 227?

Will follow this thread to wait for downloads

Re: new UED 2.2 !

Posted: Mon Feb 24, 2014 10:52 pm
by Radi
GEx wrote: Also why is it in the Off-Topic section? It works for UT so...
because.... hmmmm I dont know. probably UED goblin knows :loool:

These new semisolid substract brushes do not make any cuts as I know ! wow
they are white:
Image

Re: new UED 2.2 !

Posted: Mon Feb 24, 2014 11:22 pm
by KingJosh
very good news, maybe in future maps i will no longer have to fight bsp errors :D

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 12:51 am
by Sp0ngeb0b
A map created with the new editor will always require its custom packages/libaries, wouldnt it?

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 1:48 am
by Feralidragon
<checks "new UED 2.2">
<thinks => oh great... another great editor I *cannot* use since it's probably for U227, let's see what interesting features it comes up with though....>
.
-
_
did... you.. say.... UT support????
No more BSP errors? Static meshes?

Image

I hope you're not shitting us, if that kind of release is what I think it is, then it just made my next project to be FULLY realizable with a LOT less effort than I expected, and it couldn't have come at a better time as I bring closure to my own mod and I am getting ready to start my other one.
The only thing that pulled me off from U227 and UEd2.1 was the fact that they were made for Unreal (which has serious implications in my next project), but if those all work properly in UT, I am going to certainly overuse them. :satan:

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 1:52 am
by Chamberly
LOL^ wow. Can I watch you make some stuff out of uED in youtube? I'd like to watch something. Don't have to make a tutorial... xD

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 2:20 am
by Radi
Ferali, just DONT STOP working on your mod now :D dont delete files or something ok ? :D .
@Chamberly: Im not allowed to and I poor at showing things so you must just wait :p

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 2:21 am
by Chamberly
Radi wrote:Ferali, just DONT STOP working on your mod now :D dont delete files or something ok ? :D .
@Chamberly: Im not allowed to and I poor at showing things so you must just wait :p
I meant when it is released... <3
:loool:

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 2:59 am
by Radi
Why :p ? You dont know how to make maps ?

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 4:17 am
by Acid.OMG
Why wasnt this out when I made CTF-Spaced.... Gues I will have to do it with the new Warpzones =D

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 4:23 am
by Tim-_-
Smirftsch is the man. He and the 227 team at oldunreal have made so many improvements to this old engine. I can't wait to try out this editor! Even if it doesn't work 100% with UT, I'm sure it would be better to develop most of a map in 2.2 and then import it into UT's original editor.

Re: new UED 2.2 !

Posted: Tue Feb 25, 2014 5:17 am
by Dr.Flay
Finally!
The queue to suck Smirftsch's dick starts here :rock:

I have discovered a few compatibility issues already using 2.1, and I can tell you we will need a list at some point.
The main problems start to happen when you use functions that are not in UEd2 and are rendered during play.

A simple example;
The creation and editing of geometry and brushes is not normally a problem, as that is rendered into the map as a finished brush.
Remember, once a map is rendered you can delete all the brushes and geometry, and the map will still work.

However decorations, actors and effects are rendered during play, and require the knowledge of any used commands or triggers etc.
Some things will break the map, and others will just be ignored by UT.
In UEd2 you can set the display size of a deco or model with 1 value, but in UEd2.1 you can use 3 values XYZ.
UT ignores the new values and displays the deco at the original size.

Unreal 227 comes with the new audio renderers, so you get extra EFX audio options attached to actors and as a specific Zoneinfo actor.
To have this Zone actor in UEd2, you need to get the Oldunreal renderers and add EditPackages=ALAudio to your UT ini

Any functionality added to the engine as an external file (like the renderers) can also be added to UT.
The functions added to the main engine are things you have to be more careful with.

Right I'm off to Oldunreal.... um.. anyone got any mouth-wash ?