Jump to content
  • entries
    50
  • comments
    173
  • views
    103,369

Entries in this blog

Weather or not

Well nothing much to report, that does not mean nothing much has been going though   I have decided that as and when I make an emitter for a specific purpose, I will now create its own editor entity to save time by not having to create the exact same settings over and over. Also not every setting available needs to be adjusted so I will now re-write the properties to reflect what they effect and remove the ones not requiring adjusting for a particular effect and simply hard code them into th

Marleys Ghost

Marleys Ghost

Veggie Shadow Test

With the recent update (2.28) I decided to test out the ability now to have vegetation layers cast shadows, it certainly adds a great deal of depth.     Source

Marleys Ghost

Marleys Ghost

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

The Elder Scrolls V: Skyrim - Official Trailer

"We're pleased to share the first ever in-game trailer for The Elder Scrolls V: Skyrim, the next installment in The Elder Scrolls series from award-winning creators of The Elder Scrolls IV: Oblivion and Fallout 3, Bethesda Game Studios. "     You might find you need to log into Youtube to view the trailer for age verification.   It seems Skyrim will be released world-wide on 11.11.11 on the Xbox 360, PlayStation 3 and PC ... so something to look forward to at the end of the year other

Marleys Ghost

Marleys Ghost

Textures

I recently asked one of my nieces who is currently doing media and photography courses at college to keep an eye open for some "Gnarly Wood" textures. She emailed with a few images she had remembered to take. I spent an hour or two playing with them and quickly knocked up a place holder model in 3DWS to try out the two textures I had made from the images:           I then placed the model in an island scene I had built to test post processing effects using an application I have written

Marleys Ghost

Marleys Ghost

Test of concepts in Leadwerks Engine using C++

This is basically a test of concepts in Leadwerks Engine using C++ after a few weeks of using it (and even less time coding in C++). Using mainly information learned from the online tutorials and help from the community on the Leadwerks forum.     Source

Marleys Ghost

Marleys Ghost

Terrain Holes Test in Blitzmax

I was informed yesterday that the terrain hole functionality was working in Blitzmax, so I did a quick half hour test. This is a feature I find very attractive for level design. The ground cover (small bushes and ferns) is just place holder art, and all the foliage was just "slapped" in for effect. The concept is a simple, hole in the ground which gives access to (eventually) a large underground modular bunker system. A simple hole cover/access/room model was knocked up in 5 mins in 3DWS. The te

Marleys Ghost

Marleys Ghost

SSAO, SSDO or NO...

I have not entirely made my mind up on the new SSDO (screen-space directional occlusion). I liked, in some circumstances, the effect SSAO gave, especially on bump mapped brick textures. But I find SSDO to be quite "fizzy" possibly from the curve on the camera look values. This may well be down to settings but so far try as I might I still get this. Not sure it will be useful in an FPS situation as the HUD model seems to interact.     It does however have a very pleasing effect on "organic"

Marleys Ghost

Marleys Ghost

Scene Patrol v1.00

Test of an application written in C++ using Leadwerks Engine for testing scenes created in Leadwerks Sandbox.     Source

Marleys Ghost

Marleys Ghost

Scale to the chief

With the basic texture workflow pretty much sorted for the modular level design (see here), I have turned my attention to getting a scale I am happy with. When this is done then after each section is modelled and then UV mapped it should be just a simple case of converting to .gmf format (famous last words). Scaling seems to be an issue that crops up across all the engines I use. But truthfully it matters not what others scale to, but that the relative scaling used in a scene is consistent for a

Marleys Ghost

Marleys Ghost

S.T.A.L.K.E.R.: Shadow of Chernobyl....

Josh reported Christmas eve that There was a crazy sale on Steam and if you hadn't played STALKER, you could get it for $10.. well I had replaced my damaged copy only two days before that via steam .. and had cost me a whopping £1.39 ($2.22).. well if the $10 (£6.99) was still too steep a price for you, get over to steam now as its now only £2.00 ($3.24).. http://store.steampowered.com/app/4500/       Ignore the date on this entry it was posted today (Jan 3rd 2010) but the Blog date syst

Marleys Ghost

Marleys Ghost

Revamping A Modular Asset Idea.

To prevent non Leadwerks Engine specific/Related entries from my Blog being automatically published here via the Blog Feed, I have removed that functionality, and will simply add a new entry title and link here for all Leadwerks Engine specific/Related entries.     Leadwerks Related Blog Entry.       Revamping A Modular Assets Idea.

Marleys Ghost

Marleys Ghost

Quick 3rd Person View Character Test.

