Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site forums as they ran on Ultimate Bulletin Board, 1998–2001. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 2005 site & forums

  Apolyton Civilization Site Forums
  Civ3-General/Suggestions
  Events in CivIII?

Post New Topic  Post A ReplyPost A Reply In A New Window

profile | register | preferences | faq | search next newest topic | next oldest topic bottom of page
Author Topic:   Events in CivIII?            Current Date/Time: May 15, 2000 17:45:15
Dracon
King
Lismore NSW, Australia
b.02-15-99
posted May 13, 2000 21:20   Click Here to See the Profile for DraconClick Here to Email DraconVisit Dracon's Homepage! Send a Message to UIN: 14879467
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
What kind of events would you all like for CivIII scenarios?
OrangeSfwr
Warlord
Pennsylvania
Feb 2000
posted May 13, 2000 22:04   Click Here to See the Profile for OrangeSfwrClick Here to Email OrangeSfwrVisit OrangeSfwr's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Another WWII would be AWESOME but it has to be the best scenario, well thought out and everything. And whole world, not just Europe. It'll only work with a bigger map though

Also, a good Vietnam War, Middle East (Israeli conflict), Cuban Missile Crisis, Roman empire, Korean War, and maybe some well thought out "future" wars. E.G. India/Pakistan, China/U.S., EU vs NAFTA? Imagination can lead us to some really cool scenarios. But I'd like to see many more historical ones as well. I love playing scenarios, but we have to be sure that they're never the same game twice.

------------------
~~~I am who I am, who I am - but who am I?~~~

Par4
Chieftain
Land o Golf
May 2000
posted May 13, 2000 22:59   Click Here to See the Profile for Par4  Send a Message to UIN: 73426191
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I could go for some war in the pacific scenarios. Iwo Jima, Guadalcanal all infantry scenarios with japanese machine gun nests no tanks. Battle of Midway. Lots of carrier warfare. As for future all kinds of stuff China vs US definately(peoples general good ground warfare for this) India and Pakistan would have to be set up with US world missle defense or its gonna be alot of nuking. EU vs russia, EU vs OPEC, EU vs NAFTA, EU vs US, EU vs Africa, EU vs every possible combination of countries in the world More ancient history ones too like the assyrian siege of jerusalem, alexanders conquest of persia, poleponisan(sp) war, punic wars, hun invasion, mongol invasion, construction of the great wall, hundred years war all kinds of stuff. Civ3 needs to be real open to mods like civ2.

------------------
I use this email
(stupid cant use hotmail)
gamma_par4@hotmail.com
Don't ask for golf tips
Your game will get worse

Dracon
King
Lismore NSW, Australia
b.02-15-99
posted May 13, 2000 23:14   Click Here to See the Profile for DraconClick Here to Email DraconVisit Dracon's Homepage! Send a Message to UIN: 14879467
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
what I meant is what kind of cool new events should they include for the events.txt script for scenario developers.
VetLegion
Warlord

Sep 1999
posted May 14, 2000 07:04   Click Here to See the Profile for VetLegionClick Here to Email VetLegion Send a Message to UIN: 67240726
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
double post, sorry
[This message has been edited by VetLegion (edited May 14, 2000).]
VetLegion
Warlord

Sep 1999
posted May 14, 2000 07:05   Click Here to See the Profile for VetLegionClick Here to Email VetLegion Send a Message to UIN: 67240726
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I understand what you mean.

I am not very familiar with civ2/CTP event capabilities. I am investigating it.

Perhaps the triggers are easy, I would like extensive creation possibilities, besides CreateUnit:

CreateCiv( location, other arguments.. )
CreateTile( location.. attributes )
CreateCity( owner... pop, etc )
CreateAdvisor( "AIfile.txt", or behaviour params )

maybe like this to allow extensability:
@start paramlist
@end paramslist
create( gameobject, paramlist )

where there would be a txt file gameobj.txt
with a name of the object and a list of variables that can be altered (and most should be):

gameobj.txt
; note! caps are a must-obey!

@start City
owner_civ
location
population
improvement
citygold
@end City

@start Civ
gold
tech_accumulated
name
mindset ; human or AI
@end Civ
end of gameobj.txt

so for example in scenario file to create rome:
@start paramlist
owner_civ=Romans
name=Rome
location=70,50
pop=10000
improvement=none
@end paramlist
create( City, paramlist )

This is a model that would allow a parser to create game objects that are defined in gameobj.txt (which is a simplified .h file, with only those things allowed to modify)
A developer should update that file whenever he adds an game object (component) to the game engine.

For triggers, I think they can be mostly divided to Build and Action triggers.
Build can maybe also be made independent of current game state (I mean amount of things implemented):
@paramlist
owner_civ=Germans
@end paramlist
if built( Unit, paramlist )
if built( City, ...
( similar with destroyed )

As for actions, there can be many, and if anyone can make a big list of them I would like it if he would post it

UnitMove, UnitAttack, TechDiscovered

Probably best to write down all civ2, ctp, smac triggers and to see if there is something to add.

As I said, I just started to learn the civ2/Civ2ToT macro language, so I am not sure what do they already have.

There is a plan to make a macro language in openciv3, so I am brainstorming here...

OrangeSfwr
Warlord
Pennsylvania
Feb 2000
posted May 14, 2000 10:49   Click Here to See the Profile for OrangeSfwrClick Here to Email OrangeSfwrVisit OrangeSfwr's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Sorry, I misunderstood what you meant about the Scenarios. Maybe I'll start a new thread about new Scenario's that could be included with Civ 3.

------------------
~~~I am who I am, who I am - but who am I?~~~

Dracon
King
Lismore NSW, Australia
b.02-15-99
posted May 14, 2000 17:30   Click Here to See the Profile for DraconClick Here to Email DraconVisit Dracon's Homepage! Send a Message to UIN: 14879467
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Yeah! What they could do is have AI presets that events can trigger off in another civ!
Think of the possibilities....
"King Hammurabi, after the tragic murder of his beloved wife, has vowed not to rest until he finds the killer." Then execute an AI preset that would change him from a Fair, Peaceful ruler into a Firm Militarist, emotionally empty and remorseless.
Or, it could represent a bribe of a leader. You could bribe or blackmail a leader to change his attitude. Or! In the future you could use a spy to implant a mind control chip that would change the enemy leader's attitude! The possibilities are endless!!!
Dracon
King
Lismore NSW, Australia
b.02-15-99
posted May 15, 2000 17:45   Click Here to See the Profile for DraconClick Here to Email DraconVisit Dracon's Homepage! Send a Message to UIN: 14879467
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I'm compiling a list of all the new events ideas I have.
Apolyton Civilization Site Forums
> > > Civ3-General/Suggestions Forum

next newest topic | next oldest topictop of page

All times are EDT

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A ReplyPost A Reply In A New Window
Hop to:

Contact Us
Apolyton Civilization Site

Powered by: Ultimate Bulletin Board, Version 5.44a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 2000.

Front Page | Civilization III | Dinosaurs | Civilization II | Call to Power | Call to Power II | Alpha Centauri | Alternative Civs | Misc | Links | About ACS | GameStats
GameLeague | Scenario League | Hodadian Award Central | Civilization Scenario Collection | Spanish CivII Site | Clash of Civs | CtP Maps