From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32004 invoked by alias); 21 Aug 2004 04:33:56 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 31954 invoked from network); 21 Aug 2004 04:33:54 -0000 Received: from unknown (HELO mail3.panix.com) (166.84.1.74) by sourceware.org with SMTP; 21 Aug 2004 04:33:54 -0000 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id 39C3E981C4; Sat, 21 Aug 2004 00:33:54 -0400 (EDT) Received: (from kingdon@localhost) by panix5.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i7L4Xsk08181; Sat, 21 Aug 2004 00:33:54 -0400 (EDT) Date: Sat, 21 Aug 2004 04:35:00 -0000 Message-Id: <200408210433.i7L4Xsk08181@panix5.panix.com> From: Jim Kingdon To: mcdonald@phy.cmich.edu Cc: anbring@online.no, xconq7@sources.redhat.com In-reply-to: <4126A292.7000208@phy.cmich.edu> (message from Eric McDonald on Fri, 20 Aug 2004 19:17:06 -0600) Subject: Re: Three thoughts References: <002101c4870d$2dc7f420$05f74382@Rufus> <4126A292.7000208@phy.cmich.edu> X-SW-Source: 2004/txt/msg00981.txt.bz2 > In the case of the Standard game, you can tweak the > 'independent-density' table in 'lib/standard.g'. These values are per > 10000 cells. Hmm. This had been 100/0, but now is it 600/100 (depending on the terrain type). I had always imagined more independent cities made the game more interesting (because it gives you a reason to explore, rather than just moving units over vast stretches of empty terrain). But maybe I was wrong and there are downsides, like: * Too many units to move * Tilts the balance in favor of the human rather than the AI in human vs. AI games * Makes it too easy to move bombers around the world. Without all those independent towns to capture, you'd need to build bases, build carriers, and/or rely less on bombers. So yes, please do try changing that parameter back to 100 and let us know how it goes. We could either change it back in the main game, and/or make a variant. 2000-02-23 Stan Shebs * stdunit.g: Add more independent towns. Index: stdunit.g =================================================================== RCS file: /cvs/xconq/xconq/lib/stdunit.g,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** stdunit.g 28 Apr 1999 19:36:51 -0000 1.1 --- stdunit.g 23 Feb 2000 13:53:34 -0000 1.2 *************** *** 564,570 **** (* plains 40) ) ! (table independent-density (town plains 100)) (add land country-people-chance 90) (add plains country-people-chance 100) --- 564,574 ---- (* plains 40) ) ! (table independent-density ! ;; Most additional towns are in favorable terrain. ! (town plains 600) ! (town (desert forest mountains) 100) ! ) (add land country-people-chance 90) (add plains country-people-chance 100)