![]() |
SE4 development tools
Does anyone know what language/tools Aaron used to develop SE4?
|
Re: SE4 development tools
That is classified information. Sorry dude, you'll have to ask him.
|
Re: SE4 development tools
From an experience in coding similar programs I would assume one of the following:-
c++ (doubtful cos it's a pain in the ***) delphi (easy to use but not very popular) visual basic (I hate it but it seems to be widely used) |
Re: SE4 development tools
Aaron used Delphi. Don't ask me how I remember after something like a year and a half or two years, when he made a comment about it to the SE4 ideas list when there was a small arguement about the difficulty of certain features, mainly people who thought they knew how to program (I admit I was among them at the time http://www.shrapnelgames.com/ubb/images/icons/icon7.gif ).
I'm fairly sure SE1 was done in VB, an earlier Version if I remember, like 2 or 3. SE2 was VB 4 or 5 (I think http://www.shrapnelgames.com/ubb/images/icons/icon7.gif ), SE3 used Delphi, SEIV used Delphi. Oh, and just so everyone knows, VB is evil. http://www.shrapnelgames.com/ubb/images/icons/icon7.gif |
Re: SE4 development tools
Yep, SE 1 was developed in VB, and so was SE II. SE III was done in Delphi 3, I think? And SE IV was done in Delphi 4 or whatever was the latest Version when he started working on it. Too bad Delphi is not more popular. Delphi is a very nice language but like everything else not coming from the 'The Source' in Redmond cannot compete with stuff developed in house with the correct API by MS Lackeys. http://www.shrapnelgames.com/ubb/images/icons/icon9.gif
[This message has been edited by Baron Munchausen (edited 24 August 2001).] |
Re: SE4 development tools
Got a reply from Aaron to my query, SE4 was written entirely in Delphi 4.0., graphics generated with Truespace and Photoshop.
|
Re: SE4 development tools
Hey Will, why is VB EVIL??? Seriously though, I kinda like the program.
|
Re: SE4 development tools
Okay, as it seems some responses come from people with programming experience, what would YOU use if you had written SE4, one that would give you the best quality product in shortest amount of time with the least amount of effort (or how would you balance those three qualities)? Any input would be appreciated, because SE4 has inspired me to make my own 4x game, I have enjoyed it so much.
|
Re: SE4 development tools
Use C not C++. C++ is a castrated Version of C specifically designed by committee to lobotomize the programmer's intellect. I learned C in a week and was developing advanced data stuctures within a couple months. An especially powerful ability in C is the indirect function call, and when used with recursion you can do incredible things.
Edit : Okay, I did it again spouting off out of place. I hold firm in the opinion I have of C++, but admit that C may be too unstructured for many people to manage well. [This message has been edited by LCC (edited 25 August 2001).] |
Re: SE4 development tools
Ok, for me VB is the Devil incarnate (AKA, EVIL) http://www.shrapnelgames.com/ubb/images/icons/icon7.gif
Pretty much, it is far to linear for me. I started with C, and quickly learned not to do stuff like use "goto". From what I know of VB, it's just about impossible to *not* use goto and labels everywhere. I never touched it much myself, besides the BASIC clone on my graphing calculator, but I know some people who were writing somewhat large programs in VB for the "computer camp" I went to. At the end, all hated VB, especially the people working with any kind of data structure (there was small business software; a battleship clone w/ underwater, surface, and air sections; a database of participating students... just to name a few things http://www.shrapnelgames.com/ubb/images/icons/icon7.gif ). BASIC is ok for someone to be introduced to programming, but I would say get on Pascal/C/C++/Java quick. Those are really the only other [higher level] Languages I know much about, except for Perl, which you don't really want to use for anything other than simple scripting http://www.shrapnelgames.com/ubb/images/icons/icon7.gif For SE4 I would have used C++ simply because I'm most familiar with it, and I know how to plan out the classes ahead of time (if I didn't, I would probably have the same opinion as LCC). Do not use C++ if you're just diving in without any planning at all, because you will fail, that's a guarantee http://www.shrapnelgames.com/ubb/images/icons/icon7.gif If you don't know how to program yet, don't start with a 4X game. Spend a year or so learning first, three options for that, in order of least motivation to most: 1. Sign up for a course at your school/college/university. 2. Find someone who knows how to program to teach you. 3. Buy a book and teach yourself. For most people, 1 or 2 are the only ways that they will learn how to program. I did 3 myself, and it was a %#$*& teaching myself and I gave up multiple times (and came back later, obviously http://www.shrapnelgames.com/ubb/images/icons/icon7.gif ). You have to be really devoted to teach yourself. Anyway, after you learn the basics, work your way up in complexity of programs. Simple text editor, program that plays tic-tac-toe, program that plays poker, checkers, tetris, etc. |
Re: SE4 development tools
C was about the 10th language I learned. Other Languages paved the way, and C was actually an improvement and easier to learn than some. I can see where C would be tricky for the newbie. LOL
|
Re: SE4 development tools
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>1. Sign up for a course at your school/college/university.
2. Find someone who knows how to program to teach you. 3. Buy a book and teach yourself.<HR></BLOCKQUOTE> that's exactly the order i followed http://www.shrapnelgames.com/ubb/images/icons/icon7.gif 2 years ago when i went to college i started learning java, half a year later, i also learned about C++, then six months ago a friend of mine who knows a lot about C and C++ teached me a lot about C++ that i didn't learn at school. Right know i'm making 2 games, one in java and alone, and one in C++ with my friend and some other people who don't know how to program and are just there for ideas. The one in Java is going pretty well, i find it much easier to program, but the performance of a Java program is not as good as a C++ program so there is a limit on what i can do with the game. The one in C++ is more dificult, especially because you really have to plan the complete structure of the game before you start programming. If you want to learn how to program, don't just learn a language, but also learn a modelling language like UML and a bit about Object Oriented programming, it can really help if you're making complicated games like 4x |
All times are GMT -4. The time now is 10:29 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.