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

AMX Match Deluxe (Current Version: 8.11)


Post New Thread Reply   
 
Thread Tools Display Modes
daemonevo
Junior Member
Join Date: Nov 2005
Location: Christchurch
Old 05-15-2007 , 06:05   Re: AMX Match Deluxe (Current Version: 7.03)
Reply With Quote #641

yea i notice this bug, all my hltv demos are ended as soon as the matches on the cs servers are finished, regardless it isnt finished on the hltv server.

oh and is it possible to have unlimited overtime now? until a winner is declared.

Last edited by daemonevo; 05-15-2007 at 07:04.
daemonevo is offline
AIA-Shogun
Member
Join Date: Jul 2006
Location: France
Old 05-15-2007 , 08:02   Re: AMX Match Deluxe (Current Version: 7.03)
Reply With Quote #642

On mine servers, the HLTV Delay is set at 90s and all demos ended when the map was finished and not at the end of the hltv delay.

Last edited by AIA-Shogun; 05-16-2007 at 08:36.
AIA-Shogun is offline
Send a message via MSN to AIA-Shogun
Infra
Senior Member
Join Date: Aug 2004
Location: California
Old 05-16-2007 , 00:18   Re: AMX Match Deluxe (Current Version: 7.03)
Reply With Quote #643

HLTV Delay Bug should be fixed...I still have to test it. I just rewrote the mysql portion of the plugin to use the SQLx API instead of DBI, because DBI is "old and deprecated". I'm still testing that.

@daemonevo: I'm sorry, unlimited overtimes will probably not be implemented in this release. I still have to code and test the php/html pages for the stats. And that will only happen when I get the mysql stuff in the plugin itself completely tested and working.
__________________
--Infra
Infra is offline
Send a message via AIM to Infra
ToT | V!PER
Senior Member
Join Date: Jun 2004
Location: Germany
Old 05-16-2007 , 01:50   Re: AMX Match Deluxe (Current Version: 7.03)
Reply With Quote #644

Quote:
Originally Posted by Infra View Post
Code:
KNIFE_NOT_ON_TEAM = Du bist nicht im Team das gewonnen hat
KNIFE_SAY_CT_OR_T = Dein Team gewinnt; Du kannst nun mit '/ct' oder '/t' die Seite auswaehlen
KNIFE_ROUND = Messer Runde
WARMUP_CONFIGS = Warmup Konfigurationen
ToT | V!PER is offline
Send a message via ICQ to ToT | V!PER
AirMarines
Junior Member
Join Date: Apr 2005
Old 05-16-2007 , 16:44   Re: AMX Match Deluxe (Current Version: 7.03)
Reply With Quote #645

i really hope that the hltv bug is fixed on friday
AirMarines is offline
Infra
Senior Member
Join Date: Aug 2004
Location: California
Old 05-18-2007 , 19:25   Re: AMX Match Deluxe (Current Version: 8.00)
Reply With Quote #646

New Version Released:

8.00: (major release) - Friday, May 18, 2007

added French translation, thanks AIA-Shogun
added updated German translation, thanks ToT | V!PER
added br translation, thanks rfrik
added Serbian translation, thanks iggy_bus
---
fixed hltv bug, thanks AIA-Shogun
fixed hltv delay bug
---
added knife round
added unlimited overtime support
added cvar 'amx_match_otunlimited'
added MySQL support for recording stats
added PHP/MySQL web interface to display SQL stats
---
changed name of cvar: 'amx_match_overtimecfg' to 'amx_match_otcfg', to match other overtime cvar names
changed format of hltv demos to remove duplicate parts of the demo name
changed the format for logging stats to the match half file (check that file for the new format)
Notes:
  • Unlimited overtimes functionality has not been tested.
  • MySQL logging of stats has only been tested with BOTs, not live players.
  • Web files have not been tested with real player data, only mock data.
__________________
--Infra

Last edited by Infra; 05-24-2007 at 16:05.
Infra is offline
Send a message via AIM to Infra
daemonevo
Junior Member
Join Date: Nov 2005
Location: Christchurch
Old 05-19-2007 , 06:20   Re: AMX Match Deluxe (Current Version: 8.00)
Reply With Quote #647

ok, i've noticed a few bugs already regarding to knife round.

1. you can still type ready in knife round, just it doesnt show up in green display.

2. no matter who wins the knife round, the choice is only given to T side.

3. team name doesnt get changed over after knife. e.g team1 was ct and team2 was t, due to bug above, team 2 get to choose after knife, say team2 chooses ct, so the teams get swapped over, but team name of ct remains to be team1.

thats what i've found so far.

i got some suggestions

if knife is enabled, the sequence should really be
warm up (give warning that knife round is coming up and let the players say ready, if enough players say ready then live on 3) >>> knife round (restrict all items cept letting them buy armor, and the winning team gets to choose side, and perhaps make display so its clear which side they chose) >>> warm up round (after switching sides automatically, go into a warm up round and then warn the players the game will be live next, and give them the option to type ready again and lo3 after all ready) >>> lo3 into match.
daemonevo is offline
daemonevo
Junior Member
Join Date: Nov 2005
Location: Christchurch
Old 05-19-2007 , 06:36   Re: AMX Match Deluxe (Current Version: 8.00)
Reply With Quote #648

ok found some more bugs.

1. when knife round is disabled, and after finish first half and screenshot, the plugin seems to be dead, you cant type ready, /start, /stop.. or bring up matchmenu, its just dead, after 1st half is completed.

2. it doesnt load the config specified in the command line, if warmup config is enabled.
eg amx_match 1 2 mr15 esl recboth
it doesnt load esl.cfg

3. not so major one, after the 1st person types ready, it still shows none,
e.g after Mike types ready it shows CT: none, Mike


im going back to last version, till these are fixed. XD

btw i couldnt find the dbi module in the .ini file

Last edited by daemonevo; 05-19-2007 at 19:47.
daemonevo is offline
AIA-Shogun
Member
Join Date: Jul 2006
Location: France
Old 05-20-2007 , 04:00   Re: AMX Match Deluxe (Current Version: 8.00)
Reply With Quote #649

Good job !

...... how to configure SQL.CFG ???? decause i write all information but nothing append in phpmyadmin
AIA-Shogun is offline
Send a message via MSN to AIA-Shogun
Infra
Senior Member
Join Date: Aug 2004
Location: California
Old 05-20-2007 , 05:22   Re: AMX Match Deluxe (Current Version: 8.01)
Reply With Quote #650

New version with bug fixes released.

Changelog
:

8.01: (minor release) - Sunday, May 20, 2007
fixed bug where after a team had won in a knife-round only Ts could pick a team, even if CTs won
fixed bug where you could still type 'ready' in knife round
fixed bug where teams would be swapped, but the clan names wouldn't after a knife round
fixed bug where ready list would still display "None." even after the first player was ready
---
changed sequence of knife round/warmup/first half (now start->warmup->knife round->warmup->first half)
__________________
--Infra
Infra is offline
Send a message via AIM to Infra
Reply


Thread Tools
Display Modes

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 11:42.


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