This blog explores my musings, insights, and concepts.
Published on April 30, 2006 By Onikazi In Galactic Civilizations II
It would be nice to see race specific techs for all races. First of all it would create a better sense of individuality between the races, and second it would give people more reason to try different races. While the laws of physics remain constant, not everyone will have same perspective or understanding of those laws. For instance the Drengin being a highly war-like race would be more likely to create unique weapons tech that would not be available to any other race regardless of alignment, because no other race would be able to grasp thier unique way of thinking.
Comments
on Apr 30, 2006
bump
on Apr 30, 2006
I think this is the sort of variety that the alignment techs are supposed to give...

How would this work with custom civs? Maybe you could pick some from the techs of the default races?

Would you be able to trade these techs away (for a much higher price than for a standard tech of course)?
on Apr 30, 2006
I think maybe give an option similar to selecting political party for custom races. For example choose your race orientation. War, Exploration, Science, Space Travel, Bio Tech, and so forth. Yes it should be very costly to trade these techs if that is even allowed. Also this would be different from alignment techs because only that race may research that tech tree.
on Apr 30, 2006
They were mentioned by the dev's a long time ago. For 1.2 or an expansion I'm not sure, but they certainly have been mentioned.
on Apr 30, 2006
That's good to know but I've never seen it in the forum.
on Apr 30, 2006
I'm pretty sure some of the old Civ2 scenarios made race (well, nationality) specific techs by having a base technology where there was no way to research it and all of the technologies for just that race had it as a prerequisite. Then the race that should be getting those techs would start the game with that base tech. Make sense? So like:

Drengin Base Tech --> Drengin-Only Tech 1 --> Drengin-Only Tech 2 --> ....
and only the Drengins would start the game with Drengin Base Tech.

Of course, with tech trading, planet invasions, and espionage, it could be a bit tricky to keep other races from getting that base tech.
on Apr 30, 2006
Pierpoint yes that makes sense, but if I remember correctly civ2 did not have civ specific techs so much as civ specific units. Such as F-15s for Americans instead of jets, panzers for Germans instead of tanks, and samurai for Japanese instead of knights.
on Apr 30, 2006
That's actually Civs 3 and 4 you're thinking of there. In Civ2 the main differences between nations were city names and player color. I was thinking more along the lines of the scenarios that were added later (2 expansion packs that I can think of: Conflicts in Civilization and Fantastic Worlds). I remember there was one Civil War scenario where there was a "Union" tech and a "Confederacy" tech that each side started with which gave them access to a slightly different tech tree and different units.
on Apr 30, 2006
Pierpoint, I have civ2 gold that is probably the source of confusion here. I also have civ3 and 4 so I do understand what you are saying. I think civ specific techs stand out more in civ4.
on Apr 30, 2006
Perhaps if these techs had tags of no_trade and/or no_steal or we're back to being non-unique.
on Apr 30, 2006
Supreme Shogun, I'm sure what I'm suggesting could be modded including the tags you are talking about. I think I even know how to mod the xml to do this, but I think something like this would be better included in the mainstream game than as a mod you can't use in the metaverse.
on Apr 30, 2006
Ah yes ... forgot about gold [slaps forehead]

