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

PsychoViewer 1.2


Post New Thread Reply   
 
Thread Tools Display Modes
neiltoe
Member
Join Date: Dec 2005
Location: New Mexico USA
Old 09-24-2006 , 10:34   Re: PsychoViewer 1.2
Reply With Quote #31

I tried to load this and I got the following error. Just thought I would share it with you because the plugin is definitely got alot of potential for my needs.

Code:
965.2 fps  1/12 on map  aim_ag_texture2
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 12
Network: IP 192.168.1.100, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file
PsychoViewer loaded 4 link(s)
Connection to Steam servers successful.
   VAC secure mode is activated.
Client "neiltoe" connected (192.168.1.101:27005).
Game will not start until both teams have players.
Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthenticat
ion()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdow
n()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for master->Init() : master->Shutdown()
Missing shutdown function for sv.Init( bDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shu
tdown()
Missing shutdown function for NET_Init( bDedicated ) : NET_Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for saverestore->Init() : saverestore->Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for cv->Init() : cv->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Init( s_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesystem( info.m_pInitialMod ) : COM_Shu
tdownFileSystem()
You have my messenger info you are welcome to message me if you want to. Hope you are still active in keeping your plugins running you do good work! Thanks in advance.
neiltoe is offline
Send a message via AIM to neiltoe
[BWD]Uwe
Junior Member
Join Date: Oct 2006
Old 10-16-2006 , 18:49   Re: PsychoViewer 1.2
Reply With Quote #32

Hi,
i found a little bug in the routine
PsychoViewer::LoadWebLinks()

For the (chat) word, the end character "\0" will not be set, change line

if (buffer[x] == ' ') { bword = false; y = 0; continue; }

to

if (buffer[x] == ' ') { bword = false; word[x]='\0';y = 0; continue; }



Workarround:
sort the chatwords/keywords in links.ini by their length.
First the shortest one, last the one with the most characters.

SrcVersion: psychoviewer12_src.zip
[BWD]Uwe is offline
sslice
Senior Member
Join Date: Feb 2005
Location: Texas, USA
Old 10-16-2006 , 19:22   Re: PsychoViewer 1.2
Reply With Quote #33

Thanks, haven't looked at this in ages... will update as soon as I can.
sslice is offline
Sakkath
New Member
Join Date: Aug 2007
Old 08-03-2007 , 13:43   Re: PsychoViewer 1.2
Reply With Quote #34

Mani has an option to do this, if you are running mani, this plugin is pointless. Have a look at cfg/mani_admin_plugin/webshortcutlist.txt. I think . . . ?
Sakkath is offline
Luckey
Junior Member
Join Date: Sep 2007
Old 09-12-2007 , 19:48   Re: PsychoViewer 1.2
Reply With Quote #35

Is there a way to modify this to have it become a steamid checker? If anyone has used ESEA, basically there is a command called .dbserver that brings up the motd to a website that lists the league of everyone in the server. So when it comes up it will list every steamid in the server, and their current league experience.The command uses the website http://steamid.esportsea.com. It basically grabs all the steamids and puts it in the mass steamid search box then displays it on the motd. Is it possible to use this plugin to do that?
Luckey is offline
aand
Junior Member
Join Date: Dec 2007
Old 12-15-2007 , 14:22   Re: PsychoViewer 1.2
Reply With Quote #36

It kills my server.
aand is offline
Reply


Thread Tools
Display Modes

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 15:02.


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