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-General/Help/Strategy/Multiplaying-Archive > Construction Question
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
Aaragorn is offline Aaragorn
Settler

Jan 2003
time: 05:24
  Old Post 02-01-2003 22:28
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Construction Question Suffering from ads?

Hi All.
I'm currently using 1.35 Cradle.
Can anyone tell me if there is a setting which can be turned on so that when a city has built something I can get a pop up box telling me what has been built and asking me what I would like to build next?

I know you get a message sent under the message tab but I always forget to look there and a pop up box would be much more help?

Am I missing something obvious?
Any Help greatly appreciated.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:24
  Old Post 02-01-2003 22:51 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Remove this text

This is answered somewhat in the FAQ, question #43, but here it is,

quote:
Open the file ctp2_data\default\gamedata\script.slc. Now search for '38UnitCompletedQueueEmpty', '38BuildingBuiltQueueEmpty', '38WonderBuiltQueueEmpty' and '38EndgameBuiltQueueEmpty'. Insert the following line after these texts:

code:
Show();


Now you will get a pop-up message whenever there is an empty queue somewhere.


You can put that "Show();" underneath any of the messages and youll get a popup now.

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 02-01-2003 22:54 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Suffering from ads?

Edit: oops, crosspost. Oh well...

Open CRA_script.slc in a text editor and look for the following lines:

