User contributions for Habi
Jump to navigation
Jump to search
28 August 2023
- 06:0106:01, 28 August 2023 diff hist +1,095 N V1 7 beta2 release notes Created page with "{| class="wikitable" |- ! Operating system !! Version !! Link |- | Windows || v1.7-beta2 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_windows_v1.7-beta2.zip/download npc_vcmp_rel006_windows_v1.7-beta2.zip] |- | Linux x64 || v1.7-beta2 || [https://sourceforge.net/projects/npc-for-vcmp/files/npc_vcmp_rel006_linux_x64_v1.7-beta2.zip/download npc_vcmp_rel006_linux_x64_v1.7-beta2.zip] |- | Linux x86 || v1.7-beta2 || [https://sourceforge.net/projects..."
- 05:4105:41, 28 August 2023 diff hist +27 Field No edit summary
- 05:3505:35, 28 August 2023 diff hist +6 Main Page No edit summary
- 05:3405:34, 28 August 2023 diff hist +163 Main Page No edit summary
- 05:2905:29, 28 August 2023 diff hist +10 V1 7 beta release notes →Downloads current
- 05:2705:27, 28 August 2023 diff hist +270 N Bug List One Created page with "This is the list of bugs found and fixed. {| class="wikitable" |- ! Version ! Bug Description ! Platform ! Status |- | 1.7 beta | The .rec files produced by StartRecordingPlayerData shows error | Win/Linux | Fixed, will be reflected in 1.7 beta 2 |- | | | | |}" current
- 05:2205:22, 28 August 2023 diff hist +43 Main Page No edit summary
- 05:2005:20, 28 August 2023 diff hist −208 Main Page No edit summary
- 05:1805:18, 28 August 2023 diff hist −6 V1 6 beta5 release notes →API current
- 05:1705:17, 28 August 2023 diff hist +2,187 N V1 7 beta release notes Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #1affaa; padding: 1em;"> '''Version 1.7 beta''' Release date: 24.August.2023 </poem> ==What is new?== *NPC can now use pickups, checkpoints, and objects. *Fixed disconnection/crash issue when using Vector._tostring method. *Fixed bugs related to crouching, reloading, and checking player actions. *Set console foreground intensity for windows console. It looks better now. *..."
27 August 2023
- 16:5616:56, 27 August 2023 diff hist −8 Main Page No edit summary
- 16:3916:39, 27 August 2023 diff hist +26 Main Page No edit summary
- 14:3314:33, 27 August 2023 diff hist +398 N ExitVehicle Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta2 and will not work in previous versions. </poem> {{Welcome|desc=Initiates a player's entry into a vehicle with extended options| params=<source>NoParams</source>| retvals=true on success, false on failure( npc not in vehicle ).| relfuncs= *ExitVehicleEx *EnterVehicle }}"
- 06:1306:13, 27 August 2023 diff hist −4 ExitVehicleEx No edit summary
- 06:1206:12, 27 August 2023 diff hist +9 ExitVehicleEx No edit summary
- 06:1206:12, 27 August 2023 diff hist +14 ExitVehicleEx No edit summary
- 06:1106:11, 27 August 2023 diff hist +1,034 N ExitVehicleEx Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 and will not work in previous versions. </poem> {{Welcome|desc=Initiates a player's entry into a vehicle with extended options| params=<source>(ofsd,style, byte1, byte2)</source> <poem>ofsd : This is true/false. If true, npcclient will send an onfootsyncdata after 650 ms. If OnFootSyncData is not send, npc exists, but will be seen again sitting inside vehicl..."
- 06:0506:05, 27 August 2023 diff hist −6 Main Page No edit summary
- 06:0206:02, 27 August 2023 diff hist +52 Main Page No edit summary
- 05:1305:13, 27 August 2023 diff hist +502 N GetCheckpointCount Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the total number of checkpoints streamed to NPC| params=None| retvals=The total number of checkpoints that are streamed to NPC| relfuncs= *IsCheckpointStreamedIn *GetCheckpointRadius *GetCheckpointPos *GetCheckpointColor *IsCheckpointSphere *ClaimEnterCheckpoint..." current
- 05:1205:12, 27 August 2023 diff hist −2 GetObjectCount No edit summary current
- 05:0905:09, 27 August 2023 diff hist +508 N GetObjectCount Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the total count of objects| params=None| retvals=The total number of objects in the game world.| relfuncs= *IsObjectStreamedIn *GetObjectModel *GetObjectPos *GetObjectRotation *GetObjectAlpha *IsObjectTouchReportEnabled *IsObjectShotReportEnabled *ClaimObje..."
25 August 2023
- 07:3307:33, 25 August 2023 diff hist +17 GetPickupCount No edit summary current
- 07:3307:33, 25 August 2023 diff hist +438 N GetPickupCount Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the total count of pickups| params=<source>NoParams</source>| retvals=The total number of pickups streamed to npc.| relfuncs= *IsPickupStreamedIn *GetPickupPos *GetPickupModel *GetPickupAlpha *GetPickupQuantity *ClaimPickup }}"
- 07:3007:30, 25 August 2023 diff hist +480 N GetPickupQuantity Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the quantity of a pickup| params=<source>(pickupid)</source> pickupid : The ID of the pickup to retrieve the quantity for.| retvals=The quantity of the pickup.| relfuncs= *IsPickupStreamedIn *GetPickupPos *GetPickupModel *GetPickupAlpha *GetPickupCount *ClaimPickup..." current
- 07:2807:28, 25 August 2023 diff hist +492 N GetPickupAlpha Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the alpha value of a pickup| params=<source>(pickupid)</source> pickupid : The ID of the pickup to retrieve the alpha value for.| retvals=The alpha value of the pickup.| relfuncs= *IsPickupStreamedIn *GetPickupPos *GetPickupModel *GetPickupQuantity *GetPickupCount *[..."
- 07:2707:27, 25 August 2023 diff hist +477 N GetPickupModel Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the model of a pickup| params=<source>(pickupid)</source> pickupid : The ID of the pickup to retrieve the model for.| retvals=The model ID of the pickup.| relfuncs= *IsPickupStreamedIn *GetPickupPos *GetPickupAlpha *GetPickupQuantity *GetPickupCount *ClaimPickup }}"
- 07:2207:22, 25 August 2023 diff hist +105 GetPickupPos No edit summary
- 07:0707:07, 25 August 2023 diff hist +29 GetPickupPos No edit summary
- 07:0607:06, 25 August 2023 diff hist +397 N GetPickupPos Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the position of a pickup| params=<source>(pickupid)</source> pickupid : The ID of the pickup to retrieve the position for.| retvals=A Vector containing the x, y, and z coordinates of the pickup's position.| }}"
- 07:0007:00, 25 August 2023 diff hist +1 IsPickupStreamedIn No edit summary current
- 07:0007:00, 25 August 2023 diff hist +375 N IsPickupStreamedIn Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Checks if a pickup of given ID is streamed in| params=<source>(pickupid)</source> pickupid : The ID of the pickup to check if streamed in.| retval=true, if streamed in and false otherwise.| }}"
- 06:4506:45, 25 August 2023 diff hist −7 OnServerShareTick No edit summary
- 06:2706:27, 25 August 2023 diff hist +451 N OnServerShareTick Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.6 beta 4 patch2 and will not work on previous versions. </poem> {{Welcome| desc=This function is periodically called when server shares tickcount with npc.| params=<syntaxhighlight lang="lua">(tickcount)</syntaxhighlight>| example=<source lang="lua"> function OnServerShareTick(tickcount) { } </source>| relfuncs=*GetTickCount }}"
- 05:5205:52, 25 August 2023 diff hist −19 ClaimPickup No edit summary current
- 05:5205:52, 25 August 2023 diff hist −19 GetVehicleHealth No edit summary current
- 05:5205:52, 25 August 2023 diff hist −19 GetVehicleDamage No edit summary current
- 05:5105:51, 25 August 2023 diff hist −19 GetVehicleSpeed No edit summary current
- 05:5105:51, 25 August 2023 diff hist −19 GetVehiclePos No edit summary current
- 05:4805:48, 25 August 2023 diff hist −19 GetVehicleTurretRot No edit summary current
- 05:4605:46, 25 August 2023 diff hist −19 GetVehicleModel No edit summary current
- 05:4505:45, 25 August 2023 diff hist −19 GetVehicleDriver No edit summary current
24 August 2023
- 12:5712:57, 24 August 2023 diff hist +32 Main Page No edit summary
- 12:5412:54, 24 August 2023 diff hist +6 Main Page No edit summary
- 12:5212:52, 24 August 2023 diff hist +170 Main Page No edit summary
23 August 2023
- 17:3417:34, 23 August 2023 diff hist −45 Main Page No edit summary
- 16:2116:21, 23 August 2023 diff hist −1 Main Page No edit summary
- 16:2016:20, 23 August 2023 diff hist +255 Main Page No edit summary
22 August 2023
- 16:4816:48, 22 August 2023 diff hist +501 N ClaimPickup Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 (not released yet) and will not work on previous versions. </poem> {{Welcome|desc=Triggers the Pickup pickedup event on server side.| params=<source>(pickupid)</source> <poem>pickupid : The ID of the pickup to be picked. If the player is not near the pickup, nothing happens. </poem>| retval=true, if the pickup exists and is streamed in. false, otherwise| rel..."
- 16:4016:40, 22 August 2023 diff hist 0 Main Page No edit summary Tag: Manual revert