diff -urN glob2-0.9.1.orig/SConstruct glob2-0.9.1/SConstruct --- glob2-0.9.1.orig/SConstruct Sun Sep 2 05:14:53 2007 +++ glob2-0.9.1/SConstruct Mon Sep 10 00:17:39 2007 @@ -170,7 +170,7 @@ f = env.Install(new_dir, s) env.Tar(target, f) - PackTar(env["TARFILE"], Split("AUTHORS COPYING INSTALL mkdist README README.hg SConstruct syncdata syncmaps TODO")) + PackTar(env["TARFILE"], Split("AUTHORS COPYING INSTALL mkdist mkinstall mkuninstall README README.hg SConstruct TODO")) Export('env') Export('PackTar') diff -urN glob2-0.9.1.orig/data/SConscript glob2-0.9.1/data/SConscript --- glob2-0.9.1.orig/data/SConscript Sun Sep 2 05:14:54 2007 +++ glob2-0.9.1/data/SConscript Mon Sep 10 00:28:43 2007 @@ -13,6 +13,7 @@ env.Install(env["INSTALLDIR"] + "/applications", "glob2.desktop") env.Alias("install", env["INSTALLDIR"]+"/glob2/data") env.Alias("install", env["INSTALLDIR"]+"/applications") + PackTar(env["TARFILE"], "glob2.desktop") PackTar(env["TARFILE"], "SConscript") SConscript("fonts/SConscript") diff -urN glob2-0.9.1.orig/data/glob2.desktop glob2-0.9.1/data/glob2.desktop --- glob2-0.9.1.orig/data/glob2.desktop Thu Jan 1 01:00:00 1970 +++ glob2-0.9.1/data/glob2.desktop Fri Sep 7 12:48:22 2007 @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Globulation 2 +Comment=An innovative new strategy game +Exec=glob2 +Icon=glob2-icon-48x48 +Terminal=false +X-MultipleArgs=false +Type=Application +Categories=Application;Game;StrategyGame; +GenericName[en_US]= diff -urN glob2-0.9.1.orig/data/nicowar.default.txt glob2-0.9.1/data/nicowar.default.txt --- glob2-0.9.1.orig/data/nicowar.default.txt Thu Jan 1 01:00:00 1970 +++ glob2-0.9.1/data/nicowar.default.txt Fri Sep 7 12:48:22 2007 @@ -0,0 +1,89 @@ +/* + Copyright (C) 2007 Bradley Arsenault + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +*default + +growth_phase_unit_max 60 +skilled_work_phase_unit_min 20 +upgrading_phase_1_school_min 1 +upgrading_phase_1_unit_min 30 +upgrading_phase_1_trained_worker_min 5 +upgrading_phase_2_school_min 1 +upgrading_phase_2_unit_min 50 +upgrading_phase_2_trained_worker_min 5 +minimum_warrior_level_for_trained 1 +war_preperation_phase_unit_min 30 +war_preperation_phase_barracks_max 2 +war_preperation_phase_trained_warrior_max 60 +war_phase_trained_warrior_min 20 +fruit_phase_unit_min 40 +starvation_recovery_phase_starving_no_inn_min_percent 8 +starving_recovery_phase_unfed_per_new_inn 6 +no_workers_phase_free_worker_minimum_percent 10 +level_1_inn_units_can_feed 8 +level_2_inn_units_can_feed 12 +level_3_inn_units_can_feed 16 +growth_phase_units_per_swarm 10 +non_growth_phase_units_per_swarm 50 +growth_phase_maximum_swarms 4 +skilled_work_phase_number_of_racetracks 1 +skilled_work_phase_number_of_swimmingpools 1 +skilled_work_phase_number_of_schools 2 +war_preparation_phase_number_of_barracks 2 +base_number_of_hospitals 1 +war_preperation_phase_warriors_per_hospital 10 +base_number_of_construction_sites 2 +starving_recovery_phase_number_of_extra_construction_sites 2 +level_1_inn_low_wheat_trigger_ammount 5 +level_2_inn_low_wheat_trigger_ammount 8 +level_3_inn_low_wheat_trigger_ammount 17 +level_1_inn_units_assigned_normal_wheat 1 +level_2_inn_units_assigned_normal_wheat 3 +level_3_inn_units_assigned_normal_wheat 5 +level_1_inn_units_assigned_low_wheat 2 +level_2_inn_units_assigned_low_wheat 5 +level_3_inn_units_assigned_low_wheat 7 +base_swarm_units_assigned 3 +base_swarm_low_wheat_trigger_ammount 10 +base_swarm_hungry_reduce_trigger_percent 12 +growth_phase_swarm_worker_ratio 4 +non_growth_phase_swarm_worker_ratio 1 +base_number_of_explorers 3 +fruit_phase_extra_number_of_explorers 9 +base_swarm_explorer_ratio 1 +war_preperation_swarm_warrior_ratio 2 +upgrading_phase_1_inn_chance 10 +upgrading_phase_1_hospital_chance 5 +upgrading_phase_1_racetrack_chance 8 +upgrading_phase_1_swimmingpool_chance 8 +upgrading_phase_1_barracks_chance 15 +upgrading_phase_1_school_chance 5 +upgrading_phase_1_tower_chance 0 +upgrading_phase_2_inn_chance 6 +upgrading_phase_2_hospital_chance 5 +upgrading_phase_2_racetrack_chance 8 +upgrading_phase_2_swimmingpool_chance 8 +upgrading_phase_2_barracks_chance 20 +upgrading_phase_2_school_chance 5 +upgrading_phase_2_tower_chance 0 +upgrading_phase_1_units_assigned 8 +upgrading_phase_2_units_assigned 6 +upgrading_phase_1_num_upgrades_at_once 2 +upgrading_phase_2_num_upgrades_at_once 2 +war_phase_war_flag_units_assigned 15 +war_phase_num_attack_flags 2 diff -urN glob2-0.9.1.orig/data/nicowar.txt glob2-0.9.1/data/nicowar.txt --- glob2-0.9.1.orig/data/nicowar.txt Thu Jan 1 01:00:00 1970 +++ glob2-0.9.1/data/nicowar.txt Fri Sep 7 12:48:22 2007 @@ -0,0 +1,30 @@ +/* + Copyright (C) 2007 Bradley Arsenault + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +//These are customizations of Nicowar, designed to give more unpredictability to its actions + +// warrush, causes Nicowar to attack earlier and puts heavier early-warrior deployment +*warrush +minimum_warrior_level_for_trained 0 +war_preperation_phase_unit_min 5 +war_preperation_phase_barracks_max 3 +war_phase_trained_warrior_min 5 +war_preparation_phase_number_of_barracks 3 +base_number_of_explorers 6 +war_phase_war_flag_units_assigned 5 +war_phase_num_attack_flags 3 diff -urN glob2-0.9.1.orig/mkinstall glob2-0.9.1/mkinstall --- glob2-0.9.1.orig/mkinstall Thu Jan 1 01:00:00 1970 +++ glob2-0.9.1/mkinstall Mon Sep 10 00:15:40 2007 @@ -0,0 +1,29 @@ +#!/bin/sh + +# +# USE THIS SCRIPT FOR INSTALLATION +# +# While the script calls "scons install", the targets must be built first (the +# install script does this, but then fails to install data, only the executable). +# To avoid it from incorrectly installing, use this script, "./install" instead +# of running "scons install" to install the files compiled for playing. +# + + +echo " ----------------------------------------------------" +echo " Installing distribution files" +echo " ----------------------------------------------------" +echo "" +scons #build the files in preperation for installation +echo "" +echo " ----------------------------------------------------" +echo " Remove any old files that are installed" +echo " ----------------------------------------------------" +echo "" +scons -c install #remove the files from their default directories for any previous installation +echo "" +echo " ----------------------------------------------------" +echo " Built distribution files" +echo " ----------------------------------------------------" +echo "" +scons install #install the files to their default directories \ No newline at end of file diff -urN glob2-0.9.1.orig/mkuninstall glob2-0.9.1/mkuninstall --- glob2-0.9.1.orig/mkuninstall Thu Jan 1 01:00:00 1970 +++ glob2-0.9.1/mkuninstall Mon Sep 10 00:15:40 2007 @@ -0,0 +1,16 @@ +#!/bin/sh + +# +# OPTIONAL: USING THIS SCRIPT FOR UNINSTALLATION +# +# This script simply calls "scons -c install" from the source directory of +# the package, nothing fancy. The command can be run itself, but "./uninstall" +# is easier to remember and more openly viewed (being a file in the directory +# as apposed to a feature in scons). +# + +echo " ----------------------------------------------------" +echo " Uninstalling distribution files" +echo " ----------------------------------------------------" +echo "" +scons -c install #uninstall the files from their default directories \ No newline at end of file diff -urN glob2-0.9.1.orig/syncdata glob2-0.9.1/syncdata --- glob2-0.9.1.orig/syncdata Sun Sep 2 05:14:53 2007 +++ glob2-0.9.1/syncdata Thu Jan 1 01:00:00 1970 @@ -1,4 +0,0 @@ -#!/bin/sh -rsync -rzv yog.globulation2.org::glob2data-2007 data - - diff -urN glob2-0.9.1.orig/syncmaps glob2-0.9.1/syncmaps --- glob2-0.9.1.orig/syncmaps Sun Sep 2 05:14:53 2007 +++ glob2-0.9.1/syncmaps Thu Jan 1 01:00:00 1970 @@ -1,3 +0,0 @@ -#!/bin/sh -rsync -rzv yog.globulation2.org::glob2maps-2007 maps -rsync -rzv yog.globulation2.org::glob2campaigns-2007 campaigns