Wednesday, July 27, 2011

Wreckless Conduct: Debuggery

Unity
It has been a long time between updates but I spent a lot of it debugging my level builder and associated scripts. It contains less bugs than before and few more options.


This a quick tool that I wrote to make using Inicus' Cube Interpret System easier to use.
It snaps cubes (any prefab) to a sizeable "tile grid" (Wreckless uses 3x3x3 metre scale), lets you scale the selected items by the scale (+n in x,y,z) and lets you add a tag to the selected. Which is important so the Cube system knows what to turn cubes into.

Road Intersections can align (it's a little buggy) before they generate roads and there's highways happening. I will be working on getting ramps and barriers on those intersections up.

Prop Zones are little areas that will be scattered around the levels that generate props for you to crash into. It saves me time having to place the props in manually. There are a variety of options for how props are spawned inside the zone. It's still a small work in progress, I have yet to find an elegant way to code it.



Skybox Progression
Although it's not apparent, Wreckless is meant to be full of hive city environments so the skybox should reflect it. I dislike matte painting but it's just how I've decided to get something up.




A shot of an unfinshed 3D version.

If there are any artists around who'd like to do some modelling or matte painting, it would certainly save us some time and look 1000 times better. Feel free to contact me or Inicus if you want to work on a cyberpunk environment.

Mel scripting
I got tired of having to set up all my default scene cameras' near and far clip planes so I wrote a mel script. I could add more functionality to it but this is good enough for me.

I spent a lot of time on the break trying to script a tool that will copy animations from 1 rig to another. So far no dice. But hopefully I can get back into it once I've picked some brains of far more intelligent people than I.

No comments:

Post a Comment