V1 8 beta3 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<poem style="border: 2px solid #d6d2c5; background-color: #ffd789; padding: 1em;">
<poem style="border: 2px solid #d6d2c5; background-color: #ffd789; padding: 1em;">
'''Version 1.8 beta 2'''
'''Version 1.8 beta 3'''
Release date : Not yet released
Release date : 03.October.2024
</poem>
</poem>
==MAJOR CHANGES==
*Added support for 0.4.7.1
*This release is exclusive for 0.4.7 servers
*Fixed a possible bug in rel004 servers related to passenger update of player
*Rec files need to be upgraded to v6 using recupdate. REL004 users and REL006 users may NOT update their rec files since the corresponding builds are not released.
*Fixed plugin truncating path to server when path contain space when using ConnectNPCEx/ConnectNPC.
*Added [[InPoly]] function to check if a two-dimensional-point is inside a polygon by providing the vertices of polygon.
 
 
==API Version==
1.6 ( no change )
 
==RecEdit v2==
See [[RecEdit]] program for editing rec file created/used.
 
==Rec Files Version==
There is no change in rec file versions from v1.8 beta( 29 Feb 2024 ). However following details are documented:
*Plays rec files with identifier 1004, 1005
*Creates rec files with identifier 1005
 
== Downloads ==
{| class="wikitable"
|-
! Operating system !! Version !! Link
|-
| Windows || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_windows_v1.8-beta-3.zip/download npc_vcmp_0471_windows_v1.8-beta-3.zip]
|-
| Linux x64 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x64_v1.8-beta-3.zip/download npc_vcmp_0471_linux_x64_v1.8-beta-3.zip]
|-
| Linux x86 || 0.4.7.1 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_0471_linux_x86_v1.8-beta-3.zip/download npc_vcmp_0471_linux_x86_v1.8-beta-3.zip]
|-
| Windows || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.8-beta-3.zip/download npc_vcmp_rel006_windows_v1.8-beta-3.zip]
|-
| Linux x64 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip/download npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip]
|-
| Linux x86 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip/download npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip]
|-
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.8-beta-3.zip/download npc_vcmp_rel004_win_lin_v1.8-beta-3.zip]
|-
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.8-beta-3.zip/download NPC-VCMP-master-v1.8-beta-3.zip]
|-
| API Plugin || 1.6 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_6.zip/download npc_vcmp_plugin_API_1_6.zip]
|}
 
==Related==
*[[v1_8_beta_release_notes| 1.8 beta]] (29.February 2024)
*[[V1_7_beta3_release_notes| 1.7 beta3]] (08.October.2023)
*[[V1_7_beta2_release_notes| 1.7 beta2]] (28.August.2023)
*[[V1_7_beta_release_notes| 1.7 beta]] (24.August.2023)

Latest revision as of 09:38, 3 October 2024

Version 1.8 beta 3
Release date : 03.October.2024

  • Added support for 0.4.7.1
  • Fixed a possible bug in rel004 servers related to passenger update of player
  • Fixed plugin truncating path to server when path contain space when using ConnectNPCEx/ConnectNPC.
  • Added InPoly function to check if a two-dimensional-point is inside a polygon by providing the vertices of polygon.


API Version

1.6 ( no change )

RecEdit v2

See RecEdit program for editing rec file created/used.

Rec Files Version

There is no change in rec file versions from v1.8 beta( 29 Feb 2024 ). However following details are documented:

  • Plays rec files with identifier 1004, 1005
  • Creates rec files with identifier 1005

Downloads

Operating system Version Link
Windows 0.4.7.1 npc_vcmp_0471_windows_v1.8-beta-3.zip
Linux x64 0.4.7.1 npc_vcmp_0471_linux_x64_v1.8-beta-3.zip
Linux x86 0.4.7.1 npc_vcmp_0471_linux_x86_v1.8-beta-3.zip
Windows rel006 npc_vcmp_rel006_windows_v1.8-beta-3.zip
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.8-beta-3.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.8-beta-3.zip
Windows/Linux (rel004) rel004 npc_vcmp_rel004_win_lin_v1.8-beta-3.zip
Source Code rel006 NPC-VCMP-master-v1.8-beta-3.zip
API Plugin 1.6 npc_vcmp_plugin_API_1_6.zip

Related