Changes for page Breaking Changes
Last modified by Michael Baumgardt on 2026/04/17 12:03
From version 122.2
edited by Chris Burtt-Jones
on 2024/06/04 10:18
on 2024/06/04 10:18
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -X4 Foundations Wiki.Modding Support.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. CBJ1 +xwiki:XWiki.cbj - Content
-
... ... @@ -4,13 +4,13 @@ 4 4 The following table provides an overview about all breaking changes. This should help you to make any necessary changes to restore compatibility of older mods with new versions of X4. 5 5 Feel free to drop a note if a certain breaking change is breaking your mod and you have difficulties finding a way to work around the issue. 6 6 7 -{{ info}}8 - ⚠The list of breaking changes does**NOT**cover changes in the provided/shipped scripts (for instance UI scripts like the ones located under ui/addons/XXX or ui/core/Lua). These scripts can change anytime without explicit notice. If you hook into one of these scripts or provide replacements for these, please check the script for possible breaking changes yourself.7 +{{note}} 8 +The list of breaking changes does **NOT** cover changes in the provided/shipped scripts (for instance UI scripts like the ones located under ui/addons/XXX or ui/core/Lua). These scripts can change anytime without explicit notice. If you hook into one of these scripts or provide replacements for these, please check the script for possible breaking changes yourself. 9 9 10 10 Further note that the list provides information about breaking changes which are in the pipeline of being released. This is meant merely as an informational heads up. Neither do mistake this as an announcement of that version becoming available soon nor take it for granted that such a change will go live. Any information provided for not yet released versions can change (and even be removed) prior to such version having seen the light of day. 11 11 12 12 As a final note, please be aware that issues introduced during the beta phase might not be explicitly mentioned in the list below, if things would only be broken in-between two beta versions. While we still aim to document any (potential) breaking change here, there might be circumstances for which we divert from that procedure (especially in case of only minor issues which are considered merely bugfixes rather than an intended behavior change). 13 -{{/ info}}13 +{{/note}} 14 14 15 15 {{warning title="UI modding considered unstable until further notice..."}} 16 16 Please note that UI modding must be considered **unstable** in the current version. While we are working hard to get the UI modding integration into a stable state, we might have to introduce larger backwards incompatibilities in the following patches. This means that you might have to modify any mod using UI modding capabilities to a larger extend to keep it compatible with certain patches. Still, we are doing our best not to unnecessarily break things for modders and certainly will announce such changes on this page here. ... ... @@ -18,474 +18,56 @@ 18 18 19 19 = Breaking Changes = 20 20 21 -{{toc scope="LOCAL" start="3"/}} 22 - 23 -=== Version 7.00 === 24 - 25 - 26 -(% class="table-striped" %) 27 -|(% colspan="1" style="width:117px" %) |(% colspan="1" style="width:119px" %) |(% colspan="2" style="width:1625px" %) 28 -|(% colspan="1" style="width:117px" %) |(% colspan="1" style="width:119px" %) |(% colspan="2" style="width:1625px" %) 29 -|(% colspan="1" style="width:117px" %)Assets|(% colspan="1" style="width:119px" %)7.00 Beta 7|(% colspan="2" style="width:1625px" %)**\assets\textures\fx\highway_fx_electric_02** was deleted and replaced with **\assets\textures\fx\fx_p2_electric_01** 30 -|(% colspan="4" style="width:117px" %)highway_fx_electric_02 is still available in "legacy" folder if needed 31 -|(% colspan="1" style="width:117px" %)Parameters|(% colspan="1" style="width:119px" %)7.00 Beta 7|(% colspan="2" style="width:1625px" %)**<aiflight><skills>**: **strafespeed**, **strafeacc**, **steeringspeed**, **steeringacc** moved to separate nodes; added support for min and max values 32 -|(% colspan="4" style="width:117px" %)((( 33 -//The four parameters used to represent flat factors applied to ships' properties with respect to their respective pilots' skill levels. Parameters moved to separate nodes with support for min and max values which, if supplied, scales the factor linearly if the affected ship's unmodified property is within min and max. Factor does not affect the ship if that property is below min.// 21 +|=((( 22 +Type 23 +)))|=((( 24 +Version 25 +)))|=((( 26 +Summary 34 34 ))) 35 -|(% colspan="1" style="width:117px" %)Scripts|(% colspan="1" style="width:119px" %)7.00 Beta 6|(% colspan="2" style="width:1625px" %)MD action **<set_holomap_target>** parameter change. 36 -|(% colspan="4" style="width:117px" %)((( 37 -//The **pantime** parameter has never actually done anything beyond turning panning on or making the transition instant. To make this clear it has been** **replaced with the boolean parameter **instant.**// 38 -))) 39 -|(% colspan="1" style="width:117px" %)Assets|(% colspan="1" style="width:119px" %)7.00 Beta 1|(% colspan="2" style="width:1625px" %)Renamed some material names and changed file paths for textures. 40 -|(% colspan="4" style="width:117px" %)((( 41 -(% style="color:#ffffff" %)//Some material names and texture paths were changed. Please DIFF the materiallibrary.xml from 6.20 with 7.0 to see the difference// 42 -))) 43 -|(% colspan="1" style="width:117px" %)(% colspan="1" %) 28 +|(% colspan="3" %)(% colspan="3" %) 44 44 ((( 45 -Scripts 46 -)))|(% colspan="1" style="width:119px" %)((( 47 -7.00 Beta 1 48 -)))|(% colspan="2" style="width:1625px" %)((( 49 -MD action **<set_presentation_cluster_persistence/>** now requires the cluster to be a presentation cluster. 30 +== 3.20 == 50 50 ))) 51 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 52 -((( 53 -// Previously it was possible to set normal clusters to be persistent presentation clusters which was an invalid state.// 54 -))) 55 -|(% colspan="1" style="width:117px" %)(% colspan="1" %) 56 -((( 57 -UI extensions 58 -)))|(% colspan="1" style="width:119px" %)((( 59 -7.00 Beta 1 60 -)))|(% colspan="2" style="width:1625px" %)((( 61 -**FFI**: RemoveBuildPlot() changed 62 -))) 63 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 64 -((( 65 -// The build plot's buildstorage is no longer removed implicitly. The buildstorage will instead be cleaned-up once it is empty and no ships are docked.// 66 -))) 67 -|(% colspan="1" style="width:117px" %)(% colspan="1" %) 68 -((( 69 -Assets 70 -)))|(% colspan="1" style="width:119px" %)((( 71 -7.00 Beta 1 72 -)))|(% colspan="2" style="width:1625px" %)((( 73 -**Some Split DLC materials moved to base game** 74 -))) 75 -|(% colspan="7" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 76 -((( 77 -// //"spl_p1_fx" AND "split_p1_hulltexture_01" were moved from Split DLC to base game 78 -))) 79 - 80 -=== Version 6.00 === 81 - 82 -(% class="table-striped" %) 83 83 |((( 84 -Libraries 85 -)))|((( 86 -6.00 Beta 7 87 -)))|(% colspan="2" %)((( 88 -Updated weights for ship groups in shipgroups.xml libraries of base game and all DLCs. 89 -))) 90 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 91 -((( 92 -//Previously some entries were lacking "weight" parameter, causing it to default to "1", which prevent adding new ships to the group with appropriate/configurable granularity.// 93 - 94 -//All groups should now have "weight" parameter added and old "weights" were updated to not have single-digit numbers.// 95 -))) 96 -|(% colspan="1" %)(% colspan="1" %) 97 -((( 98 98 Scripts 99 -)))|(% colspan="1" %)(% colspan="1" %) 100 -((( 101 -6.00 Beta 4 102 -)))|(% colspan="2" %)(% colspan="1" %) 103 -((( 104 -Changed conditions for **<event_player_travelmode_started> <event_player_travelmode_stopped> <event_player_travelmode_charge_started> <event_player_travelmode_charge_aborted>** to be raised. 105 -))) 106 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 107 -((( 108 -//The <event_player_travelmode_started>, <event_player_travelmode_stopped>, <event_player_travelmode_charge_started> and <event_player_travelmode_charge_aborted> events will no longer be raised if the player is a passenger on board a ship which enters or leaves travel mode. Previously these events would be raised whether the player was the pilot or a passenger. // 109 - 110 -//Scripts that need to check whether the player exits travel mode may also need to consider checking whether the player leaves the control seat using <event_player_stopped_control> since this will also result in travel mode stopping.// 111 -))) 112 -|(% colspan="1" %)(% colspan="1" %) 113 -((( 114 -Scripts 115 -)))|(% colspan="1" %)(% colspan="1" %) 116 -((( 117 -6.00 Beta 3 118 -)))|(% colspan="2" %)(% colspan="1" %) 119 -((( 120 -Changed result of **<find_object_surface>** action in the case of a failure 121 -))) 122 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 123 -((( 124 -//The 'posname' and 'rotname' result attributes of <find_object_surface> will now return null in the case of no valid surface position being found.// 125 - 126 -//Previously, it returned null only if there was a physics error. It however returned a valid, somewhat-random, position if physics were fine but it was still unable to find a suitable surface position. This position was often unsuitable to use for gameplay purposes so it is now null so the caller can handle the situation.// 127 - 128 -//The action itself has been improved to increase the chance of finding suitable surface positions.// 129 -))) 130 -|(% colspan="1" %)(% colspan="1" %) 131 -((( 132 -Scripts 133 -)))|(% colspan="1" %)(% colspan="1" %) 134 -((( 135 -6.00 Beta 1 136 -)))|(% colspan="2" %)(% colspan="1" %) 137 -((( 138 -Behaviour change for **<match_dock>** script component filter 139 -))) 140 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 141 -((( 142 -//<match_dock> nodes can now be used on container and walkablemodule classes without wrapping them in <match_content> nodes. 143 -This has introduced a new potential pitfall: If finding or counting contained components be wary that there may be multiple positive results, even if there is only one dockingbay. e.g. matching contents for a station will include the dockingbay but also its containing walkable module as that also contains the dockingbay. To only account for docking bays, also filter by dockingbay class.// 144 -))) 145 -|(% colspan="1" %)(% colspan="1" %) 146 -((( 147 -Scripts 148 -)))|(% colspan="1" %)(% colspan="1" %) 149 -((( 150 -6.00 Beta 1 151 -)))|(% colspan="2" %)(% colspan="1" %) 152 -((( 153 -Changed result attribute location for **<get_attackstrength>** 154 -))) 155 -|(% colspan="4" title="Background colour :" %)(% colspan="3" title="Background colour :" %) 156 -((( 157 -//The 'result' attribute of get_attackstrength has been moved into the new <result> subnode and renamed to 'total'.// 158 -))) 159 -|((( 160 -Assets 161 161 )))|((( 162 -6.00 Beta 1 163 -)))|(% colspan="2" %)((( 164 -Surface element **connections** are incompatible by default unless tagged as "**standard**", and also "**combat**" for non-missile, non-mining weapons 165 -))) 166 -|(% colspan="4" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %)(% colspan="3" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %) 167 -((( 168 -//Connection tags used to specify compatibilities in component templates between a ship or station module and engines or shields now additionally require the use of the "standard" tag matching weapon or turret logic. For weapons that are neither Missile Launcher nor Mining Laser, the tag "combat" is also required. 169 -Exception: special equipment that is deliberately not compatible with the majority of slots may use another tag instead of "standard", e.g. "highpower" for certain Terran weapons.// 170 -))) 171 -|(% colspan="1" %)(% colspan="1" %) 172 -((( 173 -Scripts 174 -)))|(% colspan="1" %)(% colspan="1" %) 175 -((( 176 -6.00 Beta 1 177 -)))|(% colspan="2" %)(% colspan="1" %) 178 -((( 179 -Changed behaviour of attribute **sortbygatedistanceto** when finding objects, discarding unreachable objects 180 -))) 181 -|(% colspan="4" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %)(% colspan="3" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %) 182 -((( 183 -//When finding components with attribute "sortbygatedistanceto", e.g. in <find_object>, any objects with a negative gatedistance (i.e. unreachable objects) are automatically excluded from the result.// 184 -))) 185 -|((( 186 -Scripts 187 -)))|((( 188 -6.00 Beta 1 189 -)))|(% colspan="2" %)((( 190 -**<event_player_owned_killed_object>** and **<event_player_owned_destroyed>** are now triggered before the corresponding **<event_object_destroyed>**, instead of afterwards. 191 -))) 192 -|(% colspan="4" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %)(% colspan="3" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %) 193 -((( 194 -//The order of events was adjusted, allowing handlers of <event_player_owned_killed_object> and <event_player_owned_destroyed> to access commander/subordinate relationship of the destroyed object.// 195 -))) 196 -|((( 197 -Cutscenes 198 -)))|((( 199 -6.00 Beta 1 200 -)))|(% colspan="2" %)((( 201 -Changed behaviour of **<angles>** in cutscenes 202 -))) 203 -|(% colspan="4" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %)(% colspan="3" data-highlight-colour="#f4f5f7" title="Background color : Light grey 100%" %) 204 -((( 205 -//The yaw and pitch nodes in <angles> are now correctly interpreted as values in degrees.// 206 -))) 207 - 208 ----- 209 - 210 -=== Version 5.00 === 211 - 212 -(% class="table-striped" %) 213 -|((( 214 -Parameters 215 -)))|((( 216 -5.00 Beta 1 217 -)))|(% colspan="2" %)((( 218 -**<controlpanel><entry>: minduration** removed, **maxduration** renamed to duration 219 -))) 220 -|(% colspan="7" %)(% colspan="3" %) 221 -((( 222 -//'minduration' was unused in X4, maxduration was and still is taken as the actual duration of control panel hacks. No functionality change.// 223 -))) 224 - 225 ----- 226 - 227 -=== Version 4.10 === 228 - 229 -(% class="table-striped" %) 230 -|(% colspan="1" %)(% colspan="1" %) 231 -((( 232 -UI extensions 233 -)))|(% colspan="1" %)(% colspan="1" %) 234 -((( 235 -4.10 Beta 7 236 -)))|(% colspan="2" %)(% colspan="1" %) 237 -((( 238 -**FFI**: SetMapRenderCargoContents(), SetMapRenderWorkForceInfo(), SetMapRenderCrewInfo() and SetMapRenderDockedShipInfos() deprecated 239 -))) 240 -|(% colspan="4" %)(% colspan="3" %) 241 -((( 242 -//The functionality represented by SetMapRenderCargoContents(), SetMapRenderWorkForceInfo(), SetMapRenderCrewInfo() and SetMapRenderDockedShipInfos() has been removed and the function was therefore stubbed.// 243 -))) 244 -|(% colspan="1" %)(% colspan="1" %) 245 -((( 246 -UI extensions 247 -)))|(% colspan="1" %)(% colspan="1" %) 248 -((( 249 -4.10 Beta 6 250 -)))|(% colspan="2" %)(% colspan="1" %) 251 -((( 252 -**FFI**: CustomGameStartPlayerProperty2 changed 253 -))) 254 -|(% colspan="4" %)(% colspan="3" %) 255 -((( 256 -//This struct was added in 4.10 Beta 2 and an additional member count was added in Beta 6.// 257 -))) 258 -|(% colspan="1" %)(% colspan="1" %) 259 -((( 260 -Parameters 261 -)))|(% colspan="1" %)(% colspan="1" %) 262 -((( 263 -4.10 Beta 3 264 -)))|(% colspan="2" %)(% colspan="1" %) 265 -((( 266 -Renamed **<stationinfobox>** to **<infobox>** 267 -))) 268 -|(% colspan="4" %)(% colspan="3" %) 269 -((( 270 -//Info box parameters are now shared across stations and ships. The node has a more generic name to reflect that.// 271 -))) 272 -|(% colspan="1" %)(% colspan="1" %) 273 -((( 274 -UI extensions 275 -)))|(% colspan="1" %)(% colspan="1" %) 276 -((( 277 -4.10 Beta 2 278 -)))|(% colspan="2" %)(% colspan="1" %) 279 -((( 280 -**FFI**: SetMacroMapPlayerSectorOffset() deprecated 281 -))) 282 -|(% colspan="4" %)(% colspan="3" %) 283 -((( 284 -//The functionality represented by SetMacroMapPlayerSectorOffset() has been removed and the function was therefore stubbed. Setting the gamestart properties "sector" and "offset" will affect the universe macro map instead directly.// 285 -))) 286 -|((( 287 -UI extensions 288 -)))|((( 289 -4.10 Beta 2 290 -)))|(% colspan="2" %)((( 291 -**FFI**: FilterComponentForMapMode() and SetMapObjectFilter() changed 292 -))) 293 -|(% colspan="4" %)(% colspan="3" %) 294 -((( 295 -//These functions were added in 4.10 Beta 1 and an additional boolean parameter allowentitydeliverymissionobject was added in Beta 2.// 296 -))) 297 -|((( 298 -Scripts 299 -)))|((( 300 -4.10 Beta 1 301 -)))|(% colspan="2" %)((( 302 -People related attributes of mission** <delivery> **node moved 303 -))) 304 -|(% colspan="4" %)(% colspan="3" %) 305 -((( 306 -//The <delivery> node of <create_mission> and <update_mission> has been changed to support a new <wares> subnode. The people related attributes: 'people' and 'skills' have been moved from the <delivery> node itself to a <people> subnode.// 307 -))) 308 -|(% colspan="1" %)(% colspan="1" %) 309 -((( 310 -Scripts 311 -)))|(% colspan="1" %)(% colspan="1" %) 312 -((( 313 -4.10 Beta 1 314 -)))|(% colspan="2" %)(% colspan="1" %) 315 -((( 316 -**$destructible.productions** replaced with $defensible.productions 317 -))) 318 -|(% colspan="4" %)(% colspan="3" %) 319 -((( 320 -//The $destructible.productions script property was removed and reimplemented as $defensible.productions meaning some old uses may no longer work unless the destructible is also a defensible. The old implementation functioned by finding the containing object of the destructible (including itself) to query for the production modules.// 321 -))) 322 -|((( 323 -Scripts 324 -)))|((( 325 -4.10 Beta 1 326 -)))|(% colspan="2" %)((( 327 -Removed script property **$object.spawnsourceseed** 328 -))) 329 -|(% colspan="4" %)(% colspan="3" %) 330 -((( 331 -//The spawnsource seed is no longer directly accessible by scripts. Use $component.seed, which will internally use the spawnsource seed if able. Note: An improvement is that .seed on objects without a spawnsource seed will now result in a value that differs between objects of the same macro, meaning it can now reliably be used for player property or job ships.// 332 -))) 333 - 334 ----- 335 - 336 -=== Version 4.00 === 337 - 338 -(% class="table-striped" %) 339 -|(% colspan="1" %)(% colspan="1" %) 340 -((( 341 -UI core 342 -)))|(% colspan="1" %)(% colspan="1" %) 343 -((( 344 -4.00 Beta 10 345 -)))|(% colspan="2" %)(% colspan="1" %) 346 -((( 347 -Controlled ship can change without a **gameplanchange-event** occurring. 348 -))) 349 -|(% colspan="4" %)(% colspan="3" %) 350 -((( 351 -//Before 4.00 Beta 10 it was ensured that there is no direct transition between the 'cockpit ui mode' of one ship to another. Instead, it was always ensured that the UI first transitions into the firstperson mode and then back into the cockpit mode (controlling then the other ship). 352 -In order to support the new emergency eject feature which was added in 4.00 Beta 7, this assurance was dropped. As of 4.00 Beta 10 it is now possible that the ship the player controls can swap without the gameplanchange-event being risen which one could rely upon in previous versions. If your addon relied on the fact that the ship would not change without first going into first person mode, you will have to adjust your addon accordingly.// 353 -))) 354 -|((( 355 -Scripts 356 -)))|((( 357 -4.00 Beta 7 358 -)))|(% colspan="2" %)((( 359 -Parameters of **<event_terraforming_project_succeeded>** and **<event_terraforming_project_failed>** changed 360 -))) 361 -|(% colspan="4" %)(% colspan="3" %) 362 -((( 363 -//Old params: param = project ID, param2 = were there positive side-effects?, param3 = were there negative side-effects? 364 -New params: param = project ID, param2 = [were there positive side-effects?, were there negative side-effects?], param3 = payout in Credits 365 -Note: param3 only exists in <event_terraforming_project_succeeded> and not in <event_terraforming_project_failed>, but both now have the booleans in a list for consistency// 366 -))) 367 -|(% colspan="1" %)(% colspan="1" %) 368 -((( 369 -UI core 370 -)))|(% colspan="1" %)(% colspan="1" %) 371 -((( 372 -4.00 Beta 6 373 -)))|(% colspan="2" %)(% colspan="1" %) 374 -((( 375 -**FFI:** GetFactionRelationStatus() handling for faction relation range [-20,-10] changed 376 -))) 377 -|(% colspan="4" %)(% colspan="3" %) 378 -((( 379 -//In order to keep consistency with regards to the new behvior 'hostile' relation state and the older (deprecated) UI functions, the behavior of the deprecated GetFactionRelationStatus() function was changed according to the behavior of the GetRelationStatus()/GetRelationStatus2() functions which was done in the previous beta. 380 -Factions with a relation rating between -20 and -10 will now report a relation status of 'neutral' (aka: 1) instead of 'hostile'/'enemy' (aka: 0).// 381 - 382 -//If you rely on a handling where these factions are treated like enemies, please use the new GetFactionRelationStatus2() function instead.// 383 -))) 384 -|(% colspan="1" %)(% colspan="1" %) 385 -((( 386 -UI core 387 -)))|(% colspan="1" %)(% colspan="1" %) 388 -((( 389 -4.00 Beta 5 390 -)))|(% colspan="2" %)(% colspan="1" %) 391 -((( 392 -**FFI:** GetRelationStatus()/GetRelationStatus2() handling for objects in relation range [-25,-10] changed 393 -))) 394 -|(% colspan="4" %)(% colspan="3" %) 395 -((( 396 -//4.00 Beta 5// //introduces a new 'hostile' relation status and the game now distinguishes between hostile and enemy relation states. Objects not yet 'hostile' with the player are now visualized differently and therefore distinguishable from real hostile ones. Because of that, several related changes were made for these objects to bring them more in line with how 'neutral' objects behave (f.e. no automatic attacking of these objects by the player property anymore, no target selection when targeting the closest enemy, etc.). To reflect this, these objects are now returning 1 (neutral) as the relation status by the GetRelationStatus()/GetRelationStatus2() functions.// 397 - 398 -//If you rely on a handling where they are treated like enemies, please use the new GetRelationStatus3() //function which returns the new range for these objects: 1 (meaning 'enemy' (aka: not yet hostile) here with following relations having been shifted up). 399 -))) 400 -|((( 401 -Parameters 402 -)))|((( 403 -4.00 Beta 1 404 -)))|(% colspan="2" %)((( 405 -**requiresconstructionvessel** parameter moved 406 -))) 407 -|(% colspan="4" %)(% colspan="3" %) 408 -((( 409 -//The 'requiresconstructionvessel' attribute has been moved from the 'recycling' node itself, to the new 'station' subnode.// 410 -))) 411 -|((( 412 -Scripts 413 -)))|((( 414 -4.00 Beta 1 415 -)))|(% colspan="2" %)((( 416 -Changed behaviour of **gatedistance** script property 417 -))) 418 -|(% colspan="4" %)(% colspan="3" %) 419 -((( 420 -//The 'gatedistance' script property now minimizes the number of gate jumps instead of counting the number gate jumps in the fastest route.// 421 -))) 422 - 423 ----- 424 - 425 -=== Version 3.30 === 426 - 427 -(% class="table-striped" %) 428 -|((( 429 -UI extensions 430 -)))|((( 431 -3.30 Beta 3 432 -)))|(% colspan="2" %)((( 433 -**FFI: **Removed** GetMissionLimit() **and** IsMissionLimitEnabled()** 434 -))) 435 -|(% colspan="7" %)(% colspan="3" %) 436 -((( 437 -//These mission limit-related functions (added in 3.30 Beta 1 and 2) are replaced with FFI IsMissionLimitReached()// 438 -))) 439 - 440 ----- 441 - 442 -=== Version 3.20 === 443 - 444 -(% class="table-striped" %) 445 -|((( 446 -Scripts 447 -)))|((( 448 448 3.20 Beta 1 449 -)))|( % colspan="2" %)(((36 +)))|((( 450 450 Parameters of **<event_player_attacked_object/>** and **<event_object_attacked_object/>** changed 451 451 ))) 452 -|(% colspan=" 4" %)(% colspan="3" %)39 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 453 453 ((( 454 454 //Old params: param = attacked object, param2 = attack method, param3 = attacked component// 455 455 //New params: param = attacked object, param2 = attack method, param3 = attack component detail list: [attacked component, attacking weapon] 456 456 Note that this also means the component attribute to the events is no longer available, so scripts checking the attacked component need to use event.param3.{1} instead// 457 457 ))) 458 -|(% colspan="1" %)(% colspan="1" %) 459 -((( 460 -Scripts 461 -)))|(% colspan="1" %)(% colspan="1" %) 462 -((( 45 +|((( 46 +UI extensions 47 +)))|((( 463 463 3.20 Beta 1 464 -)))|(% colspan="2" %)(% colspan="1" %) 465 -((( 466 -Removed script property $trade.**restriction.faction** 49 +)))|((( 50 +**FFI**: Deprecated the following functions: **GetContainerAllowedBuildFactions()**, **GetNumContainerAllowedBuildFactions()**, **IsContainerFactionBuildRescricted()**, **IsContainerFactionTradeRescricted()**, **SetContainerBuildAllowedFactions()**, **SetContainerFactionBuildRescricted()** 467 467 ))) 468 -|(% colspan=" 4" %)(% colspan="3" %)52 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 469 469 ((( 470 -// $trade.restriction.factionhasbeenreplacedwith$trade.restriction.factions,whichreturns a listoffactions.//54 +//With the addition of the Trade Rule feature the given functions are considered deprecated and should not be used anymore. Consider GetAllTradeRules(), GetContainerTradeRuleID(), SetContainerTradeRule() and similar trade rule functions for replacement.// 471 471 ))) 472 472 |((( 473 473 UI extensions 474 474 )))|((( 475 475 3.20 Beta 1 476 -)))|( % colspan="2" %)(((60 +)))|((( 477 477 **Lua**: **GetTradeRestrictions()**, **ToggleFactionTradeRestriction()** and **ToggleFactionTradeWareOverride()** are now obsolete! 478 478 ))) 479 -|(% colspan=" 4" %)(% colspan="3" %)63 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 480 480 ((( 481 481 //With the addition of the Trade Rule feature the given functions are obsolete and do not function anymore. This set of functions will return dummy values to avoid breaking scripts. Use GetAllTradeRules(), GetContainerTradeRuleID(), SetContainerTradeRule() and similar trade rule functions as replacement.// 482 482 ))) 483 - 484 ----- 485 - 486 -=== Version 3.10 === 487 - 488 -(% class="table-striped" %) 67 +|(% colspan="3" %)(% colspan="3" %) 68 +((( 69 +== 3.10 == 70 +))) 489 489 |(% colspan="1" %)(% colspan="1" %) 490 490 ((( 491 491 Scripts ... ... @@ -492,20 +492,18 @@ 492 492 )))|(% colspan="1" %)(% colspan="1" %) 493 493 ((( 494 494 3.10 Beta 1 495 -)))|(% colspan=" 2" %)(% colspan="1" %)77 +)))|(% colspan="1" %)(% colspan="1" %) 496 496 ((( 497 497 Removed script action **<add_build/>** 498 498 ))) 499 -|(% colspan=" 7" %)(% colspan="3" %)81 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 500 500 ((( 501 501 //Removed <add_build/> action which was no longer needed and would result in builds being added in unsupported ways. Use other <add_build_xxx/> actions.// 502 502 ))) 503 - 504 ----- 505 - 506 -=== Version 3.00 === 507 - 508 -(% class="table-striped" %) 85 +|(% colspan="3" %)(% colspan="3" %) 86 +((( 87 +== 3.00 == 88 +))) 509 509 |(% colspan="1" %)(% colspan="1" %) 510 510 ((( 511 511 Scripts ... ... @@ -512,11 +512,11 @@ 512 512 )))|(% colspan="1" %)(% colspan="1" %) 513 513 ((( 514 514 3.0 Beta 6 515 -)))|(% colspan=" 2" %)(% colspan="1" %)95 +)))|(% colspan="1" %)(% colspan="1" %) 516 516 ((( 517 517 Changed behaviour of script action **<get_suitable_job/>** 518 518 ))) 519 -|(% colspan=" 4" %)(% colspan="3" %)99 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 520 520 ((( 521 521 //<get_suitable_job/> previously did not respect job quotas or the current number of job ships. It now does, only returning job IDs which are not exceeding the maxgalaxy quota. Using 'exceedquota' allows the action to behave as before.// 522 522 ))) ... ... @@ -526,11 +526,11 @@ 526 526 )))|(% colspan="1" %)(% colspan="1" %) 527 527 ((( 528 528 3.0 Beta 6 529 -)))|(% colspan=" 2" %)(% colspan="1" %)109 +)))|(% colspan="1" %)(% colspan="1" %) 530 530 ((( 531 531 Changed behaviour of script action **<get_ware_definition/>** 532 532 ))) 533 -|(% colspan=" 4" %)(% colspan="3" %)113 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 534 534 ((( 535 535 //<get_ware_definition/> previously filtered for equipment wares by default. This is now not the case and existing cases now use flags="equipment". Additional filter attributes for group and tags has also been added.// 536 536 ))) ... ... @@ -540,13 +540,13 @@ 540 540 )))|(% colspan="1" %)(% colspan="1" %) 541 541 ((( 542 542 3.0 Beta 5 543 -)))|(% colspan=" 2" %)(% colspan="1" %)123 +)))|(% colspan="1" %)(% colspan="1" %) 544 544 ((( 545 545 Renamed all files in the **md**, ui, and **cutscenes** folders to lower-case 546 546 ))) 547 -|(% colspan=" 4" %)(% colspan="3" %)127 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 548 548 ((( 549 -//All MD, UI, and cutscene files have been renamed as lower-case. For most users this should have no effect since files packed in catalogs are essentially case-insensitive. However, this change can affect users on Linux systems when running a mod that contains single files instead of a catalog, and/or when playing with unpacked base game files//. If your mod has XML patch files that are not packed in a catalog, the filenames must be lower-case to match the filenames in the base game. (For info on using mod catalogs, see the Readme of the X Catalog Tool.) 129 +//All MD, UI, and cutscene files have been renamed as lower-case. For most users this should have no effect since files packed in catalogs are essentially case-insensitive. However, this change can affect users on Linux systems when running a mod that contains single files instead of a catalog, and/or when playing with unpacked base game files//. If your mod has XML patch files that are not packed in a catalog, the filenames must be lower-case to match the filenames in the base game. (For info on using mod catalogs, see the Readme of the X Catalog Tool.)\\ 550 550 551 551 //Note that this change has no effect on the actual content of scripts or cutscenes. The MD script/cutscene names are stored in the files, regardless of the filenames, so that references to them remain unchanged (e.g., "md.Setup.Start" references a cue in setup.xml).// 552 552 ))) ... ... @@ -556,11 +556,11 @@ 556 556 )))|(% colspan="1" %)(% colspan="1" %) 557 557 ((( 558 558 3.0 Beta 5 559 -)))|(% colspan=" 2" %)(% colspan="1" %)139 +)))|(% colspan="1" %)(% colspan="1" %) 560 560 ((( 561 561 Adjustments of some MD library cues in the base game to change their usage from **<include_actions>** to <run_actions> 562 562 ))) 563 -|(% colspan=" 4" %)(% colspan="3" %)143 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 564 564 ((( 565 565 //Some MD library cues in the base game that were previously used with <include_actions> have been adjusted, so they must now be used with the new MD action <run_actions> instead. Mods that use such a library with <include_actions> will have to switch to <run_actions> as well. A list of affected libraries is not provided here. Note: Additional library cues may be adjusted in future builds without further warning.// 566 566 ))) ... ... @@ -570,11 +570,11 @@ 570 570 )))|(% colspan="1" %)(% colspan="1" %) 571 571 ((( 572 572 3.0 Beta 5 573 -)))|(% colspan=" 2" %)(% colspan="1" %)153 +)))|(% colspan="1" %)(% colspan="1" %) 574 574 ((( 575 575 Changes to $dockingbay.**todockpos** and $dockingbay.**launchpos** 576 576 ))) 577 -|(% colspan=" 4" %)(% colspan="3" %)157 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 578 578 ((( 579 579 //Before the change, positions are relative to $dockingbay.parent. 580 580 After the change, positions are relative to $dockingbay as specified in the documentation.// ... ... @@ -585,11 +585,11 @@ 585 585 )))|(% colspan="1" %)(% colspan="1" %) 586 586 ((( 587 587 3.0 Beta 2 588 -)))|(% colspan=" 2" %)(% colspan="1" %)168 +)))|(% colspan="1" %)(% colspan="1" %) 589 589 ((( 590 590 Support for entity flag "**skillsvisible**" dropped 591 591 ))) 592 -|(% colspan=" 4" %)(% colspan="3" %)172 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 593 593 ((( 594 594 //Entity skills are always visible; that flag was a leftover from XR. We removed support for the script property .skillsvisible, the attribute "skillsvisible" of <set_entity_traits> and <set_npc_template_traits>, and the parameter "skillsvisible" of Lua function GetComponentData().// 595 595 ))) ... ... @@ -597,10 +597,10 @@ 597 597 Scripts 598 598 )))|((( 599 599 3.0 Beta 2 600 -)))|( % colspan="2" %)(((180 +)))|((( 601 601 Changes to **<event_object_changed_owner>** and added **<event_object_changed_true_owner>**. 602 602 ))) 603 -|(% colspan=" 4" %)(% colspan="3" %)183 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 604 604 ((( 605 605 //Before 3.0 Beta 2 there was just a single <event_object//_changed_owner> condition. This condition was triggered in multiple cases when an owner change occurred. However, the exact cases were inconsistent and also the event could have been triggered w/o an effective owner change having been applied. 606 606 3.0 Beta 2 fixes these inconsistencies and ensures that the event is only fired, if the "effective" component owner of the object changed. To handle cases where the script actually needs to be informed if the "true" owner of a component was changed (i.e. not taking the cover faction into account) a new <event_object_changed_true_owner> was introduced. ... ... @@ -613,11 +613,11 @@ 613 613 )))|(% colspan="1" %)(% colspan="1" %) 614 614 ((( 615 615 3.0 Beta 1 616 -)))|(% colspan=" 2" %)(% colspan="1" %)196 +)))|(% colspan="1" %)(% colspan="1" %) 617 617 ((( 618 618 **MissionBoard** support dropped 619 619 ))) 620 -|(% colspan=" 4" %)(% colspan="3" %)200 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 621 621 ((( 622 622 //MissionBoards was a dummy asset type which was only used during early development and never meant to be shipped in the released version. If any mod tried to make use of this asset type, undefined behaviour would occur. Therefore we cleaned things up in 3.0 Beta 1 including deprecating/removing any related UI/script function.// 623 623 ))) ... ... @@ -625,10 +625,10 @@ 625 625 Job/God 626 626 )))|((( 627 627 3.0 Beta 1 628 -)))|( % colspan="2" %)(((208 +)))|((( 629 629 By default, **job/god entries** now only spawn objects in space added by the extension in which they are defined 630 630 ))) 631 -|(% colspan=" 4" %)(% colspan="3" %)211 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 632 632 ((( 633 633 //To better support extensions which add to the base game map, a job/god entry now defaults to only spawning objects in areas of the map that are added by the extension in which that entry is defined. You can override this behaviour by adding a matchextension="false" attribute to the job/god entry definition. This allows the entry to spawn objects anywhere that matches the entry's other criteria.// 634 634 ))) ... ... @@ -638,11 +638,11 @@ 638 638 )))|(% colspan="1" %)(% colspan="1" %) 639 639 ((( 640 640 3.0 Beta 1 641 -)))|(% colspan=" 2" %)(% colspan="1" %)221 +)))|(% colspan="1" %)(% colspan="1" %) 642 642 ((( 643 643 Script action **<add_actor_to_room/> **attribute **'room'** renamed to **'object'** 644 644 ))) 645 -|(% colspan=" 4" %)(% colspan="3" %)225 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 646 646 ((( 647 647 //Due to engine changes, script action <add_actor_to_room/> has had the attribute 'room' changed to 'object', which is more accurate. Most likely requires a 'position' if a slot is not provided.// 648 648 ))) ... ... @@ -652,11 +652,11 @@ 652 652 )))|(% colspan="1" %)(% colspan="1" %) 653 653 ((( 654 654 3.0 Beta 1 655 -)))|(% colspan=" 2" %)(% colspan="1" %)235 +)))|(% colspan="1" %)(% colspan="1" %) 656 656 ((( 657 657 Script action **<set_doors_locked/>** attribute **'group'** changed 658 658 ))) 659 -|(% colspan=" 4" %)(% colspan="3" %)239 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 660 660 ((( 661 661 //The 'group' attribute of <set_doors_locked/> can no longer be a list. It must be a single tag value. Previously, a list containing one tag was accepted, which was redundant.// 662 662 ))) ... ... @@ -666,11 +666,11 @@ 666 666 )))|(% colspan="1" %)(% colspan="1" %) 667 667 ((( 668 668 3.0 Beta 1 669 -)))|(% colspan=" 2" %)(% colspan="1" %)249 +)))|(% colspan="1" %)(% colspan="1" %) 670 670 ((( 671 671 Script conditions **<event_hack_*/>** and **<event_controlpanel_hack_*/>** removed 672 672 ))) 673 -|(% colspan=" 4" %)(% colspan="3" %)253 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 674 674 ((( 675 675 //These events were never triggered, with the exception of <event_hack_started/> on the player entity for instant control panel hacks. Use <event_player_hacked_object> instead.// 676 676 ))) ... ... @@ -680,11 +680,11 @@ 680 680 )))|(% colspan="1" %)(% colspan="1" %) 681 681 ((( 682 682 3.0 Beta 1 683 -)))|(% colspan=" 2" %)(% colspan="1" %)263 +)))|(% colspan="1" %)(% colspan="1" %) 684 684 ((( 685 685 Script actions **<set_hack_target/>** and **<abort_hack/>** removed 686 686 ))) 687 -|(% colspan=" 4" %)(% colspan="3" %)267 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 688 688 ((( 689 689 //These actions had no effect and were removed.// 690 690 ))) ... ... @@ -694,11 +694,11 @@ 694 694 )))|(% colspan="1" %)(% colspan="1" %) 695 695 ((( 696 696 3.0 Beta 1 697 -)))|(% colspan=" 2" %)(% colspan="1" %)277 +)))|(% colspan="1" %)(% colspan="1" %) 698 698 ((( 699 699 **<setup_conversation_minigame/>** script action removed 700 700 ))) 701 -|(% colspan=" 4" %)(% colspan="3" %)281 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 702 702 ((( 703 703 //The script action was a leftover from the XR era and was never supported in X4 and couldn't be used in a meaningful way. It was therefore decided to better drop it altogether as it's not expected having been used by any mods.// 704 704 ))) ... ... @@ -708,11 +708,11 @@ 708 708 )))|(% colspan="1" %)(% colspan="1" %) 709 709 ((( 710 710 3.0 Beta 1 711 -)))|(% colspan=" 2" %)(% colspan="1" %)291 +)))|(% colspan="1" %)(% colspan="1" %) 712 712 ((( 713 713 <add_player_choice_*> **confidence** attribute removed 714 714 ))) 715 -|(% colspan=" 4" %)(% colspan="3" %)295 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 716 716 ((( 717 717 //The default confidence of player options is another leftover from the XR era and had no effect in X4.// 718 718 ))) ... ... @@ -722,11 +722,11 @@ 722 722 )))|(% colspan="1" %)(% colspan="1" %) 723 723 ((( 724 724 3.0 Beta 1 725 -)))|(% colspan=" 2" %)(% colspan="1" %)305 +)))|(% colspan="1" %)(% colspan="1" %) 726 726 ((( 727 727 **<hack_via_control_panel/>** script action removed 728 728 ))) 729 -|(% colspan=" 4" %)(% colspan="3" %)309 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 730 730 ((( 731 731 //Unused script action <hack_via_control_panel/> was removed.// 732 732 ))) ... ... @@ -736,11 +736,11 @@ 736 736 )))|(% colspan="1" %)(% colspan="1" %) 737 737 ((( 738 738 3.0 Beta 1 739 -)))|(% colspan=" 2" %)(% colspan="1" %)319 +)))|(% colspan="1" %)(% colspan="1" %) 740 740 ((( 741 741 **Lua: **GetMiniGameCursorPosition() removed 742 742 ))) 743 -|(% colspan=" 4" %)(% colspan="3" %)323 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 744 744 ((( 745 745 //GetMiniGameCursorPosition() was a left over from the XR era and never supposed to be shipped with X4. The function practically always returned 0 and hence we don't expect the removal of this obsolete function causing any actual mod to break.// 746 746 ))) ... ... @@ -748,10 +748,10 @@ 748 748 UI core 749 749 )))|((( 750 750 3.0 Beta 1 751 -)))|( % colspan="2" %)(((331 +)))|((( 752 752 **FFI: **GetLocalizedInteractiveNotificationKey can return icon placeholders 753 753 ))) 754 -|(% colspan=" 4" %)(% colspan="3" %)334 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 755 755 ((( 756 756 //In 3.0 Beta 1 we added support to display icons for keyboard bindings, if an icon is available for the specified keys. This results in GetLocalizedInteractiveNotificationKey() potentially returning a different text now if such an icon is assigned to the mapped key/button.// 757 757 ))) ... ... @@ -761,11 +761,11 @@ 761 761 )))|(% colspan="1" %)(% colspan="1" %) 762 762 ((( 763 763 3.0 Beta 1 764 -)))|(% colspan=" 2" %)(% colspan="1" %)344 +)))|(% colspan="1" %)(% colspan="1" %) 765 765 ((( 766 766 **FFI: **UIWeaponMod returned by GetInstalledWeaponMod() now includes property SurfaceElementFactor 767 767 ))) 768 -|(% colspan=" 4" %)(% colspan="3" %)348 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 769 769 ((( 770 770 //In 3.0 Beta 1 we added support for a new weapon mod property "SurfaceElementFactor" to allow weapons to deal increased damage to surface elements such as Shield Generators, Turrets or Engines.// 771 771 ))) ... ... @@ -775,11 +775,11 @@ 775 775 )))|(% colspan="1" %)(% colspan="1" %) 776 776 ((( 777 777 3.0 Beta 1 778 -)))|(% colspan=" 2" %)(% colspan="1" %)358 +)))|(% colspan="1" %)(% colspan="1" %) 779 779 ((( 780 780 **$ware.illegal** updated 781 781 ))) 782 -|(% colspan=" 4" %)(% colspan="3" %)362 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 783 783 ((( 784 784 //$ware.illegal used to return true if the specified ware has the 'illegal' tag which is no longer used.// 785 785 //It now returns true if $ware is illegal to any faction in the game.// ... ... @@ -790,11 +790,11 @@ 790 790 )))|(% colspan="1" %)(% colspan="1" %) 791 791 ((( 792 792 3.0 Beta 1 793 -)))|(% colspan=" 2" %)(% colspan="1" %)373 +)))|(% colspan="1" %)(% colspan="1" %) 794 794 ((( 795 795 MD script **RML_Flight_Along_Path** removed 796 796 ))) 797 -|(% colspan=" 4" %)(% colspan="3" %)377 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 798 798 ((( 799 799 //The MD script RML_Flight_Along_Path was not referened and was removed.// 800 800 ))) ... ... @@ -804,11 +804,11 @@ 804 804 )))|(% colspan="1" %)(% colspan="1" %) 805 805 ((( 806 806 3.0 Beta 1 807 -)))|(% colspan=" 2" %)(% colspan="1" %)387 +)))|(% colspan="1" %)(% colspan="1" %) 808 808 ((( 809 809 parameters of **<event_venture_mission_completed/>** changed 810 810 ))) 811 -|(% colspan=" 4" %)(% colspan="3" %)391 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 812 812 ((( 813 813 //old params: param = venture details, param2 = ships involved, param3 = duration// 814 814 //new params: param = venture detail list: [mission name, mission type], param2 = list of ships involved, param3 = duration// ... ... @@ -817,11 +817,11 @@ 817 817 Scripts 818 818 )))|((( 819 819 3.0 Beta 1 820 -)))|( % colspan="2" %)(((400 +)))|((( 821 821 **<set_object_wing_name/>** removed, 822 822 **<set_object_fleet_name/>** added 823 823 ))) 824 -|(% colspan=" 4" %)(% colspan="3" %)404 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 825 825 ((( 826 826 //The common action <set_object_wing_name/> has been replaced with <set_object_fleet_name/>// 827 827 ))) ... ... @@ -829,28 +829,26 @@ 829 829 Scripts 830 830 )))|((( 831 831 3.0 Beta 1 832 -)))|( % colspan="2" %)(((412 +)))|((( 833 833 **$controllable.wing.*** removed, 834 834 **$controllable.fleet.*** added 835 835 ))) 836 -|(% colspan=" 4" %)(% colspan="3" %)416 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 837 837 ((( 838 838 $controllable.wing.name, $controllable.wing.iscommander, and $controllable.wing.commander have been replaced with $controllable.fleet.name, $controllable.fleet.iscommander, and $controllable.fleet.commander 839 839 ))) 840 - 841 ----- 842 - 843 -=== Version 2.60 === 844 - 845 -(% class="table-striped" %) 420 +|(% colspan="3" %)(% colspan="3" %) 421 +((( 422 +== 2.60 == 423 +))) 846 846 |((( 847 847 Scripts 848 848 )))|((( 849 849 2.60 Beta 1 850 -)))|( % colspan="2" %)(((428 +)))|((( 851 851 '**checkoperational**' filter behaviour changed 852 852 ))) 853 -|(% colspan=" 10" %)(% colspan="3" %)431 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 854 854 ((( 855 855 //Actions and conditions which use the 'checkoperational' filter now behave differently. Instead of changing how 'class' and 'exactclass' behave, checkoperational == true adds an additional filter for the components being of state operational, equivalent to state="componentstate.operational". This is implicitly enabled in action elements (e.g. <find_.../>) or condition elements (e.g. <count_...>), meaning that find_ship will only find operational ships. Using such actions/conditions with checkoperational="false" will include non-operational components such as wrecked and constructions. Existing uses may find that results now exclude non-operational components.// 856 856 ... ... @@ -860,19 +860,17 @@ 860 860 Scripts 861 861 )))|((( 862 862 2.60 Beta 1 863 -)))|( % colspan="2" %)(((441 +)))|((( 864 864 $container.**supplyresources** behavior changed 865 -))) | | |866 -|(% colspan=" 10" %)(% colspan="3" %)443 +))) 444 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 867 867 ((( 868 868 //The script keyword $container.supplyresources now includes reserved wares.// 869 869 ))) 870 - 871 ----- 872 - 873 -=== Version 2.20 === 874 - 875 -(% class="table-striped" %) 448 +|(% colspan="3" %)(% colspan="3" %) 449 +((( 450 +== 2.20 == 451 +))) 876 876 |(% colspan="1" %)(% colspan="1" %) 877 877 ((( 878 878 UI core ... ... @@ -879,16 +879,17 @@ 879 879 )))|(% colspan="1" %)(% colspan="1" %) 880 880 ((( 881 881 2.20 Beta 3/4 882 -)))|(% colspan=" 2" %)(% colspan="1" %)458 +)))|(% colspan="1" %)(% colspan="1" %) 883 883 ((( 884 884 **Lua: GetControllerInfo()** returned mouseSteering/mouseCursor values are undefined. 885 885 ))) 886 -|(% colspan=" 4" %)(% colspan="3" %)462 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 887 887 ((( 888 888 //2.20 Beta 3 introduced the new direct mouse steering mode. The mode was however not integrated as a first level mode and hence GetControllerInfo() returned the "gamepad" mode while direct mouse steering was active. 889 889 In 2.20 Beta 4 we improved the situation slightly so that a call to GetControllerInfo() will return either "mouseCursor" or "mouseSteering" in any of the 3 mouse modes.// 890 890 891 -//It's a pending change to ensure that the returned mode is more reasonable in an upcoming patch. So be aware that another breaking change might be introduced at some point.// 467 +//It's a pending change to ensure that the returned mode is more reasonable in an upcoming patch. So be aware that another breaking change might be introduced at some point. 468 +// 892 892 ))) 893 893 |(% colspan="1" %)(% colspan="1" %) 894 894 ((( ... ... @@ -896,20 +896,18 @@ 896 896 )))|(% colspan="1" %)(% colspan="1" %) 897 897 ((( 898 898 2.20 Beta 3 899 -)))|(% colspan=" 2" %)(% colspan="1" %)476 +)))|(% colspan="1" %)(% colspan="1" %) 900 900 ((( 901 901 Attribute for build related conditions e.g. **<event_build_finished/>** renamed from 'buildmodule' to 'buildprocessor' 902 902 ))) 903 -|(% colspan=" 4" %)(% colspan="3" %)480 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 904 904 ((( 905 905 //The underlying behaviour remains the same in that it involves the buildprocessor, not the buildmodule. The attribute name has simply been corrected.// 906 906 ))) 907 - 908 ----- 909 - 910 -=== Version 2.00 === 911 - 912 -(% class="table-striped" %) 484 +|(% colspan="3" %)(% colspan="3" %) 485 +((( 486 +== 2.00 == 487 +))) 913 913 |(% colspan="1" %)(% colspan="1" %) 914 914 ((( 915 915 Scripts ... ... @@ -916,11 +916,11 @@ 916 916 )))|(% colspan="1" %)(% colspan="1" %) 917 917 ((( 918 918 2.00 Beta 1 919 -)))|(% colspan=" 2" %)(% colspan="1" %)494 +)))|(% colspan="1" %)(% colspan="1" %) 920 920 ((( 921 921 **<event_build_finished/> **param2 now returns null instead of a construction sequence 922 922 ))) 923 -|(% colspan=" 4" %)(% colspan="3" %)498 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 924 924 ((( 925 925 //The construction sequence which was finished should now be accessed via the buildtask provided via param3.// 926 926 ))) ... ... @@ -930,11 +930,11 @@ 930 930 )))|(% colspan="1" %)(% colspan="1" %) 931 931 ((( 932 932 2.00 Beta 1 933 -)))|(% colspan=" 2" %)(% colspan="1" %)508 +)))|(% colspan="1" %)(% colspan="1" %) 934 934 ((( 935 935 **param.boarding.{...}** strength parameters removed 936 936 ))) 937 -|(% colspan=" 4" %)(% colspan="3" %)512 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 938 938 ((( 939 939 //The 'recruitstrength', 'veteranstrength' and 'elitestrength' script parameters were no longer required for balancing the boarding gameplay, and were removed.// 940 940 ))) ... ... @@ -944,11 +944,11 @@ 944 944 )))|(% colspan="1" %)(% colspan="1" %) 945 945 ((( 946 946 2.00 Beta 1 947 -)))|(% colspan=" 2" %)(% colspan="1" %)522 +)))|(% colspan="1" %)(% colspan="1" %) 948 948 ((( 949 949 **$defensible.boardee/$defensible.boarder** and **<set_object_boarder/>/<remove_object_boarder/>** removed 950 950 ))) 951 -|(% colspan=" 4" %)(% colspan="3" %)526 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 952 952 ((( 953 953 //Due to changes to boarding in X4, the boarding connections accessed by these script properties and actions became redundent and thus, removed. Any connections set by these actions in a savegame will not survive loading.// 954 954 ))) ... ... @@ -956,10 +956,10 @@ 956 956 UI extensions 957 957 )))|((( 958 958 2.00 Beta 1 959 -)))|( % colspan="2" %)(((534 +)))|((( 960 960 **FFI: GetUpgradeSlotCurrentComponent()/GetUpgradeSlotGroup()** works on non-operationals 961 961 ))) 962 -|(% colspan=" 4" %)(% colspan="3" %)537 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 963 963 ((( 964 964 //Before 2.0 Beta 1 using GetUpgradeSlotCurrentComponent() or GetUpgradeSlotGroup() only performed on operational objects (i.e. not wrecked objects or objects under construction). Since this is inconsistent with the rest of the UI functions, this was considered a bug and fixed in 2.0 Beta 1. If you require the old behavior, use the FFI function: IsComponentOperational() to check the passed object's state before making the call.// 965 965 ))) ... ... @@ -967,10 +967,10 @@ 967 967 UI extensions 968 968 )))|((( 969 969 2.00 Beta 1 970 -)))|( % colspan="2" %)(((545 +)))|((( 971 971 **FFI: SetFormationShape()** no longer indicates an error upon certain error cases 972 972 ))) 973 -|(% colspan=" 4" %)(% colspan="3" %)548 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 974 974 ((( 975 975 //Before 2.0 Beta 1 a call to SetFormationShape() indicated an error state to the caller in certain cases where setting a formation shape (potentially) failed. Due to a design flaw in the handling of formations, this however doesn't do any good, since the function by itself doesn't really set the formation shape in all cases. On top of that the call can fail at random. Hence, at the moment an indication of an error case that setting a formation potentially fails is no good to the caller and he has no means to distinguish that case from a real error case.// 976 976 //Therefore, in 2.0 Beta 1 we drop the error indication in case of an attempt to set the formation fails. We are currently working on a better solution to the underlying problem and hope to have it ready as part of a following beta.// ... ... @@ -979,10 +979,10 @@ 979 979 Scripts 980 980 )))|((( 981 981 2.00 Beta 1 982 -)))|( % colspan="2" %)(((557 +)))|((( 983 983 **<create_formation/>** now requires the attributes: 'leader' and 'follower'. Attribute 'object' is now deprecated. 984 984 ))) 985 -|(% colspan=" 4" %)(% colspan="3" %)560 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 986 986 ((( 987 987 //This now enforces a leader and at least one follower in order to create or change a formation. Former implementation made it possible to create formations without any followers which led to issues.// 988 988 ))) ... ... @@ -990,10 +990,10 @@ 990 990 Scripts 991 991 )))|((( 992 992 2.00 Beta 1 993 -)))|( % colspan="2" %)(((568 +)))|((( 994 994 **<event_player_changed_target/>** now fires and returns null if the player deselects a target. 995 995 ))) 996 -|(% colspan=" 4" %)(% colspan="3" %)571 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 997 997 ((( 998 998 //For prior behavior, check for event.param being non-null.// 999 999 ))) ... ... @@ -1001,10 +1001,10 @@ 1001 1001 AI Scripts 1002 1002 )))|((( 1003 1003 2.00 Beta 1 1004 -)))|( % colspan="2" %)(((579 +)))|((( 1005 1005 **<shoot/>/<shoot_at/>** attribute changes. 1006 1006 ))) 1007 -|(% colspan=" 4" %)(% colspan="3" %)582 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1008 1008 ((( 1009 1009 //Changed: Attribute "primary" is now optional and defines whether weapons from the ship's active primary weapon group will be fired. Defaults to true.// 1010 1010 //New attribute: "secondary" is an optional attribute that defines whether weapons from the ship's active secondary weapon group will be fired. Defaults to true.// ... ... @@ -1016,10 +1016,10 @@ 1016 1016 UI extensions 1017 1017 )))|((( 1018 1018 2.00 Beta 1 1019 -)))|( % colspan="2" %)(((1020 -**FFI: GetBuildTask()/GetNumBuildTasks()** got a new "buildmoduleid" parameter. 594 +)))|((( 595 +**FFI: GetBuildTask()/GetNumBuildTasks()** got a new "buildmoduleid" parameter.(% class="confluenceTd" %) 1021 1021 ))) 1022 -|(% colspan=" 4" %)(% colspan="3" %)597 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1023 1023 ((( 1024 1024 //Added possibility to query build tasks of a certain buildmodule.// 1025 1025 ))) ... ... @@ -1027,10 +1027,10 @@ 1027 1027 UI extensions 1028 1028 )))|((( 1029 1029 2.00 Beta 1 1030 -)))|( % colspan="2" %)(((605 +)))|((( 1031 1031 **Lua:** **GetLibraryEntry()** retrieved a new "buildresources" field. 1032 1032 ))) 1033 -|(% colspan=" 4" %)(% colspan="3" %)608 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1034 1034 ((( 1035 1035 //Added list of resources a buildmodule needs to build.// 1036 1036 ))) ... ... @@ -1038,10 +1038,10 @@ 1038 1038 UI extensions 1039 1039 )))|((( 1040 1040 2.00 Beta 1 1041 -)))|( % colspan="2" %)(((1042 -**Lua: CalculateTotalHullFraction() **was removed.616 +)))|((( 617 +(% style="color: rgb(0,0,0);" %)**Lua:**(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)** CalculateTotalHullFraction()**(% style="color: rgb(0,0,0);" %)** **(%%)was removed.(% style="color: rgb(0,0,0);" %) 1043 1043 ))) 1044 -|(% colspan=" 4" %)(% colspan="3" %)619 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1045 1045 ((( 1046 1046 //Unused, derelict function from XR - use GetComponentData(..., "hullpercent") instead.// 1047 1047 ))) ... ... @@ -1049,27 +1049,25 @@ 1049 1049 UI extensions 1050 1050 )))|((( 1051 1051 2.00 Beta 1 1052 -)))|( % colspan="2" %)(((1053 -**FFI: RequestDockAtReason()/UndockPlayerShip() **changed their return values. 627 +)))|((( 628 +**FFI: (% style="color: rgb(0,0,0);" %)RequestDockAtReason()/(% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)UndockPlayerShip()(%%) **changed their return values.(% style="color: rgb(0,0,0);" class="confluenceTd" %) 1054 1054 ))) 1055 -|(% colspan=" 4" %)(% colspan="3" %)630 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1056 1056 ((( 1057 1057 //Changed return value type to const char* to better identify failure reasons in Lua script.// 1058 1058 ))) 1059 - 1060 ----- 1061 - 1062 -=== Version 1.50 === 1063 - 1064 -(% class="table-striped" %) 634 +|(% colspan="3" %)(% colspan="3" %) 635 +((( 636 +== 1.50 == 637 +))) 1065 1065 |((( 1066 1066 UI extensions 1067 1067 )))|((( 1068 1068 1.50 Beta 3 1069 -)))|( % colspan="2" %)(((1070 -**Lua: GetComponentData() **changed behavior of "docksizes" property. 642 +)))|((( 643 +**Lua: GetComponentData() **changed behavior of "docksizes" propertly.(% class="confluenceTd" %) 1071 1071 ))) 1072 -|(% colspan=" 4" %)(% colspan="3" %)645 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1073 1073 ((( 1074 1074 //The "docksizes" property no longer includes internal ship storage docks.// 1075 1075 ))) ... ... @@ -1077,10 +1077,10 @@ 1077 1077 All 1078 1078 )))|((( 1079 1079 1.50 Beta 2 1080 -)))|( % colspan="2" %)(((653 +)))|((( 1081 1081 **Meaning of "Shipyard"** was corrected throughout Lua/MD/AI scripts, so that Wharfs are not Shipyards (unlike in XR). 1082 1082 ))) 1083 -|(% colspan=" 4" %)(% colspan="3" %)656 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1084 1084 ((( 1085 1085 //Shipyards (formerly also known as Capital Shipyards) can build capital ships, while Wharfs only build non-capital ships. To check whether a station is a Shipyard or a Wharf, check whether the station "can build ships".// 1086 1086 ... ... @@ -1092,10 +1092,10 @@ 1092 1092 UI extensions 1093 1093 )))|((( 1094 1094 1.50 Beta 2 1095 -)))|( % colspan="2" %)(((1096 -**FFI: UpgradeGroupInfo **datatype was changed. 668 +)))|((( 669 +**FFI: UpgradeGroupInfo **datatype was changed.(% class="confluenceTd" %) 1097 1097 ))) 1098 -|(% colspan=" 4" %)(% colspan="3" %)671 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1099 1099 ((( 1100 1100 //Added new "operational" field to retrieve information about number of operational upgrades in a group.// 1101 1101 ))) ... ... @@ -1105,13 +1105,14 @@ 1105 1105 )))|(% colspan="1" %)(% colspan="1" %) 1106 1106 ((( 1107 1107 1.50 Beta 1 1108 -)))|(% colspan=" 2" %)(% colspan="1" %)681 +)))|(% colspan="1" %)(% colspan="1" %) 1109 1109 ((( 1110 1110 **FFI: SetGuidance()** removed useinfopoint argument. 1111 1111 ))) 1112 -|(% colspan=" 4" %)(% colspan="3" %)685 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1113 1113 ((( 1114 -//In X Rebirth "info points" existed (which were mainly used as interaction points to scan stations/access information about modules). These were removed in X4 but this left-over property here was missed to be removed in-time for release. It was therefore removed now in order to move towards a stable/clean UI API.// 687 +//In X Rebirth "info points" existed (which were mainly used as interaction points to scan stations/access information about modules). These were removed in X4 but this left-over property here was missed to be removed in-time for release. It was therefore removed now in order to move towards a stable/clean UI API. 688 +// 1115 1115 1116 1116 //The new function declaration is: void SetGuidance(UniverseID componentid, UIPosRot offset)// 1117 1117 ))) ... ... @@ -1119,44 +1119,40 @@ 1119 1119 UI extensions 1120 1120 )))|((( 1121 1121 1.50 Beta 1 1122 -)))|( % colspan="2" %)(((1123 -**FFI: CancelConstruction() **changed its return value. 696 +)))|((( 697 +**FFI: CancelConstruction() **changed its return value.(% class="confluenceTd" %) 1124 1124 ))) 1125 -|(% colspan=" 4" %)(% colspan="3" %)699 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1126 1126 ((( 1127 -//CancelConstruction() now returns if the cancellation was successful. // 701 +(% style="color: rgb(0,0,0);" %)//CancelConstruction() now returns if the cancellation was successful. // 1128 1128 ))) 1129 - 1130 ----- 1131 - 1132 -=== Version 1.32 === 1133 - 1134 -(% class="table-striped" %) 703 +|(% colspan="3" %)(% colspan="3" %) 704 +((( 705 +== 1.32 == 706 +))) 1135 1135 |((( 1136 1136 UI extensions 1137 1137 )))|((( 1138 1138 1.32 1139 -)))|( % colspan="2" %)(((711 +)))|((( 1140 1140 **Lua: GetComponentData() **removed the "nextdestname" property. 1141 1141 ))) 1142 -|(% colspan=" 4" %)(% colspan="3" %)714 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1143 1143 ((( 1144 1144 //Instead of "nextdestname", use the properties "destination" or "destinationsector" to retrieve a destination component, then retrieve its "name" property.// 1145 1145 ))) 1146 - 1147 ----- 1148 - 1149 -=== Version 1.20 === 1150 - 1151 -(% class="table-striped" %) 718 +|(% colspan="3" %)(% colspan="3" %) 719 +((( 720 +== 1.20 == 721 +))) 1152 1152 |((( 1153 1153 UI extensions 1154 1154 )))|((( 1155 1155 1.20 1156 -)))|( % colspan="2" %)(((1157 -**FFI: GetAAOption()** got a new "useconfig" parameter. 726 +)))|((( 727 +**FFI: GetAAOption()** got a new "useconfig" parameter.(% class="confluenceTd" %) 1158 1158 ))) 1159 -|(% colspan=" 4" %)(% colspan="3" %)729 +|(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %) 1160 1160 ((( 1161 -//The AA setting was changed to check the new setting with the user. In order to restore the old setting GetAAOption() gets the option to retrieve the config settings.// 731 +//The AA setting was changed to check the new setting with the user. In order to restore the old setting (% style="color: rgb(0,0,0);" %)GetAAOption() gets the option to retrieve the config settings.// 1162 1162 )))
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,0 +1,1 @@ 1 +91949219 - space
-
... ... @@ -1,0 +1,1 @@ 1 +X4WIKI - url
-
... ... @@ -1,0 +1,1 @@ 1 +https://www.egosoft.com:8444/confluence/wiki/spaces/X4WIKI/pages/91949219/Breaking Changes