Announcement

Collapse
No announcement yet.

Request for a couple of files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

  • #2

    Dave lost some files
    Attached 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

    Comment


    • #3
      Attached 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

      Comment


      • #4
        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...
        ‹ ´“Ûnƒ0 †¯‹Ä;ä=h·&1,Zât9tåÊ2íÝ—@[mS+±ª» "üÇöÿÅÙÖ%Ë!€A¬ëêÈ:ñQW«’À"+ì!™ÈZ:Z•çGâ>ò$.Ò½w*ɨ§XˆâiÛ4Í”ã2š‘áœ:£i`PÈ9ÄéËh(i£wÆ /ZoI{ œ“wÈ¥; Kˆ\ÔýXŠs—´‰uõYWu…¶ó£ãôºÔNê¢
        .‘b­ÄyÁ`4ƽ_µØü«Å|">Yy÷õ}r\ҁ&‹¹×hÔRßr–ßcüy;û¶pÌÊ,BUçaÎO!Žóó`Š'ÑÎ%$Df –åËTbÏá› /üüR0‡½ÑrîòÏhÎ#ñß ·åGLž²/\±›þ1Ÿ²³6‘ÎÔJ‹
        ÙØâ›!ö±® C+6b7µ&Gî¥Àe[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...

        Comment


        • #5
          It's on your CD as well (open ctp2lang.ctp in WinZip), but here they are: Endgame Files.
          Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

          Comment


          • #6
            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

            Comment


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

              Comment

              Working...
              X