Previous Blog Next Blog
Prev/Next Blog
by date

ResourceManager:ObjectManager finally working

ResourceManager:ObjectManager finally working
Name:Nate "Nateholio" Watson
Date Posted:Jan 11, 2006
Rating:Not Rated
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Nate "Nateholio" Watson

Blog post
So its finally working; between the accidental deletion of files, going to parties, flying, and traveling, I have managed to finish an important part of my engine called ResourceManager:ObjectManager. It isn't TOTALLY complete and bug-free yet, but the basics are working beautifully. I can now add objects to the world using a single command, AddWorldObject.
One reason I needed to do this was that the language I am using for a proof-of-concept demo manages objects by a numeric ID system. Thats all fine if you are only using several objects and don't plan to have many different objects being loaded/unloaded out of sequence. The other reasons are that its easier to reference an object by a unique name you or your script assigns each object, and it automatically checks objects and databases for errors leaving the programmer/scripter free to worry about making objects do what they are supposed to be doing.

Screenshot

The above screenshot (the top picture) isn't anything to get excited about. For me it is though, it means that I'm finally making good progress on my engine and have gotten past the first hurdle and can now work on other parts of my engine while streamlining and debugging the code I have already written. The picture shows a view of a "desert plain" populated with boulders. The models for each boulder are the same, but each instance of the "source object" boulder has a unique name as can be seen by the number following each boulder name.

Anyway, this is all probably pointless rambling to most of the people here, so I will end it and go back to my coding. Thanks for reading and leave comments, suggestions, or questions if you would like!

Recent Blog Posts
List:01/11/07 - Engine Progress - Zilch
01/05/07 - More Attempts at Texturing
12/29/06 - Buildings to Populate Demo Map
12/22/06 - Not game related, but a good post for the holidays
12/22/06 - Finally finished with "base" terrain...for now
12/14/06 - Posting to Keep in the Habit
12/08/06 - Treeses ;) and Terrain
12/02/06 - Slow Progress on K96

Submit ResourceSubmit your own resources!

Sean H.   (Jan 12, 2006 at 15:54 GMT)
nice work! I'm sure that addworldobject() will get alot of use and streamline testing and development.

Stephen Zepp   (Jan 12, 2006 at 17:44 GMT)
Not related to the .plan, but it's great to see you back with Torque Nate...sometimes taking a break can be the best thing ever!

You must be a member and be logged in to either append comments or rate this resource.