Multi-Gaming Community
It is currently 28 Mar 2024, 12:13

All times are UTC+01:00




Post new topic  Reply to topic  [ 83 posts ]  Go to page Previous 1 2 3 Next
Author Message
nl 
PostPosted: 05 Jul 2011, 00:32 
Offline
Community slut (13473)
User avatar
We're rewriting a part of the SpA-Points code to fix the issue with the reserved slots.


Top
   
de 
PostPosted: 05 Jul 2011, 00:34 
Offline
Has no REAL life! (1669)
User avatar
It probably works better if you name all variables after spa-members. :D


Top
   
ee 
PostPosted: 05 Jul 2011, 00:55 
Offline
Likes to type... (233)
User avatar
In Vanilla servers it says type !votescamble if you wish to toggle a scamble, but after I've typed it in, I'm given a message autoscamble disabled. :/

A lot of new people are confused.


Top
   
nl 
PostPosted: 05 Jul 2011, 01:18 
Offline
Community slut (13473)
User avatar
matude wrote:
In Vanilla servers it says type !votescamble if you wish to toggle a scamble, but after I've typed it in, I'm given a message autoscamble disabled. :/

A lot of new people are confused.
odd, it shouldn't be saying that at all...


Top
   
ee 
PostPosted: 05 Jul 2011, 01:51 
Offline
Likes to type... (233)
User avatar
Also, the class limiter seems to be broken there. :ugly:


Top
   
gb 
PostPosted: 05 Jul 2011, 09:59 
Offline
Has no REAL life! (8841)
User avatar
No matude that is intended, as far as I know, we don't have class limits on the vanilla servers. I think it may be a different case for the no crits server though, were it is 4 or 5.

To be fair, a team of 12 spies, would be an amazing tactic... or a pyro field day :S

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
de 
PostPosted: 05 Jul 2011, 10:53 
Offline
Has no REAL life! (1669)
User avatar
[youtube]http://www.youtube.com/watch?v=iski-UlD ... r_embedded[/youtube]


Top
   
nl 
PostPosted: 05 Jul 2011, 12:35 
Offline
Community slut (13473)
User avatar
[SpA]ProtectMyBalls wrote:
No matude that is intended, as far as I know, we don't have class limits on the vanilla servers. I think it may be a different case for the no crits server though, were it is 4 or 5.

To be fair, a team of 12 spies, would be an amazing tactic... or a pyro field day :S
I was under the impression things were limited to 5.

The no critz server and vanilla's share the same set of plugins, just the server cvar's differ.


Top
   
gb 
PostPosted: 05 Jul 2011, 13:17 
Offline
Has no REAL life! (8841)
User avatar
Yeah it's weird, i thought it was only 4, until i received that report i setup as case from a regular. But no restrictions at all sounds maybe like a bug :S

Unless everyone bought class immunity, but i thought that was switched off as well?

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
nl 
PostPosted: 05 Jul 2011, 13:18 
Offline
Community slut (13473)
User avatar
[SpA]ProtectMyBalls wrote:
Yeah it's weird, i thought it was only 4, until i received that report i setup as case from a regular. But no restrictions at all sounds maybe like a bug :S

Unless everyone bought class immunity, but i thought that was switched off as well?
Can't remember it all anymore :mrgreen:

We'll have a look at it.


Top
   
gb 
PostPosted: 05 Jul 2011, 13:22 
Offline
Has no REAL life! (8841)
User avatar
I agree with not limiting the vanilla servers too much, but it would be suggestible to have some limits in place, even if they are very loose. :D

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
nl 
PostPosted: 05 Jul 2011, 14:21 
Offline
Community slut (13473)
User avatar
fixed the class limiter, piece of config was missing on the vanilla servers
Code:
// Class limiter defaults 
sm_classrestrict_blu_demomen 5
sm_classrestrict_blu_engineers 5
sm_classrestrict_blu_heavies 5
sm_classrestrict_blu_medics 5
sm_classrestrict_blu_pyros 5
sm_classrestrict_blu_scouts 5
sm_classrestrict_blu_snipers 5
sm_classrestrict_blu_soldiers 5
sm_classrestrict_blu_spies 5

