Go to file
2023-02-24 23:56:09 +01:00
sampy Added Bitstream w/tests 2023-02-24 23:56:09 +01:00
tests Added Bitstream w/tests 2023-02-24 23:56:09 +01:00
.gitignore Added .gitignore 2023-02-10 04:14:53 +01:00
LICENSE Initial commit 2023-02-09 22:29:12 +01:00
pyproject.toml Setup tox 2023-02-10 04:18:25 +01:00
README.md Initial commit 2023-02-09 22:29:12 +01:00
requirements_dev.txt Setup tox 2023-02-10 04:18:25 +01:00
requirements.txt Setup tox 2023-02-10 04:18:25 +01:00
setup.cfg Setup tox 2023-02-10 04:18:25 +01:00
setup.py Setup tox 2023-02-10 04:18:25 +01:00
tox.ini Setup tox 2023-02-10 04:18:25 +01:00

SAMPY

A SAMP server made in python

SAMP (or SA-MP) is a free multiplayer mod for the PC port of GTA: San Andreas.
GTA: San Andreas was developed by Rockstar North and released in 2005.
SA-MP is an unofficial multiplayer mod made by the SA-MP.com team released @sa-mp.com

This project is in an effort of open-sourcing the SA-MP server and protocol used to make advances within the SA-MP community.
The SA-MP.com team have kept the project closed-source and only released compiled binaries for server and client on selected platforms.
The SA-MP.com team have released server binaries for windows and linux (x86), and client binaries for windows only.

Goals

  • Make a bare-bone python interpretation of the SA-MP server
  • Performance is not a goal, but optimizations might be done along the way to get good proof of concept
  • Preservation
  • Document protocol
  • More power to the community
  • More hosting capabilities

Project

Currently in reverse engineering process