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

[CS:GO] WarMod [BFG] <22.09.26.1915, 26-Sept-2022>


Post New Thread Reply   
 
Thread Tools Display Modes
CasperAlant
New Member
Join Date: Dec 2015
Old 12-31-2015 , 01:16   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1191

Single quotes are not being escaped in the json logs. I only noticed this problem recently (more or less since the winter update).

Examples:
{"timestamp": "2015-12-30 20:57:18", "event": "player_say", "round": 6, "player": {"name": "Fadey", "userId": 61, "uniqueId": "STEAM_1:0:90746920", "team": 2}, "message": ""Damage Given to Lichl0rd - 108 in 5 hits[ret]", "teamOnly": 1}
{"timestamp": "2015-12-30 22:122", "event": "player_say", "round": 2, "player": {"name": "VigilantKiller", "userId": 73, "uniqueId": "STEAM_1:1:107048246", "team": 2}, "message": ""Damage Given to ss - 99 in 1 hit[ret]", "teamOnly": 0}
CasperAlant is offline
CasperAlant
New Member
Join Date: Dec 2015
Old 01-02-2016 , 00:35   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1192

Also, it looks like the weapon stats don't work anymore. I delved into it a little and it looks like the weapon names had "weapon_" prefixed which broke GetWeaponIndex.

versatile_bfg, will you be able to work on this in the near future?
Is it possible for me to push changes to the repo? On a different branch or something?
CasperAlant is offline
inpuT
New Member
Join Date: Jan 2016
Old 01-04-2016 , 15:43   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1193

Warmod works fully, but i have an empty warmod folder in csgo/cfg with no content at all - I suspected there should be some CFG files here I could edit Warmod knife CFG etc. but they are not there.

Does anyone know a solution?
inpuT is offline
isayldz
Member
Join Date: Nov 2012
Old 01-04-2016 , 19:59   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1194

hey is it possible just use stats ? i want send match live stats yo sql how i can use that ?
isayldz is offline
SpiritBob
Member
Join Date: Jul 2011
Old 01-05-2016 , 05:53   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1195

How can I enable player colors? (each player dot on the map and in the scoreboard next to the avatar has its own color, so you can differentiate the players)
SpiritBob is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 01-05-2016 , 20:08   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1196

Hello.

Any possiblity to change the lenght of the ban on disconnected players? because the plugin it's banning people permanently when they disconnect, some hours will be fine but permanently?

Maybe there's a cvar to change it but i couldn't find it.

Thanks in advanced!
Lannister is offline
goodBEan
Senior Member
Join Date: Jul 2010
Location: St. Louis Mo USA
Old 01-06-2016 , 21:15   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1197

I just noticed team_captains.txt. Whats this file all about?
Quote:
"Captains"
{
"STEAM_1:0:635066"
{
"name" "Versatile BFG"
"teamname" "BFG"
"teamlogo" "bfg"
"teamflag" "au"
}
}
goodBEan is offline
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 01-07-2016 , 20:25   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1198

Hello Versatile BFG.
It is possible to create a cvar when the "system ready" is off to start the match when the 10 players on the server?
Begins to map voting and then the knife round?
pepe_thugs is offline
illbill_rotterdam
Senior Member
Join Date: Sep 2012
Old 01-08-2016 , 14:19   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1199

Can someone help me with the GOTV?

I've placed the commands
Code:
tv_enable 1                	// Activates GOTV on server.
tv_allow_camera_man 0        	// Auto director allows spectators to become camera man
tv_allow_static_shots 1        	// Auto director uses fixed level cameras for shots
tv_autorecord 1            	// Automatically records all games as GOTV demos.
tv_chatgroupsize 0        	// Set the default chat group size
tv_chattimelimit 8        	// Limits spectators to chat only every n seconds
tv_debug 0                	// GOTV debug info.
tv_delay 90                	// GOTV broadcast delay in seconds
tv_delaymapchange 1        	// Delays map change until broadcast is complete
tv_deltacache 2            	// Enable delta entity bit stream cache
tv_dispatchmode 1            	// Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
tv_enable 1                	// Activates GOTV on server.
tv_maxclients 10            	// Maximum client number on GOTV server.
tv_maxrate 20000            	// Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "GOTV"    	// GOTV host name
tv_overridemaster 0        	// Overrides the GOTV master root address.
tv_port 27020            	// Host SourceTV port
tv_relaypassword schmetterling 	// GOTV password for relay proxies
tv_relayvoice 0            	// Relay voice data: 0=off, 1=on
tv_snapshotrate 24        	// Snapshots broadcasted per second
tv_timeout 60            	// GOTV connection timeout in seconds.
tv_title "GOTV"    	// Set title for GOTV spectator UI
tv_transmitall 1            	// Transmit all entities (not only director view)
in the files:
  • ruleset_global.cfg
  • on_map_load.cfg
  • server.cfg
  • gamemode_competitive_server.cfg

But still i get this message in console: Console: WarMod [BFG] Default Match Config Loaded
GOTV[0] not active.
GOTV[0] is not active


But when i type in console:
rcon tv_enable

I see:
"tv_enable" = "1" ( def. "0" ) notify - Activates GOTV on server (0=off;1=on;2=on when reserved)

So its on, but there are no demo's recorded...
illbill_rotterdam is offline
illbill_rotterdam
Senior Member
Join Date: Sep 2012
Old 01-09-2016 , 11:00   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1200

Someone wants 2 setup this warmod + working for on the website with score tables kill ratio and video upload for me? Price we can talk about... PM
illbill_rotterdam 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 05:09.


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