Jump to content

Blogs

Some improvements to the MPDs

Added a simple frame-skip to MPD draw method, they don't need to be updated every single frame and it squeezes out a little extra. Found a "toob" video in which you get a couple of frames of the UTIL page. Anti-ice and FMS options, presumably this is where you can toggle pitch roll and yaw augmentation. Well seems like a good place to add that and we will need to flag some FMCS values for HTR which can auto-trim. Turning that off in the UTIL page will be handy. Looks like "NOE?" at the bottom to

Flexman

Flexman

I need a new chair

My chair's really bad and falling apart. Went looking online, some nice ones that might be good for my back but I saw this one,from Amazon.co.uk oh boy, to bad it doesn't come with Kevlar plates and a cup-holder.   This one is quite nice too...bloody expensive though...   Guess I'll end up with this one...   Source

Flexman

Flexman

Quick update

Monday was one of those email days.   Future Tech   As director I'm looking beyond Combat-Helo, the future of the game and where we want to make improvements. One major improvement I'd like to see is the terrain rendering part of the engine. Make it more flexible, scalable and efficient. We've been looking at different engines and technologies, none of them are suited for flight-simulation out of the box. As much as we'd like to license those for use in a future commercial project they are e

Flexman

Flexman

Combat-Helo to use HTR technology for flight model

I'm happy to announce that Combat-Helo will incorporate Frederic Naar's HTR Helicopter Total Realism technology for advanced helicopter flight dynamics. (link: Hovercontrol forum, HTR section). Developed as an external physics model that interfaces with Microsoft Flight Simulator via Pete Dawson's FSUIPC, HTR is an impressive implementation of blade theory using door-stopper text-books that designers of helicopters use as source material.   Fred invited me over for a few days for a mutual show

Flexman

Flexman

Shard - The Return

Hello all, I, Shard, have returned.   After completing our Applied Project at DeVry University, team Third Initiative took a much deserved vacation during which we slept in, stayed up late, did nothing productive and played WoW.   * * * Now that our school is back in session we are moving towards our Senior Project, which will take everything that we have learned with our Applied Project and scale it up into a much bigger game. We are both very excited to be working on this and

Shard

Shard

Our second game - a short description

Long time, no entry   In my first post I talked about me (Raul) about my team: RVL Games and about our first game: RVL Hacker.   From January we are working to a HOG like casual game (HOG = hidden object game). We decided to make such a game because we hope we will sell it easier. The game design is made by a friend of mine and the graphics by another guy. The game engine is made by James Poag a freelancer programmer from USA. The game has 10 levels with 2-3 hidden object scenes per level a

Raul

Raul

The Zone video (take 1)

I recorded some clips from Dave's latest version of his scene he is working on. Somehow he managed to get more detail and faster speed. The octree optimizations in version 2.32 help a lot here. The renderer is really good at dealing with lots of small objects strewn across a scene, even if it did take some trouble before we got it working completely right. So here's a short video we'll be using to showcase the capabilities of Leadwerks Engine:   Please share this on Facebook, Twitter, YouT

Josh

Josh

The Basics

By way of introduction, I acquired LE2.32 in December but because of work and an ongoing project I have spent essentially no time with the Editor and API since then, consequently this domain is still very new despite regularly visiting the forums. It get's worse; I'm actually not a game player of any kind. Sacrilege? Even so, LE is extremely enticing for basic simulations while incorporating gaming and testing elements into small applications.   This blog, will serve as spot for me to post w

kennar

kennar

Light amplificiation

Today I added a postbuffer pixel shader to do light amplification for ETADS. Based on Geeks3D lightamp shader and modified for Leadwerks Engine it actually performs amplification by sampling the source pixel and if it's below a threshold, boosts the pixel intensity. Pretty neat.   These are tests, the left half is the amplified area, right side is ambient light.   The the first greyscale image has the polarity reversed. Into the mix I added a scanline mask with animated noise. The ET

Flexman

Flexman

Acting!

As I sat down to implement the generic event system I was reading Game Coding Complete which discusses something similar, the Actor class. I was reinventing the wheel...badly. The wheel is overrated as an invention. By far the greatest invention was the second wheel, lets face it, the unicycle isn't the most practical form of transport.   I digress. Actors. If you want to know more about them see Actor model at Wikipeadia   Then I came across this public domain implementation by Otus which

Flexman

Flexman

OnLive Lives

I signed up for a free year of OnLive. I received a response email within 24 hours, so I think they just are choosing applicants based on connection speed and location. I've been extremely skeptical of this service, but I can report that it works, and it doesn't suck. I can play UT3 on my netbook. There is some slight lag, but it's not bad. Fast mouse looking can amplify it, so I slowed down my mouse speed to compensate. I had no trouble getting headshots with the sniper rifle, and the gam

