.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   OPEN SOURCE SEIV Grass Roots Movement (http://forum.shrapnelgames.com/showthread.php?t=8420)

Desdinova January 27th, 2003 06:05 AM

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 ]

Suicide Junkie January 27th, 2003 06:13 AM

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.
<font size="2" face="Verdana, Helvetica, sans-serif">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.

PvK January 27th, 2003 06:30 AM

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

Lord Kodos January 27th, 2003 07:42 AM

Re: OPEN SOURCE SEIV Grass Roots Movement
 
I remember hearing somewhere that SEII and possibly SEIII where going to go freeware.

Captain Kwok January 27th, 2003 07:47 AM

Re: OPEN SOURCE SEIV Grass Roots Movement
 
I still don't know who this mysterious 'Arron' is that Tesco keeps referring to... http://forum.shrapnelgames.com/images/icons/tongue.gif

I don't see him giving the code up, it is afterall, his means of support.

Will January 27th, 2003 08:17 AM

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).

Graeme Dice January 27th, 2003 08:18 AM

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.

Rambie January 27th, 2003 09:20 AM

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...

<font size="2" face="Verdana, Helvetica, sans-serif">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.

PvK January 27th, 2003 11:39 AM

Re: OPEN SOURCE SEIV Grass Roots Movement
 
Quote:

Originally posted by Rambie:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">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...

<font size="2" face="Verdana, Helvetica, sans-serif">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.</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Really? I know I've suggested it, but I didn't think it was ever accepted for SE4.

PvK

Desdinova January 27th, 2003 10:43 PM

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.


All times are GMT -4. The time now is 10:41 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.