Skip to content

MultiColAndreas plugin is extended version of the original plugin and is that supported multi-worlds, threading safety, attaching objects, vehicle & player collision futures, API to interact other plugins(as PathFinderCA)

License

Notifications You must be signed in to change notification settings

Fleynaro/MultiColAndreas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ColAndreas

In this separate version of the plugin multiworld and attaching objects futures were implemented. Wiki: https://github.com/Fleynaro/MultiColAndreas/wiki

ColAndreas is a plugin for SA-MP which creates a simulation of the San Andreas world. Using the Bullet Physics library, ColAndreas gives the server knowledge of the game environment itself.

Watch it in action: https://www.youtube.com/watch?v=aSabQWqQBkI

##Download

Go to the releases page and grab the latest ColAndreas_Precompiled zip file, it contains the Windows and Linux versions of the plugin, the include file for PAWN and the Wizard executable.

##Linux note

  • If you get this error: Failed (libBulletCollision.so.2.82: cannot open shared object file: No such file or directory) it means your system doesn't have the required libraries. There are 2 possible solutions for this issue:
    • Use the statically linked version of the plugin (ColAndreas_static.so).
    • Install the Bullet libraries using your distro's package manager.
      • Ubuntu: sudo apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
      • Please note that you must install the 32bit (i386) version of the libraries, even if you use a 64bit OS.

About

MultiColAndreas plugin is extended version of the original plugin and is that supported multi-worlds, threading safety, attaching objects, vehicle & player collision futures, API to interact other plugins(as PathFinderCA)

Resources

License

Stars

Watchers

Forks

Packages

No packages published