Josh

Josh

Component prefabs

So I was able to get prefabs working with the component design. It's really easy too! A prefab is just an xml file that describes the different components and their attributes that make a game object.   For example, in the editor I added an empty game object to my scene, then attached a spotlight component to it. This provides spotlight functionality. It creates an LE spotlight and exposes some attributes to control the spotlight. I then right click the game object and choose Save As Prefab.

Rick

Rick

The Zone Blog 08: Fire in the hole!

Some of you may have noticed via my status updates last week that I was in the process of my 2-year PC upgrade cycle, and that I was working on building an Intel Core i7 based system. The good news is that the upgrade went well despite having to reinstall Windows (nothing was lost), and the system was stable and powerful within 24 hours of the parts arriving. The bad news? Saturday, during a heavy CPU load, a capacitor on the motherboard exploded, sparking a small fire on the board. Yes, I’m ser

DaveLee

DaveLee

PiE (Component & Attribute design)

The Goal: To be able to open a world of game functionality to non programmers, and to allow programmers to create this functionality. To give drop and drag with configurable functionality without restricting possibilities in any way.   The Design: This approach uses the component design along with an attribute design. The attributes represent the data a component wants to expose. A component is a smaller behavior piece that is attached to a game object. Components expose events. Events drive e

Rick

Rick

Additional screens

I updated my work-map today with a more recent one and still in the process of fixing up missing objects. I think I have half of a city missing. The cockpit is now in it's own world space resting at the origin and no longer effected by floating point error, but I did leave in some rotation 'noise' to give the cockpit a vibration effect.   I pushed the tree LOD out a bit more which you might see in the following screens. If you have an uber PC you'll be able to render some really sweet scenes.

Flexman

Flexman

Compounding a problem (child object counts)

Compounds, the Herat map contains approx 500 of them. Each one consisted of a number of walls and out buildings. Turns out, these sub objects chewed through a bit of processing time. In effect there were 7500 objects getting worked through. That's a lot and it was reflected in the performance in LE 2.31 on a fully dressed map.   By collapsing the compound models into a single object for the lower LODs we saw a large increase in fps in LE 2.31. Although LE 2.32 shows not much difference (it's a

Flexman

Flexman

Out-takes, when cockpits go bad

My Dennis Norden bit. Out-takes from today. Most programmers we have a few wilco tango foxtrot moments from time to time. Here's a few from today. Starting with "How not to render lights to a buffer."   The canopy glass makes for an interesting effect. Next, an interesting effect you REALLY don't want to see....ARRRRGHHHH....   This is me getting a transform wrong. You can almost see the join between the high detail cockpit and the Apache exterior model. Mind the gap? I did fix this by c

Flexman

Flexman

Command Tent - wip

We're not trying to re-create Armed Assault, or even build some form of Helicopter MMO. Our plan is to take the old school 2D interfaces of military bases and create 3D analogues. Mission assignment and planning is done in the command tent. This is still exploritory, we have a number of office furniture elements planned, some of which we have tried in the editor to get a feel.   There's more furniture to come. A mil-spec laptop/terminal, interactive map on a board (that's a copy of your person

Flexman

Flexman

Drivers again

Seem to be having performance issues with the new nVidia drivers 257.21   I noticed the reported OpenGL version has done up from 3.2.0 to 3.3.0 Repeated launching over an hour will sap the frame rate to around 1, yes one. No apparent memory leakage. But other games are fine. Also the editor will remain unaffected unless importing the Apache model where it will sometimes exhibit a black skin.   So there's some combination of factors I need to understand, the current Apache model with it's re

Flexman

Flexman

World of Warcraft - Blizzard has internal leakage

Just wanted to report this to the blogosphere. I'm not a Wow player (I have an account but I don't play very often) but my wife friends across several raiding guilds play from time to time.     They've all been subjected to hacks. And I think the leak is at Blizzard.     Over the past few weeks, everbody we know, including friends of friends have had their accounts hacked. Including mine, which was inactive, but had an "authenticator" (a hardware device that generates a new 6 digit number

Flexman

Flexman

Game development it is

As of next year I will be studying Game development in Amsterdam This is going to be awesome!   At the moment I am taking an extra course math. Although it is really tough, I really enjoy it! (in contrary to most of my surrounding living organisms.)

AggrorJorn

AggrorJorn

Baked AO, ambient occlusion

Today we looked at a neat little program called SMAK which is a neat little program for generating normal maps for low poly models by using high poly models. It also can bake ambient occlusion shadows onto your diffuse textures.   This is also a feature of 3DMAX so Dave tried a little experiment.   Before, no baked AO   After, with baked AO You might want to click on those images to see the full sized renders. Certainly the cockpit area could benefit, and the buildings we have with ground

Flexman

Flexman

×
×
  • Create New...