Thread Tools
Old July 20, 2002, 19:07   #361
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
oops, sorry...

Nobody noticed the major error in the readme then... I hadn't included the tileset indices for each one. I will do so once I put in the last city expansions, and finish the tile file next week.

cya round
__________________
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
Immortal Wombat is offline  
Old July 20, 2002, 20:09   #362
Locutus
Apolytoners Hall of FameCiv4 SP Democracy GameCiv4 InterSite DG: Apolyton TeamBtS Tri-LeagueC4BtSDG TemplarsC4WDG Team ApolytonCivilization IV CreatorsCTP2 Source Code ProjectPolyCast Team
Deity
 
Locutus's Avatar
 
Local Time: 23:56
Local Date: October 31, 2010
Join Date: Nov 1999
Location: De Hel van Enschede
Posts: 11,702
Completely unrelated to anything in this thread but still...

I hate websites with dark colors, but I like the color-use of that readme, Ben
__________________
Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery
Locutus is offline  
Old July 24, 2002, 02:35   #363
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
thanks
__________________
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
Immortal Wombat is offline  
Old July 24, 2002, 10:34   #364
hexagonian
The Courts of Candle'Bre
Emperor
 
hexagonian's Avatar
 
Local Time: 16:56
Local Date: October 31, 2010
Join Date: Jun 1999
Location: Smemperor
Posts: 3,405
I took a look at the readme - looks good. Are you going to post the files as compatible to Cradle? If so, use the 1.32 files as you base.

For now, I would like to keep them as a separate setup (like Leonardo's Graphics improvement package) until it has been publically tested. Once the reports start coming in that it is stable, I will bundle it as an official update. That update will be my last one for Cradle too, as I have something else going on now...
__________________
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...
hexagonian is offline  
Old July 26, 2002, 18:41   #365
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
I was originally intending only to post as compatible with vanilla CtP2, but include the detailed instructions to add it to your own mod. This is largely because I don't want to be fiddling around with Cradle files that I might get wrong, or mess up, and it would be easier for you to do the admin on that one.
Its not that hard to be honest. One SLIC file, one tile file (both easy) - and one text file, slightly harder.
__________________
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
Immortal Wombat is offline  
Old July 27, 2002, 19:12   #366
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
http://apolyton.net/forums/showthrea...threadid=57204
__________________
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
Immortal Wombat is offline  
Old July 29, 2002, 00:04   #367
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
How is the city expansion working on?

I am asking because a few days ago i started to change some stuffs in the blueO's city expansion to change goods/terrains for TIs. I have finish this variation and it seems the placements are working nicely.
The only problem was with the destruction of them wich i hope i had fix that by changing the city destroyed improvement with the CutImprovement function.
Maybe you guys, more experienced slicers, may want to take a better look in it:
Attached Files:
File Type: slc as_blueo.slc (37.8 KB, 2 views)
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand

Last edited by Pedrunn; July 29, 2002 at 06:01.
Pedrunn is offline  
Old July 29, 2002, 12:57   #368
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
I had originally intended to rework it completely, I can't follow BlueO's code very easily at all. But my version crashes the game, so I would have had to start again anyway...
Does it work??
If so, then fantastic I'll check it over and use it.

Thanks Pedrunn

(btw, in the roads thing at the end, here:
Code:
if(!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_ROAD))
	 		&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_RAILROAD))
 			&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_MAGLEV))) {
you need && instead of || I think.)

Also, do all those units really knock off a population point?


um... wow.

I'm speechless.
thankyou.
__________________
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
Immortal Wombat is offline  
Old July 29, 2002, 17:04   #369
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
Quote:
Originally posted by Immortal Wombat

(btw, in the roads thing at the end, here:
Code:
if(!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_ROAD))
	 		&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_RAILROAD))
 			&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_MAGLEV))) {
you need && instead of || I think.)
you are right and that also pointed me to a mistake i did wich was going to happen in the late ages (I didnt play so far yet).

