Houdini t3d Export to UnrealEd

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
User avatar
dart.weider
Novice
Posts: 7
Joined: Fri Sep 27, 2013 9:14 am
Contact:

Houdini t3d Export to UnrealEd

Post by dart.weider »

Hello everyone,
I'm new to this forum, and what I can say about myself...I'm interesting in mapping and scripting for Unreal Tournament, and I'm glad that I found resource like this))
Currently, as my hobby project I'm working on procedural tools to create levels for UT99.

And now I just want to share one tool that I'm using for this. This tool is exporter from Houdini's geometry to t3d file. It is written in python, so anyone can modify it for 3d package he likes.

Here it is archive with script file, some tools for Houdini(Unreal UV maker) in otl, Houdini example scene file, Unreal Map and t3d exported file.
http://cordof.com/UnrealMapTool.zip

And this is my small video presentation ->
https://vimeo.com/76265371
UT99.org

Re: Houdini t3d Export to UnrealEd

Post by UT99.org »

User avatar
UTPe
Masterful
Posts: 584
Joined: Sun Jul 12, 2009 7:10 pm
Personal rank: Dude
Location: Trieste, Italy
Contact:

Re: Houdini t3d Export to UnrealEd

Post by UTPe »

hello and thanks for the infos mate :tu:
procedural methods/tools are very interesting in mapping and imho this has been an understimate argument in the past years, I really think more could be done
unfortunately Unreal Engine 1.x is an old game engine so nowadays people are more interested in developing methods for UDK

regards,
Pietro
Personal map database: http://www.ut99maps.net

"These are the days that we will return to one day in the future only in memories." (The Midnight)
User avatar
dart.weider
Novice
Posts: 7
Joined: Fri Sep 27, 2013 9:14 am
Contact:

Re: Houdini t3d Export to UnrealEd

Post by dart.weider »

@medor
thanks for your links))

@UTPe
Yes Unreal Engine 1.x is old, but procedural ways always will be procedural ways for old engines as for new ones))
I've seen very cool realization of procedural ways for modern UDK, but I think making procedural tools for old engines is an interesting challenge too
User avatar
Dr.Flay
Godlike
Posts: 3348
Joined: Thu Aug 04, 2011 9:26 pm
Personal rank: Chaos Evangelist
Location: Kernow, UK
Contact:

Re: Houdini t3d Export to UnrealEd

Post by Dr.Flay »

Will this work with files from "Houdini Apprentice" ? (Free version)
BTW. if you want copyright-free music for your vids, just tell me what track or band you need a remix of.
Odd choice of intro-music, but I approve :rock:

There are a few other converters you may be interested in.
http://darendash.home.comcast.net/~dare ... erter.html
You may also find "Biturn" useful for a few other formats.
http://mirex.mypage.sk/index.php?selected=1

Check here for a bunch of other converters and tools
http://my.opera.com/Unreal-Tournament/b ... -resources
User avatar
dart.weider
Novice
Posts: 7
Joined: Fri Sep 27, 2013 9:14 am
Contact:

Re: Houdini t3d Export to UnrealEd

Post by dart.weider »

Yes, all this examples are made with Apprentice, so it will work) I used here Houdini Apprentice 12.5.469, but it should work with any other Houdini Apprentice version

Thanks for your links! You're right I'm interested in links like this.
My next video will be not earlier than 2-3 weeks, but it might be usefull to have coptyright-free music. Thanks.
I will think about tracks, what I need)) :rock:
User avatar
dart.weider
Novice
Posts: 7
Joined: Fri Sep 27, 2013 9:14 am
Contact:

Re: Houdini t3d Export to UnrealEd

Post by dart.weider »

Hello again!)

I just finished second video and I again showed there "How to use houdini to produce maps in procedural way" :D



All tools I showed there are available here - http://cordof.com/UnrealHellTool.zip

There are:
- unreal_outdoor - geometry creation tool - suitable for creating some mountain-like levels. It is easy to create tunnels there and because it is procedural it is possible to get many different results (map testing for example) in few minutes.
- updated exp_t3d.py script. I added there possibility to export Players Start positions and lights (there is one problem in houdini viewport, it does't show properly many lights at same time, but I just used because It was faster for me to setup light in houdini.
-examples with using VOP SOP (visual programming in houdini). VOP SOP to create geometry from image, and VOP SOP to create spiral.
User avatar
Dr.Flay
Godlike
Posts: 3348
Joined: Thu Aug 04, 2011 9:26 pm
Personal rank: Chaos Evangelist
Location: Kernow, UK
Contact:

Re: Houdini t3d Export to UnrealEd

Post by Dr.Flay »

Nice work again :tu:
and :rock:
User avatar
Metalfist
Masterful
Posts: 632
Joined: Sun Jan 03, 2010 3:54 pm
Personal rank: ^,..,^ rawr

Re: Houdini t3d Export to UnrealEd

Post by Metalfist »

How is the performance of such a map, because I'm a bit worried as it looks like it has many polygons and off the grid?
Image
User avatar
dart.weider
Novice
Posts: 7
Joined: Fri Sep 27, 2013 9:14 am
Contact:

Re: Houdini t3d Export to UnrealEd

Post by dart.weider »

@Dr.Flay
Thanks :D

@Metalfist
Full map consist of 7536 triangles. It is not large as for map) But you are right, because of construction of this map (I can see entire map from top (all 7536 polygons)) performance of THIS map is not good. And because of that this map is not good for playing, but it is great to demonstrate some cool technique, which mappers can use in future :)

For example here:
-Create geometry from simple image
-Convert this geometry to voxels representation
-Make tunnels and holes there using other volumes
-Convert volume representation back to polygons

Procedural approach is cool because it is not destructible. I can achieve any polygon density without destroying previous pipeline, then go back and do additional tunnel and all this will work:)
For example here is main geometry for map with different quality and it can be exported with any of them.
Image
Post Reply