Jump to content

Blogs

Welcome to the blog!

Welcome to the first Pure3d blog here on Leadwerks. I decided to do one so everyone can keep track of our projects done with Leadwerks. First of all we released the third vegetation game model pack. This time there are 15 different pine models available. Like our previous released packs (Birches and Ground Plants) they are game-ready for Leadwerks and offer source files in 3ds max format too.   The latest .pdf can be viewed here: http://pure3d.de/english-version/pure3d-gameart-division/pd

Michael Betke

Michael Betke

Improvements for 2.32

Version 2.32 will feature some internal improvements that ensures your games run their best when conditions get demanding. I've totally rewritten the vegetation rendering routines with a highly specialized quad tree algorithm. There's a lot more to it than that, and I could write ten pages about the technique, but the bottom line is its fast and dynamic. Rendering with many vegetation layers is much faster, and since the visibility determination routine is so optimized, the engine can perform

Josh

Josh

Rockets and Rails

This entry is not about the life of pioneer George Stephenson. The pylons seem capable of configuring themselves, got some elevation in there for aim assist if/when we add that.   I removed the LUA based weapon loading, it wasn't working out the way I hoped it might. There's a level of disconnect between LUA and the game-engine which added to the complexity of something that is already complex, when it didn't need to be.   Can finally get started on the arming now. Got a little sidetracked w

Flexman

Flexman

Blade flex redeux, campaign news and compounds

Last night we added rotor blade coning which resulted in realising the helo was just a little slightly off axis, now corrected. The Apache has been attacked by an angle grinder on more than a few occasions, might be showing signs of wear.       Some LUA issues came up which erroded confidence in relying on it for so much. I've ditched arming through scripting. It's prone to misuse.       The pylons are now ready to take the 3D models of the assigned loadouts leaving the final stage of th

Flexman

Flexman

Random screen-shot of the day

Still working on the loadout system, as it happens I totally forgot to do the pylon classes. While I'm working on polymorphic classes to deal with that (lot of cases to think about). During lunch I played with some more dust effects, this time for rotor downwash. This uses the roaddust pixel shader so it picks up the colour of the terrain it's currently over.   With no wind vector applied, brown-outs, where the crew can't see outside are occurring. Not sure why the canopy isn't blending

Flexman

Flexman

Menus and Weaponeering pt2

I was thinking over some official forum posts and one gentleman indicated that they were partly colour-blind. Accessibility issues are something I think about whenever I'm writing software or web site design work so I kicked myself when I didn't apply that to the interface. I added some GUI elements that link current selection to the tooltip, this should avoid ambiguity in the menu system.     So that's all working as it should, just have to fix up the weapon selection system which wi

Flexman

Flexman

"The Zone" Blog 03: Working on the Railroad

In the last update I was working on laying out everything in the map, especially the roadways and block placeholders for the main buildings. In today's update, I'm going to go over what I've been working on since then, which is the most logical step after roads...rails!   But, before we dive in, here is an overview image for Blog #3:     One of the biggest steps since the last blog update was to get a modular rail system set up. Based off of that photo shoot I did 2 weeks ago, I created

DaveLee

DaveLee

Player profiles

Writing this up for reference later.   Thinking about players, names, callsigns, current rank, medals, changing characters. The 3D base metaphor avoids a lot of GUI work. Using 3D lockers (since I have one to hand) is perfect. As it turns out, as easy as setting user keys on Locker entities. Simple.   Source

Flexman

Flexman

Best classic start menu for Windows 7

If you prefer the classic start menu like I do, there are several solutions available to get the classic start menu in Windows 7. My favorite is Classic Shell.   Classic Start Menu is a clone of the original start menu, which you can find in all versions of Windows from 95 to Vista. It has a variety of advanced features: Drag and drop to let you organize your applications Options to show Favorites, expand Control Panel, etc Shows recently used documents. The number of documents t

Josh

Josh

Menus and Weaponeering

On the whole, I'm starting to warm to using text for user options, the nineties style. Dave showed me some icon screenshots from ArmA and remembered why I didn't like them. Is that a steering wheel? Desk fan?   Below is an in-game shot showing the menu and data displays for helicopters. Not unlike something you might have seen in older games using pre-rendered art. All interactive objects around the base will have these. If you don't want the floaty status text, CTRL L (for labels) is your fri

Flexman

Flexman

GEForce 470 and 480 specs released

480 stream processors on a single card. http://blogs.zdnet.com/gadgetreviews/?p=13422 http://www.hexus.net/content/item.php?item=23088   Thanks to CarlB of FoxConn for tipping me off on this.

Josh

