V1 6 beta release notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<poem style="border: 2px solid #d6d2c5; background-color: # | <poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> | ||
'''Version 1.6 beta''' | '''Version 1.6 beta''' | ||
</poem> | </poem> | ||
==What is new?== | ==What is new?== | ||
*Supports reading and writing ServerData | *Supports reading and writing ServerData(Streams) | ||
*LibRPC (Remote Procedure Calls) module available and included in npcscripts/plugins so that functions of NPC can be called from Server side( See RFC, F ) | *LibRPC (Remote Procedure Calls) module available and included in npcscripts/plugins so that functions of NPC can be called from Server side( See RFC, F ) | ||
*Fixed a major bug while using ConsoleInput in linux( program would wait indefinitely unless Enter key is pressed ) | *Fixed a major bug while using ConsoleInput in linux( program would wait indefinitely unless Enter key is pressed ) | ||
*The functions of npc04relxx are exported. | *The functions of npc04relxx are exported. | ||
*NPC dies if health set to zero from server | |||
*Most things are tested on windows aswell as on Linux. | |||
==Downloads== | ==Downloads== | ||
{| class="wikitable" | |||
|- | |||
! | |||
! bit | |||
! version | |||
! Link | |||
|- | |||
| Windows | |||
| 32 and 64 | |||
| rel006 | |||
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.6_beta.zip/download | |||
|- | |||
| Linux | |||
| style="text-align:center;" | x64 | |||
| rel006 | |||
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.6_beta.zip/download | |||
|- | |||
| Linux | |||
| style="text-align:center;" | x86 | |||
| rel006 | |||
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x86_v1.6_beta.zip/download | |||
|- | |||
| Windows+Linux | |||
| style="text-align:center;" | x64+x86 | |||
| rel004 | |||
| https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel004_windows_linux.zip/download | |||
|- style="text-align:center;" | |||
| style="text-align:left;" | Source | |||
| - | |||
| - | |||
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/NPC-VCMP-master-1.6.2.zip/download | |||
|- style="text-align:center;" | |||
| 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:center;" | |||
| style="text-align:left;" | Plugin Exports | |||
| - | |||
| - | |||
| style="text-align:left;" | https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_plugin_exports.zip/download | |||
|} | |||
==Info== | ==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?" | 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?" |
Latest revision as of 15:23, 4 February 2023
Version 1.6 beta
What is new?
- Supports reading and writing ServerData(Streams)
- LibRPC (Remote Procedure Calls) module available and included in npcscripts/plugins so that functions of NPC can be called from Server side( See RFC, F )
- Fixed a major bug while using ConsoleInput in linux( program would wait indefinitely unless Enter key is pressed )
- The functions of npc04relxx are exported.
- NPC dies if health set to zero from server
- Most things are tested on windows aswell as on Linux.
Downloads
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?"