Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > CtP2-Creation/AI/Mods/Scenarios-Archive > Wonder Possibilities
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (13): [ <<   10   11   12   13   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 21-07-2002 04:07 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#361 Report this post to a moderator
Get a bigger avatar today!

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

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:18
  Old Post 21-07-2002 05:09 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#362 Report this post to a moderator
Tired of ads?

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

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 24-07-2002 11:35 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#363 Report this post to a moderator
Support Apolyton buy from Amazon

thanks

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:18
  Old Post 24-07-2002 19:34 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#364 Report this post to a moderator
Support Apolyton, buy Civilization 2

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

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 27-07-2002 03:41 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#365 Report this post to a moderator
Remove this text

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.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 28-07-2002 04:12 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#366 Report this post to a moderator
Support Apolyton

http://apolyton.net/forums/showthre...&threadid=57204

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 29-07-2002 09:04
Edit/Delete Message Reply w/Quote
#367 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

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:

Attachment: as_blueo.slc
This has been downloaded 1 time(s).

Last edited by Pedrunn on 29-07-2002 at 15:01

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 29-07-2002 21:57 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#368 Report this post to a moderator
Increase the size of your Attachments

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.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 30-07-2002 02:04
Edit/Delete Message Reply w/Quote
#369 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

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]

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 30-07-2002 02:10
Edit/Delete Message Reply w/Quote
#370 Report this post to a moderator
Suffering from ads?

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

Attachment: as_blueo.slc
This has been downloaded 1 time(s).

Last edited by Pedrunn on 30-07-2002 at 02:18

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 30-07-2002 04:17 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#371 Report this post to a moderator
Put an end to popups!

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.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 31-07-2002 03:59 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#372 Report this post to a moderator
Increase Your PM Length

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.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 31-07-2002 06:28
Edit/Delete Message Reply w/Quote
#373 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

What medieval age suburb?
Are you talking about my code or yours ???

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 31-07-2002 20:05 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#374 Report this post to a moderator
Browse Apolyton AD-FREE

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.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 31-07-2002 20:45
Edit/Delete Message Reply w/Quote
#375 Report this post to a moderator
Increase Your PM Length

Sorry, I got confused because i also cant get the cities to reduce. Probably it is just a coincidence.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 31-07-2002 21:18 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#376 Report this post to a moderator
Browse Apolyton AD-FREE

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

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 01-08-2002 18:18
Edit/Delete Message Reply w/Quote
#377 Report this post to a moderator
Put an end to popups!

The reducing city function worked fine in the good version expansion. But something went wrong when i turned it into the TI version

 
Pages (13): [ <<   10   11   12   13   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:18.
Apolyton Time is 00:18.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum 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
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0428 seconds (85.58% PHP - 14.42% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net