February 22, 2002, 13:57
|
#1
|
Emperor
Local Time: 15:55
Local Date: October 31, 2010
Join Date: Jun 1999
Location: Smemperor
Posts: 3,405
|
Request for a couple of files
Could somebody post or email me the following txt files?
endgame.txt
endgameobjects.txt
Thanks in advance
__________________
Yes, let's be optimistic until we have reason to be otherwise...No, let's be pessimistic until we are forced to do otherwise...Maybe, let's be balanced until we are convinced to do otherwise. -- DrSpike, Skanky Burns, Shogun Gunner
...aisdhieort...dticcok...
|
|
|
|
February 22, 2002, 14:17
|
#2
|
Prince
Local Time: 21:55
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
|
Dave lost some files
__________________
Concrete, Abstract, or Squoingy?
"I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis
|
|
|
|
February 22, 2002, 14:18
|
#3
|
Prince
Local Time: 21:55
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
|
__________________
Concrete, Abstract, or Squoingy?
"I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis
|
|
|
|
February 22, 2002, 14:28
|
#4
|
Emperor
Local Time: 15:55
Local Date: October 31, 2010
Join Date: Jun 1999
Location: Smemperor
Posts: 3,405
|
I don't know what it is about my system at work, but everytime I get a posted file from you Ben, it ends up coming across as gibberish...
See below...
n0;=h&1,Zt9t2ݗ@[mS+ "%!A:QW"+!Z:ZG>$.ҽw*ɨXi4͔2:i`P9h(iw*/ZoI{w;*K\XsuYWuN
.b*y`4ƽ_|">Yy}r\ҁ&hRrcy;p,BUaO!Ž`'%$DfTb /R0rh# GL/\16J
!C+6b7&Ge[M&[o| MF
Yikes...
Could you post in on your website? Sorry to be a bother
Dave
__________________
Yes, let's be optimistic until we have reason to be otherwise...No, let's be pessimistic until we are forced to do otherwise...Maybe, let's be balanced until we are convinced to do otherwise. -- DrSpike, Skanky Burns, Shogun Gunner
...aisdhieort...dticcok...
|
|
|
|
February 22, 2002, 14:55
|
#5
|
Deity
Local Time: 22:55
Local Date: October 31, 2010
Join Date: Nov 1999
Location: De Hel van Enschede
Posts: 11,702
|
It's on your CD as well (open ctp2lang.ctp in WinZip), but here they are: Endgame Files.
|
|
|
|
February 22, 2002, 14:55
|
#6
|
Prince
Local Time: 21:55
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
|
That's really annoying... Is it just me?
endgame.txt
Code:
|
5
NUM_STAGES 3
X_LAB {
ENDGAME_DEFAULT_ICON ICON_CONCEPT_X_LAB
PRODUCTION_COST 15000
EXACTLY_ONE
ENABLING_ADVANCE ADVANCE_GAIA_CONTROLLER
REQUIRES_PROBE_RECOVERY
NOTIFY_LAB_BUILT
}
EMBRYO_TANK {
ENDGAME_DEFAULT_ICON ICON_CONCEPT_E_TANK
SOUND_ID SOUND_ID_ALIEN_GLOW
PRODUCTION_COST 10000
EXACTLY_ONE
ENABLING_ADVANCE ADVANCE_GAIA_CONTROLLER
REQUIRES_PROBE_RECOVERY
STARTS_SEQUENCE
REQUIRES_LAB
}
CONTAINMENT_FIELD {
ENDGAME_DEFAULT_ICON ICON_CONCEPT_C_FIELD
SOUND_ID SOUND_ID_ALIEN_GLOW
PRODUCTION_COST 8500
MAX_ALLOWED 3
ENABLING_ADVANCE ADVANCE_GAIA_CONTROLLER
REQUIRES_PROBE_RECOVERY
REQUIRED_FOR_STAGE 1 2 3
CATACLYSM_CHANCE 3 10
REQUIRES_LAB
}
GENE_SEQUENCER {
ENDGAME_DEFAULT_ICON ICON_CONCEPT_G_SPLICER
SOUND_ID SOUND_ID_ALIEN_GLOW
PRODUCTION_COST 8000
ENABLING_ADVANCE ADVANCE_GAIA_CONTROLLER
REQUIRES_PROBE_RECOVERY
MAX_ALLOWED 2
TURNS_PER_STAGE 10 6 4
REQUIRES_LAB
}
ET_COMMUNICATION_DEVICE {
ENDGAME_DEFAULT_ICON ICON_CONCEPT_ECD
SOUND_ID SOUND_ID_ALIEN_GLOW
PRODUCTION_COST 2000
ENABLING_ADVANCE ADVANCE_GAIA_CONTROLLER
REQUIRES_PROBE_RECOVERY
REQUIRED_FOR_STAGE 2 4 6
SCORE_BONUS_OVER_MINIMUM 100
MAX_ALLOWED 6
REQUIRES_LAB
} |
EndGameObjects.txt
Code:
|
ENDGAME_GAIA_CONTROLLER_CORE {
Wonder WONDER_THE_SOLARIS_PROJECT
TurnsToActivate 10
}
ENDGAME_GAIA_COMPUTER {
Building IMPROVE_GAIA_COMPUTER
MinNeeded 10
}
ENDGAME_POWER_SATELLITE {
Building IMPROVE_POWER_SATELLITE
MinNeeded 10
MaxNeeded 20
}
ENDGAME_PROCESSING_TOWER {
TerrainImprovement TILEIMP_PROCESSING_TOWER
MinNeeded 5
PowerSource ENDGAME_POWER_SATELLITE
// use min radius when min power sources are built
MinRadius 5
// use max radius when max power sources are built
MaxRadius 8
// need to have 60% of the map area covered
MinCoverage 0.6
}
ENDGAME_WORLD_UNION {
// Wonder WONDER_WORLD_COUNCIL ?
// need to have 100% of the worlds population in our alliance
MinCoverage 1.0
// turns before world union is complete
TurnsToActivate 0
} |
__________________
Concrete, Abstract, or Squoingy?
"I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis
|
|
|
|
February 22, 2002, 15:34
|
#7
|
Emperor
Local Time: 15:55
Local Date: October 31, 2010
Join Date: Jun 1999
Location: Smemperor
Posts: 3,405
|
Thanks,
I plan on creating a setup in the next few days that will allow a player to implement a similar type of 'science/obelisk building' victory in the Cradle Mod, but I have to come up with a concept that will fit in the mid-Modern Age.
I'm toying with a 'Propaganda type' victory, whereas a player will have to build a series of Propaganda Centers around the world.
Currently, I also have to come up with replacement concepts for the following elements
GAIA_CONTROLLER_CORE
Wonder WONDER_THE_SOLARIS_PROJECT
replacement will be
Wonder WONDER_HOLLYWOOD
ENDGAME_GAIA_COMPUTER {
Building IMPROVE_?????????? (need idea)
ENDGAME_POWER_SATELLITE {
Building IMPROVE_?????????? (need idea)
ENDGAME_PROCESSING_TOWER {
TerrainImprovement TILEIMP_PROPAGANDA_CENTER
If there is another creative way to pull this concept off, post a suggestion here. I'm open to any suggestions (such as a science-type of victory that will fit in Modern period of time)
One other thing - I probably will also limit the this setup to 1000 turns, from the 1350 that Cradle currently runs, so that there will be a definite endpoint with this setup. I'm using Lou's reported timelime in his game to set this up.
__________________
Yes, let's be optimistic until we have reason to be otherwise...No, let's be pessimistic until we are forced to do otherwise...Maybe, let's be balanced until we are convinced to do otherwise. -- DrSpike, Skanky Burns, Shogun Gunner
...aisdhieort...dticcok...
|
|
|
|
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
|
|
|
All times are GMT -4. The time now is 16:55.
|
|