Unreal engine 3 on Wii... possible?

Discussion in 'Console Technology' started by The_legend_of_drtre, Jan 22, 2007.

Thread Status:
Not open for further replies.
  1. Laa-Yosh

    Laa-Yosh I can has custom title?
    Legend Subscriber

    Joined:
    Feb 12, 2002
    Messages:
    9,568
    Likes Received:
    1,455
    Location:
    Budapest, Hungary
    Well, for normal mapped characters you'd probably have to build a simplified lowres version and extract new normal maps, which in turn requires new textures. Perhaps you can simplify your existing nextgen model while preserving texture info, but it's not that easy.
    Another issue could be mirroring normal maps but as Doom3 has managed to work around it, wii should be able to do so as well.
    Simplified shaders could use the existing textures, maybe skipping a few channels when neccessary. A lot of the stuff in UE3 probably works with look-up table textures but those are for advanced HDR-based shading and lighting which you'd have to remove anyway.

    Same goes for most of the objects in the scenery: trees, weapons, crates, and so on.

    Levels are a different matter, though, as they also require visibility info, lighting maps and such, so they probably have to be either completely re-done, or heavily edited.

    And I'm also not sure about animation, and how you could reduce number of bones per character. You'd probably have to redo all the skeletial rigging setup and write (or bug Epic to write) custom tools to convert animations.
     
  2. assen

    Veteran

    Joined:
    May 21, 2003
    Messages:
    1,377
    Likes Received:
    19
    Location:
    Skirts of Vitosha
    If they could fit Doom3 and Half-life 2 on the Xbox, the levels problem is solveable (maybe not easy or cheap, but solveable).

    Animation systems like Granny already include "bone LOD", which is exactly that - dropping of bones and re-rigging the vertices to bones higher in the hierarchy. It happens at runtime, and I suppose it's possible to do an offline version whose output can be checked and fixed by an artist.
     
  3. Blazkowicz

    Legend

    Joined:
    Dec 24, 2004
    Messages:
    5,607
    Likes Received:
    256
    you guy write funny stuff.


    as for the awesome UE3 tools : well, aren't the tools good as well on UE 2.x, and what good are content creations tools designed around shaders, normal mapping etc. that you won't get running in a useful manner on a gamecube or wii.
     
  4. Laa-Yosh

    Laa-Yosh I can has custom title?
    Legend Subscriber

    Joined:
    Feb 12, 2002
    Messages:
    9,568
    Likes Received:
    1,455
    Location:
    Budapest, Hungary
    Yeah, there's always a tool to help you - but neither are a part of UE3, and you do have to put in extra work instead of just automagically converting assets.
     
  5. sfried

    Regular

    Joined:
    Apr 9, 2006
    Messages:
    542
    Likes Received:
    2
    I don't think it's impossible. I just think you need to rewrite every shader script with the proper TEV equivalent. In fact, I'm thinking you need to rewrite the whole UE3 code to properly function on the Wii so much that it becomes, as others said, UEthWii.

    Self-shadowing, bump mapping and other so-called shaders are not impossiblities on Flipper, let alone Hollywood. You just need to script them properly for TEV. Simple porting won't do. And I think the trick developers use is overlapping and combining these"primitive" commands over one another to create the desired effect.
     
  6. Laa-Yosh

    Laa-Yosh I can has custom title?
    Legend Subscriber

    Joined:
    Feb 12, 2002
    Messages:
    9,568
    Likes Received:
    1,455
    Location:
    Budapest, Hungary
    Why are you so sure about that?
     
  7. Rolf N

    Rolf N Recurring Membmare
    Veteran

    Joined:
    Aug 18, 2003
    Messages:
    2,494
    Likes Received:
    55
    Location:
    yes
    Because there are Gamecube games that leave no doubt?
     
  8. kyleb

    Veteran

    Joined:
    Nov 21, 2002
    Messages:
    4,165
    Likes Received:
    52
    Actually, with UE3 you build the characters and such with however many millions of tris you like and that gets coverted to lower poly meshes with normal maps for use in game. See the "Distributed Computing Normal Map Generation Tool" section here for some example pics.
     
  9. Flux

    Regular

    Joined:
    Nov 10, 2006
    Messages:
    313
    Likes Received:
    2
    So UE3 can run on Wii if you take out all the effects Wii can't do natively and add the TEV equivalent.

    So altering the frame rate cause jitters and tearing?

    Is there anyway to fix the tearing and jitters?

    Can streaming textures,audio,ect from a SD card/HDD help free up RAM for the engine?

    What are some other uses that a harddrive(30GB-40GB compressed to .dol executable) would have on Wii?

    Can resampling enhance AA for the Wii?
     
  10. Laa-Yosh

    Laa-Yosh I can has custom title?
    Legend Subscriber

    Joined:
    Feb 12, 2002
    Messages:
    9,568
    Likes Received:
    1,455
    Location:
    Budapest, Hungary
    I'm sorry but you probably don't understand how normal mapping works.

    You have a highres mesh, that can be a scanned point cloud or a zbrush model or anything.
    You also model a lowres mesh, about 5-15 thousand triangles, which is UV mapped and compared to the highres model - the difference will be stored in the normal map. This lwores model is what the GPU works with: animates, shades, textures it and so on.
    It is very important to build an efficient, clean model to get high quality normal maps and good skeletial deformation and so on. This can not be automated without seriously sacrificing quality. Normal maps can be a real headache to get right...
     
  11. ATI-liens

    Newcomer

    Joined:
    Feb 3, 2007
    Messages:
    45
    Likes Received:
    0
    There were a number of games on the Game Cube with bump mapping.

    They unreal engine is optimised for high resolutions , this is the only reason Epic said it would be unlikely to see Unreal Engien 3 on the Wii.

    Unreal 2.5 (version 3369) was used in Redsteel and it features some elements of UE3 such as self shadowing and the same side light casting effect.

    There is a new way of tilt mapping in a Nintendo patent and (to me) it looks like it's been used in Mario Galaxy.
     
  12. fearsomepirate

    fearsomepirate Dinosaur Hunter
    Veteran

    Joined:
    Sep 1, 2005
    Messages:
    2,743
    Likes Received:
    65
    Location:
    Kentucky
    No, they didn't. HD gaming is about more than resolutions over 640x480, which the original Unreal engine supported quite nicely. It's about a new generation of effects and graphics techniques that show up well in higher resolutions. Wii doesn't support these.
     
  13. ector

    Newcomer

    Joined:
    Nov 3, 2002
    Messages:
    111
    Likes Received:
    2
    Location:
    Sweden
    Real dot-product normal mapping of animated geometry, which is required to get the U3 (or even Doom3) look, cannot be done efficiently on Gamecube/Wii. There is simply no per-pixel dot product hardware, and no vertex shader that can help with transforming tangent spaces.

    "But wii is teh god! it can be done with three passes and cpu transforms!"

    Yep, most probably, that's why I put in my little "efficiently" disclaimer above.
     
  14. Teasy

    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,563
    Likes Received:
    14
    Location:
    Newcastle
    Oh so you've actually developed on Wii then?.........

    Great could you outline some of the details that we don't already know about the hardware, I'd be especially interested in the extra transistors in Hollywood and what they do add over Flipper.
     
    #74 Teasy, Feb 3, 2007
    Last edited by a moderator: Feb 3, 2007
  15. ATI-liens

    Newcomer

    Joined:
    Feb 3, 2007
    Messages:
    45
    Likes Received:
    0
    You know what! I read that HD thing somewhere but just found out it was a rumour being posed as something real! Yes im wrong about the HD it sounds stupid,,,not sure why i believed it.

    I found an interview with an unreal 3 dev and he says:

    [utl]http://www.computerandvideogames.com/article.php?id=146449[/url]

    " You know, Unreal Engine 3 can't run on Xbox 1 or PS2 either - and that's not to say that some of our licensees wont find a way to shoe-horn it into that platform, we certainly have some licensees that are doing some experiments in that area and it could very well happen. But that's a really tough job. And one thing that has become public knowledge in the last little while is that Ubisoft's game Red Steel is using Unreal Engine 2, so there will be Unreal Engine games on the Wii. There will be Unreal Engine games on the Wii and hopefully they'll be successful and maybe we'll make a little money from it, but Unreal Engine 3 - that's a little below our target platform."

    By Red Steel using Unreal 2 he means 2.5.


    There is an unreal game on the Wii "Medal of Honor" the X360 and PS3 versions ae using Unreal 3 it is possible that the Wii version may also use Unreal 3.

    There are some games on the X360 that use UE 2.5 like red Steel.

    My conclusion is that it is possible but they just don't want to do it because it's hard work and they don't want to downgrade the perfect UE3 engine.
     
  16. Farid

    Farid Artist formely known as Vysez
    Veteran Subscriber

    Joined:
    Mar 22, 2004
    Messages:
    3,844
    Likes Received:
    108
    Location:
    Paris, France
    That would be assuming that they could store these 1920x1080 render targets into the eDRAM, or that they would render directly to the main system RAM, which would be really slow.
     
  17. Flux

    Regular

    Joined:
    Nov 10, 2006
    Messages:
    313
    Likes Received:
    2

    So they will release UT 2004 on Wii(please please pretty please!!!)
     
  18. ATI-liens

    Newcomer

    Joined:
    Feb 3, 2007
    Messages:
    45
    Likes Received:
    0
    It can uses the same engine, but i doubt they will. Epic sound like they don't want to bring any UT games to the Wii.

    Medal OF Honor Wii

    Look at the para shoot jump scene , you can see the shadow fall on each tile on the roof of the house. nice stuff!
     
  19. pc999

    Veteran

    Joined:
    Mar 13, 2004
    Messages:
    3,628
    Likes Received:
    31
    Location:
    Portugal
    :?: :shock: :?: .

    Anyway, for the record, last time they talked about the Wii that arent doing any game for it (althought they said the same for UT3 for 360?).
     
  20. ATI-liens

    Newcomer

    Joined:
    Feb 3, 2007
    Messages:
    45
    Likes Received:
    0
    Isn't there better ways to fake normal mapping?
     
Loading...
Thread Status:
Not open for further replies.

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...