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 > Ruins
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 (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 13-03-2003 22:48 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Ruins Support Apolyton buy from Amazon

I have in recent weeks I made some code to get land and sea mines to work in ctp2.

I have however generated code to randomly put mines around the world as part of the AI rather feeble attempt at dealing with mines.

However this code has brought with it a possibility a complete overhaul of the ruins.

You have all see the rather buggy way CTP has with dealing with ruins. (Personally I like the getting of a archer when you are flying around in space ships or getting the advance of iron working).

We could also put new strings in but the question is what people would like to see

Here are a few suggestions

Ruins leading to maps
Ruins leading to death
Ruins leading to barbarians
Ruins leading to goods.
Ruins leading to other ruins

Well any more suggestions.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:26
  Old Post 14-03-2003 08:37
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Re: Ruins Suffering from ads?

I havd been thinking on doing this for months. It is a terryfic idea. Even better than the so hard to implement mines one.
Hope you can come up with something.

quote:
Originally posted by The Big Mc
Ruins leading to maps
Ruins leading to death
Ruins leading to barbarians
Ruins leading to goods.
Ruins leading to other ruins

Well any more suggestions.


But barbs which is the most difficult to implement is already implemented so no need and the I really cant understand the other ruins one

Death, map and goods are terrific ones The exacly things i would like to see in CTP2.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 14-03-2003 23:31 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Browse Apolyton AD-FREE

For the Brabs I think he meant to increase the number of Barbarians poping up from a hut. Actual the risk.txt should be the file for that problem.

-Martin

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:26
  Old Post 14-03-2003 23:41
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Help yourself to an AD-FREE life

Ruins that lead to death would add a pretty cool aspect to the game. I also like the idea of maps and other ruins.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 17-03-2003 22:22 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Inflate your Upload Space

yes its all reedy to add some events but i am having problems with the place tile imps command in slic any ideas.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 17-03-2003 23:13 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton buy from Amazon

The usual tile improvement can only placed on the map if the according player has enough PW and own the land.

-Martin

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 18-03-2003 00:31 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

The barbs have no public works so no ruins thanks.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:26
  Old Post 18-03-2003 02:59 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Got spare money?

code:
int_t tileimpcost; tileimpcost = 1000; // or whatever... player[2] = 0; SetPW(0, player[2].publicworkslevel + tileimpcost);

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:26
  Old Post 18-03-2003 05:16
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Or just:

code:
SetPW(0, 1000000000); Event: CreateImprovement(0, tmpLoc, tileimp, 0) SetPW(0, 0);

This will do the trick

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 18-03-2003 15:02 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Call to Power 2

I was going to ask that question :d

The only problem at the minuet is getting the ruins out side of some ones political boarders.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:26
  Old Post 18-03-2003 17:05
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Sorry, i did remembered this problem while writting the post but i had no time to tell you.

Only forts can be built out side of the borders.
So you will have to use the data of the forts in the tileimp.txt

code:
Level 1 Class:Structure1


And there is another limiting factor. You can only built a fotr outside the borders if you have the location in the sight of a unit. So you will have to create a unit in the TI location before placing it and then disband the unit.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 19-03-2003 01:52 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Lose 30 kilos (of popups)

Actual this are the special features of a fort:

code:
IntBorderRadius 2 SquaredBorderRadius 5


One of them gives some additional terrain for the civ that build it. The otherone allows to build it on neutral terrian.

So play with the stuff on your own.

-Martin

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 19-03-2003 14:02 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Suffering from ads?

nice one. i got it thanks

all I have to do is make a unit with a vision range of 9999(about all the map) then place the tile imp I was going to use called world taker which gives the hole map to the barbs planet my ruins which act a small forts allowing for them to be pillaged. Remove both the worldtaker and the unit.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 19-03-2003 22:26 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Enter the AD-FREE zone

You don't need such an extra unit just place a Barbarian bomber on the neighbor tile and there you are.

-Martin

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 20-03-2003 16:02 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Increase the size of your Attachments

yes I know I got the place ruin engine working a bit it just kills the game after the first turn but the ruins are present.

Zaphod Beeblebrox is offline Zaphod Beeblebrox
King
aachen, germany
Aug 1999
time: 05:26
  Old Post 22-03-2003 19:44
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Re: Ruins Support Apolyton buy from Amazon

quote:
Originally posted by The Big Mc
Ruins leading to death
Well any more suggestions.


starting a dark-fantasy mod? you shouldn't have opened that door withj the obscure runes on it? we might need an additionial type of alienunderwaterruins to be placed in deep ocean

to be serious:
that all sounds great, other (though very tricky) options might be, that you actually might find really importat ruins (pompeji, troja, ...), a ti might be placed there, which will bring you a big amount of trade (all those tourists), all nations will hate you, if you destroy that ...

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 24-03-2003 22:14 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Enter the AD-FREE zone

Great a Q&A session just what the shrink ordered.

quote:
Starting a dark-fantasy mod? you shouldn't have opened that door with the obscure runes on it? We might need an additional type of alien under water ruins to be placed in Deep Ocean


Well if there is dammed it is possible to make underwater ruins and yes there can even be a third or fourth ruin type. Triggering the same code of the land ones in fact all that is need is to add the lines that the ruin can be made underwater.

quote:
to be serious:
that all sounds great, other (though very tricky) options might be, that you actually might find really importat ruins (pompeji, troja, ...), a ti might be placed there, which will bring you a big amount of trade (all those tourists), all nations will hate you, if you destroy that ...


well that is wonders ruins and that will be done in time ( you know wonders form a bygone age like Stonehenge the sphinx things that were made before the birth of the Egyptian civ "allegedly").

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 24-03-2003 22:18 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Suffering from ads?

Well back to the main business end of this thread the ruins now work and are “virtually” undetectable (only detectible because I have not messed around with the glstrings.slc file).

They have some events tied up to them and I am getting reedy to launch the beta test ones I have a few more events put on to it as I only have gold and death tested.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 24-03-2003 22:29 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Remove this text

Any way does any one now how to pass variables into a string to appear in am massage box

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:26
  Old Post 25-03-2003 03:48 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

make them global, then put "{variablename}" in the string file. The {}s are the important thing.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 25-03-2003 14:38 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#21 Report this post to a moderator
Inflate your Upload Space

Right it has to be global now that’s what I am doing wrong.

great one now I can say

You have x bits of gold.

I also had a good idea for a new bad ruin

Cursed items

Put simply you pick up a small amount of gold eg 2 gold. However at the same time your gold gets to you nearest city a unknown virus starts up there (using the bio infect order).

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 26-03-2003 14:24 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#22 Report this post to a moderator
Browse Apolyton AD-FREE

Well I am a bit upset about this thread is started of with the comment any ideas and nobody has had one is everybody wanting the beta to come out before making there own ruin plug-in.

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

Hey this is great
any chance of being able to use the un-used ctp2 ruins?

Also i love the idea of ruins

revealing Sarounding area

and

giving contact with another Civ

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:26
  Old Post 26-03-2003 18:10
Edit/Delete Message Reply w/Quote
#24 Report this post to a moderator
Lose 30 kilos (of popups)

I am interested in this indeed.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 26-03-2003 19:19 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#25 Report this post to a moderator
Inflate your Upload Space

giving contact with another Civ

good idea

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 27-03-2003 17:46 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#26 Report this post to a moderator
Increase the size of your Attachments

Well here is the full list of ruin events the x and y after the event stand for

X code generated ( not all strings are generated if code is)

Y strings generated


Unit dead x
Gold x
Attack y
Map x
Heal x
Goods x
Nothing y
Injury x
Dirty gold y
Pop or slave y
Ancient exhibit y
Advance y
Unit y

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 27-03-2003 17:47 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#27 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Here are the strings for them if you have any recommendation fell free to give them.

mcr_unitdead "sir the group we sent in to cheek the ruins has not reported back it is the only logical conclusion we have left is that the group meet with a un-know fate."

mcr_gold "sir are group come back with gold plunder worth {gold}"

mcr_attack "sir the group have come into difficulty as they have disturbed robbers who were looting the ruins."

mcr_map "sir the group have come back carrying old Documents which reveal in detail the local area"

mcr_heal "sir the group reports that they meet with a group of friendly locals they gave the group supplies in exchange for directions to your nearest city"


mcr_goods "sir the group reports that they ruins were full of {thegood.namr}"


mcr_nothing "sir the group reports that the ruins have long since been plundered"

mcr_hurt "sir the group we sent into the ruins have been involved in an accident when unstable material fell on them damaging the overhaul combat efficiency of the unit in combat"

mcr_exsibit "sir searching the ancient ruins we find nothing except some decorative pieces these pieces could be made in to a exhibit to show are technological marvel."

mcr_dirtygold "sir searching the ancient ruins we find a small amount of gold in the form of. however also found in the ruins was a documant saying that the people who plunder the runs will suffer."

mcr_advace "sir searching the ancient ruins we notice this ruins dependency of {the advance} using information we now know {the advance}."

mcr_unit "sir searching the ancient ruins we find a small defensive group the group claims they salvaged the most up to date units from a small raiding party which came they pledge allegiance to you in exchange for the safe evacuation of there families to your nearest city."

mcr_pop "sir searching the ancient ruins we find a small village the people in this village are keen to join your empire but what do you want to do with them"

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 27-03-2003 17:48 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#28 Report this post to a moderator
Got spare money?

The contact with other civs will have to go I can’t get the string right for it. However it will be replaced with the meeting with a traveller who gives you the civs map.

I also started work on giving a settler. Note that you won’t get a city because they are often badly placed.

Note I will add the unused ctp ruins to the start up routine for the beta.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 31-03-2003 20:29 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#29 Report this post to a moderator
Full PM-box? Change here!

it s beta time

Well I know that the advance does not work and the exhibition but tell me what you thick of them.

to install just pile it all into your gamedata folder put the #include bit in the scenario file and then put the strings into an existing scen_str file then put the two ruins tile imps before the normal ruins entry.

well that’s how to install it let me know what you think.

Attachment: ruins.zip
This has been downloaded 3 time(s).

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:26
  Old Post 01-04-2003 07:06
Edit/Delete Message Reply w/Quote
#30 Report this post to a moderator
Increase Your PM Length

I will give a look in this

 
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:26.
Apolyton Time is 00:26.
    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.0620 seconds (90.81% PHP - 9.19% 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