evolve
evolve copied to clipboard
Issues with von
Please actually include von rather then a pointer to the von repositry because it doesn't install von when you download from zip or git. Secondly the folder name ev_vON will not work for Linux servers as the file name must be lower cased.
Just download von itself when you are downloading a zip, then. A submodule is the proper way.
When not downloading the zip, but using git - it's a git submodule, of course git has support for it. First clone it with git clone --recursive
and then update the submodules with git submodule update --remote
. Not that difficult.
As for the folder name - it is already lowercased. Otherwise it wouldn't work for me, since I use Linux.
https://github.com/Xandaros/evolve/blob/master/lua/autorun/server/ev_autorun.lua#L17
Ah, good spot. I guess Garry does some trickery by lowercasing all paths, but I'll fix it later.