AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [EXTENSION] Left 4 Downtown (0.4.6) - L4D2 is here and supported (https://forums.alliedmods.net/showthread.php?t=91132)

Jay Dogg 06-02-2009 14:02

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
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

Downtown1 06-02-2009 14:09

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
Quote:

Originally Posted by Jay Dogg (Post 840228)
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.

Jay Dogg 06-02-2009 14:18

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
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

nowakpl 06-02-2009 17:01

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
sv_allow_lobby_connect_only 0

CI2az 06-03-2009 15:26

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
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 !!

firerain 06-03-2009 20:26

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
You must also place one of the files in gamedata directory.

bl4nk 06-03-2009 23:42

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
Quote:

Originally Posted by CI2az (Post 840966)
] 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.

DDR Khat 06-04-2009 03:24

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
Quote:

Originally Posted by Mad_Dugan (Post 823213)
CBaseServer::ClearReservationStatus() (engine_i486.so)

Please. In the next version. We need Reservation status with a toggle.
0 for off. 1 for on.

Number Six 06-04-2009 13:33

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
Quote:

Originally Posted by DDR Khat (Post 841279)
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 :mrgreen:
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.

AtomicStryker 06-04-2009 14:38

Re: [EXTENSION] Left 4 Downtown (0.2.2) - now with unlocked player slots
 
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.


All times are GMT -4. The time now is 11:22.

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