I was bored yesterday, so I decided to create this.
Anyways, on to the description.
This is an addon that allows users to check if they have an addon used by the server installed and enabled.
[video=youtube;MZ-Rz420x64]http://www.youtube.com/watch?v=MZ-Rz420x64[/video]
Adding addons is easy, just open the addon_list.lua file inside WAL/lua and add your own addons like this:
WAL.AddAddon( string name, string icon_link, string description, number workshopID )
Example:
WAL.AddAddon( "Heckler & Koch XM8", "http://cloud-2.steampowered.com/ugc/1118302506369826188/0DE2AD6844E5AF4F27FA59601CB8AAFCC3C80382/", "TTT XM8 weapon model and sounds", 166184041 )
[b]How to get workshop icon?[/b]
Open the workshop addon you want to get the icon of, right click the icon on the right and press 'COPY IMAGE URL'. The link should look like this:
[url]http://cloud-3.steampowered.com/ugc/595914029647531517/36B32EE7884DCB6CCB59A63DF01D33D3960C875B/268x268.resizedimage[/url]
Now, you remove the ending ( 268x268.resizedimage ) and put that as the link, like this:
[url]http://cloud-3.steampowered.com/ugc/595914029647531517/36B32EE7884DCB6CCB59A63DF01D33D3960C875B/[/url]
[b]How to get the workshop id?[/b]
The workshop ID is in the url of the workshop addon itself, so for this addon:
[url]http://steamcommunity.com/sharedfiles/filedetails/?id=273199718[/url]
the workshop ID is 273199718.
[b]DOWNLOAD LINK:[/b]
[url]https://dl.dropboxusercontent.com/u/46283290/WAL.zip[/url]
[b]INSTALLATION GUIDE:[/b]
1. Open the zip file.
2. Put the folder inside ( WAL ) into garrysmod/addons.
[b]TODO LIST:[/b]
Config in data folder ( so I can put this on the workshop )
Fix the glitchy checkbox
[B]Need help? Just comment on the thread or PM me on here.[/B]
Interesting idea
Very userful.
Sorry, you need to Log In to post a reply to this thread.