hello together.
how can I change the main menu in the gmod to a private entry should add?
we have an unlisted server and it's awkward every time when trying to connect to open the console to the / connect command to type.
I mean this menu: (items 1-7)
[IMG]http://wiki.garrysmod.com/images/thumb/0/0a/main_menu.jpg/800px-main_menu.jpg[/IMG]
some of our clan get it unfortunately does not go there at all to open the console, because it is not enabled or no key is set.
as a menu entry that executes the command directly would be much more convenient.
in gmod 10 was the quite simple, just because a file had to be changed, but this now seems to always be overridden by steam.
someone has an idea, or is there an addon for it?
or you can connect directly through a desktop shortcut to a server?
(no, we do not want the server can listen to the public)
regards
msc
(sorry for bad english :v: )
We are currently in gmod 13, but i dont believe that you can re-arrange these menu's. If you cannot get to the console try opening the options menu then opening it
If you rewrite the menu in Lua by removing all traces of it being a webpage (like Robotboy did), you can have some fun with it.
Also, you have to hold down ~ when trying to get the console open due to the webpage layout of the menu.
[QUOTE=AJ10017;47032802]We are currently in gmod 13, but i dont believe that you can re-arrange these menu's. If you cannot get to the console try opening the options menu then opening it[/QUOTE]
Hes on 14 look on the top right[IMG]http://i.imgur.com/YWswB7W.png[/IMG]
[QUOTE=BuilderGaming;47034757]Hes on 14 look on the top right[IMG]http://i.imgur.com/YWswB7W.png[/IMG][/QUOTE]
-snip-
[QUOTE=BuilderGaming;47034757]Hes on 14 look on the top right[IMG]http://i.imgur.com/YWswB7W.png[/IMG][/QUOTE]
No, that is the build date. The latest major/release is technically 13.
[QUOTE=BuilderGaming;47034757]Hes on 14 look on the top right[IMG]http://i.imgur.com/YWswB7W.png[/IMG][/QUOTE]
Like TylerB said that's the build date, UK uses [URL="http://en.wikipedia.org/wiki/ISO_8601"]ISO 8601[/URL] standard which is YY.DD.MM.
Thanks for the answers, but the screenshot was only representative that no misunderstandings occur, which I my menu. ia'm using the current newest steam version of garrysmod.
I even manage to open the console.
The menu change was intended more for the 'untalented' users in my clan as a simplification.
If you want to open the console in the menu press F10.
thank you, but this was not the question :-)
You can change the main menu by doing some programming in here;
[url]https://github.com/garrynewman/garrysmod/tree/master/garrysmod/lua/menu[/url]
[url]https://github.com/garrynewman/garrysmod/blob/master/garrysmod/html/menu.html[/url]
Don't know exactly what it is you have to change, but I'm pretty sure that's it. (You do need some knowledge in Lua and HTML/whatever language it's programmed in to be able to do do this, though)
thanks a lot! that was the gold value!
\html\template\main.html holds the menu, one line entry later:
[CODE]<li><a ng-click="MenuOption( this, 'engine connect my_server.de')" ng-Tranny="'Play on my server'"></a></li>[/CODE]
And the requested effect is here!
Many Thanks!
the only problem: "install" as addon does not work, i will hope, that the steam updater don't override this file.
Addons can't modify files loaded by the menu.
Am I late or something? Was GMOD 14 released?
Did you read the thread?
no, i was too excited.
Sorry, you need to Log In to post a reply to this thread.