I have tried to use .cfg commands with Tremulous 1.2 on Windows. Here's what I did:
I created the files autogen.cfg, human.cfg, and alien.cfg
autogen.cfg
bind - "team humans; exec alien.cfg"
bind = "team aliens; exec human.cfg"
human.cfg
// Spawning
bind j "class rifle
bind k "class ackit; wait; class ckit"
// Weapons
bind 1 "sell all; buy rifle; buy helmet; buy larmor"
bind 2 "sell all; buy rifle; buy helmet; buy larmor; buy jetpack"
bind 3 "sell all; buy lcannon; buy helmet; buy larmor; buy battpack"
bind 4 "sell all; buy lcannon; buy helmet; buy larmor; buy jetpack"
bind 5 "sell all; buy lgun; buy helmet; buy larmor; buy battpack"
bind 6 "sell all; buy lgun; buy helmet; buy larmor; buy jetpack"
bind 9 "sell all; buy ackit; wait; buy ckit"
bind 0 "sell all; buy rifle"
// Teams
bind - "exec alien.cfg"
bind = "exec human.cfg"
alien.cfg
I haven't done anything with the alien text yet
I go into tremulous onto the AA2 server. I hit "-" and I go into the "Human" team as so. When I hit "j" to spawn as a rifle class, it does NOTHING
I've seen someone with near the same error (not exactly) and he said he did /exec human.cfg, so I tried it and here is what I got.
/exec human.cfg
Couldn't exec human.cfg
I don't know what these files do, and how they work. All I know basically is how to make the binds and vaguely how to use these .cfg files