line 670: messagebox '38UnitCompletedQueueEmpty' {
line 684: messagebox '38BuildingBuiltQueueEmpty' {
line 698: messagebox '38WonderBuiltQueueEmpty' {
line 712: messagebox '38EndgameBuiltQueueEmpty' {

For each of these lines, you should insert the following line right below it:

Show();

This will make the messages pop-up when they appear, but only if the build queue is empty. When there is still soemthing else in the build queue, they still won't pop up. If you do want this as well, repeat the process for the following lines:

line 663: messagebox '38UnitCompleted' {
line 677: messagebox '38BuildingBuilt' {
line 691: messagebox '38WonderBuilt' {
line 705: messagebox '38EndgameBuilt' {

(This is assuming you're the default version of Cradle. If you use Ultra Gigantic Maps or whatever, you'll need to make the changes to a different file: CRA??_script.slc, where ?? is dependent on what variant(s) of Cradle you use. It can use CRA??_gamefile.txt files to find out which one(s) you need.)

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:24
Post  Old Post 02-01-2003 23:00 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Increase the size of your Attachments

quote:
Originally posted by Aaragorn
Can anyone tell me if there is a setting which can be turned on so that when a city has built something I can get a pop up box telling me what has been built and asking me what I would like to build next?


It is possible to add pop up messages, but actual I am not a big fan of pop up boxes, because I got a lot of them in Civ2, something like 150 to 200 each turn as I had the gold to rush by everything, at that point in the game it was already clear what I wanted to build next.

You use the build queues of your cities so you don't need tell your citiziens what to build each time something is finished, if you see a Barbarian near your city you can change the build queue, anyway.

Another thing is that you can cycle thourgh your not moved armies with o key. Are all units moved it will cycle thourch every city with the empty build queue. The names of cities with empty build queues is written in yellow. Alternatily you can cycle through your cities with the U key. (Actual I am more familiar with the o key.)

If these tips don't help you, you can still give the unit/building/wonder build messages pop up status. To do this go into your ..\ctp2_data\default\gamedata\ folder there you will find some files like:

CRA*_script.slc

The '*' can be any letter and note that it can be also more than one letter.

Open these files with any text editor of your choice e.g. NotePad, WritePad or EditPlus2. (I don't know which Cradle setting you are using in particular, each script.slc is for one or a group of these setups, so edit them all, and you edited the right one.)

Once you have such a file open search for something like 38UnitCompletedQueueEmpty.

Add to each of these BuildQueue empty messages the line:

Show();

See the wonder messages as example.

Of course you can also add the show function to the other complete something message boxes as well, if you like to be bothered when ever something is complete and the build queue is not empty.

-Martin

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 02-01-2003 23:02 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Got spare money?

triple crosspost

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 02-01-2003 23:04 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Increase Your PM Length

followed by a double post

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:24
  Old Post 02-01-2003 23:07 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Avatar Enlargement: We've got the solution

Sheesh, service indeed

Steven Bunn is offline Steven Bunn
Chieftain
London
Dec 2000
time: 05:24
  Old Post 03-01-2003 00:50
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Increase the size of your Attachments

Thanks Guys

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:24
  Old Post 03-01-2003 11:38
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Dauphin is offline Dauphin
Emperor
Caught in a tuna net
Jan 1970
time: 05:24
  Old Post 03-01-2003 17:25
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Put an end to popups!

Falling over yourselves to help a newbie - and Aaragorn isn't even a girl!

Dauphin is offline Dauphin
Emperor
Caught in a tuna net
Jan 1970
time: 05:24
  Old Post 03-01-2003 17:26
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Got spare money?

Hang on. I smell a DL.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:24
  Old Post 03-01-2003 17:34 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Suffering from ads?

Maybe he forgot his password... and then remembered the old one again and then forgot to post with the new login, makes sense.

Btw you wont find this kind of service in any other forum.

Aaragorn is offline Aaragorn
Settler

Jan 2003
time: 05:24
  Old Post 03-01-2003 18:12
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Well, I forgot my password and was at work so I created a new name and password, One for home and one for Work. Did I break a rule?
If so apologies...
By the way what is a DL?

And you're quite right you are a great community to be playing in!

Aaragorn/Steve.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:24
  Old Post 03-01-2003 18:25 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

DL = Double Login and they are not permitted, although everyone probabaly has one ... i dont. Unless someone tells the moderators its unlikely theyll see this thread and ban your other login anyway.

Dauphin is offline Dauphin
Emperor
Caught in a tuna net
Jan 1970
time: 05:24
  Old Post 03-01-2003 19:01
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Lose 30 kilos (of popups)

True, this forum has a service with a smile.

MarkG likes DL's as long as nobody actually uses them. It makes the registered users figure look impressive.

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 03-01-2003 19:33 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Help yourself to an AD-FREE life

Actually, I had noticed it but already figured Steve had just forgotten his password and was willing to just act as if my nose was bleeding as long as noone else noticed it. But I guess that's not possible anymore (thanks a lot, SD )...

So, Steve/Aaragorn, as Maq explained, you're only allowed to have one login per person on this site. Don't worry, it's not a big deal as you obviously didn't do it intentionally or abused your second account (DL) in any way. But I will have to contact the owners about this and they'll probably want to have one of those accounts deleted/disabled. Which one would you like to keep?

quote:
Originally posted by Maquiladora
Unless someone tells the moderators

One of the moderators had already posted in this thread 3 times before you posted that

Aaragorn is offline Aaragorn
Settler

Jan 2003
time: 05:24
  Old Post 03-01-2003 19:42
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Browse Apolyton AD-FREE

Could I keep Aaragorn please.
Sorry about all the hassle!

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

Steve/Aaragorn

What was the solution in your other thread? Was it a missing file, or did you not have Cradle 1.3 on your setup?

Just curious...trying to make sure that my files are working correctly.

(I guess this means that Cradle 1.35 is up at my site)

Aaragorn is offline Aaragorn
Settler

Jan 2003
time: 05:24
  Old Post 03-01-2003 21:44
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Suffering from ads?

Hex, Can you tell I'm new to all this??

I'd not read the instructions properly and had only downloaded 1.5, I've now downloaded 1.3 as well and everything is currently running well.............

I've even managed to get the production pop up boxes working now so I'm feeling quite proud of myself!

Looking forward to a good weekends gaming, can't believe I bothered for so look to try to fall in love with civ3 when so much hard work has been done by you guys to make CTP2 so much better........ ;-)

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:24
  Old Post 03-01-2003 21:55 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by Locutus
One of the moderators had already posted in this thread 3 times before you posted that


Actually you had posted 3 times but before he let his second login be known, so i wasnt to know you were still tracking it
[/pedant]

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:24
  Old Post 03-01-2003 22:02 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#21 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Locutus reads every word ever posted on every CtP1/2 forum.
spoiler(highlight to read):

(It's quite sad really)

Dauphin is offline Dauphin
Emperor
Caught in a tuna net
Jan 1970
time: 05:24
  Old Post 03-01-2003 22:12
Edit/Delete Message Reply w/Quote
#22 Report this post to a moderator
Full PM-box? Change here!

quote:
Originally posted by Aaragorn
Could I keep Aaragorn please.
Sorry about all the hassle!



You might want to keep the Steven Bunn account (with posts and login date) and change the account name to Aaragorn once Aaragorn is deleted.

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 03-01-2003 23:46 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#23 Report this post to a moderator
Support Apolyton or Terrorists Win

SD,
Too late, Steven Bunn is perma-banned now. (Of course, it could be changed if necessary (if Markos is willing) but he only had like 7 posts or something...)

quote:
Originally posted by Immortal Wombat
spoiler(highlight to read):

(It's quite sad really)



spoiler(highlight to read):
At least I have a life next to the time I spend here on the forums, unlike some people :-P ;-)

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:24
  Old Post 03-01-2003 23:51 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#24 Report this post to a moderator
Avatar Enlargement: We've got the solution

I haven't a clue who you're talking about

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:24
  Old Post 04-01-2003 01:25 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#25 Report this post to a moderator
Increase the size of your Attachments

quote:
Originally posted by Aaragorn
Hex, Can you tell I'm new to all this??
I'd not read the instructions properly and had only downloaded 1.5, I've now downloaded 1.3 as well and everything is currently running well.............

No problem, I clarified the website info so that this won't happen again.

You did unzip 1.3 first and then unzip 1.35 over the existing files, didn't you???? Otherwise you will be playing 1.3.

Just checking.

Hope you enjoy the mod.

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

quote:
Originally posted by Locutus
but he only had like 7 posts or something...)


Wow just 7 posts for a Cheftain, so I just wonder how many post I need in that case to be a diety.

If my calculation is correct then it would be just 2334 posts.
Well we should keep it at 10001, inflation is not good.

-Martin

Engineer_J is offline Engineer_J
Settler

Dec 2002
time: 05:24
  Old Post 04-01-2003 04:49
Edit/Delete Message Reply w/Quote
#27 Report this post to a moderator
Support Apolyton buy from Amazon

What? No DL? Well I was Engineer before, but forgot my password and I think it was my old email. Could I get Engineer back? I like that more then Engineer_J

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:24
  Old Post 04-01-2003 06:07
Edit/Delete Message Reply w/Quote
#28 Report this post to a moderator
Support Apolyton buy from Amazon

I am a king now so i am quite old around here but i am also a TL.
I have one that was my first but forgot my password i believe i never posted with it and the other one was from the time i was a civ3er enthusiastic. I never used those logins after i created this last one. Although i have clearly annouce my other logins before i never wanted to loose those posts with them
I think you was to hard on Steven Bunn's specially because he had already posted 7 times. This mean we are never going to see these polls again. Thats said.

By The Way,

Welcome to the CTP2 community and to Apolyton, Aaragorn
I hope you enjoy here

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:24
  Old Post 04-01-2003 13:06
Edit/Delete Message Reply w/Quote
#29 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

so who has (is) HuangDi, i want that name (since we're kinda on the subject

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:24
  Old Post 04-01-2003 15:32 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#30 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Martin,
Steven Bunn had something like 50 posts, but when I checked his history, I only found 7 or so. The other ones were probably made a long time ago in OT or some other part of the site of which the records have been lost. So although his postcount has effectively been reset, he's only loosing 7 posts from his history. He's loosing 50 posts from his PC over this, while I know someone who lost more than 4000 posts over less... (Heck, I lost more than 60 posts due to a software upgrade once)

Engineer,
First, if you still have access to your old email address, you can get your old password mailed to you.

Failing that, if you contact MarkG or DanQ about this issue (my advice: try DanQ first) and provide them with the necessary details, they may be able to help you with that.

Pedrunn,
I'm just doing my job here: enforce the rules set by this site's owners - even if I don't always agree with them. Aaragorn was (unknowningly) breaking the rules, so action had to be taken. I always try to be as lenient as possible in these forums, but I have to draw a line somewhere. If only to prevent my goodwill from being abused or to prevent the owners from regarding me incompetent/negligent and 'firing' me (which *has* happened to others in the (not too distant) past)...

Your situation is slightly different: you had an old account ages ago (when the DL detection tools where a lot less advanced and these forums didn't have a dedicated mod yet) and only used it a few times (if ever). Then you created a completely new account and have never used the old one again. Had your DL been detected early on, it would have been restricted, but like I said, the available tools were less advanced in those days. Would you start using the old account again today without warning a mod about this in advance, it would most likely be detected pretty soon and one of your accounts (you wouldn't get to choose which one, like Aaragorn) would be deleted/permanently disabled, the other one sent on a vacation.

Aaragorn OTOH was using 2 accounts at the same time and he was doing it today, now the DL detection tools are much more efficient. The chance of his DL eventually being detected by MarkG, Ming or MtG is pretty big, and they wouldn't hesitate to ban both accounts (one permanently, the other temporarily). So I'm not only enforcing the rules, I'm also preventing Aaragorn for getting punished for something without knowing that he did anything wrong...

Last edited by Locutus on 04-01-2003 at 15:41

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