Modules/Pathfinding: Difference between revisions
Jump to navigation
Jump to search
m (Removed "resources" section) |
m (Not supported anymore) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pageclass class="#AA7592" subcaption=" | {{Outdated}} | ||
[[Category:Modules]] | |||
<pageclass class="#AA7592" subcaption="Pathfinding Module"></pageclass> | |||
__NOTOC__ | __NOTOC__ | ||
{{Module_Info| | {{Module_Info| | ||
name = | name = ml_pathfind | | ||
version = 1. | version = 1.0.3 | | ||
author = StiviK, eXo-Reallife team| | author = StiviK, eXo-Reallife team| | ||
module_website = ''[https://github.com/eXo-OpenSource/ml_pathfind Here]'' | | module_website = ''[https://github.com/eXo-OpenSource/ml_pathfind Here]'' | | ||
Line 13: | Line 16: | ||
compatible_with = 1.X | compatible_with = 1.X | ||
}} | }} | ||
This module provides ability to find the shortest path between two points in the world. | This module provides ability to find the shortest path between two points in the world. | ||
Latest revision as of 16:08, 4 February 2022
This article is (partially) outdated and the information may no longer apply. | |
Module info | |
Name | ml_pathfind |
Version | 1.0.3 |
Author | StiviK, eXo-Reallife team |
Module website | Here |
Download link | Windows 32 bit Windows 64 bit |
License | MIT |
Written in | C++ |
Operating system | Cross-platform |
Compatible with | 1.X |
This module provides ability to find the shortest path between two points in the world.
Installation
Windows
32 bit: Copy 32 bit ml_pathfind_win32.dll into the MTA San Andreas\server\mods\deathmatch\modules\ directory.
64 bit: Copy 64 bit ml_pathfind_x64.dll into the MTA San Andreas\server\x64\modules\ directory.
Then, add the following line in mtaserver.conf:
32 bit:
<module src="ml_pathfind_win32.dll" />
64 bit:
<module src="ml_pathfind_x64.dll" />
GNU/Linux
Copy ml_pathfind.so into the modules/ directory.
Then, add the following line in mtaserver.conf:
<module src="ml_sockets.so" />