BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

Print lua version + implementation on startup #300

Closed lionkor closed 1 month ago

lionkor commented 3 months ago

When running a server and writing plugins for it, I want to know which lua version is used. On linux I can ldd, but on Windows I'm lost. The server should print the lua version and any other info it has about it, on startup of the LuaEngine.

lionkor commented 2 months ago

This also needs to be added to the version command, just like all other library versions we can reasonably query and care about (like openssl)

sla-ppy commented 1 month ago

@lionkor Please assign me to this. I'll tackle this issue!

sla-ppy commented 1 month ago

@lionkor Suggested for us to add a way to tell which platform we are on along with the rest of the version information. This will be also added in this issue.