Raised This Month: $51 Target: $400
 12% 

[ANY] MechaWare: Custom Achievements 2.0! (0.6)


Post New Thread Reply   
 
Thread Tools Display Modes
Stratofarius
Junior Member
Join Date: Jan 2010
Old 09-11-2010 , 00:26   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #111

Hey, I just wanna know...


Is there anywhere I can find a full "no SQL server" tutorial? Like, it also explains how to add achievements and all? I really want to add this to my server, but I'm lost!
Stratofarius is offline
Mecha the Slag
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 09-17-2010 , 11:47   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #112

You can't add achievements without SQL access. Sorry.
__________________
Mecha the Slag is offline
Xsinthis
Senior Member
Join Date: Oct 2008
Location: Canadia, eh?
Old 09-17-2010 , 19:02   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #113

I've been having loads of problems with this plugin. The achievements basically did not track properly at all, i don't really know how else to explain it. Like i'd type lol in chat and it would trigger twice an achievement for lol'ing at someone who wasn't even on the server after you kill them. Basically none of my achievements are working

Sorry i can't be more helpful than this, but here are my achievements:

http://xsinthis.net/achievements/
__________________
Xsinthis is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 09-19-2010 , 02:49   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #114

Mecha, I looked through arrays.php, there is no "X is holding weapon Y" and "X is not holding weapon Y" (requirements 26 and 27). I tried adding them into the arrays.php but kinda messed up, as after that it would not let me add new requirements. What lines do I need to add to $require, $require_type, and $require_param?
I know that 26 => "X is holding weapon Y" and 27 => "X is not holding weapon Y" go somewhere in $require...
What else?

Also to anybody getting the bug in profile numbers where it has E+12 at the end, edit the index.php at the place where it says $community_id to match this:
Code:
            $community_id = ((substr($id, 10)) * 2) + 197960265728 + (substr($id, 8, 1)); 
           $community_id= '76561'.$community_id;
            echo "<a href='http://steamcommunity.com/profiles/{$community_id}'><img src='http://steamprofile.com/profile/simple/steam/".$id.".png' border='0' /></a>";
I believe the same fix can be done in admin.php for using the players section of the admin panel.

Last edited by FlaminSarge; 09-19-2010 at 23:12.
FlaminSarge is offline
TheLawn
New Member
Join Date: Feb 2010
Old 09-26-2010 , 01:47   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #115

Sorry for the stupid question... but where does:
Code:
"mw_achievements_post"     {         "driver"            "mysql"         "host"                "siteground133.com"         "database"            "mechawar_achievements"         "user"                "mechawar_ach"         "pass"                "ach123"         //"timeout"            "0"         //"port"            "0"     }      "mw_achievements_get"     {         "driver"            "mysql"         "host"                "siteground133.com"         "database"            "mechawar_achievements"         "user"                "mechawar_ach"         "pass"                "ach123"         //"timeout"            "0"         //"port"            "0"     }
Go...
TheLawn is offline
Death [GER]
Senior Member
Join Date: Mar 2010
Old 09-27-2010 , 10:01   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #116

In your databases.cfg in sourcemods config folder

Code:
/sourcemod/configs/databases.cfg
__________________
Death [GER] is offline
red_snow
SourceMod Donor
Join Date: Jul 2010
Location: 127.0.0.1
Old 10-23-2010 , 20:09   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #117

Installed the plugin today. I get this error when i try to access the admin CP
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

http://ifagaming.com/custom_achivements
__________________
red_snow is offline
tippet
New Member
Join Date: Aug 2010
Old 10-24-2010 , 15:41   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #118

Achievements checking for something to be contained in X's name don't seem to be working on my server.

Also, what will I need to edit to add new events? I'm not sure where to start.
tippet is offline
Maxunit
SourceMod Donor
Join Date: Jul 2005
Old 11-20-2010 , 14:54   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #119

I have problems to get this plugin running on my Left 4 Dead 2 Server.

Problems I have so far:

The info if you unlock a an achievement wont display.
Creating achievements is, in my opinion, a bit complicated. I mean, I cannot create a simple achievement like: Kill 30 zombies to obtain this achievement.

Is this plugin still under development and has support?
Maxunit is offline
Send a message via ICQ to Maxunit Send a message via AIM to Maxunit Send a message via MSN to Maxunit
Mecha the Slag
Veteran Member
Join Date: Jun 2009
Location: Denmark
Old 11-25-2010 , 03:31   Re: [ANY] MechaWare: Custom Achievements 2.0! (0.6)
Reply With Quote #120

At this point its hardly supported.

Truth be told, creating an achievement plugin that needs to fit so many purposes yet be simple just isn't possible. This was my best attempt.
__________________
Mecha the Slag is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode