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 > CRADLE 1.33 (Final update)
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 (5): [ 1   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Wittlich is offline Wittlich

Emperor
A Wyandot lost in "The City" SF,CA
Dec 2000
time: 21:22
  Old Post 22-09-2002 20:56
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Browse Apolyton AD-FREE

Nevermind, I figured out where the file needed to go Thanks again

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

Here is where the file should go:

Call to Power\ctp2_data\default\gamedata\

if anyone esle is having the same problem.
I will send a e-mail to hex if he doenst post here soon.

stankarp is offline stankarp
Prince
australia
Feb 2002
time: 05:22
  Old Post 23-09-2002 15:16
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Hi Pedrunn.

I'll have a go at the code for looting tile improvements but please be specific, say write one for me and I'll copy the rest.

BTW, what does ADG stand for?

thanks

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 23-09-2002 17:10
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Terrain Improvements Possibilities Suffering from ads?

ADG is a user that was around a couple of days ago, And he asked for a code wich gives PW to a player that replace a cetain TI for another. You will find the code for it here:
http://apolyton.net/forums/showthre...&threadid=61781

About the code you asked, i have just finished it and is attached in this post. This is how you edit it:

You will find lines like that for every Craddle TI (these are for the maglevs and railroads as you see:

code:
PEDRUNN_PILLAGED_IMPROVEMENT[] = TerrainImprovementDB(TILEIMP_PASTURE); PEDRUNN_PILLAGE_BONUS[] = 0; PEDRUNN_PILLAGED_IMPROVEMENT[] = TerrainImprovementDB(TILEIMP_FARMS); PEDRUNN_PILLAGE_BONUS[] = 0; PEDRUNN_PILLAGED_IMPROVEMENT[] = TerrainImprovementDB(TILEIMP_ADVANCED_FARMS); PEDRUNN_PILLAGE_BONUS[] = 0; PEDRUNN_PILLAGED_IMPROVEMENT[] = TerrainImprovementDB(TILEIMP_HYDROPONIC_FARMS); PEDRUNN_PILLAGE_BONUS[] = 0; PEDRUNN_PILLAGED_IMPROVEMENT[] = TerrainImprovementDB(TILEIMP_TRADING_POST); PEDRUNN_PILLAGE_BONUS[] = 0;


1) You need to fill for every one of this lines the bonus you want(PEDRUNN_PILLAGE_BONUS[]). Note that according to the lines is set to 0.
The cost in PW of the TI can be found in the CRA_tileimp.txt if you want some reference).

2) Give a growing number starting from 0 in the [].

It has to look like this:
code:
PEDRUNN_PILLAGED_IMPROVEMENT[0] = TerrainImprovementDB(TILEIMP_PASTURE); PEDRUNN_PILLAGE_BONUS[0] = 10; PEDRUNN_PILLAGED_IMPROVEMENT[1] = TerrainImprovementDB(TILEIMP_FARMS); PEDRUNN_PILLAGE_BONUS[1] = 20; PEDRUNN_PILLAGED_IMPROVEMENT[2] = TerrainImprovementDB(TILEIMP_ADVANCED_FARMS); PEDRUNN_PILLAGE_BONUS[2] = 30; PEDRUNN_PILLAGED_IMPROVEMENT[3] = TerrainImprovementDB(TILEIMP_HYDROPONIC_FARMS); PEDRUNN_PILLAGE_BONUS[3] = 40; PEDRUNN_PILLAGED_IMPROVEMENT[4] = TerrainImprovementDB(TILEIMP_TRADING_POST); PEDRUNN_PILLAGE_BONUS[4] = 50;

wich means pastures gives 10 PW, Farms give 20, adv farms 30, hydroponic farms 40 and trading posts 50.

Any question i am here.
I tested and it is working. You just have to work in these bonus

PS: J ByTheWay, you application is really useful
Any chance that it coudl fill the arrays for us
Would be another beig help.

Attachment: cra_pillagebonus.slc
This has been downloaded 3 time(s).

Last edited by Pedrunn on 23-09-2002 at 17:20

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:22
  Old Post 23-09-2002 17:45 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Re: Terrain Improvements Possibilities Support Apolyton, pre-order Civilization IV

quote:
Originally posted by Pedrunn
PS: J ByTheWay, you application is really useful
Any chance that it coudl fill the arrays for us
Would be another beig help.


