.:: 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 ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
pmtools, a new version
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 pmtools, a new version - 08-11-2004

Hi

In my rare spare time these days I managed to improve pmtools a bit and add a couple interesting features : a fly/noclip mode, an invincibility mode (these 2 are useful for testing triggers and getting your position) and a console command to retrieve the POINT_CONTENTS at your location. It has also a teleport feature now.

Unfortunately I have no time to upload it and compile it for Linux (each time I log into the BU server it takes me aaaages to do anything - 56k sucks - and I really don't have time to waste) so if anyone wants to make a clean new release of it, here's the .cpp file.

Note to all new HLSDK hackers/coders/bot makers who don't know this plugin: try it, cause once you know it you can't live without
Attached Files
File Type: zip pmtools_plugin_update.zip (17.3 KB, 389 views)



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."

Last edited by Pierre-Marie Baty; 08-11-2004 at 17:31..
  
Reply With Quote
Re: pmtools, a new version
Old
  (#2)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: pmtools, a new version - 08-11-2004

compiles under linux with no changes. .so is attached. I notice that use_bsp_code is removed ??? Also, nice to see that you fixed this so it compiles for linux, ie the "can only be used from listenserver" or whatever error when attempting to use those commands.
Attached Files
File Type: zip pmtools_lnx.zip (45.8 KB, 385 views)






  
Reply With Quote
Re: pmtools, a new version
Old
  (#3)
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: pmtools, a new version - 08-11-2004

Thanks a bunch man Yeah, the BSP stuff was removed... but I removed it quite some time ago already, because at that time I had a few bugs in the BSP code (like some faces being dropped from the mesh because they happened to be on the wrong "side", ie the vertices were enumerated in the reverse order); I fixed it since, so maybe I could readd that in pmtools. You want it again ? It's a matter of one hour or two.



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: pmtools, a new version
Old
  (#4)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: pmtools, a new version - 08-11-2004

tbh I didn't use the bsp code, was that listenserver only stuff? Cuz i only use pmtools from command line on linux server

tbh I only really use the listend and printent stuff, but the extract deal may get used now






  
Reply With Quote
Re: pmtools, a new version
Old
  (#5)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: pmtools, a new version - 08-11-2004

Got a crash, although I've seen this in the old version too... Also teh ent I was printing is a monster_plugin ent (icky) so I think that might be related. Perhaps monsters dont have a v.euser4 ? Cuz it prints v.euser3 then crashes...

Code:
 [bs@Dragon maps]$ hlcmd -g tfc printent 300	
 
 8<----SNIP----
 
 Last 5 lines in hlds_l.log are:
 ----------------------------------------------------------------------
 pEntity->v.euser1 = NULL
 pEntity->v.euser2 = NULL
 pEntity->v.euser3 = NULL
 L 11/08/2004 - 12:56:29: FATAL ERROR (shutting down): Bad entity in IndexOfEdict()
 FATAL ERROR (shutting down): Bad entity in IndexOfEdict()
 ----------------------------------------------------------------------






  
Reply With Quote
Re: pmtools, a new version
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: pmtools, a new version - 08-11-2004

Ohoho

Nope, I mean yes, they have. But that must be worldspawn itself. Worldspawn is the only entity that's not bindable through INDEXENT() and its contrary.

Gotta check that, thanks once more



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: pmtools, a new version
Old
  (#7)
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: pmtools, a new version - 09-11-2004

OK, new version released & packaged. Try this one. It's available from the filebase.



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: pmtools, a new version
Old
  (#8)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: pmtools, a new version - 09-11-2004

does it include a .so for linux? If not I can compile one for you...






  
Reply With Quote
Re: pmtools, a new version
Old
  (#9)
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: pmtools, a new version - 09-11-2004

Yep. While I was at hacking around the HPB_bot again I thought I'd take the time to do things right.

/me stares at his modem with blood in the eyes



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: pmtools, a new version
Old
  (#10)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: pmtools, a new version - 09-11-2004

you know, in the future you can feel free to hit me up for compiling linux stuff for ya's... I can't compile for windows and I've always been able to find someone nice enough to help me out so I like to return the favor... speaking of which I may have some new stuff for monster in coming days and may just need a hand in that






  
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