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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Peace-Maker
Forum: Extensions 08-31-2021, 04:56
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

You can fetch that info using this extension, but I'm not sure if there is a pre-made plugin doing that.
Forum: Extensions 05-07-2021, 08:45
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Thanks to shqke (https://github.com/peace-maker/sourcetvmanager/pull/12), you'll always find the latest builds of sourcetvmanager...
Forum: Extensions 08-14-2019, 07:57
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Are you on windows or linux? I just downloaded a fresh tf2 server on windows and tested the native using the test plugin. "sm_recordtick" returns an increasing number, so I guess it's working? Are...
Forum: Extensions 05-16-2019, 03:27
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Do you have accelerator installed? Do you have a crash dump?
Forum: Extensions 04-09-2019, 11:21
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Which functions are crashing the server? Which game?
Forum: Extensions 11-27-2018, 10:50
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Are you testing on linux? I'm happy to test on other games, since I'm not a TF2 guy ;)
Yes, please send some PRs for new features!
Forum: Extensions 06-16-2018, 06:26
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Are you trying on TF2? If the server crashes when you connect to the sourcetv server even without this extension installed I doubt I can be of much help here :(
Forum: Extensions 12-24-2017, 17:59
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Thank you again, pcmaster!
Forum: Extensions 12-02-2017, 10:21
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Thank you, your PR has been merged and your fixed gamedata is available from the link in the first post too now.
Forum: Extensions 10-07-2017, 07:05
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

By default sourcetv spectators aren't authenticated with steam, so there is no steamid available.
Forum: Extensions 07-13-2017, 06:15
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Updated gamedata is in the repository. A direct link is in the first post.
Forum: Extensions 04-19-2017, 19:23
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

That's quite possible, but I don't have access to a windows machine right now to check the gamedata :(
Forum: Extensions 02-16-2017, 18:06
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

I've fixed part of it here (https://github.com/peace-maker/sourcetvmanager/commit/ced005af386bc5075583eea459060f22da2b136d). OnDisconnect isn't called for sourcetv spectators during mapchanges, but...
Forum: Extensions 02-15-2017, 18:54
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Oh, I used the older gcc-4.8 to avoid that, but there seem to be problems still.
The server forces the client to reconnect? Can you elaborate? Do you have tv_force_steamauth set to 1?
I don't think...
Forum: Extensions 11-16-2016, 00:52
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Updated to Version 1.1
Adds spectator chat interaction!

Changelog:


Add SourceTV_OnSpectatorChatMessage[_Post] forwards to catch or block spectator chat
Add SourceTV_PrintToChat native to...
Forum: Extensions 10-15-2016, 19:27
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Updated to 1.0.3 to fix that crashing in CS:GO on linux. Sorry for the delay.
Future updates shouldn't require a new build but only gamedata changes now.

Changes:


Fix demo recording related...
Forum: Extensions 08-16-2016, 17:43
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

I just checked the windows gamedata. I'll have a look at linux as well.

Updated.
Forum: Extensions 08-16-2016, 03:53
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Grab the latest gamedata (https://raw.githubusercontent.com/peace-maker/sourcetvmanager/master/sourcetvmanager.games.txt) from the repository.
Forum: Extensions 08-03-2016, 04:31
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Have you added the gamedata info for l4d2 to the gamedata file?
Forum: Extensions 07-28-2016, 13:06
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Version 1.0.2 is out. Grab it here (https://github.com/peace-maker/sourcetvmanager/releases)!
This only includes some fixes for CS:GO:


Fix demo recording related features on CS:GO
Fix...
Forum: Extensions 07-28-2016, 08:43
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

If L4D2 supports SourceTV, it's certainly possible to add support for it in this extension. I just don't play L4D*, so I won't test much :wink:

try adding this to the gamedata file
"l4d2"
{...
Forum: Extensions 05-04-2016, 13:44
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

As you know this is now fixed in the latest version 1.0.1 (https://github.com/peace-maker/sourcetvmanager/releases).

Changes are:


Fix OnSpectatorDisconnect forward on linux
Fix demo...
Forum: Extensions 04-16-2016, 08:42
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

I've that on my todo, but sourcetv chat is just broadcasted like normal events using the "hltv_chat" event and the "text" attribute is formatted like "Playername : message", so there's no quick way...
Forum: Extensions 04-12-2016, 04:16
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Cut the demo? What do you have in mind?


I'll have a look at the crash later.
Forum: Extensions 03-17-2016, 07:38
Replies: 87
Views: 60,698
Posted By Peace-Maker
Re: SourceTV Manager

Are you on linux?

EDIT: Try the attached version including this (https://github.com/peace-maker/sourcetvmanager/commit/7b79fa4299d11caf8a6f870b55c57482ffaa111b) change. It's all been about not...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 16:24.


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