Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 6 1 2 3 4 5 6
Re: Where's the Adventure? [Re: Dan Silverman] #176986
01/09/08 20:07
01/09/08 20:07
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
Ah, "The good old days."(tm)

In theory, anybody could make a successful game. But very few did.
Most of the "indie" developers spent months working alone. They created everything themselves because they had to.
They had dreams of making the next "Ultima", but most couldn't get past the stage of blitting sprites on a static background.
The few that could get something playable finished had little to no chance of convincing a major publisher to look at it. Few self-published games got noticed.

DOOM and Myst were the exception to the rules (the Unreal team was not an indie developer).


I tried being an "indie" developer (a word not used at the time) in the 1990's. I'd much rather be an indie game developer today.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: Where's the Adventure? [Re: Doug] #176987
01/09/08 20:33
01/09/08 20:33
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Quote:

an indie game developer today.



Wow! That's for sure an adventure!
Very interesting! Especially the financial history!
Thanks for that!

Re: Where's the Adventure? [Re: Pappenheimer] #176988
01/09/08 22:27
01/09/08 22:27
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
to me it sounds like you have some kind of a midlife crisis.

there are a lot of exciting and adventurous things happening now. people share more ideas and code than ever before. since the communities were smaller back then maybe they felt more personal?

i think the novelty of games like doom is a bit exaggerated. there were realtime 3d games long before and when computers became fast enough to do things like texture mapping the logical progression happened.

and some things you mention are quite wrong. like:
Quote:

You did not have to worry about the variety of hardware that we do today (i.e. no one had 3D video cards, etc)


maybe doug can say more about this but as far as i know back then it was a lot worse than now. in times of DOS the programmers couldn't simply target directx but had to support and write separate code for a lot of different sound cards, 2d graphics chips,... themselves.

i agree about the team sizes though. maybe this will get better again with more sophisticated tools like jetpackmonkey said. maybe not.

Re: Where's the Adventure? [Re: ventilator] #176989
01/09/08 23:49
01/09/08 23:49
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
Quote:

Quote:

You did not have to worry about the variety of hardware that we do today (i.e. no one had 3D video cards, etc)


maybe doug can say more about this but as far as i know back then it was a lot worse than now. in times of DOS the programmers couldn't simply target directx but had to support and write separate code for a lot of different sound cards, 2d graphics chips,... themselves.





No, Dan is mostly right on this.
In the home market, you had a couple of chip-sets (IntelX86, Motorola 68X, etc.), 2-3 sound cards (SoundBlaster being the big one), and that was it.

Somebody with good knowledge in assembly could really squeeze every last cycle from the CPU. The downside was, they had to. Writing a high-performance game in the early 1990s required some serious optimization (which could be a lot of fun, if you like spending hours thinking like a CPU ).

Writing to an API like DirectX is much easier IMHO, but you're not able to squeeze as much performance from the hardware (lucky for us, the hardware is a lot more powerful now). And I can see were that would feel a lot less adventurous.


Dan: If you are missing low-level programming, check out the Cell processor. Not exactly the same thing, but it reminds me a lot of the good-old-days.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: Where's the Adventure? [Re: Doug] #176990
01/10/08 00:01
01/10/08 00:01
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Game graphics are not really a thing for a small developer to have big exitement anymore.
There is no way to have comparable graphics to a Crysis or UnrealTournament (not more than just a one level
Tech Demo), as these Projects probably employ 20 Professionals over years for that.
Thrying to chase them will just end in frustration.

Graphics are more Fun on mobile devices for me. These Platforms have limitations as the computers back in the times.
Making a good looking game (comparable with professional teams) is possible for a small team still.
This will change in a few years probably, but not so quick either.

Artificial Intelligence will be in my opinion the biggest field to progress.
making an AI that can get there, and shoot that is not the problem anymore. But making
Characters that behave and talk like real People is still far off.
Also with the AI to communicate with the player, so that it feels like a smart Person is
still not evident yet.
Realism in graphics is almost reached. but realism on behavior of AI persons not.


In the end: game-creation is simply more commercial/professional than in the days mentioned.
So creating a full price game costs millions.
For millions you get 20 to 40 professionals (that make that for a living).
Thats the very simply reason why an indy/hobby developer can not get close to those game anymore.

Small casual games, internet and mobile games are still more accesable for them though.

The biggest! advantage for a non.professional tema is its freedom to create ideas.
Big commercial teams dont have such a freedom anymore, as their work has to get marketed.

Re: Where's the Adventure? [Re: Damocles] #176991
01/10/08 00:41
01/10/08 00:41
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
Quote:

In the home market, you had a couple of chip-sets (IntelX86, Motorola 68X, etc.), 2-3 sound cards (SoundBlaster being the big one), and that was it.


