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

[EXTENSION] Left 4 Downtown (0.4.6) - L4D2 is here and supported


Post New Thread Reply   
 
Thread Tools Display Modes
Jay Dogg
Senior Member
Join Date: Jan 2009
Old 06-02-2009 , 14:02   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #101

So I cant seem to get this up and running and would like it someone could help me out. First will this plug work with the version of sm Im running
Code:
 SourceMod Version: 1.2.1-dev
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.2.1-dev)
    SourcePawn API: v1 = 4, v2 = 3
    Compiled on: May 25 2009 15:50:21
    Build ID: 2698:4e55ccac2eba-dev
    http://www.sourcemod.net/
Second I dont see Left 4 Deowntown in the sm plugin list.... should it be there?

Im running a linux server and every seem to be working fine but this plug.
I have a startL4D file I use to start the server and it looks like this
Code:
#!/bin/sh
screen -A -m -d -S l4d ./srcds_run -console -game left4dead  -autoupdate -tickrate 100  +exec server.cfg +ip 64.62.***.* +hostport 27025 +hostport +maxplayers 16 +map l4d_vs_hospital01_apartment.bsp
Any help would be great and just let me know if you need anymore info

Thanks Jay
Jay Dogg is offline
Downtown1
Veteran Member
Join Date: Mar 2004
Old 06-02-2009 , 14:09   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #102

Quote:
Originally Posted by Jay Dogg View Post
So I cant seem to get this up and running and would like it someone could help me out. First will this plug work with the version of sm Im running
Code:
 SourceMod Version: 1.2.1-dev
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.2.1-dev)
    SourcePawn API: v1 = 4, v2 = 3
    Compiled on: May 25 2009 15:50:21
    Build ID: 2698:4e55ccac2eba-dev
    http://www.sourcemod.net/
Second I dont see Left 4 Deowntown in the sm plugin list.... should it be there?

Im running a linux server and every seem to be working fine but this plug.
I have a startL4D file I use to start the server and it looks like this
Code:
#!/bin/sh
screen -A -m -d -S l4d ./srcds_run -console -game left4dead  -autoupdate -tickrate 100  +exec server.cfg +ip 64.62.***.* +hostport 27025 +hostport +maxplayers 16 +map l4d_vs_hospital01_apartment.bsp
Any help would be great and just let me know if you need anymore info

Thanks Jay
This isn't a plugin, it's an extension so use
Code:
sm exts list
To verify if it's loaded in or not.
Downtown1 is offline
Jay Dogg
Senior Member
Join Date: Jan 2009
Old 06-02-2009 , 14:18   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #103

Thanks for the fast reply... so it appers to be loaded but I can seem to get more then 8 players on any ideas?
this may help a little I just tried to join and this is what is say
Code:
Server using lobbies #0, requiring pw no, lobby id 184016456def800

Last edited by Jay Dogg; 06-02-2009 at 14:32.
Jay Dogg is offline
nowakpl
Junior Member
Join Date: Jan 2009
Old 06-02-2009 , 17:01   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #104

sv_allow_lobby_connect_only 0
nowakpl is offline
CI2az
Junior Member
Join Date: May 2009
Old 06-03-2009 , 15:26   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #105

As aggravating as it may seem, I am still having issues on my end. I will just post what "sm exts list" shows below:

] sm exts list
SourceMod 1.2.0, by AlliedModders LLC
To see running plugins, type "sm plugins"
To see credits, type "sm credits"
Visit http://www.sourcemod.net/

] sm plugins
"Admin File Reader" (1.2.0) by AlliedModders LLC
"Admin Help" (1.2.0) by AlliedModders LLC
"Admin Menu" (1.2.0) by AlliedModders LLC
"Anti-Flood" (1.2.0) by AlliedModders LLC
"Basic Ban Commands" (1.2.0) by AlliedModders LLC
"Basic Chat" (1.2.0) by AlliedModders LLC
"Basic Comm Control" (1.2.0) by AlliedModders LLC
"Basic Commands" (1.2.0) by AlliedModders LLC
"Basic Info Triggers" (1.2.0) by AlliedModders LLC
"Basic Votes" (1.2.0) by AlliedModders LLC
To see more, type "sm plugins 12"

] sm plugins 12
"Fun Commands" (1.2.0) by AlliedModders LLC
"Fun Votes" (1.2.0) by AlliedModders LLC
"L4D SuperVersus" (1.1) by DDRKhat
"Nextmap" (1.2.0) by AlliedModders LLC
"Player Commands" (1.2.0) by AlliedModders LLC
"Reserved Slots" (1.2.0) by AlliedModders LLC
"Sound Commands" (1.2.0) by AlliedModders LLC


