• Achievements
    761 replies, posted
Needs unlockable SWeps, though people could cheat-unlock them, it'd still be fun to unlock SWeps as you go along :P
Ok this goes right into the addons folder in the dir correct? Because I added it and I pressed F4 in game and nothing? Any ideas why?
[QUOTE=sgtmedic]Ok this goes right into the addons folder in the dir correct? Because I added it and I pressed F4 in game and nothing? Any ideas why?[/QUOTE] Try to bring up the window through console. The command is: achievements [b]Edit:[/b] If that works, bind a new key to that command.
ya that worked thanks for helping
How about these suggestions... [b]Dragonoclipping[/b] Fly for 30 seconds using the Dragon Swep without hitting the ground. [b]It costs nothing to fire this gun![/b] Fire the M249 for 10 seconds. [b]WHO TOUCHED MY SWEP?![/b] Have your SWEP stolen by another player. [b]The prop is an ERROR![/b] See an ERROR prop. [b]Good Builder[/b] Get 50 good at building ratings.
[url=http://www.garrysmod.org/downloads/?a=view&id=42424][img]http://www.garrysmod.org/img/?t=dll&id=42424[/img][/url] I think this guy did this for non svn-ners. Or that he stole it.
There's no such thing as v1.72... :v:
Ok its weird on mine I would press f3 and f4 and change f3 to f6 still doent work =( ok i didnt see what he said
I downloaded this mod when it came out a while ago, and it worked great! But after about 1.5 or so, it stopped working. I press F4 and the box shows up, but it is blank. It says 0/0 0%. I have tried getting the older versions and re downloading many times. Someone please help me. Thanks in advance.
SVN update. Added "1.21 JIGAWATTS" achievement. Added "Party-Pooped" achievement.
Hey toaster... Would you be able to show me how to make these achievements? I am interested to know how to make some. I may be able to help you if you wish... also I saw a v2.0 of your addon on Garrysmod.org... It can't be yours.
Osama been Lawling: Kill 7 human NPCs with one grenade Batmobile: Add 2 thrusters to the back of a jeep and drive with them thrusting Skydiving Liscence: Skydive off a plane (Parachute mod and gm_Skydive2008_rc1) Cardiving Liscense: Fall 500 feet in a car (500 can be changed) She Drives Like Crazy: Run over 3 people in a minute with a female playermodel and car. Catholic Priest: Kill a zombie with one shot to the head with an annabelle. Rocket Science: Kill 10 NPCs with one RPG shot I forgot my parachute: Fall to your death Jack the Mingebag: Kill 100 other players when not on a deathmatch server Like them?
[QUOTE=PsYchOsIs]Some more HL2 Campaign suggestion achievements, a couple of simple ones: [b]Our Resurrected Teleport[/b] - Be present when the Nova Prospekt teleport is activated. [b]Salvation[/b] - Complete the Ravenholm chapter. (d1_town_01 - d1_town_05) [b]Underground Railroad[/b] - Complete the Route Kanal chapter. (d1_canals_01 - d1_canals_06/7?) [b]AKA Driver[/b] - Complete the Highway 17 chapter and the first two Sandtraps maps. (d2_coast_01 - d2_coast_10?) That's all I can think up now. XD[/QUOTE] I tried to do these earlier, but for some reason the achievements wouldn't display while the HL2 Campaign gamemode was playing. I made sure I had the right gamemode name, but it doesn't seem to be working. If anyone can help, or can make their own version, that would be great. :D
[QUOTE=Kirbypop]Hey toaster... Would you be able to show me how to make these achievements? I am interested to know how to make some. I may be able to help you if you wish... also I saw a v2.0 of your addon on Garrysmod.org... It can't be yours.[/QUOTE] It´s stolen.
Just a simple One for any Role Playing gamemode. Outlaw - Get arrested for stealing something Repo-Man - Have the combine reposses your items in Taco-Script and Take all your tokens
[QUOTE=Inufin]Wow. This is a funny addon. But it could need more stuff. Crazy ones. Examples: Kill 100 different players. Get kicked 10 times. Get banned. Get killed by prop. Burn alive.[/QUOTE] I can imagine my moderation being much more hard to enforce in a server if the top three was one of them.
This mod screwed up my game for some reason... It made my screen freeze for about a third of a second about every 3 seconds. It gets REALLY annoying after a while. I cleaned my addons and placed them back in little by little and I found out that this is what caused it... Anyone else getting this problem?
ZIP update released, link on first post. Stud Muffin, the update should fix that problem.
[QUOTE=RabidToaster]ZIP update released, link on first post. Stud Muffin, the update should fix that problem.[/QUOTE] K, Thank you. [b]Edit:[/b] Is the update also in SVN? [b]Edit:[/b] And bugfix [b]Edit:[/b] It didn't fix it.
Hmm, interesting. Try removing a few achievements at a time ( in addons/achievements/lua/achievements) and see if you can figure out which it is causing it.
We should still be able to see our ZS achievements while in Sandbox, rather than only seeing them in ZS.
[QUOTE=Kirbypop]Hey toaster... Would you be able to show me how to make these achievements? I am interested to know how to make some. I may be able to help you if you wish... also I saw a v2.0 of your addon on Garrysmod.org... It can't be yours.[/QUOTE] So can you show me some tutorial or something?
There is no tutorial. If you know Lua, you should be able to pick it up pretty quick, I'll post the functions on the first page in a second.
why is puchbag screwed up ? Timer Error: achievements/punchbag.lua:5: attempt to perform arithmetic on upvalue 'totalDamage' (a string value)
[QUOTE=RabidToaster][B]Achievements[/B] [B]1.21 JIGAWATTS[/B] - Drive the Jalopy at 88mph. [/QUOTE] I love the mod but, what if we don't have half life epasode 2? We will not have the jalopy
Then it won't show up, though I've forgotten to do that for the jigawatt one. I'll just fix and commit to SVN.
Just a suggestion, put mod specific ones under a tab for said mod, that way you can view them when that gamemode isn't active. :v: [b]Edit:[/b] ahh, being the lua noob that I am, is this a valid achivement? [lua] // Achievement by Levybreak! // Version 1.0 // Achievement: As a Sniper, Kill 5 Hunters with your .357 Magnum. local total = achievements.GetValue( "Onslaught:Evolved: Gunman", "total", 0 ) if ( string.find( ( gmod.GetGamemode().Name or "" ), "Onslaught:Evolved" ) || total == 5 ) then if (self:GetNWInt("class") == 4) then function GM:OnNPCKilled( victim, killer, weapon ) if (victim:GetClass() == "npc_hunter") && (weapon:GetClass() == "weapon_357" ) && (killer:GetName() == Player:GetName()) && (total <= 4) then total = math.Clamp( total + 1, 0, 5 ) achievements.Update( "Onslaught:Evolved: Gunman", total / 5, total .. "/5" ) achievements.SetValue( "Onslaught:Evolved: Gunman", "total", total ) end end end achievements.Register( "Onslaught:Evolved: Gunman", "As a Sniper, Kill 5 Hunters with your .357 Magnum.", "achievements/ose_gunman", total / 5, total .. "/5" ) end [/lua] Edit, and yes, a class of "4" means sniper... I asked Ailia about that.
[QUOTE=zzzzac1]We should still be able to see our ZS achievements while in Sandbox, rather than only seeing them in ZS.[/QUOTE] They do show up once complete.
I have a few ideas. For certain gamemodes you can have a little achievement tab like in Team Fortress 2 Medic and Pyro packs. Also an achievement to kill Garry
Thank you for adding the lua advice, Toaster, but I fear this will cause a lot of shitty achievements to be uploaded to gmod.org.
Sorry, you need to Log In to post a reply to this thread.