Josh

Just couldn't keep away today

I had a couple of hours with Just Cause 2 which I hesitate to recommend, it a really fun game but you're stuck playing an unlikeable character. Cheesy dialogue abounds and that's no bad thing in games, I scripted plenty of cheese for Longbow Combat Helo. Think about the lines of dialogue from old games you might remember.   The Playstation 3 was needed by the children for Final Fanstasy n so Rico, Scorpio (whatever the slab of MDF you play is called) was parked for the evening.   So back to

Flexman

Flexman

Canopy doors exterior done

Check off the list, working external canopy doors, flip up/down, will indicate available crew position as well as letting you chat to your mounted team-mate while you're on foot. You could even arm the pilots chopper for him.   Internal doors and wipers next followed by external lighting system. Hopefully we'll have the cold start-up sequence in a few days, we need that so we can get on with more vital systems.   (I just noticed the text on the rail is reversed)   Source

Flexman

Flexman

Pure3D launches realtime division

Pure3D has launched their realtime division for producing high-quality real-time assets ready to use in Leadwerks Engine. The first vegetation model set Groundplants 1.x is now available. It features 20 digital vegetation and foliage models. More file formats and engines will follow. This pack is available at a special introductory price of only €19. You can browse the contents of the pack in this pdf file.

Josh

Josh

Just BeCause 2

No work will be done tomorrow. Just Cause 2 PS3 is released. The acting sucks, the actual game doesn't seem all that hot from the demo either, but the stunt playground aspect is brilliant.   Source

Flexman

Flexman

Vegetation nation

I got my hands on the GDC showcase scene by Michael Betke, and it's much more beautiful than I thought. I used this scene to rewrite and test the vegetation rendering code. Collision isn't working yet, but it's built into the routine. The results speak for themselves.   Fortunately, Pure3D is soon offering a set of game-ready vegetation models, so you can create gorgeous landscapes like this.

Josh

Josh

Playing with physics...

As i dig the engine, i am again stuck in a new place, need to find a way to place and activate joints, make friction reacts as it should and make move some pieces on the running model...   some busy days for me.   Edit: added a video of my wip at vimeo  

diedir

diedir

"The Zone" Blog 02: Setting up the terrain and importing initial props

Hello everyone! It's time for another blog post about The Zone Leadwerks level design project. I'm going to start today's update off with an overview screenshot of the map. I plan on doing this for each blog post so you can easily follow the overall progress week to week.     I've been working on setting up the major terrain features as laid out in the planning sketch. Below are screenshots of some of the roads with WIP textures, the swamp next to the military camp, the military camp itself

DaveLee

DaveLee

GDC wrap up

I skipped the GDC for a couple of years, because I just wanted to focus on developing our technology. This was my first year back since our engine came to be. I was surprised how many people were familiar with our engine, and I got to talk to a few users (who probably aren't active on the forum). I also got to chat briefly with Tom Spilman, David Helgason, and Mike Wuetherick. It's really fun to see what everyone is up to, and how far they have come since a few years ago.   We met new frie

Josh

Josh

OOP's I did it again ....

I started out yesterday morning looking to improve my understanding of types and methods in Blitzmax, and figure out how to use object-oriented programming (OOP) with it. I have only been programming in Blitzmax since the beginning of December last year, and only programming with C++ since the middle of October last year and The Leadwerks Engine since the beginning of October last year. So I am still on a very high learning curve in this regard.   As usual, for me, I started out on one thing a

Marleys Ghost

Marleys Ghost

G3

here are some of our latest models: Jasem G3 Bell Ship

omid3098

omid3098

Leadwerks/Blogspot integrator

This is my first blog creating the integration of leadwerks, and blogspot. I have been having a little fun with BlitzMax. I am starting to get into how much easier it is to code with. I love how many modules there are for it, but its still lacks quite a bit in the 3D and Physics world. I only mention this as leadwerks is a commercial product, and I and talking of freely available Modules... There is a irrlicht module for BM(BlitzMax), but it looks to limiting, and a lot of custom rendering

VicToMeyeZR

VicToMeyeZR

Leadwerks/Blogspot integrator

This is my first blog creating the integration of leadwerks, and blogspot. I have been having a little fun with BlitzMax. I am starting to get into how much easier it is to code with. I love how many modules there are for it, but its still lacks quite a bit in the 3D and Physics world. I only mention this as leadwerks is a commercial product, and I and talking of freely available Modules... There is a irrlicht module for BM(BlitzMax), but it looks to limiting, and a lot of custom rendering

VicToMeyeZR

VicToMeyeZR

×
×
  • Create New...