splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 176 forks source link

[Bug]: Developer documentation and Docker image for building #992

Closed LowArte closed 1 year ago

LowArte commented 1 year ago

Documentation

Get5 Version

0.13.0

The Issue

In documentation for developers specify docker image with latest tag, but latest image doesn't have volumes and not working. Maybe need to change documentation to previes tag of image I'm use nickdnk/get5-build:1.10.0-6545-sp-fix, and succesfuly build

Match Configuration

No response

Debug Info

No response

nickdnk commented 1 year ago

Latest image compiles with 1.11: https://splewis.github.io/get5/dev/developers/

Else use nickdnk/get5-build:1.10.0-6545-sp-fix

LowArte commented 1 year ago

image I know, but in documentation specifyed latest version, someone try and spent hour like me to undestand why it's not working

nickdnk commented 1 year ago

Fixed: https://github.com/splewis/get5/commit/ae973cf9b65e9206bf13a3e5dd50c261b1f7efe5

nickdnk commented 1 year ago

Also, if you have a feature request (since you need to compile the plugin yourself), please let me know.

LowArte commented 1 year ago

Thanks for fix. I need develop by my own, because i connect plugin to my external system, so this functionality outside of plugin development.

nickdnk commented 1 year ago

Thanks for fix. I need develop by my own, because i connect plugin to my external system, so this functionality outside of plugin development.

Alright, but Get5 can be connected to external systems already using the forwards, natives and the event system, so what exactly is it you need to do that it doesn't do?