Go to file
2023-03-19 06:02:55 +01:00
sampy Added 0.3.7 obfuscation layer 2023-03-19 06:02:55 +01:00
tests Changed formatting 2023-03-15 06:06:58 +01:00
.gitignore Config and logging 2023-03-19 01:43:14 +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 Config and logging 2023-03-19 01:43:14 +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