Posts

Showing posts with the label unreal

Modfiy Premade Blender Skeletal Mesh & Export to UDK.

Image
Today, I'll modify a ready made skeletal mesh , rigged with Riggify for export to udk. Basic Model & Rig were made by Lee Salvemini ( Sintel & Elephants Dream ) in a very detailed rigging tutorial hosted here . I'll be using Blender 2.60 with Darknet's Psk/Psa exporter version 2.3. I strongly recommend you all to step by step work with Lee's tutorial, to grasp the rigging concepts of Blender. It helped me a lot. For impatient, please download the file. http://cgmasters.net/blenderguru/complete_rig_finish.blend Mesh & Armature used in tutorial are not my property and are not usable in commercial application or usage. I am using them just for educational purpose. If you like to use them in your project, please contact the original owners. Ok, Lets get started. Start Blender & Load "comlete_rig_finish.blend". complete_rig_finish.blend Go to Object Data Tab -> Display Options and uncheck Shape and check X-...

Blender Low Poly Window Texturing & Unwrap

Image
OK, in our previous tutorial , we made a low poly mesh of window. in this tutorial, we will texture & export it for usage in UDK. So, fire up your blender and load the saved file. 1.    First select the Window Top Inset Panel ( I call it glass). 2.    In Material panel, select a new material by pressing New button & name it Glass. 3.    Give it any color by choosing it from diffuse panel. 4.    Press Ctrl+I to inverse your selection (Make sure, your mouse cursor is in 3dWindow. 5.    Now, Create one more material and name it wall. and choose a color to your liking. 6.    Press Assign button to assign the selected material to the walls of the window. 7.    now, your mesh has 2 different materials, which will come handy in UDK later on. All Materials Added 8.    Lets unwrap our mesh, so that we can put some textures on it. 9....

How to Setup WOTgreal

Image
Hi, Today, I'll help you out in installing and setup WOTgreal , an editor for unreal scripting. It comes with Intellisense ( a feature made popular by Microsoft Visual Studio), which really helps in faster and better coding. I am not saying, it is the only editor solution out their, but it is one of the most convenient after Notepad++. First of all, download WOTgreal from here , along with  WOTgreal development kit. We need the development kit to enable some of the features, which are not available with installer package. Install the WOTgreal with defaults. Do not start the program yet. Unzip the development kit and copy all of the files in main WOTgreal installation folder. Now, start the WOTgreal and wait for it to load the initial start setup. Setup Wizard :  press next. Configure Game Type: Do not select anything and press next. Configure Look & Feel : choose Keyboard settings, Highlighter settings  & Skins. I usually leave it as it is. Cl...