Possibly, and I've had another idea to make it more useful, too. Though to doo that I'd probably have to steal code from CTPEd (not that that's a bad thing).

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:22
  Old Post 23-09-2002 18:16 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Avatar Enlargement: We've got the solution

Pedrunn,

Since there are several alterations that did need to be addressed for 1.33, email me any files you have altered and added. What I will do is rebundle my main download with the fixed files and give it the designation 1.331, and then bundle all the fixed files as a separate download, so people do not have to redownload the main file.

And if anyone else has any last-second suggestions/bug reports, post here ASAP.



quote:
Originally posted by The Rusty Gamer
Hexagonia,
Thanks for a great mod. I've never got completely through a game yet cos a new version comes along so the old save is incompatable, however I've always enjoyed it.

I noticed that we often start with different techs. Is that a random thing or is it related to the civ we choose or is it a standard feature in all mods?

Here's hoping that 1.331 will allow you to finish a game.

The techs are random at the start of the game. Open CRA_diffDB.txt for a breakdown of which advances you have a chance of getting.

Last edited by hexagonian on 23-09-2002 at 18:23

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 23-09-2002 20:41
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Support Apolyton buy from Amazon

I had some trouble attaching files in my e-mail so here is the file. I hope you dont mind.

Here are the fix:

City Expansion:

1) Correct version of the city expansion (version 2.2).

Wonders:
(IW, You did not answered me but i did it anyway)

2) Wonders TI will be created in the right after the wonder is built rather then next turn.

3) Subneural Ads (rational thought) is removed after a wonder is created rather than the player have it for a turn.

*_tileimp.txt:

4) ProductionTime of the wonders are set to 1 rather than 0 to support changes on the wonders code. I used the tileimp.txt's from the zip you attached in the Craddle Thread (thought to be the latest version).

PS: I had no time to test the wonder code changes so you should do it before making the new craddle update public. And IW may want to see it first.
- Pedrunn

Attachment: cra_fix.zip
This has been downloaded 6 time(s).

Hermann the Lombard is offline Hermann the Lombard
Prince
Hoboken, NJ, USA
Jun 1999
time: 00:22
  Old Post 24-09-2002 01:37
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

My hard drive died.

I just reinstalled everything--and I do mean everything--to get back up to Cradle 1.32 with Cradle 1.2 in reserve. Assume that I want to try 1.33(1) without screwing up the Succession Games. My assumption is that I need to create a second CTP2 directory in parallel to the first, duly patched and modded. Correct?

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:22
  Old Post 24-09-2002 01:54 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Or unzip Cradle 1.33 elsewhere, make all the CRA_ prefixes into CRA33_ prefixes, and make it a different version of Cradle, then drag it all back into the correct folder structure again.

Pedrunn, why does the production time need to be 1?

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 24-09-2002 02:00
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
Support Apolyton or Terrorists Win

because while i was testing if production times was 0 it was only placed finished in the next turn. Didnt you experienced that?

With ProductionTime as 1. it is placed in the same turn and gets finished through slic.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:22
  Old Post 24-09-2002 02:13 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
Browse Apolyton AD-FREE

quote:

Didnt you experienced that?

