V1 6 beta3 release notes: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> '''Version 1.6 beta3''' Release date: 20.Feb.2023 </poem> ==What is new?== *Purpose is to update API for new library LibAction * ==Downloads== {| class="wikitable" |- ! ! bit ! version ! Link |- | Windows | style="text-align:center;" | 32 and 64 | rel006 | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta2...")
 
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
</poem>
</poem>
==What is new?==
==What is new?==
*Purpose is to update API for new library [[LibAction]]
*Change in API
*
==Plugins included with downloads==
*LibAction
*LibRPC
*npcmodule
 
==Downloads==
==Downloads==
{| class="wikitable"  
{| class="wikitable"  
Line 17: Line 21:
| style="text-align:center;" | 32 and 64
| style="text-align:center;" | 32 and 64
| rel006
| rel006
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta2_patch1.zip/download
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta3.zip/download
|-
|-
| Linux
| Linux
| style="text-align:center;" | x64
| style="text-align:center;" | x64
| rel006
| rel006
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_beta2_patch1.zip/download
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_beta3.zip/download
|-
|-
| Linux
| Linux
| style="text-align:center;" | x86
| style="text-align:center;" | x86
| rel006
| rel006
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.6_beta2_patch1.zip/download
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.6_beta3.zip/download
|-
|-
| Windows+Linux
| Windows+Linux
| style="text-align:center;" | x64+x86
| style="text-align:center;" | x64+x86
| rel004
| rel004
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.6_beta2_patch1.zip/download
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.6_beta3.zip/download
|- style="text-align:center;"
|- style="text-align:center;"
| style="text-align:left;" | Source
| style="text-align:left;" | Source
| -
| -
| -
| -
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-1.6.b2.zip/download
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc-vcmp-master-v1.6_beta3.zip/download
|- style="text-align:center;"
|- style="text-align:center;"
| style="text-align:left;" | Plugin Header
| style="text-align:left;" | Plugin Header
| -
| -
| -
| -
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_api_v1.6_beta.zip/download
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_1.zip/download
|-style="text-align:center;"
|-style="text-align:center;"
| style="text-align:left;" | Plugin Exports
| style="text-align:left;" | Plugin Exports of npc04relxx
| -
| -
| -
| -
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_exports.zip/download
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_exports.zip/download
|-style="text-align:center;"
| style="text-align:left;" | Source of LibAction
| -
| -
| style="text-align:left;" | https://www.mediafire.com/file/2jyj0xt52ee1y83/vcmp-npc-library-actionlib.zip/file
|}
|}



Latest revision as of 16:51, 24 February 2023

Version 1.6 beta3
Release date: 20.Feb.2023

What is new?

  • Change in API

Plugins included with downloads

  • LibAction
  • LibRPC
  • npcmodule

Downloads

bit version Link
Windows 32 and 64 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta3.zip/download
Linux x64 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_beta3.zip/download
Linux x86 rel006 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.6_beta3.zip/download
Windows+Linux x64+x86 rel004 https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_win_lin_v1.6_beta3.zip/download
Source - - https://sourceforge.net/projects/npc-for-vcmp/files/npc-vcmp-master-v1.6_beta3.zip/download
Plugin Header - - https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_API_1_1.zip/download
Plugin Exports of npc04relxx - - https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_exports.zip/download
Source of LibAction - - https://www.mediafire.com/file/2jyj0xt52ee1y83/vcmp-npc-library-actionlib.zip/file

Info

Note: Empty scriptfile default.nut placed at one of the root locations of npcscripts directory. If you are upgrading from previous version by updating only binaries( and not copy pasting entire directory), possibly an error will be shown "script not found. does it exist?"

API

1.1 (new)

Related