Jump to content

Blogs

Blender modular assets making

There are many way to make modular stuff. I just expose a simple basic one in Blender, it just covers modeling and preparing for FBX export.                       Mirror on Y the object     Align to grid to be sure it is aligned on red axis with the other                                               For the UV part : Just download the Blender file before the merging , make UV seams on one half modul

YouGroove

YouGroove

This week's progress

This isn't really a fancy PR post that's been carefully thought out, more just a quick update of what I've been doing.   A third party firm was contracted to provide a Debian package for Leadwerks. We tried to do it in-house, but were unsuccessful. I expect it to go live next week, at which point I will have a final Kickstarter update and start the Linux push in earnest. I've been fairly quiet about it because I wanted to make sure things worked, and I was also waiting for the distribution

Josh

Josh

Linux Editor Updated

An update to the Linux build of the Leadwerks editor has been posted. This resolves a few UI issues: The way the scene browser tree renders is changed to eliminate visual artifacts. Some scroll bar behavior bugs are fixed. The popup menu that appears when you right-click on an entity in the scene browser now contains an "Add to flow graph" menu item. This odd UI bug is fixed. Double-clicking on items in the scene or asset browser trees will collapse/expand that item if it has chi

Josh

Josh

Next Steps

Previously, I talked about my plan for Leadwerks for the next 6-12 months:   Leadwerks Editor Adding new tools to make life easier. Refining the workflow to eliminate any remaining"sticky" points. Bug fixes, to make it a super slick and polished experience.   The Engine New features in graphics, physics, networking, etc. Performance optimization. Improved compatibility across all OpenGL 4 hardware.   Third-Party Technologies Blender, SteamOS, Steam Workshop, vir

Josh

Josh

Leadwerks Standard Edition Brings C++ Game Development to Steam

Following the successful debut of Leadwerks Game Engine: Indie Edition on Steam, Leadwerks Software today announced the launch of Leadwerks Standard Edition. This DLC on Steam adds support for programming in modern C++11 with Microsoft’s Visual Studio 2013.   C++ is the game industry’s leading programming language, due in large part to its superior performance and flexibility. However, the language is sometimes considered to be too complicated for indie developers to take advantage of. Lead

Admin

Admin

Pass the tessellation, please! (Part 2)

