Jump to content

Blogs

Week 2

What an interesting first week. I compiled a C++ program for Android, made a programming language, learned about iPhone development, and figured out a lot of C++ stuff I did not know.   It's nice to see that a port to Android will work pretty much like I was hoping. I just write an abstract driver for every system, and have specific drivers that extends that class: class GraphicsDriver {} class GL4GraphicsDriver : public GraphicsDriver {}   Then when you have something like a surface tha

Josh

Josh

The Way Forward ... Making Blitzmax Trax ...

Following on from "On The Right Path, A* Pathfinding In Leadwerks" I thought before I archive the code, I'd have a little "dabble" with a basic function to get an NPC reading the path data and then following it to the "target" I had a couple of ideas on how to do this but as time for playing in leadwerks was running out I opted for a basic idea.   1. Target Position Selected 2. Path from NPC to selection calculated. 3. Path transfered to a temp storage array for that particular NPC 4. An NP

Marleys Ghost

Marleys Ghost

Herat city, almost

This is months of painstaking trial-and-error, optimisation and experimentation. I said months ago, "We don't have the resources or time to build a whole city, just a close approximation". Well it's an approximation but it's more than what we anticipated was possible. Given that the old girl Longbow 2 had a small village, a dozen or so muddy cubes, this is 2010 and we can afford to push it a little.   Putting the demo together for Summer Sim 2010 next weekend, the updated map includes Herat

Flexman

Flexman

WAH-64D Replica Controls

Summer Sim 2010 is nearly here. Komodo Simulations, makers of replica helicopter controls for virtual training are sadly not going to have their replica controls ready in time but a recent news update on their web site shows the current collective at the pre-mould stage.   Komodo Simulations WAH-64 collective WIP   Looking good so far. Combat-Helo will be there to show a build of some kind. Although like the controls we're perhaps not going to have all the goodies ready to go into a demo bui

Flexman

Flexman

Camera views askew

Taking a little time-out from debugging to recharge my batteries, something slightly less frustrating, camera views.   Not helped by my original program flow which had camera commands in-line where needed, and I still have to go through and fix up TrackIR to work with the new class but shouldn't take long. TrackIR is really simple to implement in this kind of software.   Crew positions are parented to a pivot and then offset so it was important to retain any camera/parent relationships, add

Flexman

Flexman

PC Pilot, published in the UK but have to buy from US

It's ridiculous, I'm seemingly unable to purchase from the UK, PC Pilot, a UK based flight simulation magazine . The only way I'm able to obtain copies is via ebay sellers in the US.   Local stockists are non-existent and repeated attempts to buy them online results in emails informing me that they are unable process my details. The same details which seem perfectly fine for US ebay vendors.   Two weeks now.   I give up, I'll stick with US postal charges. More reliable.   Source

Flexman

Flexman

On The Right Path, A* Pathfinding In Leadwerks.

Well, it has been a while since I made a blog entry, let alone done any work in LE. But I do keep an eye on the forum and Leadwerks in between Daily life and working on my project(s).   I have also been going through my Blitzmax code archive, where I stored all my Blitmax/LE projects and code snippets (finished and not completed). One idea I had been playing with before, was basic NPC AI. I had some small success with some Bugs using autonomous logic.   See Here   In my "treasure trove" o

Marleys Ghost

Marleys Ghost

Friday

My little precompiler is going well. It creates makefiles and can split a build up across multiple files. I am working out the interface with external libraries. Here's an example program: Print "Hello World!" And here's the code it outputs and compiles: #include "Hello World.h" using namespace codewerks; //============================================= // Main Loop //============================================= int main(int argc, char* argv[]) { Print(std::string("Hello World!"));

Josh

Josh

Flight model Mk2 update and roads

At no point before have I felt so much under pressure as I do now. Hence the lack of blog updates. The new physics engine is still being problematic but these are issues relating to -ff-math and tracking down typos, the odd logic error and other errors that occur when programming.   In a flight model, such errors result in numbers quickly blowing up, which they do. So I'm currently tracking down each issue, one at a time until, eventually, it should just all click into place.   I finally con

Flexman

Flexman

Lashkar Gah - Round II

After one more weeek of work the project is progressing nice. More and more models are placed on the combat zone and at least there are 21 vegetation layers now. Maybe all 30 will be used at the end. For such big projects its neccesary to place some props with the vegetation system too. Mostly rubble and rocks.     The project seems to push the engine really to it's limit but most things are sorted out or will be solved very soon. It's giving me headaches some time but such large scale pro

Michael Betke

Michael Betke

Some more architecture

