• What Are You Working On? -- October 2012
    585 replies, posted
[QUOTE=garry;38115226]Linux will get auto reload support if someone fills this class in for linux (and tests it). [url]http://code.google.com/p/bootil/source/browse/trunk/src/Bootil/File/Changes.cpp[/url][/QUOTE] So, something like [url=http://ace.haxalot.com/bootil-linux.tar.xz]this[/url]? I tried to generate a diff/patch file but it just looked like I removed the entire file and replaced it with slightly modifed code... Also worked for me during all of the possible different test cases I could think of, although since it's now 3am I might've missed some obscure one.
[QUOTE=grobov13;38112534]Meh. Working on a small gamemode, when I have some free time, called Darkest Days. Its a mix of Half-Life 2 Deathmatch and Bioshock 2 Multiplayer plus 1-2 ideas from Dishonored. Right now there is only one gametype (TDM), but I hope to add at least one more (KOTH or something). So yeah, just like in Bioshock 2 (and MP too) you can carry 2 weapons and 2 spells, and use weapons and spells at same time. There are about 10-11 spells so far and most of them are inspired by Bioshock 2 (Fire Bolt, Electro Bolt and such) or Dishonored (Teleportation). I try to keep gameplay as fast-paced as possible (health/ammo/mana pickups and instant respawn). Few pics and a short video: [t]http://bbq.to/dm_lockdown0000_505d.jpg[/t][t]http://bbq.to/dm_lockdown0003_7e5d.jpg[/t] [video=youtube;O1Si3_6ETMQ]http://www.youtube.com/watch?v=O1Si3_6ETMQ&feature=youtu.be[/video][/QUOTE] Pick a game on steam (max price ~15 USD) Add me on steam (Remscar) I'll buy you the game Great job.
[video=youtube;0YNputj18GY]https://www.youtube.com/watch?v=0YNputj18GY[/video] Details: [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail1.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail2.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail3.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail4.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail5.png[/IMG]
Use the center part of the avatar
That's stylish as hell
[QUOTE=Map in a box;38120922]Use the center part of the avatar[/QUOTE] I guess I'll try that Can't figure out how to get these youtube videos to work :(
Wow, just got frustrated working on my gamemode's menu and saw this. I'm trying to contain my jealousy of how good that GUI looks. By the way, how did you get the buttons to animate like that when you click them? Are they timers or CurTime() divided by x amount of time?
[QUOTE=M0dSe7en;38121107]Wow, just got frustrated working on my gamemode's menu and saw this. I'm trying to contain my jealousy of how good that GUI looks. By the way, how did you get the buttons to animate like that when you click them? Are they timers or CurTime() divided by x amount of time?[/QUOTE] They are probably this: [url]http://wiki.garrysmod.com/page/Global/Lerp[/url]
[QUOTE=kaade;38120821][video=youtube;0YNputj18GY]https://www.youtube.com/watch?v=0YNputj18GY[/video] Details: [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail1.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail2.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail3.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail4.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail5.png[/IMG][/QUOTE] Wow. That's sexy. i'd give a testicle to be able to code GUI elements like you do.
[QUOTE=kaade;38121017]I guess I'll try that Can't figure out how to get these youtube videos to work :([/QUOTE] HTML panels are currently broken in gmod 12. You should try porting to beta before it's too late.
[QUOTE=Map in a box;38121430]HTML panels are currently broken in gmod 12. You should try porting to beta [b]before it's too late.[/b][/QUOTE] DUN DUN [b]DUNNNN[/b]
[QUOTE=Map in a box;38121430]HTML panels are currently broken in gmod 12. You should try porting to beta before it's too late.[/QUOTE] No I meant in my forum post :s
[QUOTE=ace13;38119574]So, something like [url=http://ace.haxalot.com/bootil-linux.tar.xz]this[/url]? I tried to generate a diff/patch file but it just looked like I removed the entire file and replaced it with slightly modifed code... Also worked for me during all of the possible different test cases I could think of, although since it's now 3am I might've missed some obscure one.[/QUOTE] use diff -dbu to create the slimmest patchfile you can.
[QUOTE=kaade;38120821][video=youtube;0YNputj18GY]https://www.youtube.com/watch?v=0YNputj18GY[/video] Details: [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail1.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail2.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail3.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail4.png[/IMG] [IMG]http://dl.dropbox.com/u/48488204/Screenshots/detail5.png[/IMG][/QUOTE] hey guys check out that sexy ui that doesn't need a giant processor-intensive chromium frame over the whole screen to make possible
[QUOTE=Lexic;38121797]use diff -dbu to create the slimmest patchfile you can.[/QUOTE] Thanks, that worked very nicely, got a diff file now :D [url]http://pastebin.com/n8XCj4Rf[/url]
[QUOTE=grobov13;38112534]Meh. Working on a small gamemode, when I have some free time, called Darkest Days. Its a mix of Half-Life 2 Deathmatch and Bioshock 2 Multiplayer plus 1-2 ideas from Dishonored. Right now there is only one gametype (TDM), but I hope to add at least one more (KOTH or something). So yeah, just like in Bioshock 2 (and MP too) you can carry 2 weapons and 2 spells, and use weapons and spells at same time. There are about 10-11 spells so far and most of them are inspired by Bioshock 2 (Fire Bolt, Electro Bolt and such) or Dishonored (Teleportation). I try to keep gameplay as fast-paced as possible (health/ammo/mana pickups and instant respawn). Few pics and a short video: [t]http://bbq.to/dm_lockdown0000_505d.jpg[/t][t]http://bbq.to/dm_lockdown0003_7e5d.jpg[/t] [video=youtube;O1Si3_6ETMQ]http://www.youtube.com/watch?v=O1Si3_6ETMQ&feature=youtu.be[/video][/QUOTE] Had a go at it, really enjoyed it. needs some balancing I think. Loved the powers though, real cool concept *Cough point blank shotgun headshot doesnt kill?*
[QUOTE=DeathByKittens;38123983]Had a go at it, really enjoyed it. needs some balancing I think. Loved the powers though, real cool concept *Cough point blank shotgun headshot doesnt kill?*[/QUOTE] Its quite an early version so yeah, some stuff needs tweaking (weapons and few spells).
Rather than doing anything productive like playing Skyrim, I've found myself dicking about with the [url=pastebin.com/GLPNV8Qw]ultra 1337 GM13 aimbot[/url] I wrote. It's kinda fun, even if it does periodically send my cursor out of my screen [vid]http://lexi.org.uk/!/rp_downtown_v2_2012-10-21_14-33-24.webm[/vid]
[QUOTE=Lexic;38124453]Rather than doing anything productive like playing Skyrim, I've found myself dicking about with the [url=pastebin.com/GLPNV8Qw]ultra 1337 GM13 aimbot[/url] I wrote. It's kinda fun, even if it does periodically send my cursor out of my screen [vid]http://lexi.org.uk/!/rp_downtown_v2_2012-10-21_14-33-24.webm[/vid][/QUOTE] For some reason that's the first thing I thought about as garry added that. I thought "This seem's pretty abusive, recoil probably doesn't work if people use it."
[QUOTE=Leystryku;38124502]For some reason that's the first thing I thought about as garry added that. I thought "This seem's pretty abusive, recoil probably doesn't work if people use it."[/QUOTE] It does (at least with the weapons I tested), you have to pick a low recoil weapon or you're staring at the sky within seconds.
[QUOTE=Lexic;38124453][url=pastebin.com/GLPNV8Qw]ultra 1337 GM13 aimbot[/url][/QUOTE] Well, we definitely need a way to nerf that :v: But I think it is no more than some CalcView magic and SetViewAngles in the engine. [SUB]Also, I predict Tyler is going to show up, and declare "That You Stole His Awesome Cool Cheat Skid"[/SUB]
[QUOTE=Lexic;38124453]Rather than doing anything productive like playing Skyrim, I've found myself dicking about with the [url=pastebin.com/GLPNV8Qw]ultra 1337 GM13 aimbot[/url] I wrote. It's kinda fun, even if it does periodically send my cursor out of my screen [vid]http://lexi.org.uk/!/rp_downtown_v2_2012-10-21_14-33-24.webm[/vid][/QUOTE] Could it not have have been so loud?
[QUOTE=Pigbear;38124553]Could it not have have been so loud?[/QUOTE] It records the game not my speakers. Blame Garry / Worshiper.
Is there any greasemonkey script to make it so webm videos don't auto-play when the page opens?
[QUOTE=CowThing;38126741]Is there any greasemonkey script to make it so webm videos don't auto-play when the page opens?[/QUOTE] Uh pretty sure Overv had one.. But following recent events. :x
[QUOTE=Matt-;38127086]Uh pretty sure Overv had one.. But following recent events. :x[/QUOTE] Why did he stop anyway?
[QUOTE=Wizard of Ass;38127210]Why did he stop anyway?[/QUOTE] Dont start this again please, at least not there. Also, Overvs autoplay script is still avalible for download, and since it does not use any external servers, it is not vulnerable form XSS attacks.
[QUOTE=Wizard of Ass;38127210]Why did he stop anyway?[/QUOTE] [url]http://www.facepunch.com/showthread.php?t=1208377&p=38073617&viewfull=1#post38073617[/url]
[QUOTE=MDave;38124538]Well, we definitely need a way to nerf that :v: But I think it is no more than some CalcView magic and SetViewAngles in the engine. [SUB]Also, I predict Tyler is going to show up, and declare "That You Stole His Awesome Cool Cheat Skid"[/SUB][/QUOTE] Bitch Why Are You Trying To Predict My Actions I Wouldnt Claim Such A Skiddy Noob Cheat As My Own Thats Just Awful And Hera Would Destroy It To The Nth Degree On Topic Here Is Another Screenshot Of Hera Contact Me To Purchase Access It Costs Ten United States Dollars At The Moment [img]http://cloud-2.steampowered.com/ugc/577835582278732997/49DA37FDDBF6B0C17AA6F22B8796F43A2A526A5C/[/img]
God, that guy entertains me. What is he on? his 14th account so far?
Sorry, you need to Log In to post a reply to this thread.