Yeah, I know, the suspense was too much... :-) Who am I to torture you any longer? Here is the eagerly awaited next step in the tessellation pipeline - the evaluation shader.   After having defined the tessellation factors in the control shader, a fixed (non-programmable) tessellation stage takes over and creates all those little vertices and triangles for you. The result is then passed into the evaluation stage as patches whose size was defined in the control shader by the   layout (vert

Rastar

Rastar

3D Coat metal Sci Fi texturing tutorial

3D Coat is awesome to make tileable texture so easy. Let's start   Choose tile texturing and some 512*512 texture   Work with Top down camera view     Fill tool with a yellow color and a metal style (specular high value)   Now we will sculpt some crease line with low specular value to make some panels separation effect     We will draw another color metal with te pixel precise pen tool : no normal map progressive slope but direct pixel slope     We could keep tex

YouGroove

YouGroove

RogSys and Leadwerks -- the first month...

Hi all,   Although I have forums for RogSys where I typically post development updates, I thought I'd start a blog here that covers the Leadwerks-specific aspects of it. Maybe someone will find an odd bit of information here and there that might be useful. For this first entry I'll give you a bit of history on what brought me to Leadwerks, and how the first month of engine integration has gone. A casual warning: I'm typing on the fly and I don't have much edit time, so you'll excuse any fairly

Michael_J

Michael_J

Refocusing on the PC

Back when Leadwerks 2 was first launched, it was just a BlitzMax programming SDK, intended to be a modern replacement for Blitz3D. It turned out Blitz users generally did not want it, and instead the audience it attracted was C++ programmers who like graphics. A visual editor was introduced and it was made as good as possible for a product that started with the intention of just being a programming SDK.   Leadwerks 3.0 was launched with a strong emphasis on the tools that Leadwerks 2 lacked,

Josh

Josh

3D coat : Other painting tips

A quick overview of some other painting tools.       We will start with quick blocking colors and specular.     Different specular values to make some sort of different metal styles For arms use some 20% specular       We will paint pants : In texture window use the magic select tool   Invert selection :   You 'll see you will be able to paint on select texture area, even on 3D. This is very usefull to freeze some texture zones you want to paint in Texture view or 3

YouGroove

YouGroove

Basic 3D Coat Painting

This tutorials will show the basics of painting diffuse/normal/specular maps in 3D coat. We will start with a new 3D character ( made in Sculptris also)     So let's start Import model in 3D Coat for painting with basic color and baked normal map form 3D Coat :   Colors testing and blocking : - select Layer color only - uncheck Specular and normal map channels , we will paint full color only   As main character in TPS view i want to highlight the character from behind, so fo

YouGroove

YouGroove

3D Coat low poly Retopology

A quick overview of 3D coat Retopology with some tips also.   The goal is to retopology previous high poly model from Sculptris into a Low poly model in 3D coat :     Fisrt step is import obj model in 3D coat as Reference model, we will use the model below from sculptris.     Begin in symmetry mode to add a polygon to start :     Then use 3D coat quads to very quicly add quads over the model : You will need to have a good toplogy so follow lops and edges   The goal si very

YouGroove

YouGroove

Sculptris tips and character making

Sculptris is free and very powerfull. I will show a complete character example, and will show main commands and some tips.   The theme is some futurist military cartoon character a little inspired by that :   Ok let's begin : )   Making the torso : Draw on the sphere to make the shape ALT + Draw = draw holes **** + Draw = smooth   Draw + Clay option = similar to Zbrush claytubes to draw planar stuff Draw + Alt + Clay option = draw planar cavity       Next : Flatten + lock pla

YouGroove

YouGroove

Building a Collaborative Content Production Pipeline - Part Two

Previously, I described the goals and philosophy that were guiding my design of our implementation of the Leadwerks Workshop on Steam. To review, the goals were: 1. Frictionless sharing of items within the community. 2. Protection of intellectual property rights. 3. Tracking of the chain-of-authorship and support for derivative works.   In this update I will talk more specifically about how our implementation meets these goals.   Our implementation of the Steam Workshop allows Leadwerks

Josh

Josh

Ladders are evil, ugh...

Ladders, Some people like them, some people don't. I like them, but I don't like making them. I just spent 9 straight hours after work to get the semblance of a half working ladder. The challenges were mind boggling for my sleep addled brain.   I initially started a few days ago. I wanted ladders for the game I had planned. Specifically with functionality similar to Counterstrike: Source and Left 4 Dead. So being the lazy good dev I am, I went to Youtube to see how people using Unity were acco

Einlander

Einlander

Pass the tessellation, please! (Part 1)

After some crunch time at work and a bit of vacation it's about time to continue with my "me too" attempts at using tessellation. Before proceeding with my terrain implementation I'd first like to give a bit of information about the new tessellation functionality in OpenGL. Again, the usual disclaimer: I'm just learning that stuff as well, so this will be basic explanations.   Introduction Together with the subsequent geometry shader, tessellation is one of the stages where vertices can be cr

Rastar

Rastar

Key Configs and Tedium

This post was inspired by this forum thread http://www.leadwerks.com/werkspace/topic/8942-keys-customisation-shortcut/ by YouGroove   A little background of how a concocted this solution. I run a bunch of Left 4 Dead 2 servers and I make mods for them using sourcemod. I find myself having to make special keyconfigs when administrating or adding stuff to the levels. In the process you find out that all actions in the source engine are abstracted. So I adapted that to Leadwerks.   When most pe

Einlander

Einlander

Time to Linux

So in anticipation of Leadwerks 3.1 standard on linux, I just installed linux an i'm installing wine to run my desktop SVN viewer Source Tree which links back to BitBucket . I've got to get famirliar with this interface. I've used it once before but couldn't get used to the interface. If anyone has any tips or tricks for modifying the interface or has any reccomendations of sub kernals to use and how to configure/install them I would be very greatfull.   Last time i treid linux i only saw

xtreampb

xtreampb

Building a Collaborative Content Production Pipeline - Part One

As the maker of a game engine primarily aimed at Indie game developers, I have the opportunity to observe behavior of many individuals working together. This allows me to observe interactions from a perspective the individual participants in the system sometimes can't see.   There are many steps in game development, that can be performed by people with different skill sets. The workflow for Leadwerks is designed on this premise. At its simplest, Leadwerks can be used as a visual design tool

Josh

Josh

LuaJIT = Awesome! luaJIT-Enet Loaded!

Tonight I did some more modeling and discovered that sandbags and sandbag walls and bunkers are hella hard! Sandbags will either have to wait for a version 2.0 release of the pack or be on hold indefinitely .   I also did some learning for the sake of learning. The topic: Lua JIT. There was a lua jit in Leadwerks 3.0 but I never braved it. In Leadwerks 3.1 it has been advertised that it has a jit compiler. So being the curious person that I am I decided to read up on it. Upon further research

Einlander

Einlander

Putting the finishing touches on Leadwerks for Linux

I'm happy to say that Leadwerks now supports the entire process of making games natively on Linux. Let's take a quick tour through the process. First, we create a new project in the project wizard. The project wizard will detect project templates (you can make your own) and let you make a game based on Lua script, or on a combination of C++ and script: Step two is to make your game. Fortunately, you've got everything you need built into a single integrated editor, including script and s

Josh

Josh

Caffeine, Assets and Rambling

Got off work a few hours ago and decided that tonight would be a good time to have some insomnia. Fueled by caffeine I decided that i should model more assets for people to use. Last time the theme was health items. Avid players of Left 4 Dead 1/2 will notice I modeled my own imaginings of the Left 4 Dead health items and threw in a first aid box .   [modeled and rendered in Anim8or]   This time I set the theme as barriers and barricades. I spent a few hours modeling a few i

Einlander

Einlander

×
×
  • Create New...