.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Developer's Farm > SDK Programming discussions > Half-Life 2 SDK
Half-Life 2 SDK For developments focused around the Half-Life 2 engine Half-Life 2

Reply
 
Thread Tools
PMTools2 progress
Old
  (#1)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default PMTools2 progress - 25-01-2005

sample pmtools2 output

"listent"


"dumpglobals"


"hook_events 1"
Code:
PMTOOLS (console): PMTools: Got event "server_cvar"
PMTOOLS (console): {
PMTOOLS (console):	"cvarname" = "sv_stopspeed" (TYPE_STRING)
PMTOOLS (console):	"cvarvalue" = "75" (TYPE_STRING)
PMTOOLS (console):	"time" = 1019 (TYPE_INT)
PMTOOLS (console):	"eventid" = 2 (TYPE_INT)
PMTOOLS (console): }
PMTOOLS (console): FOUND LISTENSERVER!!!
PMTOOLS (console): PMTools: Got event "player_connect"
PMTOOLS (console): {
PMTOOLS (console):	"userid" = 2 (TYPE_INT)
PMTOOLS (console):	"index" = 0 (TYPE_INT)
PMTOOLS (console):	"name" = "Pierre-Marie Baty" (TYPE_STRING)
PMTOOLS (console):	"networkid" = "UNKNOWN" (TYPE_STRING)
PMTOOLS (console):	"address" = "127.0.0.1:27005" (TYPE_STRING)
PMTOOLS (console):	"time" = 1019 (TYPE_INT)
PMTOOLS (console):	"eventid" = 4 (TYPE_INT)
PMTOOLS (console): }
PMTOOLS (console): PMTools: Got event "round_freeze_end"
PMTOOLS (console): {
PMTOOLS (console):	"time" = 1049 (TYPE_INT)
PMTOOLS (console):	"eventid" = 59 (TYPE_INT)
PMTOOLS (console): }
PMTOOLS (console): PMTools: Got event "round_start"
PMTOOLS (console): {
PMTOOLS (console):	"timelimit" = 300 (TYPE_INT)
PMTOOLS (console):	"fraglimit" = 0 (TYPE_INT)
PMTOOLS (console):	"objective" = "BOMB TARGET" (TYPE_STRING)
PMTOOLS (console):	"time" = 1049 (TYPE_INT)
PMTOOLS (console):	"eventid" = 24 (TYPE_INT)
PMTOOLS (console): }
more to come in the next hours



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: PMTools2 progress
Old
  (#2)
Iced_Eagle
Member
 
Status: Offline
Posts: 30
Join Date: Jan 2005
Default Re: PMTools2 progress - 25-01-2005

Whoa that looks nice m8
  
Reply With Quote
Re: PMTools2 progress
Old
  (#3)
[CCC]Taz-Devil
Member
 
Status: Offline
Posts: 7
Join Date: Feb 2004
Default Re: PMTools2 progress - 25-01-2005

that's a good thing, thx
  
Reply With Quote
Re: PMTools2 progress
Old
  (#4)
[CCC]Taz-Devil
Member
 
Status: Offline
Posts: 7
Join Date: Feb 2004
Default Re: PMTools2 progress - 07-03-2005

Any news about it ?

Thanks
  
Reply With Quote
Re: PMTools2 progress
Old
  (#5)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: PMTools2 progress - 07-03-2005

Well, to be honest I've taken a break. The latest SDK update from Valve broke one thing or two. The event manager interface has changed, and it is no longer possible to hook just any event and cycle through its key/value pairs, which is what hook_events was doing. And I haven't found a really mod-independent method to get to entities' data.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: PMTools2 progress
Old
  (#6)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: PMTools2 progress - 30-05-2005

Hah

I announce that PMTools2 is nearly done and that the plugin will be released sometime this week

You gotta love the "trace" command



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: PMTools2 progress
Old
  (#7)
[CCC]Taz-Devil
Member
 
Status: Offline
Posts: 7
Join Date: Feb 2004
Default Re: PMTools2 progress - 31-05-2005

It's a good thing thx PM :-D
  
Reply With Quote
Re: PMTools2 progress
Old
  (#8)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: PMTools2 progress - 05-06-2005

http://filebase.bots-united.com/inde...on=file&id=318

feel free to report any bug or misfunction you find (or better, fix it yourself )



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: PMTools2 progress
Old
  (#9)
Zacker
Project Leader, Lead Level Designer, Waypointer
 
Status: Offline
Posts: 337
Join Date: Mar 2004
Location: Denmark
Default Re: PMTools2 progress - 06-06-2005

I showed the tool to my lead coder and here is what he had to say about it
Quote:
Most of that stuff can be done in seconds with basic console commands. And knowing how to read which graphs
Yes he is a prick


Michael 'Zacker' Schmidt
Level Designer | IO Interactive
Former Game Director | Sands of War
  
Reply With Quote
Re: PMTools2 progress
Old
  (#10)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default Re: PMTools2 progress - 06-06-2005

I doubt you can dump gpGlobals, use tracelines and get entity properties via the console?(atleast this was not the case in HL 1)
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com