splewis / csgo-pug-setup

CS:GO Sourcemod plugin for setting up private pug/10man games
GNU General Public License v3.0
412 stars 92 forks source link

Change file hierarchy to csgo default file hierarchy #69

Closed jkroepke closed 9 years ago

jkroepke commented 9 years ago

Hi,

i prefer to extract a archiv 'as-is' without moving file around after extraction, like metamod and source archives.

Move follow files: cfg/sourcemod/pugsetup -> csgo/cfg/sourcemod/pugsetup configs/pugsetup -> csgo/addons/sourcemod/configs/pugsetup scripting -> csgo/addons/sourcemod/scripting translations -> csgo/addons/sourcemod/translations

With this it is easier to deploy servers with automation.

Cheers, Jan

splewis commented 9 years ago

The directory structure of the source code shouldn't matter if you're actually using any of: a release, an automated build from http://ci.splewis.net, or the smbuild system I use to create those 2.

The releases also have the exact same structure as sourcemod archives (addons/ and cfg/ at the top level).

jkroepke commented 9 years ago

Hi,

I dont know about your ci server.

Thank you for the info.