|
|
|
|
|
January 27th, 2003, 06:05 AM
|
Sergeant
|
|
Join Date: Oct 2002
Location: Dallas, tx
Posts: 391
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
instar,
i will check into the for dummies books, i have actually used several of them for other items. most tend to be well writen from what i have read. i have two books on c++ also borlands c++. i am looking at trying to take some courses but my work schedule fluctuates, so hard to sign up for actually classes. may need to see about Online class. all i have managed to take so far is intro to structured programming and 1 other class. both a long time ago.
anyone know of any open source strategy games out there in c or c++ that i can look at for guidance/inspiration (something to make me go, see i can do something like this...see this is how to do it).
[ January 27, 2003, 04:10: Message edited by: desdinova ]
__________________
The vastness of space and time, and I end up here?
|
January 27th, 2003, 06:13 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Quote:
The one "one-sided battles" issue mentioned as a reason for wanting the source, can be modded out. Proportions greatly reduces this, and it could be done to a greater degree. Just divide down the amount of the to-hit modifiers in all ways - sensors, ECM, training, armor, culture, and racial abilities. And perhaps, increase the structure and shield strengths compared to damage amounts, and perhaps reduce the turn length, if you want more battles that don't end in complete destruction.
|
Leaky shields and armor components will also help greatly in that regard.
Any ship which is hit will take at least some permanent damage, and with leaky armor, a ship can become crippled to uselessness long before it is actually destroyed.
Players who don't adjust their strategies in order to spread the damage around will be caught shooting at dead hulks while the enemies lay waste to their fleet.
__________________
Things you want:
|
January 27th, 2003, 06:30 AM
|
|
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Yep SJ. What you call "leaky armor", I call "Armored Structure" - high-structure, low-cost components that don't have the "Armor - hit first" ability.
PvK
|
January 27th, 2003, 07:42 AM
|
|
First Lieutenant
|
|
Join Date: Apr 2001
Location: NY
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
I remember hearing somewhere that SEII and possibly SEIII where going to go freeware.
|
January 27th, 2003, 07:47 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
I still don't know who this mysterious 'Arron' is that Tesco keeps referring to...
I don't see him giving the code up, it is afterall, his means of support.
|
January 27th, 2003, 08:17 AM
|
|
Lieutenant Colonel
|
|
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
OT a little, desdinova, I would recommend simply using your current programming experience. Take a look at a game, any game, from something as simple as tic-tac-toe up to things like pac-man or tetris, up to a game as complex as SEIV, and just think of what you would need to do to program it. That would really be the best way to learn game programming, IMHO, just doing it. If those books are the kind I think they are (a la "Tricks of the Windows Game Programming Gurus"), you should be able to pick up the graphical side. As a personal exercise (and partially as a result of boredom), I started writing out the basic data structures needed for a SEIV-like game. Almost like SEIV, except I tweaked it a little, so there's no limits on total players, ships, units, systems, etc. and it's on a coordinate system. Just doing that for a few days really helped solidify my knowledge in areas of C++ that I had only begun to learn a few weeks before (mainly, I wrote a templated double-linked list from scratch, then debugged it many many times).
So, just pick a simple game, take a little time to outline what you would need to do to make the game (ie, card game, make the deck, think of ways to code-ify the rules, etc), then start. Then just keep on increasing the complexity, you'll learn more and more each time.
(BTW, please don't ask for the code I wrote, it is vastly incomplete, and I would like to finish it as an exercise before handing it out).
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
|
January 27th, 2003, 08:18 AM
|
|
General
|
|
Join Date: Nov 2000
Posts: 3,013
Thanks: 17
Thanked 25 Times in 22 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Another good way that I've seen battles made more even is to start the accuracy at 50%, then have it decrease by 3% per square. You then make your sensors twice as effective as ECM so that you can get a maximum to-hit of 99% at a range of 1 only if you have a 50% advantage in either sensors or aggressiveness. It works very well, and makes it so it's not so easy to get unhittable ships.
|
January 27th, 2003, 09:20 AM
|
|
Sergeant
|
|
Join Date: Jul 2000
Location: Centerville, Utah, USA
Posts: 316
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Quote:
Originally posted by tesco samoa:
One reason for this is that I would personaly like to fix the combat system... And make it work.... As I am sick of one sided battles...
|
Well, if memory serves, MM was going to make a setting where SE4 could be set to use external combat modules. If that was done you could make a Ground Combat module without having to get the SE4 source code.
|
January 27th, 2003, 11:39 AM
|
|
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Quote:
Originally posted by Rambie:
quote: Originally posted by tesco samoa:
One reason for this is that I would personaly like to fix the combat system... And make it work.... As I am sick of one sided battles...
|
Well, if memory serves, MM was going to make a setting where SE4 could be set to use external combat modules. If that was done you could make a Ground Combat module without having to get the SE4 source code. Really? I know I've suggested it, but I didn't think it was ever accepted for SE4.
PvK
|
January 27th, 2003, 10:43 PM
|
Sergeant
|
|
Join Date: Oct 2002
Location: Dallas, tx
Posts: 391
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OPEN SOURCE SEIV Grass Roots Movement
Will,
thanks for the info. you are correct some of the books are the tricks of the gaming gurus plus teach yourself game programming in 21 days (just picked it up) and a few others. the tygpi21d looks like it will help me more than the gurus books. you are correct though the only way to do it is practice.
__________________
The vastness of space and time, and I end up here?
|
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
|
|
|
|
|