V1 8 beta3 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
*Added support for 0.4.7.1
*Added support for 0.4.7.1
*Fixed a possible bug in rel004 servers related to passenger update of player
*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
==RecEdit v2==
See [[RecEdit]] program for editing rec file created/used.
== Downloads ==
{| class="wikitable"
|-
! Operating system !! Version !! Link
|-
| Windows || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.8-beta-p1.zip/download npc_vcmp_rel006_windows_v1.8-beta-p1.zip]
|-
| Linux x64 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.8-beta-p1.zip/download npc_vcmp_rel006_linux_x64_v1.8-beta-p1.zip]
|-
| Linux x86 || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.8-beta-p1.zip/download npc_vcmp_rel006_linux_x86_v1.8-beta-p1.zip]
|-
| Windows/Linux (rel004) || rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.8-beta-p1.zip/download npc_vcmp_rel004_win_lin_v1.8-beta-p1.zip]
|-
| Windows Setup || rel006+rel004 || [https://sourceforge.net/projects/npc-for-vcmp/files/npcclient-setup-v1.8-beta-p1.exe/download npcclient-setup-v1.8-beta-p1.exe]
|-
| Source Code || rel006 || [https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-v1.8-beta-p1.zip/download NPC-VCMP-master-v1.8-beta-p1.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)

Revision as of 06:39, 1 October 2024

Version 1.8 beta 3
Release date : Not yet released

  • 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

RecEdit v2

See RecEdit program for editing rec file created/used.

Downloads

Operating system Version Link
Windows rel006 npc_vcmp_rel006_windows_v1.8-beta-p1.zip
Linux x64 rel006 npc_vcmp_rel006_linux_x64_v1.8-beta-p1.zip
Linux x86 rel006 npc_vcmp_rel006_linux_x86_v1.8-beta-p1.zip
Windows/Linux (rel004) rel004 npc_vcmp_rel004_win_lin_v1.8-beta-p1.zip
Windows Setup rel006+rel004 npcclient-setup-v1.8-beta-p1.exe
Source Code rel006 NPC-VCMP-master-v1.8-beta-p1.zip
API Plugin 1.6 npc_vcmp_plugin_API_1_6.zip

Related