Difference between revisions of "MDE ScriptHook: Changelog"

From Nomad DB
Line 5: Line 5:
 
!Version
 
!Version
 
!Build Number!!Release Date!!Changes
 
!Build Number!!Release Date!!Changes
 +
|-
 +
|'''1.1.1'''
 +
|'''r90'''
 +
|25.09.2021
 +
|Fixed an issue with the LICENSE file missing
 
|-
 
|-
 
|'''1.1'''
 
|'''1.1'''
Line 10: Line 15:
 
|25.09.2021
 
|25.09.2021
 
|
 
|
Added support for newest version (1.3)</br>
+
Added support for newest version (1.3)<br>
Added "Launch Freeride" button to StartupMenu => allows bypassing main menu to go ingame right away</br>
+
Added "Launch Freeride" button to StartupMenu => allows bypassing main menu to go ingame right away<br>
Added "Fast render" option (low graphics quality => quick startup)</br>
+
Added "Fast render" option (low graphics quality => quick startup)<br>
Improved StartupMenu: added option to modify key binds</br>
+
Improved StartupMenu: added option to modify key binds<br>
Fixed Windows 7 support (d3d12 error message)</br>
+
Fixed Windows 7 support (d3d12 error message)<br>
Fixed Windows 10 error for older versions (dinput8 error message)</br>
+
Fixed Windows 10 error for older versions (dinput8 error message)<br>
Fixed Discord integration issues</br>
+
Fixed Discord integration issues<br>
Fixed cutscene graphics bug</br>
+
Fixed cutscene graphics bug<br>
Stability improvements</br></br>
+
Stability improvements<br><br>
 
'''[[MDE Scripting Changelog|Lua Scripting Changes]]'''
 
'''[[MDE Scripting Changelog|Lua Scripting Changes]]'''
 
|-
 
|-
Line 32: Line 37:
 
|09.10.20
 
|09.10.20
 
|
 
|
Added support for newest version on Epic Games Store (1.1)</br>
+
Added support for newest version on Epic Games Store (1.1)<br>
Added "clear" command to console</br>
+
Added "clear" command to console<br>
Fixed MPlus.log file being blocked while game is open</br>
+
Fixed MPlus.log file being blocked while game is open<br>
Fixed error dialog not properly killing process</br>
+
Fixed error dialog not properly killing process<br>
 
Removed another crashy hash from Player model menu
 
Removed another crashy hash from Player model menu
 
|-
 
|-
Line 45: Line 50:
 
|07.10.20
 
|07.10.20
 
|
 
|
Added UI message for failed Initialization</br>
+
Added UI message for failed Initialization<br>
Fixed Noclip for vehicles</br>
+
Fixed Noclip for vehicles<br>
Fixed Player Model changer causing crashes (removed 106 crashy models from the list)</br>
+
Fixed Player Model changer causing crashes (removed 106 crashy models from the list)<br>
Fixed crash with active menus while reloading scripts</br>
+
Fixed crash with active menus while reloading scripts<br>
Fixed critical crash (related to Discord rich presence)</br>
+
Fixed critical crash (related to Discord rich presence)<br>
Fixed layout for UI checkboxes (startup menu)</br>
+
Fixed layout for UI checkboxes (startup menu)<br>
Discord Rich Presence: Updated city names</br>
+
Discord Rich Presence: Updated city names<br>
  
'''Trainer:'''</br>
+
'''Trainer:'''<br>
Vehicle: Toggle Engine, Lights, Siren, Handling (slow mow assist), Disable Explosions, Tyre color</br>
+
Vehicle: Toggle Engine, Lights, Siren, Handling (slow mow assist), Disable Explosions, Tyre color<br>
Weapons: Give Ammo/Grenades, Unlimited Ammo (Credits @Deewarz)</br>
+
Weapons: Give Ammo/Grenades, Unlimited Ammo (Credits @Deewarz)<br>
Moved Weapons menu to a separate entry</br>
+
Moved Weapons menu to a separate entry<br>
 
|-
 
|-
 
|'''1.0.0'''||'''r36'''||06.10.20||'''Initial public release'''
 
|'''1.0.0'''||'''r36'''||06.10.20||'''Initial public release'''

Revision as of 23:56, 25 September 2021

Current Version: 1.1.2 (Build r96, 08.10.2021)

Version Build Number Release Date Changes
1.1.1 r90 25.09.2021 Fixed an issue with the LICENSE file missing
1.1 r87 25.09.2021

Added support for newest version (1.3)
Added "Launch Freeride" button to StartupMenu => allows bypassing main menu to go ingame right away
Added "Fast render" option (low graphics quality => quick startup)
Improved StartupMenu: added option to modify key binds
Fixed Windows 7 support (d3d12 error message)
Fixed Windows 10 error for older versions (dinput8 error message)
Fixed Discord integration issues
Fixed cutscene graphics bug
Stability improvements

Lua Scripting Changes

1.0.4 r64 13.11.20

Added support for newest version (1.2) on Steam, Epic Games Store

1.0.3 r59 09.10.20

Added support for newest version on Epic Games Store (1.1)
Added "clear" command to console
Fixed MPlus.log file being blocked while game is open
Fixed error dialog not properly killing process
Removed another crashy hash from Player model menu

1.0.2 r45 07.10.20 Added support for newest Mafia version 1.1 (Steam only)
1.0.1 r44 07.10.20

Added UI message for failed Initialization
Fixed Noclip for vehicles
Fixed Player Model changer causing crashes (removed 106 crashy models from the list)
Fixed crash with active menus while reloading scripts
Fixed critical crash (related to Discord rich presence)
Fixed layout for UI checkboxes (startup menu)
Discord Rich Presence: Updated city names

Trainer:
Vehicle: Toggle Engine, Lights, Siren, Handling (slow mow assist), Disable Explosions, Tyre color
Weapons: Give Ammo/Grenades, Unlimited Ammo (Credits @Deewarz)
Moved Weapons menu to a separate entry

1.0.0 r36 06.10.20 Initial public release

Related Pages