View Single Post
Austin
Senior Member
Join Date: Oct 2005
Old 10-15-2017 , 13:05   Support for workshop maps?
Reply With Quote #1642

It looks like the current version of stripper doesn't support csgo workshop maps.

I am running a Windows csgo ds with the latest version of stripper.
It is working fine with "normal" non workshop maps, but I have two problems if I try to use it with a workshop map.

1) On a workshop map stripper_dump crashes the server.

2) If I create a stripper config file for a map and put this config file in the stripper maps folder it doesn't work for a workshop map. The entities I put in this config file will work if the map is in the maps folder but it doesn't work if the map is running from the workshop folder which is a sub folder of the game's map folder.

Are their plans on adding support for workshop map?

I downloaded the source from git and it looks like this is one area that needs to be changed.

Code:
    stripper_game.path_format(path,
            sizeof(path),
            "%s/%s/maps/%s.cfg",
            stripper_game.game_path,
            stripper_game.stripper_cfg_path,
            map);
It doesn't look too difficult to add (after just a few minutes in the code).
I suppose I would first have to set up the Metamod build environment and then set up Stripper as a Metamod project.

Is there any documentation on setting up the build environment for stripper?

Last edited by Austin; 10-20-2017 at 03:33.
Austin is offline