Thread Tools
Old December 18, 2000, 10:05   #1
Albert B
Warlord
 
Albert B's Avatar
 
Local Time: 18:50
Local Date: October 30, 2010
Join Date: Dec 2000
Location: Indianapolis, IN USA
Posts: 118
Can you randomize the computer personalities?
I've thought about this from time to time when playing but I haven't been able to find any information about it. In Civ I, you used to be able to hit either CTRL+R or ALT+R, I can't remember which, and it would randomize the personalities of the computer controlled civs. Once I became pretty good at winning my games, I used to always do this at the beginning of every game so that I wouldn't automatically know the goals of a given civ just because I knew what country they are. Instead of knowing that the Mongols or the Zulus would build monster army's if given the chance, you might find this trait in the normally peaceful Indian culture.

I don't want to just adjust a text file or anything like that, I want it to choose randomly, if possible. It makes embassies be a little more important or at least more fun than just using it for a chance to trade.

I figure you probably can't do this since I've found no mention of it before but hopefully someone will know something that can be done.

(ps. this and the often mentioned review map are the two things I really miss from civ I)

Thanks,

Albert
Albert B is offline  
Old December 18, 2000, 10:43   #2
Scouse Gits
lifer
Civilization II PBEMTrade Wars / BlackNova TradersGalCiv Apolyton EmpireApolytoners Hall of FameCivilization II Succession Games
Emperor
 
Scouse Gits's Avatar
 
Local Time: 23:50
Local Date: October 30, 2010
Join Date: Nov 1999
Location: Liverpool, United Kingdom
Posts: 6,344
As far as I am aware it has not been done, but it would be a trivial little program in just about any programming language to modify at random 21 triples of numbers in a text file (rules.txt) ... Any takers, if not I might just give it a whirl over Xmas ...



------------------
____________
Scouse Git[1]

"CARTAGO DELENDA EST" - Cato the Censor
"The Great Library must be built!"
"A short cut has to be challenging,
were it not so it would be 'the way'."
- Paul Craven
Scouse Gits is offline  
Old December 19, 2000, 01:14   #3
Albert B
Warlord
 
Albert B's Avatar
 
Local Time: 18:50
Local Date: October 30, 2010
Join Date: Dec 2000
Location: Indianapolis, IN USA
Posts: 118
Good idea, I never thought about writing my own program to do it. I was looking for an 'in-game' option. I'll have to look into to it. Thanks for the idea.
Albert B is offline  
Old December 23, 2000, 22:37   #4
Blaupanzer
lifer
Emperor
 
Blaupanzer's Avatar
 
Local Time: 19:50
Local Date: October 30, 2010
Join Date: Oct 2000
Location: Fairfax, VA
Posts: 3,810
Scouse Gits,

Go for it. I look forward to your results. Wonder if we will see any difference in advancement distribution based on scrambling their proclivities?
Blaupanzer is offline  
Old January 11, 2001, 22:48   #5
Albert B
Warlord
 
Albert B's Avatar
 
Local Time: 18:50
Local Date: October 30, 2010
Join Date: Dec 2000
Location: Indianapolis, IN USA
Posts: 118
Ok, I finally got myself to sit down and make the effort to do this. The zip file can be found here.

No more knowing the attributes of you AI opponents just because you know which civ it is.

The zip file includes a lame readme file, the executable, a bat file that will call it then launch civ2 and a copy of the original rules.txt named rules.old.

The bat file will actually copy your existing rules.txt to rules.dat the first time it is run.

If you have any questions, comments or suggestions please let me know.

Thanks,

Albert B
Albert B is offline  
Old January 12, 2001, 06:12   #6
Scouse Gits
lifer
Civilization II PBEMTrade Wars / BlackNova TradersGalCiv Apolyton EmpireApolytoners Hall of FameCivilization II Succession Games
Emperor
 
Scouse Gits's Avatar
 
Local Time: 23:50
Local Date: October 30, 2010
Join Date: Nov 1999
Location: Liverpool, United Kingdom
Posts: 6,344
Thanks Albert B - dowloaded successfully - will try out later...


------------------
____________
Scouse Git[1]

"CARTAGO DELENDA EST" - Cato the Censor
"The Great Library must be built!"
"A short cut has to be challenging,
were it not so it would be 'the way'."
- Paul Craven
Scouse Gits is offline  
Old January 12, 2001, 07:39   #7
Julius Brenzaida
King
 
Julius Brenzaida's Avatar
 
Local Time: 23:50
Local Date: October 30, 2010
Join Date: Aug 2000
Location: Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Posts: 1,171
Another great idea !
Nice job !

I'll give it a try tonight.

------------------
Oh Man, when will you understand that your greatness lies in your failure - Goethe
Julius Brenzaida is offline  
Old January 20, 2001, 02:43   #8
donwebb
Settler
 
Local Time: 23:50
Local Date: October 30, 2010
Join Date: Dec 2000
Location: Guelph, Ontario, Canada
Posts: 12
quote:

Originally posted by Albert B on 01-11-2001 09:48 PM
Ok, I finally got myself to sit down and make the effort to do this. The zip file can be found here.
The zip file includes a lame readme file, the executable, a bat file that will call it then launch civ2 and a copy of the original rules.txt named rules.old.
If you have any questions, comments or suggestions please let me know.
Albert B


Sorry, I'm from the side of the aisle where people think an autobat.exe is the CEO of the company that makes Batmobiles. Is there a way of incorporating part of your randomizer into a temporary rules.txt file for use on my Mac G3? Or perhaps as a separate file I can install and de-install manually? Just curious.
donwebb is offline  
Old January 22, 2001, 10:11   #9
Albert B
Warlord
 
Albert B's Avatar
 
Local Time: 18:50
Local Date: October 30, 2010
Join Date: Dec 2000
Location: Indianapolis, IN USA
Posts: 118
quote:

Originally posted by donwebb on 01-20-2001 01:43 AM
Sorry, I'm from the side of the aisle where people think an autobat.exe is the CEO of the company that makes Batmobiles. Is there a way of incorporating part of your randomizer into a temporary rules.txt file for use on my Mac G3? Or perhaps as a separate file I can install and de-install manually? Just curious.


I don't have much experience with macs but the main program if called rules.exe. When it is run, it reads rules.txt and creates a file called test.txt which actually has the new randomized values. If you can run the executable then you should be able to rename the test.txt file to rules.txt then use it. The other part of the program is just a batch file that runs the exe, creates a one time copy of your rules.txt file for future reference and then copies the new rules.txt file over the old one. If you want, I can email you just the executable 'rules.exe' to see if it works for you. Let me know. Also, if there is something I don't have straight about how the mac would use this, let me know and I'll try to help if I can.
Albert B 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 19: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