I did, I figured ProductionTime=1 would be the same. *shrug*

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 24-09-2002 02:44
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Yet the function finish improvements dont work below the CreateImprovement (actually from my experience i do belive nothing works below this event

So i had to create a whole new event handler to finish those.

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:22
  Old Post 24-09-2002 02:50 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Increase Your PM Length

Pedrunn or Wombat

I'm getting a syntax error (line 356) in the revised CRA_wonders.slc file. Everything else is OK. Pedrunn, what did you change in that file?

Also, is there a way to disable the City Expansion SLIC whan a player builds a settler/nomad? Somehow, I do not think that a player should be penalized with a bad tile because he built a settler/nomad. I've noticed that when a player gets back up to 6, the bad tile is not replaced - but he gets another suburb tile.

This ends up being a double penalty for growth.

Having a Expansion tile ruined by war is a different story though.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 24-09-2002 03:20
Edit/Delete Message Reply w/Quote
#44 Report this post to a moderator
Support Apolyton, buy Civilization 2



No matter how much you reevise it. those syntax errors just keep coming.

I did exacly what i have post before. Here is the same zip with the fixed wonder code and city expansion without the ruins from building settler.

Attachment: cra_fix.zip
This has been downloaded 11 time(s).

The Rusty Gamer is offline The Rusty Gamer
Prince
Christchurch, New Zealand
Apr 1999
time: 17:22
  Old Post 24-09-2002 09:01 Visit The Rusty Gamer's homepage!
Edit/Delete Message Reply w/Quote
#45 Report this post to a moderator
Tired of ads?

Hexagonia,

I would like the option to be able to play with or without the city expansion code. Is this possible please (perhaps another choice or two on the modswapper list)?

stankarp is offline stankarp
Prince
australia
Feb 2002
time: 05:22
  Old Post 24-09-2002 13:03
Edit/Delete Message Reply w/Quote
#46 Report this post to a moderator
Support Apolyton buy from Amazon

Hi David (aka Hexagonia)

Any chance of modifying the frenzy mode to make an AI more responsive to bribes and threats, particularly if it is weaker than you or just lost a large city or army?

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:22
  Old Post 24-09-2002 19:10 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#47 Report this post to a moderator
Support Apolyton buy from Amazon

Pedrunn,

Thanks, the files worked fine - anyone wanting to temporarily update 1.33 can use his files that he attached to this thread. I will bundle everything up and post it in a few days as a official update (so there will be some time to catch any other problems) I will also add a Modswapper setup without City Expansion (using the standard 1.33 files) If you want all the other Cradle options without City Expansion, you will have to do the fix on your setup.

RE: Frenzy
The basis of Frenzy is when the AI reaches a certain level of hate, it will send troops against the human player. Cradle has settings that allow the AI to focus more on attacking the human player too (not related to the Frenzy code). This is by design, because I wanted an AI that countered my own playing style (peaceful, somewhat isolationistic builder)

Frenzy is an imperfect solution to this whole issue of human/AI relations - I had been asking for an alternative to the code, but no-one has been able to get it to work yet.

stankarp is offline stankarp
Prince
australia
Feb 2002
time: 05:22
  Old Post 25-09-2002 02:51
Edit/Delete Message Reply w/Quote
#48 Report this post to a moderator
Support Apolyton buy from Amazon

Hi Hex,

I thought you could achieve it by changing some of the values. There must be value attached to existing proposals such as give map, gold, city, advance. I dont know if there is a value set for loosing a stack but there must also be one for loosing a city because the readme says this raises hate level. Couldnt we access the values and simply raise them so loosing a city and getting a map has an impact. At the moment, once the AI reaches critical hate level, there appears to be no other solution but to wipe it out. Holding reception could also be worth more.

It seems to me if the values were simply changed, then you would end up with a situation where an AI who is hammered would accept a peace proposal for a while, but would go back on the war path once you became aggressive again.

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:22
  Old Post 25-09-2002 06:54 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#49 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Actually, in my last game, this very thing did happen...

I was fighting a two front war with the Minoans and the Romans. Rome was the big threat, and they were marching a ton of units against me. Minoa was weaker than me, but I didn't have the forces that I needed to wipe them out and at the same time defend against Rome. So I hammered Minoa a bit, offered them peace, and was able to focus on Rome. The suprising thing was that Minoa actually kept the peace for a long time and I was able to work up several tech deals with them - eventually they did attack me again. Of course I neglected my borders with them, but this was because they were very peaceful for such a long time...

BTW, this was at about 500-600 turns into the game, so the game and the AIs were fully established.

What I picked up from that encounter was that it is better to deal from a position of strength. The AI does have more respect for strength, and will usually bow when threatened. If you are weaker than the AI, it will treat you with arrogance, and it is easier for the AI in that situation to even ignore good relations. (This is actually historical too - more so in the past)

Part of the problem is that I do not want a lovie-dovie AI, because this then becomes an easily-exploited AI.

What you may want to take a look at is the CRA_civilsation.txt file to see what each civ has for a personality, and then look at the CRA_pesonalities.txt file to see how those personalities work themselves out. Cetain civs are more prone to aggressiveness than others. You can customize those settings on your setup and see what happens.

I do know that you can adjust the hate level higher or lower in the SLIC file, and there are probably numbers somewhere that set what each action creates in hate level points, though I do not think it is part of that SLIC file.

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 25-09-2002 20:22 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#50 Report this post to a moderator
Increase Your PM Length

Quick question

Does this last update include both visible wonders and city expansion

Does it include Advance after capture code ??

Wittlich is offline Wittlich

Emperor
A Wyandot lost in "The City" SF,CA
Dec 2000
time: 21:22
  Old Post 25-09-2002 20:58
Edit/Delete Message Reply w/Quote
#51 Report this post to a moderator
Suffering from ads?

quote:
Originally posted by SMIFFGIG
Quick question

1. Does this last update include both visible wonders and city expansion?

2. Does it include Advance after capture code ??


1. Yes and Yes

2. No (at least I don't think so)

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 25-09-2002 22:36 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#52 Report this post to a moderator
Increase Your PM Length

cheers wittlich, download time me thinks

Ill add advance capture thingie myself and make it 25% chance as in C:CtP

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 25-09-2002 22:47
Edit/Delete Message Reply w/Quote
#53 Report this post to a moderator
Support Apolyton buy from Amazon

SMIFFGIG, It is already. I changed after your comment in that thread

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 25-09-2002 22:51 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#54 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

oh right cool

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:22
  Old Post 25-09-2002 23:27 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#55 Report this post to a moderator
Suffering from ads?

Well, I guess I can announce that the discussed fixes are at my site...

Download here

The designation for Cradle will now be 1.33a - and all Modswapper versions will have 1.33a as part of the name.

These fixes are only for the Visible Wonders and City Expansion SLICs. There is also a new 1.33a version without City Expansion.

As for any additional SLICS, I'm going to hold off on adding them for the moment, but I will urge players to add whatever SLICS they want to add to their own setup - at the same time, I ask that players report back on how those SLICS are doing in a gameplay situation. The same for the new SLICs in Cradle 1.33a...

Players may want to make a personal Modswapper setup with these new SLICS, especially for multiplay or Succession games.

To do so, duplicate one of the (CRA..._)gamefile.txt files and rename it with a prefix of your choosing. Open that file and see which (CRA..._)script.slc file is listed. Duplicate that (CRA..._)script.slc file file and also rename it - and rename that entry within your new (CRA..._)gamefile.txt

Place the new SLIC file in the ctp2_data/default/gamedata folder, then open up your new (..._)script.slc file and at the bottom of the file add an entry for your new SLIC. (Follow the example of the other entries.)

If the SLIC is more complex (for instance, it uses a str_txt file or also alters a text file), I leave it to the SLIC creator to fill you in on that aspect

If there is a lot of positive feedback for a SLIC, I will officially update Cradle with it.

Last edited by hexagonian on 25-09-2002 at 23:35

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 26-09-2002 01:51 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#56 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

I really want to play your mod now modswapper is working for me....... but when i installed that patch 1.33a i get errors in CRA_tileimp.txt finilizing with a Init Database error or something


before i installed that patch i managed to get all the way to the selecting my civ screen however i didnt bother starting a game cause i wanted to update, im sure it would of worked

anyway please can you tell me whats wrong

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:22
Post  Old Post 26-09-2002 02:09 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#57 Report this post to a moderator
Support Apolyton or Terrorists Win

SMIFFGIG could you give us an error message, so that we don't have to guess. OK my guess is that it has something to do with strings, so the string database might be now not OK.

-Martin

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 26-09-2002 02:16 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#58 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Martin you know your stuff

It gets just over half way loading then says the following

CRA_tileimp.txt:2786: Expected string ID

CRA_tileimp.txt:2786: Warning: required field Statusbar missing

CRA_tileimp.txt:2786: Warning: required field Level missing

Unable to Init the Databases.

And thats it

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 26-09-2002 02:26 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#59 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Pedrunn i just downloaded ur Advance from city capture and it says its 50% chance at the top of the SLIC file, have u just forgot to change it or something ???

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:22
  Old Post 26-09-2002 02:28 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#60 Report this post to a moderator
Re: Terrain Improvements Possibilities Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Note that this quote is from a lot of posts ago:

quote:
Originally posted by Pedrunn
PS: J ByTheWay, you application is really useful
Any chance that it coudl fill the arrays for us
Would be another beig help.


I have arranged this (more or less). See http://apolyton.net/forums/showthre...&threadid=62876

Last edited by J Bytheway on 26-09-2002 at 02:38

 
Pages (5): [ 1   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:22.
Apolyton Time is 00:22.
    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.0744 seconds (92.47% PHP - 7.53% 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