GMod - What are you working on? January 2015 (#41)
781 replies, posted
[QUOTE=Netheous;46914160]Whole gamemode, different NPCs: black, white, males, females, mutants... all voice acted by Niandra.
That would be hilarious.
[editline]13th January 2015[/editline]
Can't believe that was my 4K post.[/QUOTE]
What does Niandra sound like?
[QUOTE=Ott;46914981]What does Niandra sound like?[/QUOTE]
Lets compare her to a Goddess :$
[QUOTE=BigBadWilly;46915049]Lets compare her to a Goddess :$[/QUOTE]
What the hell are you trying to do
[thumb]http://i.imgur.com/7dfAX1i.jpg[/thumb]
Working on a custom "escape" menu for MoronYard, buttons on the right will change though, still trying to think of a better design for it, so if you got any ideas please tell me. I will add a better pic later when I can get on the PC.
Been working on fixing up and developing a gamemode called SantosRP. You've probably all heard about it through them annoying every single developer to join them, but finally at a stage where we are about to open it to the public, so time to post some content:
[IMG]http://cloud-2.steamusercontent.com/ugc/52122954233147356/830BF127F6A81D66F056441D10F1774402C1C19A/[/IMG]
Jesus, that GUI.
[QUOTE=dingusnin;46915337]Been working on fixing up and developing a gamemode called SantosRP. You've probably all heard about it through them annoying every single developer to join them, but finally at a stage where we are about to open it to the public, so time to post some content:[/QUOTE]
Lol the owner Rustic7 hates me. I fought with him a ton when I offered my services cuz I had nothing going on.
[QUOTE=crazyscouter;46915378]Lol the owner Rustic7 hates me. I fought with him a ton when I offered my services cuz I had nothing going on.[/QUOTE]
Rustic isn't the owner and now isn't even a part of SantosRP. He pissed me off a lot, can't really put my finger on why other than 'It's Rustic'. Oh well, save the drama for another time.
Rustic wont stop asking me if I know any coders that would work for him... He also tried to get me to work for him too
Not using ammo.
heh.
[QUOTE=dingusnin;46915416]Rustic isn't the owner and now isn't even a part of SantosRP. He pissed me off a lot, can't really put my finger on why other than 'It's Rustic'. Oh well, save the drama for another time.[/QUOTE]
Good, glad at least one person sees how I saw.
[QUOTE=BigBadWilly;46915049]Lets compare her to a Goddess :$[/QUOTE]
Stop.
[QUOTE=dingusnin;46915416]Rustic isn't the owner and now isn't even a part of SantosRP. He pissed me off a lot, can't really put my finger on why other than 'It's Rustic'. Oh well, save the drama for another time.[/QUOTE]
Did something happen oh so recently? Because asked me if I could help development the other week.
I declined, because I'm not helping a PERP replica.
[QUOTE=zeaga;46916130]Stop.[/QUOTE]
defend the honor of niandra! everyone now!
thanks
I'm not doing it for you, I'm doing it for the pugs.
[QUOTE=Nookyava;46918130]I'm not doing it for you, I'm doing it for the pugs.[/QUOTE]
Good I was hoping this wouldn't turn into another [URL="http://www.wikipunch.com/Aspen"]Aspen[/URL] situation.
[QUOTE=Aeternal;46918277]Good I was hoping this wouldn't turn into another [URL="http://www.wikipunch.com/Aspen"]Aspen[/URL] situation.[/QUOTE]
Or a white knight situation. That shit can piss me right off.
Respect people regardless of their gender.
[editline]13th January 2015[/editline]
In other words, who's going to make a Niandra Lades soundboard? Will it be free or will it be on scriptfodder?
[QUOTE=FPtje;46919690][editline]13th January 2015[/editline]
In other words, who's going to make a Niandra Lades soundboard? Will it be free or will it be on scriptfodder?[/QUOTE]
[url]http://vocaroo.com/i/s1R4KE7qzFv7[/url]
sounds like you have a cold :c
[QUOTE=NiandraLades;46920022][url]http://vocaroo.com/i/s1R4KE7qzFv7[/url][/QUOTE]
I'm scared of you now i've seen that </3
Railing the thread:
Made hud for dank gamemode with notification systemz
[t]http://puu.sh/etk4B/b828bb74e2.jpg[/t]
[QUOTE=NiandraLades;46920022][url]http://vocaroo.com/i/s1R4KE7qzFv7[/url][/QUOTE]
My sister heard "pugs" through my headset and she got excited.
[t]http://i.imgur.com/7D4qrGg.png[/t]
don't worry, that bf4 hud is just temporary until I make my own.
(this is a battlefield 4 replica in garry's mod. no, not some darkrp edit)
still looking for good battlefield maps to fit conquest, so if you have any ideas of a good map, please come forward :smile:
[t]http://i.imgur.com/jtLjJP8.jpg[/t]
going in hard v:v:v
abstinence/withdrawal systems also
I've been prototyping a package manager for Garry's Mod. I initially considered a single-binary using Rust or Go, but figured that the best way to do the whole thing is to have the package manager be a normal addon.
Server owner could call for example [CODE]gmpm install ulx[/CODE], and the package manager would somehow (probably using http.Fetch and some kind of pure-lua unzipper) install the addon to a subfolder in the data folder (because it is the only writable folder without binary modules). The package manager would then read gmpm.json in the root folder of the unzipped addon, figure out if there are any dependencies and fetch them if needed. The lua files in lua/autorun relative to the addon would be executed using RunString, but include would have to be overridden somehow to find files in gmod packages.
I thought about the possibility of having some kind of central package repository, but because it is Garry's Mod we're talking about, it's probably better to have a couple of the most common addons hardcoded in and have the rest use direct git paths. That way you wouldn't even need the addons in git to have a gmpm.json file, as you could just fetch the latest commit in master branch.
Even if hacky, it would be a pretty interesting system. Currently the trend seems to be packing everything you can possibly need into an addon (especially with steam workshop and its stupid .gma files). The main problem is that if it ever got any popularity, it would be better for it to be just included in core garrysmod code by _Kilburn.
Workshop is nice for average darkrp servers, but it fits developers worse than legacy addons. I don't know, maybe I've been coding too much node.js lately.
[QUOTE=Author.;46920538][t]http://i.imgur.com/7D4qrGg.png[/t]
don't worry, that bf4 hud is just temporary until I make my own.
(this is a battlefield 4 replica in garry's mod. no, not some darkrp edit)
still looking for good battlefield maps to fit conquest, so if you have any ideas of a good map, please come forward :smile:[/QUOTE]
Are there going to be vehicles to fit conquest? It'll be a bit hard on GMod though for air vehicles.
[QUOTE=mib999;46922065]Are there going to be vehicles to fit conquest? It'll be a bit hard on GMod though for air vehicles.[/QUOTE]
That'd be very awesome. But as you said, It'd be hard to get it smooth, and not crash instantly when driving up a side walk... [b]*cough* TDM *cough*[/B]
[editline]n[/editline]
Working on the deploy menu now, nothing too much to show. I copied the map overview from Siege of Shanghai. Got no idea of how to do this for my gamemode in lua yet, though.
[t]http://i.imgur.com/YTT1XSU.jpg[/t]
[QUOTE=Author.;46922229]That'd be very awesome. But as you said, It'd be hard to get it smooth, and not crash instantly when driving up a side walk... [b]*cough* TDM *cough*[/B]
[editline]n[/editline]
Working on the deploy menu now, nothing too much to show. I copied the map overview from Siege of Shanghai. Got no idea of how to do this for my gamemode in lua yet, though.
[t]http://i.imgur.com/YTT1XSU.jpg[/t][/QUOTE]
You would be able to make a camera view on the top of the map, but it'd screw up in the skybox and not render tons of stuff. (I tried making a map menu once)
Good luck though mate
[QUOTE=mib999;46922816]You would be able to make a camera view on the top of the map, but it'd screw up in the skybox and not render tons of stuff. (I tried making a map menu once)
Good luck though mate[/QUOTE]
[url]http://wiki.garrysmod.com/page/GM/PreDrawSkyBox[/url]
[QUOTE=Exho;46923031][url]http://wiki.garrysmod.com/page/GM/PreDrawSkyBox[/url][/QUOTE]
I think I love you a little
Sorry, you need to Log In to post a reply to this thread.