AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   32-bit test v2.0 (https://forums.alliedmods.net/showthread.php?t=120633)

supermega 03-06-2010 18:57

32-bit test v2.0
 
3 Attachment(s)
Introduction

This plugin requires players to use 32-bit video mode. When a player dies he or she needs to pass this test:

http://www.image-share.com/upload/239/102m.png http://www.image-share.com/upload/239/104m.png http://www.image-share.com/upload/239/105m.png http://www.image-share.com/upload/239/106m.png

Players are tested only once after connection.

4. More information: . . . . . . . . . . 5. Quick version: . . . . . . . . . . . Why 16-bit players won't pass the test?

http://www.image-share.com/upload/239/103m.png . . . http://www.image-share.com/upload/239/107m.png . . . http://www.image-share.com/upload/239/109m.png


Installing

1. Place the 32bit_test.amxx file in the addons/amxmodx/plugins folder.
2. Place the 32bit_test.txt file in the addons/amxmodx/data/lang folder.
3. Add the line "32bit_test.amxx" (without quotes) to addons\amxmodx\configs\plugins.ini


Settings (optional)

32bit_max_tries (default "2"). When set to 1, players are kicked after first failure. Default "2", let them to fail it once.

32bit_immunity_flag (default ""). Sets admin flag that prevents to test the admin. By default it's disabled. The main reason for this option is problem with test under Linux & Wine (MOTD isn't shown). IMO regular admins should be tested, too. I use flag "s" and give it only to people having troubles with the test itself.


Technical information

16-bit video mode is illegal in probably all Counter-Strike leagues. It allows you to see through any number of smoke grenades, while in 32-bit video mode you can't see anything through 2 SGs.

Plugin is based on color approximation made when you have only 16-bit colors. 7 pictures in a row use 2 very similar colors. However these similar colors are approximated to completely different colors in 16-bit mode. The 8th picture uses different colors but they are approximated to the same colors as in other pictures. So in 16-bit mode all pictures look the same while in 32-bit mode there are 7 nearly solid pictures and 1 with different colors. Of course position of pictures is random.

Chance to fool the plugin: 0,1953125% (by average you need take the test 256 times to pass it)

Players can have slots unbound (like special grenades buttons), which makes him unable to pass the test. My suggestion is to bind slots on numpad:

Quote:

bind "KP_END" "slot1"
bind "KP_DOWNARROW" "slot2"
bind "KP_PGDN" "slot3"
bind "KP_LEFTARROW" "slot4"
bind "KP_5" "slot5"
bind "KP_RIGHTARROW" "slot6"
bind "KP_HOME" "slot7"
bind "KP_UPARROW" "slot8"
bind "KP_PGUP" "slot9"
bind "KP_INS" "slot10"

Translations


Thank you for many v1.X translations. Unfortunately, with the introduction of v2.0 new translations are required. You don't need to translate it literally, use your own words to best explain what's going on. My native Polish translation is far from English one ;)
All pages need to fit in small 640x480 window - if your translation is too long then you can edit HTML/CSS "line-height" parameter (otherwise I suggest to leave it as is).


Changelog

v2.0 (2010-05-04)
Easier test, better explained (quick version kept under option 5.). New translations needed (reason for major version increment).

v1.2 (2010-05-04)
More languages (English, Polish, German by KadiR, French by ConnorMcLeod, Bulgarian by papyrus_kn, Russian by NiHiLaNTh, Dutch by crazyeffect, Spanish by xjose93, Romanian by Amonel, Serbian by Rosenstein). Minor changes.

v1.1 (2010-03-07)
More languages. More contrasting colors (easier to distinguish).

v1.0 (2010-03-06)
First version.

fezh 03-06-2010 19:03

Re: 32-bit test
 
nice man, i cant test this plugin right now but it sounds pretty good
gj ;D

KadiR 03-06-2010 19:14

Re: 32-bit test
 
Wow, great work! :)
Here you go with german: :)

Quote:

[de]
INFO = 32-Bit Anzeige Einstellung werden benoetigt auf diesem Server. Lass es ueberpruefen. ^nDu konntest mehrere Bilder sehen. ^nMit richtigen Einstellungen, solltest du die Bilder gut unterscheiden koennen. ^nWaehle das Bild aus, dass sich von den anderen unterscheidet:
SHOW_AGAIN = Zeige Bilder
TEST_OK = Test bestanden. Viel Spass!
TEST_BAD = Falsch. %d Versuche verbleibend.
TEST_BAD_1_TRY_LEFT = Falsch. Ein Versuch verbleibend.

ConnorMcLeod 03-06-2010 19:43

Re: 32-bit test
 
I don't care at all about 16bits players, but really nice idea you got here :mrgreen:

Seta00 03-06-2010 19:44

Re: 32-bit test
 
What's the matter with 16bits?

ConnorMcLeod 03-06-2010 19:46

Re: 32-bit test
 
You are supposed to see better through smokes.

wrecked_ 03-06-2010 19:49

Re: 32-bit test
 
16 bit is frowned upon and also disabled in many leagues involving CS and CZ. 16 bit allows you to see through smokes more easily, while 32 makes the smoke more realistic.

ESEA, CEVO, CAL (While it was alive), XPL, and ECO all banned 16 bitting, either by having smoke rounds (before scrim start), clients, or demos (just in case).

I'm sure almost all CW servers (that for some reason use AMXX, instead of getting a scrim server) will use this plugin.

Back to the topic:
Good work.

Exolent[jNr] 03-06-2010 19:52

Re: 32-bit test
 
Quote:

Originally Posted by wrecked_ (Post 1110062)
ESEA, CEVO, CAL (While it was alive), XPL, and ECO all banned 16 bits, either by having smoke rounds (before scrim start), clients, or demos (just in case).

Fixed.

Seta00 03-06-2010 19:54

Re: 32-bit test
 
Hmm... And what is a scrim server? nevermind, googled it.

by the way, great job supermega

fysiks 03-06-2010 19:56

Re: 32-bit test
 
Great concept but I'm with Connor, not really a big deal.


All times are GMT -4. The time now is 18:15.

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