#Game settings for every compile

1 messages · Page 1 of 1 (latest)

brazen prism
#

Hey all, ive used hammer 1 years ago but im trying to learn hammer 2 right now and make some surf maps.
What is the easiest way to enable all surf commands and remove warm-up timer etc to quickly test ramps? Iirc it was pretty easy in hammer 1 but cant find much info about it for hammer 2

placid vessel
#

make a bind for it or you can make a custom map config

#

if u search map config in this server you'll find how to do that somewhere

brazen prism
#

I got another response that this is something you do in the cfg file. I'm not at home right now so I cant access it but is this autogenerated for every new hammer project?

marsh smelt
#

use a logic_auto along with point_servercommand and point_clientcommand, both should contain the same infomation. But i beliveve that only point_servercommand is needed.

and set the trigger to trigger on map spawn

also make it run both client and point_servercommand

#

it works just like in hammer 1

little sedge
little sedge
marsh smelt
little sedge
#

Afaik not exactly

#

Plus for config like that it's just easier

#

Like for default weapons

#

Basically any command that need to run before the game starts

brazen prism
#

This is advice i got on the CS2 surf server

#

But is it possible to make the cfg file map specific?

brazen prism
placid vessel
#

game/csgo_addons/[addon_name]/cfg/maps/[mapname.cfg]

brazen prism
#

Ok so the path you showed there has cfg for each specific map instead of for all maps?

placid vessel
#

i think it'll work for all maps in the addon

#

so unless you have multiple maps in your addon

#

which u shouldn't

brazen prism
#

Gotcha. Do i have to creat the cfg or is it automatically generated?