Skip to content

Flory-1/altv-python-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

altv-python-module

Alt:V Multiplayer Python Module

This is a module which will make you able to write Alt:V scripts in Python. The module is in a complete beginning, and it will take a long time to get it to a usable level

How to install

  1. Download and Install Python 3.9 or later from Python
  2. Download the newest version from Releases
  3. Open the zip file
  4. Drag & Drop the folder from the zip into your server's modules folder
  5. Open your server's server.cfg and add the module:
modules: [ python-module ]

Troubleshooting

Problem: When starting the server with module installed I get this error:

Failed to load "python-module.dll"
Win32 error: 126 (7e) | The Specified Module Could Not Be Found.

or

Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Solution: You don't have Python or correct version of Python installed, head to the Python website and download the latest version

I really appreciate any contribution

About

alt:V Multiplayer Python Module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.8%
  • C 1.6%
  • Other 1.6%