• Svyanov Cooking System
    12 replies, posted
[B]Svyanov Cooking System[/B] [IMG]http://share.shopsec.ru/photo/PaintDotNet_2017-09-17_01-48-08.png[/IMG] This addon created for darkrp Very simple free cooking system. Support's Russian and English version Some Screenshot's: [IMG]http://share.shopsec.ru/photo/hl2_2017-09-17_01-50-02.jpg[/IMG] [IMG]http://share.shopsec.ru/photo/hl2_2017-09-17_01-50-23.jpg[/IMG] [IMG]http://share.shopsec.ru/photo/hl2_2017-09-17_01-50-32.jpg[/IMG] [IMG]http://share.shopsec.ru/photo/hl2_2017-09-17_01-50-46.jpg[/IMG] [IMG]http://share.shopsec.ru/photo/hl2_2017-09-17_01-50-52.jpg[/IMG] GitHub: [URL="https://github.com/svyanov/svyanov_simple_cooking"]https://github.com/svyanov/svyanov_simple_cooking[/URL] [B]How to install[/B] * 1) Download English or Russian version from GitHub * 2) Drag-n-drop svyanov_simple_cooking_en or svyanov_simple_cooking_ru to your addon folder * 3) Use it in-game!
Nice, I assume it's one of your first addons! I couldn't make something this good myself, room for improvement but it's good.
idk wsup with all the dumb ratings. thanks for releasing for free, ignore all the high-horse nerds feeling the need to shit on something you probably worked hard on. great work :D
With the inconsistency of the semi-colons, I'd assume a lot of it was copy-pasted. Neat release tho.
Although its a smol release (And i'm assuming its your first) its really nice. Thanks for releasing this for free and I hope we can see more from you!
[QUOTE=Moat;52695786]What's up with the coding style [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/bread/init.lua"]here[/URL] being different than [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/plate/init.lua"]here[/URL]? Are there different authors of the addon?[/QUOTE] He's also setting DTVars outright for some reason and not commenting what they are. [editline]19th September 2017[/editline] Looks like he copied [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/plate/init.lua"]this entity's[/URL] code; seems to be [URL="https://facepunch.com/showthread.php?t=1546058"]passed around[/URL] [URL="https://facepunch.com/showthread.php?t=1575732"]a lot[/URL]. [editline]19th September 2017[/editline] Found [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/dough/init.lua"]this code[/URL] in a [URL="https://pastebin.com/x8dBSg7w"]pastebin[/URL] from a few months back, but I'm not sure about the source. [editline]19th September 2017[/editline] Also, [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/bread/init.lua#L37-L57"]this Use function[/URL] seems to be modified from [URL="https://facepunch.com/showthread.php?t=1571063&p=52459825&viewfull=1#post52459825"]this[/URL], not sure of the original source.
Don't pull what I did with the "Copy-Paste-Hopefully-Learn" method. Assuming these explanations are adding up to what I think you're doing. Good job though!
[QUOTE=NewLifeRP;52698746]Don't pull what I did with the "Copy-Paste-Hopefully-Learn" method. Assuming these explanations are adding up to what I think you're doing. Good job though![/QUOTE] I did that and it worked out fine-ish, got some bad habits from it though.
[QUOTE=NewLifeRP;52698746]Don't pull what I did with the "Copy-Paste-Hopefully-Learn" method. Assuming these explanations are adding up to what I think you're doing. Good job though![/QUOTE] The current state of GMod learning/documentation kind-of requires learning through reading/copying other people's code to at least get a bearing on how to achieve tasks. The catch-22 of this learning method is improving/changing upon the basis you've learned thru copying so that you don't just release someone else's code.
[QUOTE=Tratman;52693466]Nice, I assume it's one of your first addons! I couldn't make something this good myself, room for improvement but it's good.[/QUOTE] thx
I'd say you make the interface a little better. Look pretty plain right now, maybe some more information, etc.
[QUOTE=Moat;52695786]What's up with the coding style [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/bread/init.lua"]here[/URL] being different than [URL="https://github.com/svyanov/svyanov_simple_cooking/blob/master/svyanov_simple_cooking_en/lua/entities/plate/init.lua"]here[/URL]? Are there different authors of the addon?[/QUOTE] Did you to see 'ENT:Use()', it's atleast a mile long ;p
Sorry, you need to Log In to post a reply to this thread.