Skip to main content

Python for VC:MP Server Plugin

Project description

Python for VC:MP Server Plugin

GitHub Issues or Pull Requests GitHub Issues or Pull Requests GitHub License GitHub Release GitHub Tag GitHub Repo stars

赞助

许可证

MIT

贡献

如果你有能力,你可以向我们的仓库提交 Pull Request 或 Issue。

开发进度

目前 master 是主分支, rwir 分支上正在将进行 rust 重写的工作, 在修一些小问题,欢迎贡献

lets RWIR!

TODO

  • 实现 NPC 插件(habi)的 bindings
  • 实现 Exports 出来的 bindings

鸣谢

ysc3839 提供一些 Python 开发思路 shenjack 帮助解决一些很屎的代码,并且提供了一些参考代码

使用

如果你是 Linux 用户 (Docker)

docker run -d --name vcmp-python -v /path/to/your/server:/app -p 8192:8192 tianxiu2b2t/vcmp-python server

如果你是 Windows 用户

  1. pip 包安装
pip install vcmp-python-plugin
  1. 下载对应的 python 版本 dll 文件,或在 pip 包中寻找对应的 dll 文件
  2. 将 dll 文件放入你的 VCMP 服务器 plugins 文件夹中
  3. 修改 server.cfg 文件,添加以下内容
plugins python04rel64rspyo3py<python version>.dll
# 非必要不要开启……
# python_preloader false
python_script_path main.py
# 虚拟环境,比如 .venv/lib/python3.8/site-packages
# python_virtual_env 
# 日志等级,默认 INFO
# python_log_level INFO
# 检查更新,默认为 true
# python check_update true
# 是否记录日志,默认为 false
# python_file_log
# 重载脚本的时候,忽略已加载的模块,默认为 
# 例子: _bcrypt,_signal
# python_ignore_py_modules

or

[script]
script_path = "main.py"
virtual_env = ".venv/lib/python3.8/site-packages"
# 默认为 false
# preloader = false
[logger] # 可选
log_level = "INFO"
file_log = false

[advanced] # 可选
check_update = true
ignore_py_modules = [
    "_bcrypt",
    "_signal"
]
  1. 启动你的服务器
server.exe

示例脚本 (等有缘人提供)

main.py:


Build

  1. 安装 Python 和 rustc & cargo 依赖
  2. 进入目录
cargo build --release

如果你怕更新的时候复制插件到 plugins 里的话,可以访问此项目

vcmp-python-plugin-link 页面下载最新的插件

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vcmp_python_plugin-2.1.1.tar.gz (84.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vcmp_python_plugin-2.1.1-py3-none-any.whl (84.9 MB view details)

Uploaded Python 3

File details

Details for the file vcmp_python_plugin-2.1.1.tar.gz.

File metadata

  • Download URL: vcmp_python_plugin-2.1.1.tar.gz
  • Upload date:
  • Size: 84.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for vcmp_python_plugin-2.1.1.tar.gz
Algorithm Hash digest
SHA256 ffbb235fd4532f66141baa8d5b28cc3b696b7dc1af9bd97d7144c905b2a4a776
MD5 32a082a500e805739df7b6d90cf4ecf7
BLAKE2b-256 fa526e3c957bdc403867ed67a9f48e2ed0f6b4b95d3ef747afd1b58324e9c04d

See more details on using hashes here.

File details

Details for the file vcmp_python_plugin-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for vcmp_python_plugin-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bd4e70cc0164cf8040d4570ad8b4155a021955186ecdf0aaf9522556ef555a71
MD5 f8a006f34b03cdf3f4ae6d2366bc9267
BLAKE2b-256 59c613eae2f59e8ac13cfdbb25cd9608731fec6746a46f05a6b1dfbefbcd4f40

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page