Raised This Month: $32 Target: $400
 8% 

[EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown


Post New Thread Reply   
 
Thread Tools Display Modes
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 10-10-2010 , 17:51   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #111

Read the OP, third line. Its even underlined, colored, and bold.


EDIT:

Hang on l4d1?!


...

No. Im not gonna answer that.
AtomicStryker is offline
adrianman
Senior Member
Join Date: Sep 2010
Old 10-11-2010 , 07:29   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #112

i did read i was hoping for a maybe...for l4d1
adrianman is offline
Blackwolf1204
Junior Member
Join Date: Sep 2010
Old 10-11-2010 , 15:38   Re: [EXTENSION] Left 4 Downtown (0.4.6) - L4D2 is here and supported
Reply With Quote #113

Thanks for the very quick response. So to install I am to:Installation:
Download the left4downtown2-v0.5.1.0.zip located at the bottom of the post and extract it into /left4dead2/addons/sourcemod/

Folder or do I need to place each of the files unpacked into specific folders in the sourcemod folder? Sorry if this is a basic question.
Blackwolf1204 is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 10-11-2010 , 16:19   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #114

Do the second if the first didnt work for you (it should)
AtomicStryker is offline
Blackwolf1204
Junior Member
Join Date: Sep 2010
Old 10-11-2010 , 19:07   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #115

Sorry i dont understand when you say try the second one. Should I place the unpacked contents directly in the sourcemod directory or place them in individual folders in the source mod folder and if so which file goes where? Sorry if im just not getting it. Fairly new to the modding of the server process for some of these mods.
Blackwolf1204 is offline
GanjaStar
Senior Member
Join Date: Jun 2009
Old 10-11-2010 , 19:14   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #116

Quote:
Originally Posted by Blackwolf1204 View Post
Sorry i dont understand when you say try the second one. Should I place the unpacked contents directly in the sourcemod directory or place them in individual folders in the source mod folder and if so which file goes where? Sorry if im just not getting it. Fairly new to the modding of the server process for some of these mods.
ok, in the zip file theres a folder structure already, jsut unzip it into the sourcemod folder and say yes to all the prompts about merging folders and overwriting files.
GanjaStar is offline
Blackwolf1204
Junior Member
Join Date: Sep 2010
Old 10-11-2010 , 19:31   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #117

Ok. Problem is that I only have FTP access to my server so must upload files via FTP. Also when viewing the files when unzipping they show the following files so if possible just tell me which folder each file should go to and ill do it manually.

left4downtown.autoload
left4downtown.ext.2.l4d2.dll
left4downtown.ext.2.l4d2.so
left4downtown.lf4d2.txt
readme.txt (I undertand this is a readme file)
left4downtown.inc

Thanks for the help and hope im not looking mentally challanged.
Blackwolf1204 is offline
ProdigySim
SourceMod Plugin Approver
Join Date: Feb 2010
Old 10-11-2010 , 22:45   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #118

sourcemod/extensions/
left4downtown.autoload
left4downtown.ext.2.l4d2.dll
left4downtown.ext.2.l4d2.so

sourcemod/gamedata/
left4downtown.l4d2.txt

done!

Just leave the directory structure of the zip intact next time.
ProdigySim is offline
Blackwolf1204
Junior Member
Join Date: Sep 2010
Old 10-12-2010 , 14:02   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #119

My bad. When viewed the files in my unpacking program it did not show the file structure so I just stopped there thinking it would not include a file structure to explain where to drop the files. I now unpacked them and do find the file structure intact. Sorry for the brain fart I hard. Also thanks to you and all the other people to create these great mods. You all add so much more to the game your mods are created for.

Blackwolf
Blackwolf1204 is offline
ronbrug
New Member
Join Date: Dec 2009
Old 10-13-2010 , 11:02   Re: [EXTENSION] Left 4 Downtown 2 (0.5.1.0) - L4D2 Only, Updated Left4Downtown
Reply With Quote #120

Great plugin, but on hlsw it only showes 0/8 players.

This is my server.cfg

PHP Code:
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// We don't need server password
// sv_password "####"



// maximum client movement speed
sv_maxspeed 320

mp_timelimit 30

sv_cheats 0
sv_lan 0
sv_region 3
sv_maxupdaterate 100
sv_minupdaterate 20

// load ban files
exec listip.cfg
exec banned
.cfg

sm_cvar mp_gamemode versus
//-----------------------------------------------------------
//--> Left 4 Downtown 2 SM Extension Commands
//-----------------------------------------------------------

l4d_maxplayers 18
sm_cvar l4d_maxplayers 18


//-----------------------------------------------------------
//--> Super Versus v1.5.4 SM Extension Commands
//-----------------------------------------------------------

l4d_survivor_limit 4
sm_cvar l4d_survivor_limit 4
//--> Maximum number of survivors. Default 4, Maximum: 18.

l4d_infected_limit 4
sm_cvar l4d_infected_limit 4
//--> Maximum number of infected. Default 4, Maximum: 18.

l4d_supertank 0
sm_cvar l4d_supertank 0
//--> Set tank HP dependent on survivor amount.
//--> "1" to Enable, "0" to Disable. Default: "0".

l4d_tank_hpmulti 0.5
sm_cvar l4d_tank_hpmulti 0.5
//--> Tanks HP Multiplier (multi*(survivors-4))
//--> Default: "0.25".

//l4d_XtraHP "0"
//--> Give extra survivor medpacks.
//--> "1" to Enable, "0" to Disable. Default: "0".

l4d_killreservation 1
sm_cvar l4d_killreservation 1
//--> Allows more than 8 players to connect to server.
//--> "1" to Enable, "0" to Disable. Default: "1". 
Just new whit this kind off things, hope you can help me out.

Its a linux server
ronbrug is offline
Reply



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 00:00.


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