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

[L4D] game mode changer


Post New Thread Reply   
 
Thread Tools Display Modes
Sharft 6
Member
Join Date: Oct 2008
Old 11-29-2011 , 02:43   Re: [L4D] game mode changer
Reply With Quote #41

Quote:
Originally Posted by Mr. Man View Post
The newest version is still no good.

I disabled versus, team versus and scavange in the config file, but players can still vote for them.
hmm disabling versus works for me on l4d1. Do the disabled modes actually show up on the menu when you type "!gamemode" or are people voting for a particular game mode that is not supported on the map that is subsequently chosen?

Last edited by Sharft 6; 12-01-2011 at 02:08.
Sharft 6 is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 01-02-2012 , 08:35   Re: [L4D] game mode changer
Reply With Quote #42

conflicts with config loader plugin settings go haywire points set back to default on coop and plugin fails to install on other modes probably aload of other odditys to.

Ok fixed it added exec points.cfg and set the points there before the config loader plugin settings in server.cfg all the other plugins seem uneffected fingers crossed.

edited the .sp file to include crash course and changed campaign 1, Campaign 2 etc to Dead Center, Dark Carnival etc

Note to plugin maker need to add a seperate map list for survival for example Dead Center only has Atrium map available.
Attached Files
File Type: sp Get Plugin or Get Source (l4d_gamemodechanger.sp - 582 views - 26.5 KB)
__________________

Last edited by RavenDan29; 01-02-2012 at 09:45.
RavenDan29 is offline
cnl4dplayer
New Member
Join Date: Jan 2012
Old 01-02-2012 , 14:21   Re: [L4D] game mode changer
Reply With Quote #43

How to add "mutation4"(Hard Eight)mode In the code?
cnl4dplayer is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 06-22-2013 , 01:11   Re: [L4D] game mode changer
Reply With Quote #44

Quote:
Originally Posted by RavenDan29 View Post
conflicts with config loader plugin settings go haywire points set back to default on coop and plugin fails to install on other modes probably aload of other odditys to.

Ok fixed it added exec points.cfg and set the points there before the config loader plugin settings in server.cfg all the other plugins seem uneffected fingers crossed.

edited the .sp file to include crash course and changed campaign 1, Campaign 2 etc to Dead Center, Dark Carnival etc

Note to plugin maker need to add a seperate map list for survival for example Dead Center only has Atrium map available.
I just tried this version and it works well. Though what you said about the last part is correct and I hope someone will rectify this!
Mr. Man is offline
kem008
Member
Join Date: Dec 2009
Old 12-29-2013 , 06:50   Re: [L4D] game mode changer
Reply With Quote #45

when I say this !gamemode I cannot find the survival mode and when I am in survival menu I cannot find left 4 dead 1 maps in Left 4 dead 2 like rooftop or others
kem008 is offline
the_scs
Junior Member
Join Date: Mar 2016
Old 03-09-2016 , 13:30   Re: [L4D] game mode changer
Reply With Quote #46

Tiny changes in plugin.

"!gamemode" can use only admin.
Attached Files
File Type: sp Get Plugin or Get Source (l4d_gamemodechanger.sp - 501 views - 26.3 KB)
the_scs is offline
joyist
Member
Join Date: Apr 2018
Old 06-03-2018 , 22:08   Re: [L4D] game mode changer
Reply With Quote #47

Quote:
Originally Posted by the_scs View Post
Tiny changes in plugin.

"!gamemode" can use only admin.
Fix l4d2 missing <map c9> Crash Course map creation instructions.
Fixed l4d2 Campagin 1 ->Campagin 5 name display.

left4dead2 campagin Menu:
Code:
	else if(strcmp(g_game, "left4dead2", false) == 0)	//l4d2建图代码
	{
		AddMenuItem(campaginMenu, "Campagin 1", "c1-死亡中心"); 	//死亡中心
		AddMenuItem(campaginMenu, "Campagin 2", "c2-黑色狂欢节"); 	//黑色狂欢节
		AddMenuItem(campaginMenu, "Campagin 3", "c3-沼泽激战"); 	//沼泽激战
		AddMenuItem(campaginMenu, "Campagin 4", "c4-暴风骤雨");		//暴风骤雨
		AddMenuItem(campaginMenu, "Campagin 5", "c5-教区");			//教区
		AddMenuItem(campaginMenu, "The Passing", "c6-短暂时刻"); 	//c6-短暂时刻
		AddMenuItem(campaginMenu, "The Sacrifice", "c7-牺牲");		//c7-牺牲
		AddMenuItem(campaginMenu, "Mercy Hospital", "c8-毫不留情");	//c8-毫不留情
		AddMenuItem(campaginMenu, "Crash Course", "c9-坠机险途");	//c9-坠机险途
		AddMenuItem(campaginMenu, "Death Toll", "c10-死亡丧钟");	//c10-死亡丧钟
		AddMenuItem(campaginMenu, "Dead Air", "c11-静寂时分");		//c11-静寂时分
		AddMenuItem(campaginMenu, "Blood Harvest", "c12-血腥收获");	//c12-血腥收获
		AddMenuItem(campaginMenu, "Cold Stream", "c13-刺骨寒溪");	//c13-刺骨寒溪
	}
L4d2 building code:
Code:
		else if(strcmp(g_campagin, "Crash Course", false) == 0)	//c9-坠机险途-----添加c9 mapMenu
		{
			AddMenuItem(mapMenu, "c9m1_alleys", "c9-坠机险途-小巷");
			AddMenuItem(mapMenu, "c9m2_lots", "坠机险途-卡车停车场");
		}
My English is very poor, everyone forgive me。I speak Chinese fluently。
Attached Files
File Type: sp Get Plugin or Get Source (l4d_gamemodechanger-ch.sp - 374 views - 29.4 KB)
joyist 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 09:42.


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