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 > Civilization: Call To Power > CtP-Multiplaying > OFT #2 game - part 3
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
12.Sep: `CTP CHALLENGE LADDER` - SEPTEMBER UPDATE
09.Sep: EARLY BUILD SPRITE EDITOR
02.Aug: `SUPERLEAGUE` SIGN-UP
CivGroups
Call to Power Multiplayer (59): Not a Member - Join
Call to Power PBEM (67): Not a Member - Join

bottom of page
  - CIVILIZATION: CALL TO POWER @ GAMESTOP $9.99 - CIVILIZATION: CALL TO POWER @ AMAZON $9.99
Author
Thread   
Pages (9): [ <<   6   7   8   9   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Mathemagician is offline Mathemagician
King
Darmstadt, Hessen, Germany, Europe, Earth, Solar System, Alpha-Quadrant, Milky Way
Sep 2002
time: 06:32
  Old Post 24-04-2005 05:15
Edit/Delete Message Reply w/Quote
#241 Report this post to a moderator
Lose 30 kilos (of popups)

if at all, i guess the AI would just randomly choose something in the message boxes and browse the boxes in order of appearence. might result in choosing Agriculture or something.
or maybe Hatschy designed the mod so that only human players get the messages.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 24-04-2005 06:00
Edit/Delete Message Reply w/Quote
#242 Report this post to a moderator
Remove this text

quote:
Originally posted by Mathemagician
me
you mean if AI chooses a tech ? dont think so.


I am going to for simply my own devious plans, try altering this scenario

I would like to see how hard it would be to start with several settlers and then say at advance "X" each city spawns 2 settlers

I will play with it

it would be neat

I would have it happen only once

if possible

I wonder if say it was technocracy and you picked that as your free tech would it be wiser to start the game as a city spawning 2 additional settlers or wait for say 20 cities to be built and have an advance which would now give you 60 cities? (well the 20 cities you have "X: 2 settlers per city..

hmm..

what if one could make it a randomly generated advance..maybe say somewhere in the renaissance age?


Im just contemplating is all Math

I know of several slic functions that I have that give me marines or tanks once that advance is discovered


I am wondering allowed maybe I well I will post a link in th creation forum to here

I am thinking you could tie it to a ruin maybe maybe similiar to a golden age type find

I wil let ya know

Gramps

Mathemagician is offline Mathemagician
King
Darmstadt, Hessen, Germany, Europe, Earth, Solar System, Alpha-Quadrant, Milky Way
Sep 2002
time: 06:32
  Old Post 24-04-2005 06:05
Edit/Delete Message Reply w/Quote
#243 Report this post to a moderator
Support Apolyton, buy Civilization 2

there is a random number function you can use, creation functions for units and cities, so this should all work.
if you somehow get to trigger anything off a ruin i would be interested to know. the problem is catching the ruin event. i dont know if this is possible.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 24-04-2005 06:50
Edit/Delete Message Reply w/Quote
#244 Report this post to a moderator
Remove this text

quote:
Originally posted by Mathemagician
there is a random number function you can use, creation functions for units and cities, so this should all work.
if you somehow get to trigger anything off a ruin i would be interested to know. the problem is catching the ruin event. i dont know if this is possible.


yeah

I wish we could have randomly regenerated ruins

I guess what I am trying to do is make it so if you didnt choose an advance to start with with this you wouldnt know when it would happen kind of the luck of the draw

in games I have played with wonders allow something that gave you economics in a substantially quicker time where you could switch wonders or another production could be a game breaker opener..

Gramps

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 25-04-2005 00:36
Edit/Delete Message Reply w/Quote
#245 Report this post to a moderator
Suffering from ads?

I was looking through the SLIC in this, how hard is it to change to provide several free techs?

I use these for strictly single player pleasure and no resale is ever done so we dont need lawyers I hate lawyers to sign any waivers and such

Thanks Gramps

Mathemagician is offline Mathemagician
King
Darmstadt, Hessen, Germany, Europe, Earth, Solar System, Alpha-Quadrant, Milky Way
Sep 2002
time: 06:32
  Old Post 25-04-2005 02:16
Edit/Delete Message Reply w/Quote
#246 Report this post to a moderator
Full PM-box? Change here!

didnt look into it now, but granting a tech is rather easy. there is a function GrantAdvance i think. of course you can make it arbitrarily complex to choose a set of advances to grant.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 25-04-2005 02:35
Edit/Delete Message Reply w/Quote
#247 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

quote:
Originally posted by Mathemagician
a function GrantAdvance

I'll check it out

I am learning a little and one thing I learned was a little something wrong =disaster!

In addition I saw where you had add warrior

at the bottom of the SLIC it has

code:
Add a warrior to the first city? // messagebox 'OFT: Do you want a warrior to be added to the first city each player builds?' { MessageType("CIVILIZATION"); DisableClose(); Button(ID_BUTTON_NO) { Kill(); } Button(ID_BUTTON_YES) { Kill(); oft_addwarrior = 1; oft_player = 1; while (oft_player <= 8) { oft_citycount = Cities(oft_player); if (oft_citycount >= 1) { SetCityByIndex(1, oft_player, 0); CreateUnit(oft_player, UnitType("UNIT_WARRIOR"), city.location, 0); } oft_player = oft_player + 1; } }


To increase the number of warriors would you increase the above number to "2" from "1" where it says oft_player=oft_player +1?

-OR-

oft_addwarrior=1 and change that number to "2"?

Mathemagician is offline Mathemagician
King
Darmstadt, Hessen, Germany, Europe, Earth, Solar System, Alpha-Quadrant, Milky Way
Sep 2002
time: 06:32
  Old Post 25-04-2005 02:39
Edit/Delete Message Reply w/Quote
#248 Report this post to a moderator
Tired of ads?

do you know about the SLIC documentation on the apolyton page ? it's here under modification.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 25-04-2005 02:42
Edit/Delete Message Reply w/Quote
#249 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Mathemagician
do you know about the SLIC documentation on the apolyton page ? it's here under modification.


yes but I was trying to see by asking someone whom had been through this if I was on right page Math..

Thanks

I will check it out in the meantime

Appreciate the help

Gramps

M. Darkheart II is offline M. Darkheart II
Warlord

Apr 2005
time: 05:32
  Old Post 26-04-2005 19:24
Edit/Delete Message Reply w/Quote
#250 Report this post to a moderator
Increase the size of your Attachments

You guys still need a replacement?

Mathemagician is offline Mathemagician
King
Darmstadt, Hessen, Germany, Europe, Earth, Solar System, Alpha-Quadrant, Milky Way
Sep 2002
time: 06:32
  Old Post 26-04-2005 19:43
Edit/Delete Message Reply w/Quote
#251 Report this post to a moderator
Inflate your Upload Space

this game's been dead for so long. dont think a simple replacement will do.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:32
  Old Post 27-04-2005 01:06
Edit/Delete Message Reply w/Quote
#252 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by Mathemagician
this game's been dead for so long. dont think a simple replacement will do.


i agree

Darkheart
if you would like maybe we can do a one on one

let me know

Gramps

"Just luvin to play"

 
Pages (9): [ <<   6   7   8   9   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:32.
Apolyton Time is 00:32.
    top of page
Rate This Thread:
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.0392 seconds (88.15% PHP - 11.85% MySQL) with 41 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