sm_classrestrict_red_demomen 5
sm_classrestrict_red_engineers 5
sm_classrestrict_red_heavies 5
sm_classrestrict_red_medics 5
sm_classrestrict_red_pyros 5
sm_classrestrict_red_scouts 5
sm_classrestrict_red_snipers 5
sm_classrestrict_red_soldiers 5
sm_classrestrict_red_spies 5

sm_classrestrict_red_engineers_locked 0
sm_classrestrict_blu_engineers_locked 0


Top
   
nl 
PostPosted: 05 Jul 2011, 14:24 
Offline
Community slut (13473)
User avatar
matude wrote:
In Vanilla servers it says type !votescamble if you wish to toggle a scamble, but after I've typed it in, I'm given a message autoscamble disabled. :/

A lot of new people are confused.
I think this is a bug in the latest gScramble mod update. For now I've removed the piece of text from the translations file, so it shouldn't be showing anything anymore.


Top
   
ee 
PostPosted: 05 Jul 2011, 14:51 
Offline
Likes to type... (233)
User avatar
Nice, cheers! :) :5:


Top
   
de 
PostPosted: 05 Jul 2011, 15:01 
Offline
Geek (630)
sm_[SpA]Dunken_eachshotcountsasheadshot_sniper_1

seems to be broken on all our servers too :wink:


Top
   
gb 
PostPosted: 05 Jul 2011, 15:19 
Offline
Has no REAL life! (8841)
User avatar
[SpA]Dunken wrote:
sm_[SpA]Dunken_eachshotcountsasheadshot_sniper_1

seems to be broken on all our servers too :wink:
i've noticed ^^

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
gb 
PostPosted: 05 Jul 2011, 15:23 
Offline
Has no REAL life! (8841)
User avatar
[SpA]SaintK wrote:
fixed the class limiter, piece of config was missing on the vanilla servers
Code:
// Class limiter defaults 
sm_classrestrict_blu_demomen 5
sm_classrestrict_blu_engineers 5
sm_classrestrict_blu_heavies 5
sm_classrestrict_blu_medics 5
sm_classrestrict_blu_pyros 5
sm_classrestrict_blu_scouts 5
sm_classrestrict_blu_snipers 5
sm_classrestrict_blu_soldiers 5
sm_classrestrict_blu_spies 5

sm_classrestrict_red_demomen 5
sm_classrestrict_red_engineers 5
sm_classrestrict_red_heavies 5
sm_classrestrict_red_medics 5
sm_classrestrict_red_pyros 5
sm_classrestrict_red_scouts 5
sm_classrestrict_red_snipers 5
sm_classrestrict_red_soldiers 5
sm_classrestrict_red_spies 5

sm_classrestrict_red_engineers_locked 0
sm_classrestrict_blu_engineers_locked 0
Map class restrictions on engy still apply? (i.e. 2fort = 1 engy per team)

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
nl 
PostPosted: 05 Jul 2011, 15:26 
Offline
Community slut (13473)
User avatar
[SpA]ProtectMyBalls wrote:
[SpA]SaintK wrote:
fixed the class limiter, piece of config was missing on the vanilla servers
Map class restrictions on engy still apply? (i.e. 2fort = 1 engy per team)
No they don't, I'm guessing they got lost along the way of redoing all the map cfg's and grouping same type maps together.

yes they do 8)


Top
   
gb 
PostPosted: 05 Jul 2011, 15:31 
Offline
Has no REAL life! (8841)
User avatar
cool, i dread the day i see 5 engys on 2fort on spa :<

cheers mate

_________________
-"You've really worked out your banter, haven't you?"
-"No, not really. This is a different thing, it's spontaneous and it's called wit."


Top
   
nl 
PostPosted: 05 Jul 2011, 21:41 
Offline
Community slut (13473)
User avatar
SpA points are now fixed. With special thanks to ditch an intuition i had from smoking weed, a part of the spapoints code has been re-written to be able to work with the new reserved slots system.


Top
   
ee 
PostPosted: 06 Jul 2011, 15:00 
Offline
Likes to type... (233)
User avatar
[SpA]SaintK wrote:
I think this is a bug in the latest gScramble mod update. For now I've removed the piece of text from the translations file, so it shouldn't be showing anything anymore.
This is probably not important, but now it shows a green "[SM]".
Just thought I'd mention, in case you meant to make it disappear completely, although I'm sure this doesn't bother anybody. : )


