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 > idiot seeks help
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
sadistiq is offline sadistiq
Settler
USA
Jul 2001
time: 00:14
Question  Old Post 04-07-2001 03:17
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
idiot seeks help Support Apolyton, buy Galactic Civilizations

I've been playing this game for a while now and I'm getting pretty bored of building a massive empire and crushing the Mexican's warriors with my tanks. I know there's a way to modify the game to do things you want. I can barely operate a microwave.

If any one of you genius modifier's could help me out, all I really want to do is limit the technology to infantry, cannon, cavalry, ship of the line, ironclad, carack, and spy perhaps, sort of a civil war type deal.

Also I'd like to disable the wonders. I think they are useless in a game. The first time they were fun to watch the little movies, but now they just prevent me from being equal to enemy civs: either they have all of them, or I do.

I know there's probably a way to do this, so if anyone knows how and wanted to tell me I'd be really grateful .

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:14
  Old Post 04-07-2001 08:10 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

To remove the ability to build a unit, add the following lines

CantBuild
GLHidden

to each unit that you want removed - located in the units.txt file.

I do not know if that trigger will work for wonders - but if not (and I think those triggers will not work) do this...

Jack up the cost of the wonders to an obscene amount of production - in the wonders.txt file (to remove the temptation of building it yourself) and then go to

WonderBuildLists.txt

and remove all the offending wonders from the lists contained within that file so the AI will not build them either.

I have a Modders Guide at my site for download, which lays out a lot of the basics for Modwork through the text files - though a lot of the work is based on trial and error for whatever effect you want to accomplish.

http://www.mydocsonline.com
login: hexagonia
password: hextapul

A lot of stuff can be done through SLIC work, which I have no skill at though. There are others onsite (Immortal Wombat, Locutus, and Dale) who specialize in that.

And while there, if you are looking for a challenge, download Cradle and give it a try on at least 'Very Hard' , 'Raging Hordes', 8 civs.

sadistiq is offline sadistiq
Settler
USA
Jul 2001
time: 00:14
  Old Post 04-07-2001 08:43
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Thanks alot. One more idiot question, which is completly unrelated: when ever loading a map from the editor in game I crash back to the desktop. Only on downloaded maps though. Perhaps it's just my computer, but I was wondering if anyone had any insight into the matter.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:14
  Old Post 04-07-2001 16:22 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Check the size of each map when you download it. Most of OmniGod's maps are 210*210. This is not a default size, so you have to go into const.txt and change one of the map sizes (either gigantic, or the one you use least) to 210 210. This will let the game load it without error.

sadistiq is offline sadistiq
Settler
USA
Jul 2001
time: 00:14
Question  Old Post 19-07-2001 01:37
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton buy from Amazon

okay, so I have all of that going great. I can only build my cannons and cavalry and so forth, but the computer can still build machine gunners and artillery! I'll admit it adds a certain degree of difficulty, but it makes it really difficult to win a battle without 20 to 30 units. any help with this would be appreciated.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:14
  Old Post 19-07-2001 02:40 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Are you sure the AI was building them, or did it find them in goody huts (ruins). How many did it have?

sadistiq is offline sadistiq
Settler
USA
Jul 2001
time: 00:14
  Old Post 23-07-2001 04:24
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

exactly what i thought at first. so i went through the entire map and erased all of the ruins ( i hate those anyway ). the ai is building more than just one's they've found though. they have 12 artillery units fortified in their cities, machine gunners coming and filling my entire 3rd corps full of lead. this is vexing i realize, but then again that's nothing new for me!

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:14
  Old Post 23-07-2001 04:42 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Put an end to popups!

Do you want the techs restricted, or the allowable units restricted.

For now, I will assume you want to be able to get more advanced buildings and techs, so this is how to disable just the units.

Open scenario.slc, and add to it :

code:
void_f Setupunits (){ int_t POW_TYPE[]; int_t ForbiddenUnitNumber; ForbiddenUnit[0] = UnitDB(UNIT_ARTILLERY); ForbiddenUnit[1] = UnitDB(UNIT_MACHINE_GUNNER); ForbiddenUnit[2] = UnitDB(UNIT_FASCIST); ForbiddenUnit[3] = UnitDB(UNIT_WAR_WALKER); ForbiddenUnit[4] = UnitDB(UNIT_TANK); ForbiddenUnit[5] = UnitDB(UNIT_FUSION_TANK); ForbiddenUnit[6] = UnitDB(UNIT_ECO_WARRIOR); ForbiddenUnit[7] = UnitDB(UNIT_HOVER_INFANTRY); ForbiddenUnitNumber = 8; } int_f mod_CanCityBuildUnit(city_t theCity, int_t theUnit) { city_t tmpCity; unit_t tmpUnit; tmpCity = theCity; tmpUnit = theUnit; SetupUnits(); for(i = 0; i < ForbiddenUnitNumber; i = i + 1){ if(tmpUnit == ForbiddenUnit[i]){ return 0; } else{ return 1; } } }


Note, this is untried, untested, and incomplete!

You will need to fill in all the ForbiddenUnits, following the pattern, until all the forbidden units are listed, then count how many you have, and in the line
code:
ForbiddenUnitNumber = 8;

change 8 to the number of forbidden units.

This should stop everyone from building the listed units... Be aware there are probably simpler ways of doing this, but I don't know how.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:14.
Apolyton Time is 00:14.
    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.0459 seconds (88.94% PHP - 11.06% 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