Raised This Month: $ Target: $400
 0% 

[TF2] TF2Jail (Jailbreak for TF2)


Post New Thread Reply   
 
Thread Tools Display Modes
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 06-24-2014 , 18:21   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #471

5.3.5 is now released!
  • The handle system is now integrated with a forward other plugins can integrate with. More information in the wiki for the plugin. (Github)
  • Updated almost 45% of the code to run a lot smoother. Removed the requirement for my custom include.
  • Finished translation support for all current text except a translation for Freekilling, rebuilding it.
  • A description is now available for last requests to give a brief description what it does.
  • New ConVar for preference force. If it's enabled, makes all commands not respect preferences of players.
  • + more?

I'll type out the last request handle system soon on the wiki.

- Jack
Drixevel is offline
erwinquek
Member
Join Date: Jun 2014
Old 06-30-2014 , 08:11   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #472

Jack,

Thanks for the hard work!

Can I ask, TF2Jail_Modules folder, should I put the whole folder in the game server or the respective files should go to the respective folders instead?
erwinquek is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 06-30-2014 , 22:39   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #473

Quote:
Originally Posted by erwinquek View Post
Jack,

Thanks for the hard work!

Can I ask, TF2Jail_Modules folder, should I put the whole folder in the game server or the respective files should go to the respective folders instead?
Plugins, translations, configs should go in the respective locations, you can't just drag & drop the entire modules folder.

- Jack
Drixevel is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 07-04-2014 , 13:50   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #474

TF2Jail 5.3.5 is now released as a version for Sourcemod 1.5. I'll be working on a version for Sourcemod 1.6 now that it has an official release, I'll keep updating 1.5 if there's a demand.

- Jack
Drixevel is offline
The Night Fury
Junior Member
Join Date: Jul 2013
Location: Isle of Berk
Old 07-05-2014 , 11:30   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #475

Code:
L 07/05/2014 - 18:11:41: [SM] Native "GetClientTeam" reported: Client index 0 is invalid
L 07/05/2014 - 18:11:41: [SM] Displaying call stack trace for plugin "TF2Jail.smx":
L 07/05/2014 - 18:11:41: [SM]   [0]  Line 4534, D:\Script\TF2Jail.sp::ManageWeapons()
And no weapons removed thought. Even if cvar to remove is set to 1.
__________________
Wir woll'n ein großes Leben im Lichterschein der Nacht
und uns're Träume schmieden
Feuer für das Licht der Stadt!

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

Quote:
Originally Posted by The Night Fury View Post
Code:
L 07/05/2014 - 18:11:41: [SM] Native "GetClientTeam" reported: Client index 0 is invalid
L 07/05/2014 - 18:11:41: [SM] Displaying call stack trace for plugin "TF2Jail.smx":
L 07/05/2014 - 18:11:41: [SM]   [0]  Line 4534, D:\Script\TF2Jail.sp::ManageWeapons()
And no weapons removed thought. Even if cvar to remove is set to 1.
Should be fixed next update, thanks for the report.

- Jack
Drixevel is offline
The Night Fury
Junior Member
Join Date: Jul 2013
Location: Isle of Berk
Old 07-07-2014 , 18:05   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #477

So. Player asked to add the menu for kill reason (when blue kills red). Just to inform killed people of what they have done to die.
I'll be doing it myself, however. But just to suggest: how about to make it?
__________________
Wir woll'n ein großes Leben im Lichterschein der Nacht
und uns're Träume schmieden
Feuer für das Licht der Stadt!
The Night Fury is offline
The Night Fury
Junior Member
Join Date: Jul 2013
Location: Isle of Berk
Old 07-10-2014 , 15:14   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #478

OK, so.

Here is another bug: warden is always locked somewhy.
__________________
Wir woll'n ein großes Leben im Lichterschein der Nacht
und uns're Träume schmieden
Feuer für das Licht der Stadt!
The Night Fury is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 07-11-2014 , 00:19   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #479

would someone have the correct data to edit mapconfig.cfg
for map "ba_jail_hopjb_b5"

PHP Code:
L 07/10/2014 23:46:24: [TF2JailJailbreak is now loading...
L 07/10/2014 23:46:33Loading last request configuration entry ba_jail_hopjb_b5...
L 07/10/2014 23:46:33Map 'ba_jail_hopjb_b5' is missing from configuration fileplease verify integrity of your installation.
L 07/10/2014 23:46:33Map configuration for 'ba_jail_hopjb_b5' has been successfully parsed and loaded.
L 07/10/2014 23:46:33: [TF2JailJailbreak has successfully loaded

Last edited by BBG_Theory; 07-11-2014 at 01:51.
BBG_Theory is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 07-11-2014 , 22:53   Re: [TF2] TF2Jail (Jailbreak for TF2) (5.3.5)
Reply With Quote #480

Quote:
Originally Posted by BBG_Theory View Post
would someone have the correct data to edit mapconfig.cfg
for map "ba_jail_hopjb_b5"

PHP Code:
L 07/10/2014 23:46:24: [TF2JailJailbreak is now loading...
L 07/10/2014 23:46:33Loading last request configuration entry ba_jail_hopjb_b5...
L 07/10/2014 23:46:33Map 'ba_jail_hopjb_b5' is missing from configuration fileplease verify integrity of your installation.
L 07/10/2014 23:46:33Map configuration for 'ba_jail_hopjb_b5' has been successfully parsed and loaded.
L 07/10/2014 23:46:33: [TF2JailJailbreak has successfully loaded
You can either make it yourself or use this...

Code:
	"ba_jail_hopjb_b5"
	{
		"CellNames"			"cell_door"
		"CellsButton"		"open_cells"

		"Freeday"
		{
			"Teleport"
			{
				"Status"			"1"
				"Coordinate_X"		"254.0"
				"Coordinate_Y"		"-263.0"
				"Coordinate_Z"		"136.0"
			}
		}
	}
Drixevel 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:41.


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