So can you please tell me why I do not see Downtown in my extenstions lists ?

My Server.cfg: (minus all the //server name and passwords

sv_allow_lobby_connect_only 0
sv_gametype Versus
mp_gamemode Versus
sv_contact [email protected]
setmaster add 68.142.72.250:27011
setmaster add 72.165.61.189:27011
setmaster add 689.28.151.162:27011
z_difficulty "Impossible"
sv_log_onefile 0
sv_logbans 1
sv_alltalk 0
l4d_maxplayers 16
sb_all_bot_team 1
l4d_survivor_limit 8
l4d_infected_limit 8
sm_hardzombies 3
l4d_supertank 1
l4d_tank_hpmulti Float
versus_tank_chance_intro 1
versus_tank_chance_finale 1
versus_tank_chance 1
versus_witch_chance_intro 1
versus_witch_chance_finale 1
versus_witch_chance 1
versus_boss_spawning 2
director_force_tank 1
versus_boss_flow_min_intro 0.2
versus_boss_flow_max_intro 0.6
versus_boss_flow_min 0.2
versus_boss_flow_max 0.6
versus_boss_flow_min_finale 0.15
versus_boss_flow_max_finale 0.6
sm_cvar versus_boss_padding_min 0.1
sm_cvar versus_boss_padding_max 0.8


I can get 8 survivors, but 4 are actual players.. and the other 4 are bots.. no one can take over the bots...

I can get 8 infected, and again, are 4 actual players and others are all bots that no one can take over.

I will believe its because Downtown is not running ??

To add:
I have the following files from Downtown in the folder .../left4dead/addons/sourcemod/extensions

left4downtown.autoload
left4downtown.ext.dll
left4downtown.ext.so

All help is appreciated !!

Last edited by CI2az; 06-03-2009 at 15:28.
CI2az is offline
firerain
Member
Join Date: Feb 2009
Old 06-03-2009 , 20:26   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #106

You must also place one of the files in gamedata directory.
__________________
firerain is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 06-03-2009 , 23:42   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #107

Quote:
Originally Posted by CI2az View Post
] sm exts list
SourceMod 1.2.0, by AlliedModders LLC
To see running plugins, type "sm plugins"
To see credits, type "sm credits"
Visit http://www.sourcemod.net/
It appears you're doing it in the client console. You have to do it via RCON or through the server console to get the proper output.
bl4nk is offline
DDR Khat
SourceMod Donor
Join Date: Feb 2006
Old 06-04-2009 , 03:24   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #108

Quote:
Originally Posted by Mad_Dugan View Post
CBaseServer::ClearReservationStatus() (engine_i486.so)
Please. In the next version. We need Reservation status with a toggle.
0 for off. 1 for on.
__________________
Nothing but a whisper in the wind~~
DDR Khat is offline
Number Six
Senior Member
Join Date: Dec 2008
Old 06-04-2009 , 13:33   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #109

Quote:
Originally Posted by DDR Khat View Post
Please. In the next version. We need Reservation status with a toggle.
0 for off. 1 for on.
Apparently Valve major update lobby system V2.0 next week , I think for downtown wait and look update , and working
A Doug Lombardi news E3 live ^^ :
-Left 4 Dead aura encore droit à un peu de contenu supplémentaire gratuit sur PC : une mise à jour du SDK ainsi qu'une refonte du Matchmaking la semaine prochaine.
__________________



Last edited by Number Six; 06-04-2009 at 13:36.
Number Six is offline
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 06-04-2009 , 14:38   Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
Reply With Quote #110

If anything, the new matchmaking will be even more restrictive. Instead of a 8 Player limit per Lobby its gonna be 4 Player limit per team.
AtomicStryker is offline
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 05:13.


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