Opening the menu to Lua - Your contribution needed
363 replies, posted
Bad place to ask, but can someone give me the gmod SVN link? lol
Wow this is incredible.
[QUOTE=grea$emonkey;23319318]Wow this is incredible.[/QUOTE]
The post above? Anyway I would recommend to NOT check the svn out until I say so here, It'll only confuse you right now.
[QUOTE=The-Stone;23321423]The post above? Anyway I would recommend to NOT check the svn out until I say so here, It'll only confuse you right now.[/QUOTE]
The pictures.
See new page.
Source for DLL?
[highlight]Good news guys, I got it fixed![/highlight]
[b]Howto install:[/b]
SVN Link: [url]http://luastoned.googlecode.com/svn/trunk/luamenu/[/url]
- Create a new folder in /addons/ preferably named LuaMenu
- make a checkout
- wait until everything is downloaded
- run 'install_luamenu.bat' (you can look at the source, it's not malicious)
- Start GMod and have fun.
[QUOTE=Alex_grist;23334219]Source for DLL?[/QUOTE]
Are you really that worried? :sigh: [url]http://codepad.org/pgmnIDHG[/url]
hm what you fixed?
[QUOTE=Tobba;23334883]hm what you fixed?[/QUOTE]
It loads (it hasn't done that since the last two updates, :eng101: [without hacky workarounds])
Added Settings Tab: (need more ideas, what could I add?)
[img]http://img.luastoned.com/luamenu_skin_1.png[/img][img]http://img.luastoned.com/luamenu_skin_2.png[/img]
[QUOTE=The-Stone;23335014]It loads (it hasn't done that since the last two updates, :eng101: [without hacky workarounds])
Added Settings Tab: (need more ideas, what could I add?)
[img]http://img.luastoned.com/luamenu_skin_1.png[/img][img]http://img.luastoned.com/luamenu_skin_2.png[/img][/QUOTE]
Maybe a setting to disable/enable tabs?
[QUOTE=Trivkz;23335219]Maybe a setting to disable/enable tabs?[/QUOTE]
Just added changeable titles, you'll like it! :D
Errr
on lime 114 in lua_menu.lua add:
if !file.Exists("luamenu/settings.txt") then return {} end
of course put the line thats there under it :v:
[editline]10:05PM[/editline]
Ah it didnt fix it fully, just tested
[QUOTE=Tobba;23336280]Errr
on lime 114 in lua_menu.lua add:
if !file.Exists("luamenu/settings.txt") then return {} end
of course put the line thats there under it :v:
[editline]10:05PM[/editline]
Ah it didnt fix it fully, just tested[/QUOTE]
Accept me on steam >:O
[lua]local DefaultSettings = {
Skin = "Default"
}
function LoadSettings()
if !file.Exists("luamenu/settings.txt") then return DefaultSettings end
return glon.decode(file.Read("luamenu/settings.txt"))
end[/lua]
Untested, should work. also add me on steam
[editline]10:07PM[/editline]
Ah will do
Neat progress, mate.
Indeed
Removed it until that you add the plugins/tabs to trunk/luamenu. When I tried adding them manually (dev/ to menu_plugins/luaconsole and irc/ to includes/), it did not work.
[QUOTE=Kyguoshu;23340458]Removed it until that you add the plugins/tabs to trunk/luamenu. When I tried adding them manually (dev/ to menu_plugins/luaconsole and irc/ to includes/), it did not work.[/QUOTE]
What? Just follow those simple steps, it works for everyone I know so far.
[b]Howto install:[/b]
SVN Link: [url]http://luastoned.googlecode.com/svn/trunk/luamenu/[/url]
- Create a new folder in /addons/ preferably named LuaMenu
- make a checkout
- run 'install_luamenu.bat' (you can look at the source, it's not malicious)
[QUOTE=The-Stone;23347795]What? Just follow those simple steps, it works for everyone I know so far.[/QUOTE]
Is it just me or do you really hate that feeling when someone stops using your work for something small? :smith:
You have to try and make them realize everything is fine, or they're doing something small wrong.
[QUOTE=amcwatters;23347809]Is it just me or do you really hate that feeling when someone stops using your work for something small? :smith:
You have to try and make them realize everything is fine, or they're doing something small wrong.[/QUOTE]
... he's doing something wrong if he lurks around in /dev and tries to copy it /somewhere/ :C
You know I was trying to make it really as simple as possible by just having the client execute the .bat file and not worrying about copying files in specific locations etc (and I would love to lock /dev but googlecode does not allow it so I can't really do anything about it.)
Working on the AppStore now
[QUOTE=Tobba;23359810]Working on the AppStore now[/QUOTE]
You should rename it, to GStore or something less Apple.
MingeStore, please.
[QUOTE=amcwatters;23360922]MingeStore, please.[/QUOTE]
It is no real store since you don't pay for it... :v:
€dit: Changelog:
- Added lots of helper functions
- Added proper structure for lua_menu.lua
- Popups
- New chat, some sort of
[img]http://img.luastoned.com/popup.png[/img]
[QUOTE=The-Stone;23361808]It is no real store since you don't pay for it... :v:
€dit: Changelog:
- Added lots of helper functions
- Added proper structure for lua_menu.lua
- Popups
- New chat, some sort of
[img]http://img.luastoned.com/popup.png[/img][/QUOTE]
Where are they going to be? I wouldn't want them to clash with the Steam notifications.
[QUOTE=Chrisaster;23362417]Where are they going to be? I wouldn't want them to clash with the Steam notifications.[/QUOTE]
That's what they do right now, where should I place them? Coming from the top right downwards?
No. Please just leave them where they are. It's not a huge deal.
[editline]01:39PM[/editline]
It'd look worse if you had notifications like that coming from two places at once. The lesser of the two evils would be just to ignore the fact the overlay will block them.
cant finish the appstore untill i manage to make a working HTTP request function with OOSocks, dammit
I'm working on an encrypted lua file loader with some secrets that will make people who want to dump the script very confused. From there I will take over the http downloads and use curl.
I was doing some great development until the hard drive of my desktop computer failed. Now Im stuck in a Linux livecd trying to figure it out :sigh:
Hey could you possibly add a spotify plugin?
Sorry, you need to Log In to post a reply to this thread.