[B][I]The only gamemode where you can serve flaming rat burgers to people and they will still pay you.[/I][/B]
[B]What is it?[/B]
What started as a joke between my friend and I has become a full gamemode. Boiguhs takes you behind the scenes to reveal the intricacies of working in a restaurant (except not really). Learn to hate your customers, and have nervous breakdowns as you try to meet the demands of up to nine simultaneous orders, each of which requiring several steps to create.
[B]Where can I begin this gamemode, nay, lifestyle?[/B]
[URL="http://steamcommunity.com/sharedfiles/filedetails/?id=847751533"]It's on the workshop![/URL]
[B]I threw all of my ingredients on the grill and now I'm on fire. What do I do?[/B]
This gamemode requires some explanation, hence the [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=849049329"]informative guide![/URL] Available in English, Spanish, French, Russian, and Klingon!*
*Only available in English.
[B]This is too good to be true - have you any proof?[/B]
Worry not, we have SCREENSHOTS!
[IMG]http://i.imgur.com/zGEkZWv.jpg?1[/IMG]
[IMG]http://i.imgur.com/x517I2l.jpg?1[/IMG]
[IMG]http://i.imgur.com/WnMzYEQ.jpg?1[/IMG]
[IMG]http://i.imgur.com/4pJm2O7.jpg?1[/IMG]
Recommended players: 2-4 (You can play alone, but you'll be overwhelmed very quickly)
Ok so this does look cool if you ever need any help pm me as well I know this stuff anyways this looks good doesnt looked sloppy and to rushed
Sounds like Citizen Burger Disorder
[QUOTE=Potatofactory;52087541]Sounds like Citizen Burger Disorder[/QUOTE]
Shhh! Don't tell anyone!
In all seriousness, yes, this is essentially a remake of Citizen Burger Disorder. Unfortunately, that game hasn't been updated in a long time and is still essentially a pre-alpha.
I tried it out for a bit, until I got hungry and went up the road to order a burger.
It quickly becomes unmanagable alone, and the limited stock outlines your hopelessness rather quickly
I'd imagine it'd be fun with friends, if i had any.
looks like it was fun to make! Did not look at the code or anything but it looks nice! Consider putting it on github!
[QUOTE=DavidRalphsky;52087393]Bioguhs[/QUOTE]
absolutely fantastic job!
[editline].[/editline]
[QUOTE=XxLMM13xXx;52090363]Did not look at the code or anything but it looks nice! Consider putting it on github![/QUOTE]
holy lmao [URL="https://github.com/DavidRalphsky/Boiguhs"]it already is[/URL]...
it says it right in his description; @least do make an effort to take time out of your busy important day to take one look in the description before making such a useful and constructive reply
[QUOTE=XxLMM13xXx;52090363]Did not look at the code or anything but it looks nice![/QUOTE]
Uh-oh.
Don't ruin your naive view of me!
This gamemode was largely a learning experience for me. I need to go back and rewrite large portions of the code because it's oh so ugly. But it works for now so :)
[QUOTE=DavidRalphsky;52090984]Uh-oh.
Don't ruin your naive view of me!
This gamemode was largely a learning experience for me. I need to go back and rewrite large portions of the code because it's oh so ugly. But it works for now so :)[/QUOTE]
Who care's, i spent 4 fucking hours with 2 friends playing this fucking gamemode. 9/10 best fun I've had in gmod in a long time. Apart from soundboards on santosrp
Played a little tonight, lots of fun (but totally overwhelming solo)!
I set up a public server at 35.185.1.21:27015
I'll leave the server up, and I'll try to get on again tomorrow night!
You can !rtv to restart if someone left the place a mess.
If you disconnect while a rat is chasing you, self:GetEnemy() will presumably return nil and cause nil:GetPos() to error.
[code]NextBot [363][boiguhs_rat] Error: gamemodes/boiguhs/entities/entities/boiguhs_rat.lua:66: attempt to index a nil value[/code]
Line: [URL]https://github.com/DavidRalphsky/Boiguhs/blob/master/gamemodes/boiguhs/entities/entities/boiguhs_rat.lua#L66[/URL]
Also, getting attacked by the pack of rats made my camera flip around and basically made it feel like I was on the roof looking down. Guessing that's from here and getting attacked by so many at once:
[URL]https://github.com/DavidRalphsky/Boiguhs/blob/master/gamemodes/boiguhs/entities/entities/boiguhs_rat.lua#L134[/URL]
--------
Otherwise, nice silly gamemode. Small suggestion, maybe add some quiet music (even if it's generic hl2 stuff) as if it were over an intercom?
The monotonous hum and clock ticking kind of kills it for me (at least playing alone).
[QUOTE=Mista Tea;52092696]Small suggestion, maybe add some quiet music (even if it's generic hl2 stuff) as if it were over an intercom?
The monotonous hum and clock ticking kind of kills it for me (at least playing alone).[/QUOTE]
Near spawn, next to the grill, there is a TV. Hit E on it :)
Originally that played constantly, but I think it got disabled on accident last update. I'll talk to the mapper tomorrow.
EDIT: Also, I had actually fixed those problems, but had yet to add them in yet. On GitHub now.
Is there a means to respawn ingredients when you run out? I was getting low in the main room and I started pulling ingredients from the drive through window.
[QUOTE=Redfiend;52093095]Is there a means to respawn ingredients when you run out? I was getting low in the main room and I started pulling ingredients from the drive through window.[/QUOTE]
Read up on the guide here: [url]http://steamcommunity.com/sharedfiles/filedetails/?id=849049329[/url]
[B]Supply Ordering and Management[/B] section.
[QUOTE=tgandrew2468;52095052][url]https://github.com/DavidRalphsky/Boiguhs/blob/master/gamemodes/boiguhs/gamemode/core/sv_player.lua#L24[/url]
why[/QUOTE]
Dead employees are bad for business
[QUOTE=Redfiend;52095545]Dead employees are bad for business[/QUOTE]
I meant why is he hooking it in a gamemode? Especially since he's always going to return false.
[QUOTE=tgandrew2468;52097488]I meant why is he hooking it in a gamemode? Especially since he's always going to return false.[/QUOTE]
I'm going to come clean here and say - I don't know. This was the first gamemode I've ever even tried to make (in fact, this is actually the first thing I've ever made from scratch in Lua, all of my previous stuff has been bugfixing or improvements), and I'm kind of amazed it came out so well. I welcome any suggestions, and feel free to make [URL="https://github.com/DavidRalphsky/Boiguhs/pulls"]a pull request on the GitHub[/URL] to correct my errors. Boiguhs is a community gamemode!
EDIT: Actually I should just come out and disclaim - I am completely, 100% self-taught. I don't know any coders, especially anyone who codes in Lua. The majority of my coding knowledge comes from taking something like TTT and cross referencing it with the GMod wiki to figure out how it functions. Larger picture stuff like hook structure is unknown to me -- I just use what works. Advice is very welcome, especially around stuff like how to make the gamemode more stable than Chernobyl. I guess this kind of makes me looks like a moron, especially on this forum, but that's probably better than pretending I know anything, Jon Snow.
[QUOTE=DavidRalphsky;52097568]I am completely, 100% self-taught. I don't know any coders, especially anyone who codes in Lua. The majority of my coding knowledge comes from taking something like TTT and cross referencing it with the GMod wiki to figure out how it functions. Larger picture stuff like hook structure is unknown to me -- I just use what works. [/QUOTE]
Dude that's like how half of us learned.
[QUOTE=Redfiend;52098171]Dude that's like how half of us learned.[/QUOTE]
I'm aware :)
But that was years ago, so now this forums is mostly people who know a lot more than me, so I don't want to pretend to know more than I do.
Playing a game where you get paid minimum wage doing backbreaking work in a hot, greasy fast food restaurant? I think I've finally found the gamemode of my dreams...
Hey for like the two people playing this gamemode, if you have any funny screenshots, post them here or link them on the workshop item. Need some more slideshow pictures :)
I wondered why the people were dying, I hadn't cooked the burgers.
Here are a few screenshots from when me and my friend played it for a while...
we made the best boiguh.
[IMG]https://steamuserimages-a.akamaihd.net/ugc/830199741128921404/4887B376604EABB574B512CA5CB3CD29723E2BAE/[/IMG]
anyone for burned rat?
[IMG]https://steamuserimages-a.akamaihd.net/ugc/830199741128919957/F83A06CDE4F68928B83717768F0366AC61B0FEAE/[/IMG]
we won't tell if you don't
[IMG]https://steamuserimages-a.akamaihd.net/ugc/830199741128920589/520FDF30E188449EA459F028FE1B27A43E040E7B/[/IMG]
^Awesome screenshots.
Well, I got bored and decided the boiguhs workshop slideshow was kinda dull, so I went ahead and made an annoyingly intense trailer in about three hours, hopefully representing what the gamemode is like :)
[video=youtube;8hXyz3E9mlk]https://www.youtube.com/watch?v=8hXyz3E9mlk[/video]
Sorry, but keeping food in floor is against Federal Trade Commission rules.
[QUOTE=robinkooli;52340254]Sorry, but keeping food in floor is against Federal Trade Commission rules.[/QUOTE]
[URL="https://www.youtube.com/watch?v=xLtEzYOHmGY#t=32.6s"]Well....[/URL]
would extensions such as fries/other food crap or a soda fountain be at all possible?
[editline]15th July 2017[/editline]
the idea of a rat getting caught in the soda fountain and then it suddenly serving rat blood sounds hilarious
Sorry, you need to Log In to post a reply to this thread.