Quote:
Originally posted by Immortal Wombat
I had originally intended to rework it completely, I can't follow BlueO's code very easily at all. But my version crashes the game, so I would have had to start again anyway...
Does it work??
If so, then fantastic I'll check it over and use it.
I have played only the early ages. Wich has only one improvent type (TILEIMP_ANCIENT_CITY_ONE). And it worked! Now i am making some modifications to fit into you Wonder code wich i dont think it will take long. And i am also fixing the bug that it was going to appear in the late ages (wich has more than one imp type) wich i found with you comment about the last code.

Quote:
Also, do all those units really knock off a population point?
Ooops that is a customization to my mod wich a pop should equal 1,000 (i cant change the UI :doitnow and infantry units takes a pop off the city but also adds when disbanded (remember this cod )
[/QUOTE]
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Pedrunn is offline  
Old July 29, 2002, 17:10   #370
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
Quote:
Originally posted by Immortal Wombat

(btw, in the roads thing at the end, here:
Code:
if(!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_ROAD))
	 		&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_RAILROAD))
 			&&!TileHasImprovement(tmpLoc, TerrainImprovementDB(TILEIMP_MAGLEV))) {
you need && instead of || I think.)
you are right and that also pointed me to a mistake i did wich was going to happen in the late ages (I didnt play so far yet).

Quote:
Originally posted by Immortal Wombat
I had originally intended to rework it completely, I can't follow BlueO's code very easily at all. But my version crashes the game, so I would have had to start again anyway...
Does it work??
If so, then fantastic I'll check it over and use it.
I have played only the early ages. Wich has only one improvent type (TILEIMP_ANCIENT_CITY_ONE). And it worked! Now i am making some modifications to fit into you Wonder code wich i dont think it will take long. And i am also fixing the bug that it was going to appear in the late ages (wich has more than one imp type) wich i found with you comment about the last code.

Quote:
Also, do all those units really knock off a population point?
Ooops! that is a customization to my mod wich a pop should equal 1,000 (i cant change the UI though :doitnow: ) and infantry units takes a pop off the city but also adds when disbanded (remember this code ) .
For others mods i think just the settlers units should be in the code
Attached Files:
File Type: slc as_blueo.slc (42.6 KB, 2 views)
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand

Last edited by Pedrunn; July 29, 2002 at 17:18.
Pedrunn is offline  
Old July 29, 2002, 19:17   #371
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
Hmm, I had to do some fixing, adding, altering etc. to get it to fit with 5 styles of suburb, and there were some things that needed a bit of alteration from the goods to the tile improvements.

Also, I have allowed the pillaging of suburbs - it turns them into razed ones. I figured if you can raze cities, you should be able to raze suburbs. You cannot raze your own, or neutral ones.
__________________
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
Immortal Wombat is offline  
Old July 30, 2002, 18:59   #372
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
That's really wierd. It seems to work ok... but the reducing city thing doesn't work, and sometimes the medieval age suburbs downgrade to ancient ones.

I'm a mite confused.
__________________
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
Immortal Wombat is offline  
Old July 30, 2002, 21:28   #373
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
What medieval age suburb?
Are you talking about my code or yours ???
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Pedrunn is offline  
Old July 31, 2002, 11:05   #374
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
medieval = BlueO's ancient age

That's in my code. Its wierd.

I was playing with one huge city to see what would happen. (I surrounded my city with water, science to 0%, PW to 100%) I got to 1300AD, and the AI sent a tank over in a helicopter and wiped me out. Urgh.
__________________
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
Immortal Wombat is offline  
Old July 31, 2002, 11:45   #375
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
Sorry, I got confused because i also cant get the cities to reduce. Probably it is just a coincidence.
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Pedrunn is offline  
Old July 31, 2002, 12:18   #376
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:56
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
Well, I'm now using a modified version of your code - it doesn't crash the game like mine does So its probably the same cause
__________________
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
Immortal Wombat is offline  
Old August 1, 2002, 09:18   #377
Pedrunn
Call to Power II Democracy Game
King
 
Pedrunn's Avatar
 
Local Time: 18:56
Local Date: October 31, 2010
Join Date: Jul 2001
Location: of Natal, Brazil
Posts: 2,555
The reducing city function worked fine in the good version expansion. But something went wrong when i turned it into the TI version
__________________
"Kill a man and you are a murder.
Kill thousands and you are a conquer.
Kill all and you are a God!"
-Jean Rostand
Pedrunn is offline  
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 17:56.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team