From 634d2ba440fecdb92a852a68fb3b589a49fd628b Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 28 Jun 2009 18:05:27 +0000 Subject: [PATCH] New EXE Release (Build: 3042) New Features ------------ - Spread Patterns MOD o TableData/SpreadPattern.xml & additional (optional) Tag in TableData/Items.xml Bugfixes -------- o Mine income was not correctly initialized in GameSettings o Need for soldier sleep was calculated wrong o Stop Time when Skyrider arrives in the destination sector o On "sell all" also unreachable items were sold o Stop time compression when shipment and email arrives o Fixed duplication of items from shipment. This bug occured, when loading a savegame with at least 2 depending shipment orders o Re-enabled stealing from delivery sector (ja2_options.ini: STEALING_FROM_SHIPMENTS_DISABLED) o Re-enabled & externalized chance that whole shipment is lost (ja2_options.ini: CHANCE_OF_SHIPMENT_LOST) o Re-enabled delivery from John Kulba git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1159 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++-- gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml | 6 +++--- gamedir/Data/Ja2_Options.INI | 7 +++++-- gamedir/Data/TableData/Map/ShippingDestinations.xml | 6 +++--- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 0ddc3eb5f..cf1cfc20a 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -422,12 +422,15 @@ CAN_SELL_ALT_LMB = TRUE PRICE_MODIFIER = 10 ;****************************************************************************************************************************** -; Disables Pablo stealing things if set to TRUE +; Item shipment settings ;****************************************************************************************************************************** -; Default value is false +; Should the stealing from shipments (in Drassen this is Pablo) be disabled? STEALING_FROM_SHIPMENTS_DISABLED = FALSE +; Set the chance in percentage of whole shipment lost from Bobby Ray +CHANCE_OF_SHIPMENT_LOST = 10; + ;****************************************************************************************************************************** ; Game progress weights ; Range: 0-100% diff --git a/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml b/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml index a86037d04..82bee411a 100644 --- a/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml +++ b/gamedir/Data-1.13/TableData/Map/ShippingDestinations.xml @@ -35,10 +35,10 @@ 7 Meduna - 0 - 0 + 3 + 14 0 - 0 + 10959 8 diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 6e5f102c5..dfe23c151 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -422,12 +422,15 @@ CAN_SELL_ALT_LMB = FALSE PRICE_MODIFIER = 10 ;****************************************************************************************************************************** -; Disables Pablo stealing things if set to TRUE +; Shipment delivery settings ;****************************************************************************************************************************** -; Default value is false +; Should there be a chance that stealing of shipment items (in Drassen it will be Pablo) should be enabled? STEALING_FROM_SHIPMENTS_DISABLED = FALSE +; Set the chance in percentage that whole shipment will be lost. +CHANCE_OF_SHIPMENT_LOST = 10; + ;****************************************************************************************************************************** ; Game progress weights ; Range: 0-100% diff --git a/gamedir/Data/TableData/Map/ShippingDestinations.xml b/gamedir/Data/TableData/Map/ShippingDestinations.xml index a86037d04..82bee411a 100644 --- a/gamedir/Data/TableData/Map/ShippingDestinations.xml +++ b/gamedir/Data/TableData/Map/ShippingDestinations.xml @@ -35,10 +35,10 @@ 7 Meduna - 0 - 0 + 3 + 14 0 - 0 + 10959 8