I think these have been on the SimHQ forums for a couple of days but I've been too busy to post any updates. Here AD has been adding some gardens to the Friday Mosque and adding it to the city. To overcome scale/zbuffer issues of having a large scene, AD has buried the the tiled gardens into the terrain, just like the river sections. The gardens sit on a large slab that is quite deep, this also accommodates uneven terrain.     No paved road surface currently. While Leadwerks supports

Flexman

Flexman

U.S.S. Leilani - Work In Progress

A lil work in progress.   http://www.youtube.com/watch?v=iRZ7RNkFLIc&hd=1 The Olympian Class Battleship, the United Starship Leilani.   The little brother to the Titan Class ship, provides long range support with its primary weapon, the plasma cannon, and its secondary weapon, a hundred pod nuclear warheads. Armed with multiple AA guns and artillery batteries, this ship can carry a Gryphon Class battle dropship and three hundred Fighter Class personal fighters.   This work in prog

Shard

Shard

RVL Circuit Black Hole

So I found an old project, originally done in DarkGDK and decided to convert it to Leadwerks. During the process, I found that the graphical qualities of a Leadwerks sphere far surpass those of DarkGDK and rendering thousands of spheres was not the most effective way to do what I was doing.   So I took a quick trip into OpenGL land with Masterxilo's tutorial. Here are the results.   http://www.youtube.com/watch?v=BzjRC5dOq50     Basically its a render of the results of several values

Shard

Shard

Lashkar Gah - Round I

Over at Pure3d Visualizations we are working hard on our current project "Lashkar Gah". It will be a 4x4 km² realtime landscape viz for virtual training. Google a bit about "virtual training" to get an idea about that stuff. Basically marines are sitting in front of a computer and train combat - observed by an instructor. We did such solutions before but this time we are allowed to show the work plus even sell some of the assets after finishing the project.   We were given the Afghanistan base

Michael Betke

Michael Betke

New oak-tree billboards in place

While I'm spending hours pouring over interfacing the flight model, AD has been tinkering with billboards again, finding a blend of shadows. There's still more to do, I want a ground fog layer, multiple layers, realistic light scattering and a more dynamic LOD system which we can't do yet. AD is reducing the tree poly counts from 1,500 to 500 on the LOD1s. This should improve shadow performance a little.   Looking at shadows again, I came across a GameDev.net post that I might look into. It'

Flexman

Flexman

Assets product section now open

We're finally offering our first product in the new assets section of the site. I have wanted for a long time to have a means where assets can be produced and sold in a sustainable manner. I am very interested in working with third-party sites that produce game artwork. Orders are still processed by hand, but we're working on a system to automate things. You can be sure I won't let anything into the product listing unless it is 100% game-ready for Leadwerks Engine.

Josh

Josh

Industrial Cargo Model Pack Released

The Industrial Cargo Model Pack is now available for only $9.95. This package includes three cargo containers and two wooden spools. All assets are certified game-ready for Leadwerks Engine. This is just some of Dave Lee's work, and there's lots more coming!  

Josh

Josh

Another art-dev diary update

Updates to the green-zones, incremental improvements to the billboards, painting 'shadow' under vegetation. Dev-diary update at SimHQ   It's looking great considering how much detail we can't use. Currently we can't use the 2.32 engine due to lack of LOD distance control, and loading the levels with all the vegetation takes three times as long in the new version due to the extra processing required for veg culling. The detail in our production level map shows little performance difference

Flexman

Flexman

Continuum

A lil project I've been working on. Unfortunately, I can't post to the gallery as I seem to not have that ability.   http://www.youtube.com/watch?v=FDif_bKEbW0   Features: Forward, rewind and pausing of time on all objects. Gravity gun ability on all objects.   Future Plans Ability to load a scene (through load scene) and search for all bodies on the map and attach a Time Capsule object to all of them to allow for time warping on all objects.

Shard

Shard

Leadwerks Blog Post 11: Welcome to The Zone

It’s finally that time — the Zone project is coming to an end. I have really enjoyed working on this project and sharing the progress with you all. Thanks for all of the great critiques and feedback! Today I will be posting images of the last building for the Zone, as well as images of the final level design and some wallpapers at the end of the blog post.   To start things off, here is the centerpiece of the forest. This small, dilapidated house was condemned after the Chernobyl accidental an

DaveLee

DaveLee

Lesser gaming.

Triggered by the current thread “Supporting Game Development” let me comment from the perspective of a non-game developer or even player.   As noted by one of the respondents, the obvious for a game engine is to include the current market expected API. That is, some of the obvious elements, rain as mentioned, should not be excluded and should be placed on a forecast list. Understandably Leadwerks is a work in progress with a fairly attentive proprietor consequently the base can reasonably ex

kennar

kennar

×
×
  • Create New...