Attachments:
pl_goldrush0004.jpg
pl_goldrush0004.jpg [ 64.6 KiB | Viewed 9856 times ]
Top
   
nl 
PostPosted: 06 Jul 2011, 15:04 
Offline
Community slut (13473)
User avatar
matude wrote:
[SpA]SaintK wrote:
I think this is a bug in the latest gScramble mod update. For now I've removed the piece of text from the translations file, so it shouldn't be showing anything anymore.
This is probably not important, but now it shows a green "[SM]".
Just thought I'd mention, in case you meant to make it disappear completely, although I'm sure this doesn't bother anybody. : )
Yea, that's the downside of it, this way it doesn't spam the logs with errors ^^

I'm sure the author from gScramble fill fix it soon-ish :)


Top
   
de 
PostPosted: 06 Jul 2011, 16:18 
Offline
Has no REAL life! (4162)
User avatar
Replace the text with
Quote:
Banana is awesome!
and it should fix the problem. :mrgreen:

_________________
SaintK: I'm completely lost :mrgreen:


Top
   
nl 
PostPosted: 06 Jul 2011, 17:09 
Offline
Community slut (13473)
User avatar
[SpA]Blackhawk wrote:
Replace the text with
Quote:
Banana is awesome!
and it should fix the problem. :mrgreen:
Done! :5:
Code:
	"VoteAd"
	{
		"#format"		"{1:s}"
		"en"			"Banana is awesome!"
	}


Top
   
us 
PostPosted: 06 Jul 2011, 22:00 
Offline
Nerdish, tbh. (448)
User avatar
[SpA]SaintK wrote:
SpA points are now fixed. With special thanks to ditch an intuition i had from smoking weed, a part of the spapoints code has been re-written to be able to work with the new reserved slots system.
It's still not working for me....
When I try to validate my account it says you're having database problems, so the spapoints system is disabled.


Top
   
nl 
PostPosted: 06 Jul 2011, 23:35 
Offline
Community slut (13473)
User avatar
Gamma_Metroid wrote:
[SpA]SaintK wrote:
SpA points are now fixed. With special thanks to ditch an intuition i had from smoking weed, a part of the spapoints code has been re-written to be able to work with the new reserved slots system.
It's still not working for me....
When I try to validate my account it says you're having database problems, so the spapoints system is disabled.
Thanks for reporting.

This should now be fixed. A former fix from when we switched to HLstatsX got undone by accident. Could you please try to verify again? (it takes a mapchange for the servers to load the new version).


Top
   
de 
PostPosted: 06 Jul 2011, 23:38 
Offline
Doesn't get out much (357)
User avatar
[SpA]SaintK wrote:
Gamma_Metroid wrote:
It's still not working for me....
When I try to validate my account it says you're having database problems, so the spapoints system is disabled.
Thanks for reporting.

This should now be fixed. A former fix from when we switched to HLstatsX got undone by accident. Could you please try to verify again? (it takes a mapchange for the servers to load the new version).
too late, he was activated before he could try himself


Top
   
nl 
PostPosted: 06 Jul 2011, 23:40 
Offline
Community slut (13473)
User avatar
ditch wrote:
[SpA]SaintK wrote:

Thanks for reporting.

This should now be fixed. A former fix from when we switched to HLstatsX got undone by accident. Could you please try to verify again? (it takes a mapchange for the servers to load the new version).
too late, he was activated before he could try himself
Oi!

Well, I've test it with the test account, so in theory it should work :mrgreen:


Top
   
nl 
PostPosted: 12 Jul 2011, 19:25 
Offline
Community slut (13473)
User avatar
spapoints mapslist database cleaned up / reordered. Maps are now nicely grouped together per gametype.


Top
   
nl 
PostPosted: 14 Jul 2011, 19:10 
Offline
Community slut (13473)
User avatar
- Updated AFK manager plugin
- Cleaned up old respawn, teamswitch and sv_tags reset plugins


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 83 posts ]  Go to page Previous 1 2 3 Next

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited