• Achievements
    761 replies, posted
when did new achievemnets got added the last time? and also i wan't it so that every achievment that you get moves to the top, it's much easier that way
Request: "I'm on top of the world!" Play on gm_worldwide for at least an hour in one session.
Request: "SUICIDE IS PAINLESS!!"-commit suicide 35 times.
Hows the Serverside Version going?
I've pretty much stopped GMod scripting, so the new version with categories won't happen, but I'll cook up a thing for serverside achievements now, it shouldn't take too long. On that note, anyone interested in taking over the project?
Oh my god i really want a DarkRP Achievements tab but i cant script worth shit do you think you can make like 25 achievements for DarkRP like small achievements. Mingebag-Kill 100 players Wealthy-make 10'000$ Noob-Die 25 times Gun salesman-Spawn at least 10 weapon shipments. God-Heal at least 10000 hp Ownage-Own at least 50 doors Suicide-Kill yourself at least 50 times Abusive Cop-arrest 50 players Indian-start at least 25 lotterys as mayor Prop Noob-Spawn over 250 props Bill Gates-Make over 100'000$ Window Breaker-Break at least 100 windows Rescue-Unarrest 25 players Vandalism-Throw at least 100 bug baits as hobo I was banned-Get banned What Life?-Play for 50 hours Fired-Get demoted 10 times Success-Get at least 25 voted jobs Dumb animal-Bite at least 25 players with pet class Etc.
What about this achievement: Kill a server's admin with an admin weapon without being an admin.
Can you change the F4 button to a other button?
[QUOTE=Lufthansa;14781966]Oh my god i really want a DarkRP Achievements tab but i cant script worth shit do you think you can make like 25 achievements for DarkRP like small achievements. Mingebag-Kill 100 players Wealthy-make 10'000$ Noob-Die 25 times Gun salesman-Spawn at least 10 weapon shipments. God-Heal at least 10000 hp Ownage-Own at least 50 doors Suicide-Kill yourself at least 50 times Abusive Cop-arrest 50 players Indian-start at least 25 lotterys as mayor Prop Noob-Spawn over 250 props Bill Gates-Make over 100'000$ Window Breaker-Break at least 100 windows Rescue-Unarrest 25 players Vandalism-Throw at least 100 bug baits as hobo I was banned-Get banned What Life?-Play for 50 hours Fired-Get demoted 10 times Success-Get at least 25 voted jobs Dumb animal-Bite at least 25 players with pet class Etc.[/QUOTE] If you can't code, why is your avatar lua?....
[quote]Timer Error: achievements/proclaimers.lua:12: attempt to perform arithmetic on upvalue 'totalLength' (a string value)[/quote] This keeps spamming in my console. At first when I got the SVN version of it, it works fine. But now (today), that error happened. And it's spamming. I thought that it was done. Maybe that's why that error keeps popping up all over the place. Can someone tell me how to get rid of this error?
[QUOTE=TacticalMan;15419484]This keeps spamming in my console. At first when I got the SVN version of it, it works fine. But now (today), that error happened. And it's spamming. I thought that it was done. Maybe that's why that error keeps popping up all over the place. Can someone tell me how to get rid of this error?[/QUOTE] Get this instead : [url]http://www.facepunch.com/showthread.php?t=745969[/url]
I don't really play Multiplayer, so can you make a Singleplayer pack of achievements (Means all of the Singleplayer achievements and many more added.).
Achievements FTW. These are so cool, it makes Gmod a little less boring.
Needs a serverside version ;/
if somewhere you add this command it should make it serverside instead of clientside or it should make it work on a server. AddCSLuaFile( "achievements.lua" ) end
It doesn't matter anymore. This pack is abandoned, and GMod is getting official achievements anyway.
[QUOTE=TheLolrus;16447093]It doesn't matter anymore. This pack is abandoned, and GMod is getting official achievements anyway.[/QUOTE] No. You can't add nearly 3 quarters of the stuff in this pack into the steam version achievements. [[url=http://www.garry.tv/?p=1050]1[/url]]
Well then, someone else will have to pick this up. Asaratha stopped working on his achievement pack.
[QUOTE=TheLolrus;16447397]Well then, someone else will have to pick this up. Asaratha stopped working on his achievement pack.[/QUOTE] His sucks! It's ERROR FEST! Oh, and Bump I am going to post a guide on how to make your own soon. It's not that hard.
[QUOTE=Teh_Medic;16608154]His sucks! It's ERROR FEST! Oh, and Bump I am going to post a guide on how to make your own soon. It's not that hard.[/QUOTE] Please do. I dont know the basics of making one :(
[QUOTE=Jackthemaster;16752074]Please do. I dont know the basics of making one :([/QUOTE] [url]http://www.facepunch.com/showthread.php?t=789938[/url]
[QUOTE=RabidToaster;10015293]Perfectly possible. I'll see if I can think up a name for it. :) Haha, woops, I'll add that to the main post.[/QUOTE] Aerodynamic?
Hello, I'm trying to force the download of this from my server. I know it's client side, but I have installed this on my server, just for the host, I put that in "autorun/lua" : [LUA]if (SERVER) then resource.AddFile("lua/autorun/client/usermessage_hook.lua") resource.AddFile("lua/autorun/achievements.lua") resource.AddFile("lua/effects/achievement/init.lua") resource.AddFile("lua/text_to_sqlite.lua") resource.AddFile("sound/achievements/achievement_earned.mp3") for k, v in pairs(file.Find("../lua/achievements/*")) do resource.AddFile("lua/achievements/" .. v); end for k, v in pairs(file.Find("../materials/achievements/*")) do resource.AddFile("materials/achievements/" .. v); end[/LUA] People tell me that they have the board with F4, but without any achievements in it. I don't know what to do, thanks.
[img]http://img526.imageshack.us/img526/4218/gmodachievements.png[/img] Sorry if I'm at the wrong topic, I just joined... I downloaded this mod (v. 1.74) and then this showed up, the icons of the real achievements from patch 69 are now f*cked up, how do i change this? I tried to delete it, but it didn't work.
[QUOTE=Euphytose;16939497]Hello, I'm trying to force the download of this from my server. I know it's client side, but I have installed this on my server, just for the host, I put that in "autorun/lua" : [LUA]if (SERVER) then resource.AddFile("lua/autorun/client/usermessage_hook.lua") resource.AddFile("lua/autorun/achievements.lua") resource.AddFile("lua/effects/achievement/init.lua") resource.AddFile("lua/text_to_sqlite.lua") resource.AddFile("sound/achievements/achievement_earned.mp3") for k, v in pairs(file.Find("../lua/achievements/*")) do resource.AddFile("lua/achievements/" .. v); end for k, v in pairs(file.Find("../materials/achievements/*")) do resource.AddFile("materials/achievements/" .. v); end[/LUA] People tell me that they have the board with F4, but without any achievements in it. I don't know what to do, thanks.[/QUOTE] Hmmm... I would recommend adding these (I don't have a server, I don't know if it works.) [lua] resource.addfile("lua/achievements/<THE ACHIEVEMENT NAME>.lua") [/lua] I hope it helps. [QUOTE=MechaRaptor;16941728][img]http://img526.imageshack.us/img526/4218/gmodachievements.png[/img] Sorry if I'm at the wrong topic, I just joined... I downloaded this mod (v. 1.74) and then this showed up, the icons of the real achievements from patch 69 are now f*cked up, how do i change this? I tried to delete it, but it didn't work.[/QUOTE] I have a similar issue, I do not think it's the add-on. I think it's Steam. Garry-- If I remember correctly, knows about this glitch. [i]Also[/i], I uninstalled the add-on. I don't know if it will work now. [b] OFF TOPIC [/b] I unlocked the "Secret Phrase" achievement. Go me! Also, sorry for 3 day bump. But, it was necessary. [b]EDIT[/b] The add-on does not conflict with the official gmod achievements. It's on steam's side. [i]Way to go, VALVe![/i] [b]EDIT #2[/b] Also, do [b]NOT[/b] download Asthra's (or whatever his name is) version. He made all the versions past 1.74. All he did was add some expansion achievements, most of which do not work (Only 3 do). He coded them wrong and I don't even think they have icons. The base of the add-on isn't edited, though. So, it won't be any different from 1.74 (Official Release by RabidToaster). ..And unofficially supported by me, apparently. [b]EDIT #3 -- [i]The magic number[/i][/b] [QUOTE=JSharpe;16447307]No. You can't add nearly 3 quarters of the stuff in this pack into the steam version achievements. [[url=http://www.garry.tv/?p=1050]1[/url]][/QUOTE] Agreed. [QUOTE=TheLolrus;16447093]It doesn't matter anymore. This pack is abandoned, and GMod is getting official achievements anyway.[/QUOTE] I was hoping [i]someone[/i] would pick up the mod with my tutorial. [QUOTE=Jackthemaster;16752074]Please do. I dont know the basics of making one :([/quote] [quote=Teh_Medic]http://www.facepunch.com/showthread.php?t=789938[/quote] I hope it helped.
I still Prefer this over the stupid Default one.:zoid::wcc:
Nice litlle bumpy. Why you still post here? I and teh_medic are (somwhat) taking over. Most (if not all) bugs from asaratha's gone. Now we need icons.
it screws up the new gmod achivements
[QUOTE=Volatar;10015246]I feel kinda stupid for this but I have a question. ...How do see the achievements menu?[/QUOTE] press f4 i think ;D
Achievements wanted: The Freeman... is dead? - Kill a Gordon Freeman NPC. I am the Iron Man! - Kill an Antlion guard with a 9mm pistol without taking any damage. Get a new gun!!! - Kill 5000 NPC's with a shotgun. Air-time!! - Keep a vehicle in the air for 3 consecutive seconds. We got a runner! - Sprint 26 miles. Use you legs fatty! - No-clip or drive 100 miles
Sorry, you need to Log In to post a reply to this thread.