An open API service indexing awesome lists of open source software.

https://github.com/python1320/gmod_menu2

More developer friendly startup menu for Garry's Mod
https://github.com/python1320/gmod_menu2

Last synced: 18 days ago
JSON representation

More developer friendly startup menu for Garry's Mod

Awesome Lists containing this project

README

        

# gmod_menu2
This voids any warrant, not guaranteed to work or help you, bye.

Features
=======
- no features
- No awesomium necessary

Usage
=======
1. Copy this repo to ```garrysmod/lua/menu2/``` so you have ```garrysmod/menu2/menu.lua```
2. Copy files from ```menu2/extra/garrysmod/``` to ```garrysmod/``` so you have ```garrysmod/lua/bin/gmsv_geoip_win32.dll```
3. copy ```menu2/extra/serverquery/lua``` to ```garrysmod/``` so you have ```garrysmod/lua/includes/modules/serverquery.lua```
4. copy ```menu2/extra/vstruct/lua``` to ```garrysmod/``` so you have ```garrysmod/lua/vstruct/vstruct/init.lua```
FINALLY
5. Edit ```garrysmod/lua/includes/menu.lua```
Replace ```include( "menu/menu.lua" )``` with ```include( "menu2/menu.lua" )```

Alternatively use install.cmd (unstable)

Screenshots
=======
![](http://i.imgur.com/lh647tj.png)
![test server browser](http://i.imgur.com/BBIHmyC.png)

Credits
=======
- Valve, server query servers
- Python1320, server query library
- CapsAdmin, country flags code for server query GUI
- Mark James, country flags
- Garry, Garry's Mod
- GeoIP data, MaxiMind

License
=======
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to