To prevent non Leadwerks Engine specific entries from my Blog being automatically published here via the Blog Feed, I have removed that functionality, and will simply add a new entry title and link here for all Leadwerks Engine specific entries.     Leadwerks Specific Blog Entry.     Quick 3rd Person View Character Test.

Marleys Ghost

Marleys Ghost

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

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

Oh how I hate AppTime() and the randomness of it all.

Actually I don't hate AppTime() I just don't like using it in some instances. Its extremely useful and from what I can tell a more accurate mechanism to use than AppSpeed().   Whilst working on Furious Frank, one thing I noticed and it always caught my eye, was what I term “Chorus Line Syndrome” where using the basic AppTime() frame incrementing code for looping animations results in a regimented animation playback for like models/characters. I have ignored this issue thus far as it was not su

Marleys Ghost

Marleys Ghost

Next.. Ambient NPC population

Working on two principles K.I.S.S. (keep it simple stupid!) and more for less.   I spent a lot of time researching (read playing) certain games that have what I call an ambient NPC population. This is specifically those NPC's that reside in the background and generally have no real or very limited interaction with the player. Two such areas of research <coff> included Assassins Creed and Fable 2. Although both of these games have a far more complex general NPC population than what I am s

Marleys Ghost

Marleys Ghost

Meet The Flockers.

To prevent non Leadwerks Engine specific/Related entries from my Blog being automatically published here via the Blog Feed, I have removed that functionality, and will simply add a new entry title and link here for all Leadwerks Engine specific/Related entries.     Leadwerks Related Blog Entry.       Meet The Flockers.

Marleys Ghost

Marleys Ghost

MAGIA .. Monday ... and a little bit.

Just a little update, I have managed only to grab a few hours here and there to spend on this since last Monday, and its now looking like it will not be until thursday when I can get into it like I did last monday. So heres a quick low quality video of how it stands at the moment.   Have a good week all.   I hope to get V0.02 uploaded by the end of the week.       Showcase Page   Source

Marleys Ghost

Marleys Ghost

MAGIA .. Monday .. a little bit .. and beyond

Furious Frank V0.01 came about from my requirement to have a simple application in which to test code in my code archives from the last year. It What was supposed to be a simple cleaning out the harddrive exercise got a little side-tracked. This version was achieved in about 14 hours on a Monday.   MAGIA .. Monday   MAGIA .. Monday ... and a little bit   Furious Frank V0.02 is the 10 or so hours I have worked on it since. With the prospect of a whole 3 days ahead with nothing to take up my

Marleys Ghost

Marleys Ghost

MAGIA .. Monday

Feeling the need to finally start sorting through my storage HDD's I came across my Blitzmax code library. I needed to test the code snippets and sort through what was worth keeping and what was broken. I found a FPS framework I had been working on but the code got broken with the release of 2.32, so before I binned it I thought I'd have yet another go at getting it at least to run. This was about 6.00 am monday morning, well I did have the whole of the day to myself, quite a rare occurrence. At

Marleys Ghost

Marleys Ghost

Leadwerks Engine 2.3

Well it is finally here, pre orders are being taken and due for release Monday, 23rd Nov. (23rd? 2.3?)...         Source

Marleys Ghost

Marleys Ghost

Leadwerks Editor 2.3 for those Monday blues ...

Well that was a nice surprise, having resigned myself to the fact that even though it was the 23rd today, the time difference between myself and Pacific time meant I would have to wait until 8pm tonight to upgrade to 2.3   But on awaking I found Josh had already sent the emails for upgrading .. Having today off means I can now spend it in its entirity "playing" ..   Leadwerks Editor 2.3, New forum, Blogs, gallery, file storage, customizable profiles, videos...   Who needs Christmas?

Marleys Ghost

Marleys Ghost

Leadwerks 3.2 Indie : Proof Of Concepts & Several Tests.

To prevent non Leadwerks Engine specific/Related entries from my Blog being automatically published here via the Blog Feed, I have removed that functionality, and will simply add a new entry title and link here for all Leadwerks Engine specific/Related entries.         Leadwerks Related Blog Entry. Leadwerks 3.2 Indie : Proof Of Concepts & Several Tests.

Marleys Ghost

Marleys Ghost

Leadwerks 3.2 Indie : I hate waiting in for deliveries! [HD]

To prevent non Leadwerks Engine specific/Related entries from my Blog being automatically published here via the Blog Feed, I have removed that functionality, and will simply add a new entry title and link here for all Leadwerks Engine specific/Related entries.       Leadwerks Related Blog Entry. Leadwerks 3.2 Indie : I hate waiting in for deliveries! [HD]

Marleys Ghost

Marleys Ghost

×
×
  • Create New...