Thread Tools
Old March 17, 2002, 00:06   #1
EmperorMatthewI
Chieftain
 
EmperorMatthewI's Avatar
 
Local Time: 15:50
Local Date: October 31, 2010
Join Date: Mar 2002
Location: Beaumont, Texas, USA
Posts: 42
Status of WWII scenario
It's about half way done, but i'm using a 400x400 map for high detail. the biggest challenge will be putting down the Canadian and Soviet cities. The latter being the biggest pain in the rear 'cause its the largest country.

Also, I may need help with the SLIC code. I want to have messages pop up if you capture certain cities, i.e. Berlin, Moscow, Tokyo, Rome, London, or Washington (God forbid anyone to capture Washington again as in the WO 1812).

Whoever wants to help me with this can e-mail me at the following address:

Great2bdaking@aol.com
__________________
Emperor Matthew I

Patience is an asset, if your plan is world conquest.
EmperorMatthewI is offline  
Old March 18, 2002, 15:24   #2
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:50
Local Date: October 31, 2010
Join Date: Nov 1999
Location: De Hel van Enschede
Posts: 11,702
Sounds very cool... if you have a fast PC Anyway, if you need help with the SLIC code, feel free to post here or contact me (or others)...

Message popup on city capture (from the Alex scenario - this adds gold too):

Code:
HandleEvent(CaptureCity) 'AGPersepolis2_F' pre { 
int_t	tmpPlayer;
city_t	tmpCity;
	tmpCity = city[0];
	tmpPlayer = player[0];
	if (tmpCity.location == persepolisLoc) {
		if (tmpPlayer == 1) {
			AddGold(1, 15000);	// add 15000 gold
			Message(1, 'AGPersepolis2');
			DisableTrigger('AGPersepolis2_F');
		}
	}
}
__________________
Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery
Locutus is offline  
Old March 18, 2002, 15:36   #3
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 22:50
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
Note that that won't work unless you have already defind the city location (ie persopolisLoc) and the messagebox 'GPersepolis2'
__________________
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 March 19, 2002, 14:45   #4
ískallin
Call to Power II Democracy Game
Prince
 
ískallin's Avatar
 
Local Time: 09:50
Local Date: November 1, 2010
Join Date: Mar 2002
Location: ATM Hawera NZ
Posts: 616
EmperorMatthewI have you
have you coplyted the turnlength.txt
i so don't wan't to do that if someone else have it
i look forward to play your scenario
__________________
When it all comes to it, life is nothing more than saltfish - Salka Valka
ískallin 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:50.


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