As for the no_trade thing, isn't rhe AI already pretty reluctant to share certain (generally military) techs? Maybe there's a flag already built in for that (yes, my modding experience with the game is pretty much nil, I'm not even much of a shipyard pro yet).
on Apr 30, 2006
Pierpoint, the xmls are easy to mod if you have a program to edit them and the tag codes. However everytime you update the game with SDC it overwrites your xmls. I use ConTEXT to edit the xmls. The tags are as follows:

In this article, I'll briefly outline how to add your own anomalies to the game. So, get a fresh cup of coffee or can of Coke, make a back up of you data directory and fire up your text editor!

If you look in the game's localized data directory (a default installation would be Program Files\Stardock\TotalGaming\GalCiv2\Data\English), you'll find a file named Anomalies.xml. This file is where all of the game's anomalies are defined. Here is a complete anomaly definition:



Weapons

We have uncovered a new waveform that will help improve our weaponry by roughly +1 percent.

Gfx\\anomaly_data2.png

1

11

1

1

1.000

1



As you can see, there's not much to an anomaly. Let's create a new one. Copy and paste an existing anomaly (everything between and including one pair of Anomaly tags) and then edit the copy's tags and attributes as follows:

InternalName: Every anomaly needs a unique internal name; it's how the game keeps track of them. Therefore, make sure you give your new anomaly an InternalName that isn't used by any of the other anomalies in the file.

Title: Presently, the game doesn't use this value, so you can put whatever you like there.

Description: This is the descriptive text that appears when the player discovers an anomaly. This text is preformatted when it is read in by the game, which means that it is scanned for certain special characters that get replaced with something else. There are only a handful of special characters: '\n' will insert a CR/LF into the text; '\t' will insert a tab; '\\' will insert a backslash. Also, if you were taught to type two spaces after a period, don't bother here: the preformatting will remove consecutive spaces.

Image: Specifies the filename and relative path of the image to display when this anomaly is discovered. The game uses 250x180 PNGs; you can use other size images but they'll be scaled/stretched to fit in a space that nicely displays 250x180-sized images.

Model: A number that specifies which model to use when displaying the anomaly on the game screen. Version 1.0 ships with 9 different models, so you can specify a number between 0 and 8 to indicate which model you want your anomaly to use. And, if you're feeling adventurous and you know how to create your own .X files, you can add additional anomalies to the Gfx\Models directory; just be sure to follow the naming convention (Anomaly##.X and Anomaly##.png).

Commoness: If this value is 1, it indicates that the anomaly is just as likely to appear in a galaxy as any other anomaly with a Commoness of 1. If this value is some number other than 1, then the chances of it appearing are roughly 1 in N*C, where N is the Commoness value and C is the total number of anomalies in Anomalies.xml. For example, if there are 10 anomalies defined in Anomalies.xml and one of them has a Commoness of 7, there will be a 1 in 70 chance of that anomaly appearing in a galaxy.

Type: A number that specifies what the anomaly actually affects in the game. Legal values are:

0: Give/take money to/from the discoverer. The amount added/subtracted is specified in the Quantity tag.

2: Adds/removes population from a randomly-chosen planet belonging to the discoverer. If the Quantity tag is set to 0, population is subtracted; if the Quantity tag is set to 1, population is added. The exact amount of the change is determined by the value of the Power tag: change = population * Power / 100. Note that if Power is greater than 100, and you're subtracting population, you'll actually end up subtracting more population than is present on the planet, resulting in an overflow (i.e., a really big population).

3: Boosts research on the technology that's currently being researched. The Quantity value specifies what percentage of the remaining unfinished research is added to the current tech. For example, if an anomaly of this type had a Quantity of 25 and the current tech had 4 weeks of research left, this anomaly would make it so that a week was removed from the remaining research time.

4: Random planet colonization. The game will look for an uncolonized planet and, if it finds one, colonize the planet in the name of the anomaly's discoverer. Note: the code that handles this event has not been exercised in a while, so use at your own risk!

5: Free ship. Gives the discoverer a free ship. Note: the code that handles this event has not been exercised in a while, so use at your own risk.

6: Improve ship. Depending on the value of the anomaly's Class tag, it does the following:

Class = 0: Adds the Power tag's value to the ship's movement.

Class = 1: Adds the Power tag's value to the ship's current and max hit points.

Class = 2: Adds the Power tag's value to the ship's experience point total.

Class = 3: Adds the Power tag's value to the ship's attack stats.

Class = 4: Adds the Power tag's value to the ship's defense stats.

7: Currently unused.

8: Wormhole.

9: Planet Quality boost. Picks a colonized planet at random from all of the planets owned by the discoverer and adds one to its quality.

10: Currently unused.

11: Civilization ability boost. Adds the value of the Power tag to the ability indicated by the Quantity tag. Possible values for the Quantity tag are:

0 (Economics), 1 (Weapons), 2 (Defense), 3 (Speed), 4 (Morale), 5 (Pop. Growth), 6 (Social Production), 7 (Military Production), 8 (Research), 9 (Influence), 10 (Trade), 11 (Diplomacy), 12 (Hit Points), 13 (Repair), 14 (Sensors), 15 (Espionage), 16 (Soldiering), 17 (Interest Rates), 18 (PlanetQuality), 19 (Trade Routes), 20 (Unused), 21 (Unused), 22 (Range), 23 (Luck), 24 (Courage), 25 (Unused), 26 (Unused), 27 (Loyalty), 28 (Logistics), 29 (Miniaturization), 30 (Home Planet Quality)

12: Space Monster!

The other tags not mentioned in the type descriptions above can be given default values for that type because they are ignored for that type.

Phew, that was a lot of typing! Once you've finished your editing, save the file, fire up the game and look for your new anomaly. Have fun and mod on!