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

[TF2] TF2Jail (Jailbreak for TF2)


Post New Thread Reply   
 
Thread Tools Display Modes
Graffiti
AlliedModders Donor
Join Date: Aug 2013
Location: Russia
Old 03-07-2014 , 03:12   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #361

What is Preference Type?
Graffiti is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-07-2014 , 03:25   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #362

Quote:
Originally Posted by Graffiti View Post
What is Preference Type?
Something that's in the works but basically, it's the ability for clients to set their preferences using client preferences if they want to be Warden/Blue or not. The code is kind of buggy so I have it disabled by default for now.
Drixevel is offline
Windroid
Member
Join Date: Mar 2013
Old 03-07-2014 , 04:48   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #363

The Jailbreak map "jail_carceris_b3_tf2jail" still can't control the door with command or the button in the map.
I added this code into mapconfig.cfg already.
Code:
	"jail_carceris_b3_tf2jail"
	{
		"CellNames"			"cell_door"
		"CellsButton"		"open_cells"

		"Freeday"
		{
			"Teleport"
			{
				"Status"			"1"
				"Coordinate_X"		"0.0"
				"Coordinate_Y"		"0.0"
				"Coordinate_Z"		"0.0"
			}
		}
	}
How can I fix it?

Also,in the new version,all player can't become the warden on every round,when they use sm_warden command,it just comes out "Warden is currently locked."
no one can become warden even I use the "sm_forcewarden" command.
(EDIT: ok,It worked again after i use the sm_jailreset command,but after map change,it happened again.)

Last edited by Windroid; 03-07-2014 at 05:11.
Windroid is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-07-2014 , 05:12   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #364

Quote:
Originally Posted by Windroid View Post
The Jailbreak map "jail_carceris_b3_tf2jail" still can't control the door with command or the button in the map.
I added this code into mapconfig.cfg already.
Code:
	"jail_carceris_b3_tf2jail"
	{
		"CellNames"			"cell_door"
		"CellsButton"		"open_cells"

		"Freeday"
		{
			"Teleport"
			{
				"Status"			"1"
				"Coordinate_X"		"0.0"
				"Coordinate_Y"		"0.0"
				"Coordinate_Z"		"0.0"
			}
		}
	}
How can I fix it?

Also,in the new version,all player can't become the warden on every round,when they use sm_warden command,it just comes out "Warden is currently locked."
no one can become warden even I use the "sm_forcewarden" command.
(EDIT: ok,It worked again after i use the sm_jailreset command,but after map change,it happened again.)
It should tell you in the configurations what is missing and you can work from there. The official maps are no longer officially supported but I am putting together a list of maps as well as a configuration for them soon for some of the official ones.
Drixevel is offline
Windroid
Member
Join Date: Mar 2013
Old 03-07-2014 , 10:36   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #365

Quote:
Originally Posted by r3dw3r3w0lf View Post
It should tell you in the configurations what is missing and you can work from there. The official maps are no longer officially supported but I am putting together a list of maps as well as a configuration for them soon for some of the official ones.
ok,but how about the warden problem?
no one can become warden.When someone say !w,it just come out "Warden is currently locked.".Except admin use sm_jailreset on every map change.
Is it a bug or my problems?
Windroid is offline
Amazing_Horse
Member
Join Date: Mar 2013
Old 03-07-2014 , 11:38   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #366

Version 5.1.5 is working on my dev server , but as I installed it on my real server , it didnt worked. (Server isnt starting)
Error:
Executing server arena config file
[SourceBans] Loading configs/sourcebans.cfg config file
L 03/07/2014 - 175:07: [unusual.smx] Unusual effects permissions loaded !
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Fri Mar 7 175:07 CET 2014: Server restart in 10 seconds

Is anything known?
Maybe a plugin which is blocking it? I tryed to remove most of plugins but still not working .
Btw , 4.8.8 is working.

Regards
__________________
Amazing_Horse is offline
KniL
Senior Member
Join Date: Jun 2012
Old 03-07-2014 , 15:07   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #367

Quote:
Originally Posted by Amazing_Horse View Post
Version 5.1.5 is working on my dev server , but as I installed it on my real server , it didnt worked. (Server isnt starting)
Error:
Executing server arena config file
[SourceBans] Loading configs/sourcebans.cfg config file
L 03/07/2014 - 175:07: [unusual.smx] Unusual effects permissions loaded !
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Fri Mar 7 175:07 CET 2014: Server restart in 10 seconds

Is anything known?
Maybe a plugin which is blocking it? I tryed to remove most of plugins but still not working .
Btw , 4.8.8 is working.

Regards
when I had Unusual effects plugin my server didn't start. Maybe is that

Last edited by KniL; 03-07-2014 at 15:08.
KniL is offline
Amazing_Horse
Member
Join Date: Mar 2013
Old 03-07-2014 , 15:15   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #368

Ye maybe , I will test thanks.
But its on my dev. server , too and worked there.

Regards
__________________
Amazing_Horse is offline
KniL
Senior Member
Join Date: Jun 2012
Old 03-07-2014 , 18:13   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #369

The BLU bans doens't work on my server. Something maybe I missing?
Freekiller system is on.
KniL is offline
Graffiti
AlliedModders Donor
Join Date: Aug 2013
Location: Russia
Old 03-08-2014 , 07:03   Re: [TF2] TF2Jail (Jailbreak for TF2)
Reply With Quote #370

errors v5.1.6
L 03/08/2014 - 156:19: [SM] Native "VFormat" reported: Client index 21 is invalid
L 03/08/2014 - 156:19: [SM] Displaying call stack trace for plugin "TF2Jail.smx":
L 03/08/2014 - 156:19: [SM] [0] Line 48, G:\Script\include\morecolors.inc::CPrintToCha t()
L 03/08/2014 - 156:19: [SM] [1] Line 2549, G:\Script\TF2Jail.sp::BecomeWarden()

Last edited by Graffiti; 03-08-2014 at 08:11.
Graffiti 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 03:42.


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