W tym wątku będą zawarte wersje dproto. Najnowsze, starsze itp.
Najnowsza wersja
0.4.8
[attachment=289]
Zmiany:
Poprawione działania anty svc_bad
Poprawiono problem z błędem "Unknown HLTV Type"
Starsze
dproto 0.4.6[attachment=288]
W skrócie, zafixowano exploity, nie potrzeba xds_opta bo już jest zintegrowany, dousuniety bład z net packets.
Starsze
dproto 0.3.5
Download
CHANGELOG:
0.3.5:
- Fixed server response for very old clients (thx to Rulzy)
- Fixed bug when server drops HLTV if cid_NoSteam47/48 is deprecated(5)
Dproto 0.3.4
Download
Wersje starsze
Dproto 0.3.0
Download
Dproto 0.2.9
Download
Temat będzie aktualizowany na bieżąco.
Instalacja:
Najnowsza wersja
0.4.8
[attachment=289]
Zmiany:
Poprawione działania anty svc_bad
Poprawiono problem z błędem "Unknown HLTV Type"
Starsze
dproto 0.4.6[attachment=288]
W skrócie, zafixowano exploity, nie potrzeba xds_opta bo już jest zintegrowany, dousuniety bład z net packets.
Kod: Zaznacz cały
- hlds_fuck exploit fixed.
- temporary fix for hlds_vcrash exploit: Patched swds.dll/engine_i686.so, uploaded here and here.
- Using on-the-fly offsets searching for patching.
- dproto now supports all existing (and hopefully future) p48 engines for Windows and Linux (including engine_amd.so/engine_i486.so).
- Fixed vulnerability in SV_ParseVoiceData() used by hlds_vcrash exploit.
- implemented fix for "Server failed to transmit file AY&SY" kind of svc_bad's
- UTF8 Chat/Nicknames support completely removed (will add it to another plugin)
- Userinfo filter removed because it does not needed anymore (it was a temporary fix for svc_bad's)
- added separate AuthProvider (dp_r_id_provider cvar) constant for HLTV (check amxx/dp_test.sma)
- fixed GameNameChanger plugins under Windows.
- There are a lot of changes in dproto.cfg. Old configs won't work with this version.
- fixed NET_SendPacket error that appears when server tried to drop deprecated clientStarsze
dproto 0.3.5
Download
CHANGELOG:
0.3.5:
- Fixed server response for very old clients (thx to Rulzy)
- Fixed bug when server drops HLTV if cid_NoSteam47/48 is deprecated(5)
Dproto 0.3.4
Download
Wersje starsze
Dproto 0.3.0
Download
Dproto 0.2.9
Download
Temat będzie aktualizowany na bieżąco.
Instalacja:
Kod: Zaznacz cały
INSTALLATION:
1. Go to <gamedir>/addons/ and make new directory named dproto
<gamedir> - it is a game directory; cstrike for Counter-Strike, valve for Half-Life, etc
2. Copy dproto.dll or dproto_i386.so to <gamedir>/addons/dproto/
3. Go to metamod installation directory (usually its <gamedir>/addons/metamod/) and edit plugins.ini:
add this line for windows
win32 addons\dproto\dproto.dll
or this for linux
linux addons/dproto/dproto_i386.so
at the beginning of the file
4. Copy dproto.cfg to server root or gamedir.
5. Start the server. You should use this command on linux:
./hlds_run -binary ./hlds_i686
when server loads, type "meta list" in console. You'll see something like this:
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] dproto RUN - dproto_i386.so v0.3.4 ini Start Never
[ 2] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start ANY
2 plugins, 2 running
6. Enjoy :)
7. Installation of AmxModX plugin from amxx directory is not necessary.