|
|
|
 |

November 29th, 2001, 09:03 PM
|
 |
Captain
|
|
Join Date: Jun 2001
Location: Oh, I\'m out there
Posts: 805
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
Depends on what sort of resources you had, if you had a team, it wouldn't be to hard (still hard but it wouldn't be as hard as) if you only had one guy working on it, very hard. It can also depend on the equipment, there are various programs that help ease programming. And of course your programming skills.
All in all though, from the sheer complexity of the program I would say it is pretty probably hard.
|

November 29th, 2001, 09:27 PM
|
Second Lieutenant
|
|
Join Date: Mar 2001
Posts: 539
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
so where would you start i mean what type of language would you use and such
|

November 29th, 2001, 10:05 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
|
|
Re: OT - Kind of
One thing about game development if you have ever disected a game is that a game is nothing more than basic images that move. Much like a movie. I took BOTF apart, and found that 90% of the game was graphics. The rest was the program that used the graphics and interacted with the player.
I would love to posess the knowledge needed to program games. Man I have a few that I would love to see made that currently are not on the market.
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
|

November 29th, 2001, 10:21 PM
|
 |
Captain
|
|
Join Date: Jan 2001
Location: Chandler, AZ, USA
Posts: 921
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
The hard part isn't the programming. The hard part is to come up with a complete, consistent game design including all of the rules, combat system, movement system, AI behaviour, etc.
Once you have the complete game design, you can begin the software design. I would recommend an object oriented approach to the design as it would simplify the implementation later. It is important to get the software design to model the game design completely. Pay attention especially to the data structures that you are going to use to model the game. Don't start coding until the design is complete.
As far as language is concerned, it is purely what you are used to. I would use C++ because that is what I use the most. It is not necessarily the easiest, mind you, just what I am comfortable with. Delphi would work, and even (cough... choke...) VB could be used. You want a language that can support objects and understands Windows dialogs, etc. (I am assuming you want it to run on Windows, rather than Linux, Mac, DOS or other operating system.)
The most important thing that most people overlook when approaching something like this is that the design is the important part. If you have a good design, implementation is much easier.
(Not trivial by any means, but easier.)
__________________
My SEIV Code: L++++ GdY $ Fr+++ C-- S* T? Sf Tcp A%% M+++ MpT RV Pw+ Fq Nd- RP+ G++ Au+ Mm++(--)
Ursoids of the Galaxy, unite!
|

November 29th, 2001, 10:36 PM
|
General
|
|
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
quote: Originally posted by chewy027:
This is a question for all you computer programers out there. How hard would it be to program a game of SE4's magnitude?, and how much experience would be needed to do something like that?
More time and experience than one person can possess.  Even now SE IV is a long way from finished. There were LOTS of features described in the early text files from the game that are now gone. Planetary cloaks, planetary engines, warp gates, "monster" troops, etc. He's so busy fixing bugs that he doesn't have time to follow through on all the plans. If he could find an AI programmer maybe he could resume work on the main game. 
|

November 29th, 2001, 10:56 PM
|
Second Lieutenant
|
|
Join Date: Mar 2001
Posts: 539
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
so alpha ur saying that any language could possible be used...ok... now about game design do you mean like ideas and such or rule sets for the program to follow
|

November 30th, 2001, 02:59 AM
|
 |
Captain
|
|
Join Date: Jan 2001
Location: Chandler, AZ, USA
Posts: 921
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Kind of
quote: Originally posted by chewy027:
so alpha ur saying that any language could possible be used...ok... now about game design do you mean like ideas and such or rule sets for the program to follow
Think of it as a game first, before thinking of it as a computer game. If you and a friend were to sit down and play it as a board game, how would it work? What would the rules be? How would you move, fight, etc.? What about economics, research, population control? The computer can allow the rules and computations to be more complex and in depth than a playable board game, but there still need to be consistent rules.
__________________
My SEIV Code: L++++ GdY $ Fr+++ C-- S* T? Sf Tcp A%% M+++ MpT RV Pw+ Fq Nd- RP+ G++ Au+ Mm++(--)
Ursoids of the Galaxy, unite!
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|