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

Sven Cooperative Experience Mod [Current Version: 17.0]


Post New Thread Reply   
 
Thread Tools Display Modes
Storas1337
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 04-26-2010 , 09:08   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #781

Im using this version
http://forums.alliedmods.net/showpos...&postcount=766
Im are steamed and playing on steamed server i uploaded photo but how you see there are no photo i reupload it because now im not on my own computer
it shows -999999999xp and -1 medals

there a screen
//www.part.lt/img/83e831ce0d54c2f884f1b6472409f912311.bmp
sory for this type of link i cant upload link in else type just delete //

Last edited by Storas1337; 04-26-2010 at 11:48.
Storas1337 is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 04-28-2010 , 08:22   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #782

I still don't know what happend.
Please turn on the debug mode.
Reproduce the problem.
Report here what you did to reproduce the problem.
Post here the logging.
Wrd is offline
anthony_g4i
Member
Join Date: Feb 2009
Old 08-02-2010 , 05:08   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #783

http://forums.alliedmods.net/showpos...&postcount=766

Stable version ?
anthony_g4i is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 08-02-2010 , 07:11   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #784

According to me it's stable.
I don't have a csserver anymore so I'm not 100% sure
Wrd is offline
Lulu the hero
Senior Member
Join Date: Oct 2009
Location: Budapest, Hungary
Old 08-27-2010 , 00:46   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #785

Can I optimize your plugin?

1) stop using a whole array of integers to store 32 bits( that is exactly 1 integer ) in has_godmode( -40 bytes )
2) hook the say event instead of hooking said commands( -1880 bytes )
3) extract the rank titles in an array and store only their ids, plus rewrite the switch to if( -17696 bytes )
4) use pcvars instead of cvars( -3844 bytes )

I've also started optimizing the functions one by one( precaching, restructuring, etc ) and saved already 624 bytes, gonna fully optimize it...

Added these to changelog, enjoy!

VERSION 17.31.1
Total optimalization: 24084 bytes.
Attached Files
File Type: zip scxpm_17.31.1.zip (16.1 KB, 308 views)

Last edited by Lulu the hero; 08-27-2010 at 01:01.
Lulu the hero is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 09-02-2010 , 08:55   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #786

I don't mind anyone updating the plugin as long it will make the plugin better.
Wrd is offline
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 09-04-2010 , 10:03   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #787

Does this work on Sven Co-op 4.5? I can't get it to work.

Quote:
This plugin may or may not work with older Versions of AMXX than 1.75.
Quote:
[ 6] unknown unknown unknown scxpm_wrd.amxx bad load

( 6) Load fails: Module/Library "cstrike" required for plugin. Check modules.ini.

edit:
Quote:
[ 2] CStrike 1.8.1.3746 AMX Mod X Dev Team bad game
[ 3] CSX 1.8.1.3746 AMX Mod X Dev Team bad game
Why the need of a CStrike module?.... I know this can be adjusted in the source.. just a bit weird the source has the CS module included for SvenCoop.

PS.. Save is not working either. And not to mention that the advertisement ingame (chat) of all commands is being displayed 4x in a minute.
__________________

Last edited by Skyrider; 09-04-2010 at 11:44.
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
*LGS* The_Thing>:D
Junior Member
Join Date: May 2008
Old 09-04-2010 , 16:54   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #788

Quote:
Originally Posted by FF|Skyrider View Post
Does this work on Sven Co-op 4.5? I can't get it to work.
It has been confirmed to work on 4.5 for my server. If you want, set scxpm_save to 1, which saves your stats to a file in vault.ini, then scxpm_savestyle to 0 so it saves by Steam ID. If you want the command to be set to those parameters at the start of the level, place them in listenserver.cfg, or autoexec.cfg, or whatever you use.

Quote:
Originally Posted by FF|Skyrider View Post
Why the need of a CStrike module?.... I know this can be adjusted in the source.. just a bit weird the source has the CS module included for SvenCoop.
If you want to use this plugin in other games besides cstrike, you must edit the .sma file, before compiling it, and comment by using slashes in front of every command that has "USING_CS" and nothing else. Then compile it.

Quote:
Originally Posted by FF|Skyrider View Post
PS.. Save is not working either. And not to mention that the advertisement ingame (chat) of all commands is being displayed 4x in a minute.
The save works perfectly fine; just follow the steps I did above. The advertisement is still an issue, though. Unlike yours, the advertisement isn't happening as frequently for mine.

Last edited by *LGS* The_Thing>:D; 09-04-2010 at 17:55.
*LGS* The_Thing>:D is offline
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 09-04-2010 , 18:55   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #789

Thanks LGS...

Can anyone tell me how to get the saving to work through a SQL? Doesn't matter if I fill in the SQL information in the source, the sql.cfg file.. it keeps switching the save to 0. It does automatic create the tables, right?
__________________
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
R4to0.exe
Member
Join Date: Sep 2008
Location: Sao Paulo,Brazil
Old 09-04-2010 , 19:06   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #790

Take a look in readme.txt. You need manually create mysql tables for it. Mysql is working fine here ^^
R4to0.exe is offline
Send a message via MSN to R4to0.exe Send a message via Skype™ to R4to0.exe
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 12:22.


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