New EXE Release (Build: 3042)

New Features
------------
- Spread Patterns MOD
o TableData/SpreadPattern.xml & additional (optional) <spreadPattern> 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
This commit is contained in:
Wanne
2009-06-28 18:05:27 +00:00
parent 00e256ed04
commit 634d2ba440
4 changed files with 16 additions and 10 deletions
+5 -2
View File
@@ -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%
@@ -35,10 +35,10 @@
<DESTINATION>
<uiIndex>7</uiIndex>
<name>Meduna</name>
<ubMapX>0</ubMapX>
<ubMapY>0</ubMapY>
<ubMapX>3</ubMapX>
<ubMapY>14</ubMapY>
<ubMapZ>0</ubMapZ>
<sGridNo>0</sGridNo>
<sGridNo>10959</sGridNo>
</DESTINATION>
<DESTINATION>
<uiIndex>8</uiIndex>
+5 -2
View File
@@ -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%
@@ -35,10 +35,10 @@
<DESTINATION>
<uiIndex>7</uiIndex>
<name>Meduna</name>
<ubMapX>0</ubMapX>
<ubMapY>0</ubMapY>
<ubMapX>3</ubMapX>
<ubMapY>14</ubMapY>
<ubMapZ>0</ubMapZ>
<sGridNo>0</sGridNo>
<sGridNo>10959</sGridNo>
</DESTINATION>
<DESTINATION>
<uiIndex>8</uiIndex>