• The Death Note
    927 replies, posted
Some of my ideas. Starvation. Drowning. Blame a cause of death on one of the other players. The person wielding the Death Note should take a strategic approach when killing someone. Note*excuse the pun* their location, and what their situation is. Who they are with, objects they are near by, tall building drop and/or large bodies of water. *Edit* Crab Canister. Just wanted to add that.
[QUOTE=shadow_oap]last time i asked when will it be released some guy said not for a long time. is this true?[/QUOTE] Kinda obvious. This is a complicated script. I'm trying to make it as true to the story/rules as possible.
I like deathnote, no reason for saying this.
You should have to type the name, it's more "realistic"
[QUOTE=mahalis]Might be interesting. One possible death-cause: lightning. You could do something cool, effects-wise, with a small thundercloud forming over the person's head before the beam struck.[/QUOTE] The server TheArcaduim has a admin command that is exactly like that called fluffy >.> But make it a big thunder cloud like nuke And then were talking
I'm making L ragdoll :)... he is halfdone [IMG]http://i296.photobucket.com/albums/mm164/aliasnull/Lprogress.jpg[/IMG]
PLEASE, HURRY UP WITH THIS, I NEED TO GET IT, I NEEEEEEEEEEEEEEEEEEEEEEEEEEEED A DEATH NOTE WEAPON, ITS PERFECT FOR MY RP SERVER!!!
Hey Greasemonkey, I am the one who posted the heartbeat sound. I left nearly 2 months ago, but now I am back. [media]http://www.zilefile.com/files/831_7ayhb/Death%20Note%20Heart%20Beat.mp3[/media]
this is what L looks like: [url]http://i51.beon.ru/20/28/32820/91/939491/Death_Note___L__by_Asami_chan.jpeg[/url] [url]http://i156.photobucket.com/albums/t22/alex_shinigami/DeathNote_L1.png[/url]
[QUOTE=KIRAISLIGHT]PLEASE, HURRY UP WITH THIS, I NEED TO GET IT, I NEEEEEEEEEEEEEEEEEEEEEEEEEEEED A DEATH NOTE WEAPON, ITS PERFECT FOR MY RP SERVER!!![/QUOTE] I can already see how much of a menace this will be. [b]Edit:[/b] [QUOTE=E7Fan]Hey Greasemonkey, I am the one who posted the heartbeat sound. I left nearly 2 months ago, but now I am back. [media]http://www.zilefile.com/files/831_7ayhb/Death%20Note%20Heart%20Beat.mp3[/media][/QUOTE] Thank you, but it doesn't seem to work. [b]Edit:[/b] [QUOTE=aliasnull]this is what L looks like: [url]http://i51.beon.ru/20/28/32820/91/939491/Death_Note___L__by_Asami_chan.jpeg[/url] [url]http://i156.photobucket.com/albums/t22/alex_shinigami/DeathNote_L1.png[/url][/QUOTE] Agreed.
lol, i just need it so MY friends will stop harrasin me with comments like, "Dude, get the frickin weapon already so I can test it!" or "DUDE, JUST GET THAT WEAPON AND I WILL LEAVE YOU ALONE!!!" I want people to stop naggin me to get it for my rp server...
Well you shouldn't have promised it in the first place.
i didn't promise, they saw it, and they are now naggin me to get it
I can give you a download link for it (The Heart beat sound), that website I host stuff on is always doing updates and edits. Would you want a download link?
was that directed to me or greasemonkey
I want a boat-falls-on-person option. I want to be able to kill things in random hilarious ways.
That is dumb, there is no point in doing that because it is supposed to be based on the actual show and manga's deathnote.
Is this dead?
No. Just a bit of a speedbump with the derma. Especially in multiplayer.
Well, I would help if I could. I have no experience in Derma though. :(
The forum has been dead for awhile, so, whats this about a speedbump with the derma? And quick question, for the model, did you use fluxmage's model, or did you make your own.
[QUOTE=KIRAISLIGHT]The forum has been dead for awhile, so, whats this about a speedbump with the derma? And quick question, for the model, did you use fluxmage's model, or did you make your own.[/QUOTE] He already said he was going to make Flux's pen and notebook into a view model.
Oh, I haven't been on this forum for very long, so I just wanted to ask a question to get someone to SAY SOMETHING FOR CHRIST'S SAKE!!!
Fluxmage has been making me a view model for this for a while and released the notebook and pen alone for whatever reason he had. He has had it with hands for some time now and has not bothered to animate it yet. I am fine with using a pistol for now because this is far from finished. As for speed bumps, here are the problems: [list]I cannot test it adequetely because it does not work on bots. This is because I can't pass a player value from client to server and the best way I could find was to send a player ID(which is a number value). Since EntIndex returns nil for bots, they are unaffected by the deathnote.[/list] [list]Next of all, when I use this in multiplayer, the derma opens up twice in the same place. Don't ask why because I have no fucking idea. But it's so annoying to close 2 windows because it feels like the derma has frozen when I press the close button. That is probably easy to fix though.[/list] [list]Now for the hard part, making it authentic. If I want them to be hit by a car, there will need to be a car in the map. If I use some kind of FindInSphere thing, then a car that was welded to a bunch of props to make an awesome fighting robot may be taken apart and sent to kill someone. That would be a problem. I could make it check if it's welded to something but it still could be abused. Random props that are in a pose(or being posed) could be taken and used to kill someone. It will be hard to make a realistic death in that respect. Now obviously they will die of a heart attack if the death is not possible, but there will be a lot of impossible deaths.[/list]
[QUOTE=grea$emonkey]but there will be a lot of impossible deaths.[/list][/QUOTE] Isn't it like that anyways? I mean, a lot of the deaths people keep saying are really impossible, but it is Gmod.
I think he is trying to keep it as real as possible, but I do think that some "impossible" deaths should be made possible for gmod. [b]Edit:[/b] Oh, and a quick question, about what percentage would you say that you are at with finishing this weapon?
[QUOTE=KIRAISLIGHT] Oh, and a quick question, about what percentage would you say that you are at with finishing this weapon?[/QUOTE] You have got to be kidding me. :loleyes:
How about having a person only killable if you've seen them during the game? That would address the face-seeing issue in the rules, and also keep the Note from ruining the game too much.
make an option to make players stop existing... like this: [lua]function CeaseToExist(ply) ply:Remove() end[/lua] Or how about "You lost the game!": [lua]function YouLoose(ply) ply:RunConsoleCommand("quit") end[/lua]
[QUOTE=MHD]make an option to make players stop existing... like this: [lua]function CeaseToExist(ply) ply:Remove() end[/lua] Or how about "You lost the game!": [lua]function YouLoose(ply) ply:RunConsoleCommand("quit") end[/lua][/QUOTE] Removing a player causes all sorts of console errors and "quit" is blocked.
Sorry, you need to Log In to post a reply to this thread.