Note: You must be registered in order to post a reply.
|
cbx |
Posted - Nov 17 2004 : 6:23:26 PM I was reading through the old fourm topics from page 17-20 and came across this topic from May 19, 2003 http://www.vbgamer.com/msgboard/topic.asp?TOPIC_ID=8
So seeing as how over a year has passed, and many people made posts, I thought I would re-ask the question once again.
As for me I am still puttering away on my DX9Tools library, although I have since integrated my GameTools, and DXEliminator libraries into it. The current version I'm working on,... "was" working on, is Release 6.
I say "was" working because I have started a new project that I hope will end my suffering when it comes to creating demo apps and games. I'm trying to create a disconnected way of creating software. I have an engine core, which is just that, a looping core. As well as a interface driven rendering implementation so other people could write there own renderer using OpenGL for example.
Basicaly you create seperate engine task objects and add them to the engines core, each engine task, will have additional information with it such as it's priority, StartTime, EndTime, LastExecutionTime, ExceededLastAllottedExecutionTime, Enabled, AverageExecutionTime etc. An Engine task is a object that would perform a task, such as calculating phisics, AI, pathfinding etc.
...
My CommonCBX.NET library is quietly collecting dust, I have not even opened up the project file in months, ...
For the most part I have been slacking off and playing Doom3, Farcry, and UT2004. That and trying to get my new site up and getting a video submission section going. It's requireing me to do a little asp.net programming, which is also making me a little paranoid with all the security talk lately.
BTW lol (I'm still chuckling) If you are interested in some comic relief feel free to read my prev topic I started back in Mar 31, 2003. http://www.vbgamer.com/msgboard/topic.asp?TOPIC_ID=21 lol lol Both my second, third and my last posts that I made on the first page of that topic is particularly funny to me.
PS: Please don't anybody get started on the Quaternion verses Euler debate, that topic was put to death on April 10, 2003. Thank god! I mean it, don't be sturring up the waters and getting me all twitchy again. |
cbx |
Posted - Dec 18 2004 : 11:40:16 PM Since I made my first post I started a new game project Chewe, then it got put on hold after I swore up and down I would never try to work in 3D again! Then I loaded up my DX9Tools library, and had another look at it. Tilted my head sideways, and thought,.... "Did I write this? I mean it's usable but,... it still does not make working with DX9 any easier...." Now I'm rewriting it, from scratch and basically creating a wrapper for DX9, but without the programmers who are using it having to allocate and manage little or no varibles/resources. THe goal is still the same, seek out ANY means of simplifying the DX API.
Now I have started a new game project. One that i should have no excuse not to finish! It's going to be a mario kart clone. I figure rendering 2 polys for the ground/race track can't be that hard to accomplish! |
Krisc |
Posted - Dec 18 2004 : 8:59:53 PM bump! ^_^!
I am currently hard at work on my game... Galactic Wars 2... As I sat down today after studying for my Physics final I realized that I had a ton of code and a ton of files and yet the game still isn't together. It is slowly getting there and I am going to have to do a lot of polishing but I think I can have collisions done by sometime next week. I am looking at Wednesday since I have to give a speech in the morning about games and game design so I am going to be up early anyways.
I am currently using C# and DirectX9 to draw in 2D and I am loving it. A very cool language that I just love everything about. Quite fast as I am getting fps counts in the 400s on my desktop. Anyways: I got to get back to coding!
What is everyone working on at this point? |
Eric Coleman |
Posted - Nov 23 2004 : 11:07:42 AM quote: Originally posted by Lachlan87
Whatever happened to Gladiator? Is that project canceled, abandonded, or just on the back-burner?
It's on the back burner. I encountered a very serious problem with DirectX 7, specifically when trying to load alpha information into a surface. VB would crash when trying to get a pointer to any of the native DirectX classes. It wouldn't crash immediatly, but when trying to use it or pass it to a function, or even trying to release a reference, then it would crash. After spending too much time trying to figure out a solution I decided to use DirectX 8 instead. However, I have so much code that uses Directx7 that it's a very big task to rewrite everything.
Gladiator is the kind of game that would take a professional studio with 100's of people 3 or 4 years to create. To be honest, I'll probably never finish it, but it's still fun, and that's what matters.
My original plan was to make it a multiplayer only game. The reasoning was that I wouldn't have to create an AI, thus speeding up the development process. I also decided to make it turn based, which would make the multiplayer code much easier to write. For artwork I was going to steal borrow some models from polycount untill I could get people interested in helping with the game. My intention was to get to a point where people could get paid for creating artwork and mods to the game, but that's in the distant future.
Work and VBgamer has been taking up most of my time, so I haven't worked on Gladiator in a very long time. However, I have been thinking of an interesting storyline that would turn it into more of a FF tactics type of game, but then again I get lots of ideas for all kinds of things that I never finish. |
Lachlan87 |
Posted - Nov 22 2004 : 8:22:24 PM Whatever happened to Gladiator? Is that project canceled, abandonded, or just on the back-burner? |
Eric Coleman |
Posted - Nov 22 2004 : 4:34:28 PM quote: Originally posted by masterbooda
quote: I've been working on a custom high dynamic range procedural image format in my spare time.
My project is currently getting this Lolo remake done, but compared to eric's ambitions I am simply not worthy....lol
It is nowhere as difficult as it seems. And for the record this has been done before by lots of other people. I wanted to do something that was simple enough that I could possibly finish it.
I'm using LUA ( http://www.lua.org/ ) as a scripting language because it's small and can be extended. I'm also writing a LUA tutorial as I work on this project, pretty much side by side. I've also got much of the nasty stuff out of the way, the next step is to start defining different filters for image manipulation, such as blur, sharpen, and various other graphical transformations. Also, calling it a "procedural image format" is a bit misleading. The idea is to minimize image sizes by storing most of the data to create the image and then render it only once on the target machine, so that includes being able to store raster, vector, and procedural data. I'm also planning to allow for proxy images (XREF), which I think would really make it usefull for creating modified textures for 3D games. |
masterbooda |
Posted - Nov 22 2004 : 1:50:49 PM quote: I've been working on a custom high dynamic range procedural image format in my spare time.
My project is currently getting this Lolo remake done, but compared to eric's ambitions I am simply not worthy....lol
DaBooda out... |
VBStrider |
Posted - Nov 21 2004 : 9:37:22 PM I'm working on an MMORPG called Loradon (www.loradon.com), which is coming along quite nicely :) Although we are having data base trouble at the moment :(
VBStrider |
ballistik |
Posted - Nov 20 2004 : 6:00:39 PM I'm currently using the DaBooda engine to create a pirate game... almost like the old "Pirates!" on NES. It will have many of the originals elements but I intend to add a lot of features that the original lacked... not probably because they weren't thought of, but they probably wouldnt fit into an NES game. Anyway, the idea is the same but a lot will change. The title will be Buccaneers!. I hope to be able to actually finish this one as it (so far) has been really fun to code. |
timbo152k |
Posted - Nov 20 2004 : 10:38:38 AM A little note to all those people who need art/models for their games, I'm a decent artist AND modeler, and I am looking to gain some more experience with modeling. If anyone needs an artist (2D or 3D), contact me: timbo_m45@hotmail.com
Anyways, I am working on a bunch of OpenGL stuff in C++, though I still tinker around in VB alot. I've been slowing implimenting a multiplayer game-mode to Botmatch: Secondary Protocal (www.yarsoft.com/yisoft/bmsp.htm), but thats comming together peice-by-peice. |
Eric Coleman |
Posted - Nov 19 2004 : 4:24:59 PM quote: Originally posted by DevlinSE
in an effort to learn directx from the ground up.
But that's what makes it all fun! |
DevlinSE |
Posted - Nov 19 2004 : 05:45:29 AM I am working on a legacy 2d dx7 game engine/wrapper in an effort to learn directx from the ground up.
Yes!!! I am a noob !!!
So far, I got surface, sprite, map and tileset, wave, and segment management routines working. I think I'm gonna do a bitmap fonts class next.
|
Scorpion_Blood |
Posted - Nov 19 2004 : 03:38:29 AM well near all graphics for my bomberman clone is done :) including the nimations... about the coding stuff, i only have the map and animations done... no time for the rest... im still searching for a good webhost to host the dabooda page, since here in portugal the transfer limit is unlimited :P but low in space :\ |
Tacoman |
Posted - Nov 18 2004 : 6:38:43 PM I'm currently working on a fantasy RPG. You can read about it at www.vbgamemaster.tk. Some of you have probably seen a previous post about it. I'm about done with the engine and tools. I just have to finish the design and graphics so I can get to the easy part where I just use the tools to create the world. The storyline is unique, I'm trying to pull away from the classic storylines that we always see in fantasy RPG's. I'm trying to achieve a very large, involved world where the NPCs act like real people and the Monsters have lifelike intelligence. I'm going to try to make this game excel where other games are just made mediocre. This will also be a very involved game. At least I'm off to a good start. |
Almar |
Posted - Nov 18 2004 : 09:31:34 AM My new game, after finishing YALG recently. This time in C++, but I definetly still prefer VB. ;) |
Crysstaafur |
Posted - Nov 18 2004 : 09:09:59 AM After getting the hang of using Dabooda Turbo, I have been hammering away on a game. The working title atm is Gradius Clone. I am adding a few twists that are a bit different than 'traditional' Gradius. The current point of pride (please don't laugh, it was a pain for me), a simulated stack system(like asm) for animations that automagickally pushes and pops as needed. :) Still need to finish up some artwork and get some music going.. the base engine is done though! Now if I can just stop playing the dang thing and actually code! lol
|
|
|
VBGamer |
© |
|
|
|
|