What Are You Working On? Community Screenshots & Videos

Quick update on threaded file loading from .zip files (and threaded texture loading from .jpg):

  • Got everything rewritten to use the more sane system, where the whole zip file is read (compressed) into mem, and then each texture is uncompressed directly from there into a mip data buffer.
  • Right now it’s still quite naive about what textures to cache and things, and doesn’t have the system, for e.g., freeing up page 1 when the user hits page 4, and queuing pages 5, 6, and 7.

Right now I’ve also got a problem with the code that copies from the compressed zip buffer into zip data structures used to figure out the internal zip structure, as I had to replace IFileHandle Read/Seek/Tell with Memcpys and pointer arithmetic.

At some point I think I’ll abstract that out so I don’t have to manually do the pointer arithmetic, and just set it up so I can call my own Read/Tell/Seek functions to move around the buffer pointer.

So to debug that, I went back to JUnzip and got its little example compiling so I can manually step through and figure out the offsets and what they should be at each stage of reading the zip’s central directory structure (gives info about the files).

Some screencaps from an underground city, from - Love labyrinth ( : BEGINNINGS)

At Space Dust we just released our latest gameplay video for Space Dust Racing. Things have come a long way in just 4 months!

Space Dust Racing is a work-in-progress vehicular combat party game for up to 16 players, supporting local and online multiplayer. Cartoon competitors race on exotic planets, using weapon powerups to knock each other out and score points. Those that fall behind are eliminated until one survivor remains. Rounds repeat until a winner prevails!

Please subscribe or follow our developer blog for updates:

Enjoying the bright and colorful style of SPACE DUST RACING; keep up the good work guys!

Space Dust Racing is looking great! I hope actual races will be as tight (I mean “close combat”) as in the videos in mario kart the players are usually pretty spread out with one maybe two on-screen at once.

It’s great to see what everyone is doing! Inspires me to keep going :slight_smile:

Thanks ! Yep the combat is always as tight as , we don’t do splitscreen like Mario Kart (which allows players to spread out), everyone shares the same camera view. If you fall off-screen, you’re knocked out for the round (hence the game mode name “knockout”) - it’s a throwback to retro party games like Micro Machines and Mashed. What you saw in video are in-game highlights from our latest playtesting session.

Ah! That’s great. Explains why the camera isn’t attached to a single player which I thought was a trailer / cinematic effect :slight_smile:

Another quick update on my work threading zip loading and decompression of (at the moment) jpg files for loading into textures.

I finally got the rewrite working last night, though not without an occasional crash bug still present (did a bit of work cleaning that up morning).

Now it works like :

  1. When a request comes in, check the zip file cache, if nothing there, create a new cached zip file object and call FIOSystem::LoadData to load the whole (compressed) file into mem, as well as set up the timer to check completion.

  2. When the LoadData call finishes, go through the list of pending page requests, and create a new reader Worker to handle decompressing and filling a mipmap buffer (all Workers read from the single compressed zip buffer - threading ftw). Right now it’s set so only 5 workers can run at once.

  3. When a thread finishes, copy the mipmap buffer into the Texture2D’s mip, free it up, remove the worker etc., and set the Texture2D into the cache.

Then in Blueprint I use a function to check the cache for a given zip file. When it’s available and Set Page is called to set it onto the material, it works :slight_smile:

I need to debug getting rid of workers, as well as make it so that a loading material is used when Set Page is called but the desired page isn’t ready.

Best of all, the loading is 100% buttery smooth, no hitching or hangs in the main game thread - no mean feat when loading in images which are 2000x3000 resolution (roughly).

Eventually I’d like to make the file loading a bit more generic, and package up as a plugin on the Marketplace, so that other developers will be able to easily use .zipped files in their packaged games (works in editor, of course).

I can think of a lot of uses for being able to load in files inside a zip into in-game assets (I’ll probably not be supporting models, since there are issues with FBX import, at least not for the moment), namely being able to let users make their own mods :slight_smile:

?v=C-2aK3crskg

Its not as great looking as what i saw but a weather system. Lot of work on post.

The bricks are actually one of the default materials that come with the editor (M_Brick_Cut_Stone)

Wow! Lots of things :smiley:
@sds- : great job!!! nice footage too
=UHd8Mnu2xFo

A cinematic teaser for our project Witanlore: Dreamtime, developed and filmed entirely in UE4!

=EZabH2mf3hk

Love the way the dark clouds spread out like ink, coming along nicely! :smiley:

Lighting Test with Basic non-tiled material and BSP Geometry.
Anyway will do one more test and then im with the engine for a while while i work on my modeling and texturing workflow.


Edit: No Post-Processing

I have been working to get decent looking vegetation in Unreal Engine 4, since I have come from using Cryengine previously. Really like UE4, it has more possibilities I think.

Terrain has been neglected a little bit as I sorted out the vegetation, but now I am ready to start working on other aspects of the area.

://imgur/FIl44Ed,q6LHDYJ,PtDwGsh,lZEWkGr#1

work so far Rex! :smiley:

vimeo/104574210

was just getting a character in and working with the stock animations. I love re-targeting.

vimeo/106056075

Mostly working on the menu system and replacing a lot of the stock meshes.
Sorry, for the low FPS. Going to have to upgrade my machine soon.

Prototyping bugs! =CS6m51JvYy8

Medieval/Fantasy asset pack for marketplace I have been working on. Mainly focusing on houses, but there is going to be other stuff in:

dl.dropboxusercontent/u/70400220/MedievalFantasyAssets/ScreenShot00001.

Wow, nice work Inside! Reminds me of skyrim (with better graphics) :smiley: Can’t wait to see it on the marketplace!

448.jpg

Looks , inside.