For me the emphasis on simple is supposed to be the interface :) but w/e.
Everything under the "Plugins" heading is a plugin.
The only plugin that's on the main-menu is the map change.
To remove the top-bar, remove any notices from the config file :)
Edit:
I'll try and add some config options for the positioning of the notice bar and timer list (timer list appears on the top-right). Maybe a handle so you can change the position of the menu if required.
Edit:
Flynch posted:
RAVE about this. It kicks ASS. I love this it's so simple yet so... amazing :D.
Anyway yeah bumping the idea about mouse gestures. If that could be included you would officially become my idle.
Edit: When I extract it. I get the ass folder. and a gmsv_asscmd.vdf which is also in my addons folder. So:
addons/ass
addons.gmsv_asscmd.vdf
The location inside the gmsv file points to a file with the same name. Is my current setup wrong or what?
I'm not too keen on the idea of mouse gestures, but will play around with something and see what happens ;)
When you extract, you should get this setup:
Code:
addons/assmod
addons/assmod/info.txt
addons/assmod/.... etc
addons/gmsv_asscmd.vdf
The VDF file is needed so that the rcon works properly, since Gmod blocks sv_cheats, exec, alias, etc being used through Lua. The DLL that's pointed to by the VDF adds a binding so that commands can be executed on the server without any problem.
If this is a security issue for you (the source code is included) you can remove the DLL and ASSmod will fall back to the default Gmod interface (meaning that you won't be able to use the rcon fully).
Edit:
Elspin posted:
Because you defined it with ', you can use " freely in the sring. Website does not have formatting for this - but lua does. (Though I'm not sure if it's possible to load ' strings with KeyValuesToTable, or save with them for that matter)
EDIT: Don't even ask me why (I have no clue) but it started working for some reason.
Unfortunatly, I don't think that KeyValuesToTable allows ' to start a string, only " or nothing (if nothing it assumes that spaces seperate the keys and values). I know it doesn't save them with '. Strange that it started working, oh well that's the mystery of Gmod