and what about graphics chips? some games (i don't remember which ones but i think simcity 2000 was among them) started installation with a list of graphics chips you had to choose from if you wanted to use resolutions higher than 320x200 and more than 16 colors. later more and more graphics chips supported the vesa standard.

Quote:

Realism in graphics is almost reached.


there still is a long way to go. maybe realtime 3d will move to raytracing in the future. current 3d engines are big complicated hacks which have to do a lot of faking. raytracing would be much simpler and nicer once the hardware is fast enough.

Re: Where's the Adventure? [Re: ventilator] #176992
01/10/08 02:49
01/10/08 02:49
Joined: Feb 2004
Posts: 197
sebcrea Offline
Member
sebcrea  Offline
Member

Joined: Feb 2004
Posts: 197
I think the adventure is still there, maybe it has changed sinch the early days but if you have an idea today, there are so many tools to go out and make them real. I really love the process of 3d modelling, texturing and rendering and you really have to love the process making it.

So looking back should not be an option for creativity and gamers today are strange at all, they want more and more and more but a lot of them haven't buyed one single game.

But most people don't see the real adventure , its not the final game it is the process to get there.

Re: Where's the Adventure? [Re: sebcrea] #176993
01/10/08 03:33
01/10/08 03:33
Joined: Sep 2002
Posts: 8,177
Netherlands
PHeMoX Offline
Senior Expert
PHeMoX  Offline
Senior Expert

Joined: Sep 2002
Posts: 8,177
Netherlands
I guess the wild wild west landscape that used to be has simply changed a lot over the recent years.

Quote:

But most people don't see the real adventure , its not the final game it is the process to get there.




I totally agree, eventhough it's an often very difficult process. Most people give up around half-way or do not even nearly get started.

I think in general that people a. underestimate the tremendous amount of work involved in making games ( I for one sure did ) and b. some people seem to be in it for the "money" only, where most developers do not drive around in Ferraris in real life.

I can't quite back point b. with solid arguments or figures as far as motive for even wanting to make games, so feel free to forget it, but I do often hear people complain as if they haven't accomplished anything after having shipped their first title, having worked on a project for so long and now get mediocre to 'okey' sales from it...

Cheers


PHeMoX, Innervision Software (c) 1995-2008

For more info visit: Innervision Software
Re: Where's the Adventure? [Re: PHeMoX] #176994
01/10/08 05:36
01/10/08 05:36
Joined: Jul 2000
Posts: 11,321
Virginia, USA
Dan Silverman Offline OP
Senior Expert
Dan Silverman  Offline OP
Senior Expert

Joined: Jul 2000
Posts: 11,321
Virginia, USA
Quote:

to me it sounds like you have some kind of a midlife crisis.




Probably .

Quote:

there are a lot of exciting and adventurous things happening now. people share more ideas and code than ever before. since the communities were smaller back then maybe they felt more personal?




It could be. I might also have felt different for a few reasons that come to mind: 1) it was all new to me, so I am sure I approached it differently than I do know and 2) there were a lot less people trying to make money from it or making a living doing it (i.e. not many were experts).

Quote:

and some things you mention are quite wrong. like:

Quote:
You did not have to worry about the variety of hardware that we do today (i.e. no one had 3D video cards, etc)

maybe doug can say more about this but as far as i know back then it was a lot worse than now. in times of DOS the programmers couldn't simply target directx but had to support and write separate code for a lot of different sound cards, 2d graphics chips,... themselves.




Doug already talked about this, but one thing that we need to remember is many of the different video cards were accessed via the same "generic" VESA or UniVBE driver (link: http://en.wikipedia.org/wiki/UniVBE).

Quote:

Dan: If you are missing low-level programming, check out the Cell processor. Not exactly the same thing, but it reminds me a lot of the good-old-days.




Argh! No! I don't program. I do graphics .

Quote:

and what about graphics chips? some games (i don't remember which ones but i think simcity 2000 was among them) started installation with a list of graphics chips you had to choose from if you wanted to use resolutions higher than 320x200 and more than 16 colors. later more and more graphics chips supported the vesa standard.




If you are talking about SimCity 2000 (or any of the other SimCity games) then you are already talking about something much newer than what I was talking about. In any case, most of the games seemed to rely on VESA or UniVBE, as I mentioned above. There were really only a few video cards and, as pointed out previously, they were not 3D cards.

Quote:

i think the novelty of games like doom is a bit exaggerated. there were realtime 3d games long before and when computers became fast enough to do things like texture mapping the logical progression happened.




First of all, DOOM was not 3D at all (though I understand that some have tried to say the opposite). DOOM was a raycasting engine. As such, the levels were developed completely in a 2D, top-down mode. A ray was cast from the players perspective and, when it intersected a boundary, a "wall" was projected vertically. The wall had no thickness. DOOM was technically a 2D game that fooled you into thinking it was 3D. Even the monsters were 2D sprites (and basically the walls were as well). For this reason, DOOM broke the mold. Real-time 3D games followed and further defined the genre.

While other real-time 3D engines may have been there before DOOM/QUAKE, etc, DOOM is the one most recognize because it was successful on so many levels. I don't think DOOM's contribution to 3D gaming is exaggerated.


Professional 2D, 3D and Real-Time 3D Content Creation:
HyperGraph Studios
Re: Where's the Adventure? [Re: Dan Silverman] #176995
01/10/08 06:49
01/10/08 06:49
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
i was still quite young back then but i vaguely remember lists with "s3, trident, cirrus logic,..." you had to choose from and most of the time the graphics card i had caused troubles. later it got better with VESA but sometimes there still were problems and you had to play around with software like display doctor.

and at the time of quake 1 the first 3d-accelerators came up and this really was a mess with proprietary 3d apis like speedy3d and glide.

so i don't really believe that times were better in this regard. except if that is what you mean with adventurous.



i also heard from programmers that DOS development was a pain. all this dos-extender stuff, bad debugging solutions,... didn't carmack use some very expensive NeXT machine for development and always cross compile to DOS since DOS was too crappy to work with? for most bedroom or garage developers a $10k NeXT box wasn't really affordable.

Page 3 of 6 1 2 3 4 5 6

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1