View Single Post
ilham92-cc-sakura
Senior Member
Join Date: Oct 2008
Location: /var/www/index.html
Old 06-19-2018 , 09:13   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #966

Guys, I tried to compile with playerslots version, what I do:
Code:
cd ~/Documents

git clone --recurse-submodules https://github.com/alliedmodders/sourcemod sourcemod
git clone --recurse-submodules https://github.com/alliedmodders/metamod-source mmsource
hg clone https://hg.alliedmods.net/hl2sdks/hl2sdk-l4d2 hl2sdk

# prevent extension compile with master commit, downgrade one step version
# if compile aginst latest master commit, server use stable build, error: Plugin requires newer Metamod version (16 > 15)
cd sourcemod
git checkout sourcemod-1.7.2

cd ../mmsource
git checkout mmsource-1.10.6

cd ..
mkdir -p plugins/extensions
cd plugins/extensions
git clone https://github.com/Attano/Left4Downtown2
cd Left4Downtown2

make
make playerslots
then I try playerslots version, and put l4d_maxplayers 12 for example.
it turn out very buggy.

first... in Steam Group Server, it show 0/8
second in Server Browser, it shouw 0/12
third, only 7 player able to connect, player 8th begin kicked due to "full"

also I run along side l4d2_unreservelobby.sp to take control lobby reservation.
__________________
ilham92-cc-sakura is offline