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

[TF2] Building Overhaul


Post New Thread Reply   
 
Thread Tools Display Modes
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-30-2021 , 02:27   Re: [TF2] Building Overhaul
Reply With Quote #11

Thanks for the update! I'll install the new version.

Again, I just want to say great plugin!
PC Gamer is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 08-02-2021 , 16:31   Re: [TF2] Building Overhaul
Reply With Quote #12

Just wanted to post an update. After running the latest version of this plugin for a few days I have zero errors.

Thanks for the plugin, and keep up the great work!
PC Gamer is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-16-2022 , 15:43   Re: [TF2] Building Overhaul
Reply With Quote #13

Is it time for a gamedata update for this plugin?

I'm getting errors on CTFPlayer::TryToPickupBuilding
PC Gamer is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 07-17-2022 , 07:24   Re: [TF2] Building Overhaul
Reply With Quote #14

Quote:
Originally Posted by PC Gamer View Post
Is it time for a gamedata update for this plugin?

I'm getting errors on CTFPlayer::TryToPickupBuilding
It has a unique string "cannot_pick_up_buildings". Here's a more robust signature:

Code:
\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x2A\x2A\x00\x00\x56\x57\x8B\xF9\x80\xBF\x2A\x2A\x00\x00\x00\x0F\x85\x2A\x2A\x2A\x2A\x6A\x07
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-18-2022 , 14:48   Re: [TF2] Building Overhaul
Reply With Quote #15

Quote:
Originally Posted by nosoop View Post
It has a unique string "cannot_pick_up_buildings". Here's a more robust signature:

Code:
\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x2A\x2A\x00\x00\x56\x57\x8B\xF9\x80\xBF\x2A\x2A\x00\x00\x00\x0F\x85\x2A\x2A\x2A\x2A\x6A\x07
Thanks nosoop! That worked perfectly!
PC Gamer is offline
Mlemtlestgent
New Member
Join Date: Jul 2022
Old 07-20-2022 , 07:07   Re: [TF2] Building Overhaul
Reply With Quote #16

I'm having an issue where I cannot build more than 1 sentry and dispenser, but I can build 2 teleporter entrances and 2 teleporter exits
Mlemtlestgent is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-20-2022 , 15:31   Re: [TF2] Building Overhaul
Reply With Quote #17

Quote:
Originally Posted by Mlemtlestgent View Post
I'm having an issue where I cannot build more than 1 sentry and dispenser, but I can build 2 teleporter entrances and 2 teleporter exits
Check your error log for any errors. Also try typing this into console to see how many sentries you can build: sm_buildingov_max_sentry


PHP Code:
    cvMax[0] = CreateConVar("sm_buildingov_max_dispenser""999""Max amount of dispensers"FCVAR_NOTIFYtrue1.0);
    
cvMax[1] = CreateConVar("sm_buildingov_max_teleporter""999""Max amount of teleporters. Counts for each set i.e. setting to 3 means 3 sets of teleporters."FCVAR_NOTIFYtrue1.0);
    
cvMax[2] = CreateConVar("sm_buildingov_max_sentry""999""Max amount of sentries"FCVAR_NOTIFYtrue1.0); 
PC Gamer is offline
Mlemtlestgent
New Member
Join Date: Jul 2022
Old 07-20-2022 , 15:38   Re: [TF2] Building Overhaul
Reply With Quote #18

So when I try to build a second object it shows that it's available, but the error log says:

L 07/20/2022 - 05:45:56: [SM] Unable to load plugin "buildingoverhaul.smx": Required extension "dhooks" file("dhooks.ext") not running

Even though I did install what was listed as a requirement. Unless I missed something.
Mlemtlestgent is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-20-2022 , 17:08   Re: [TF2] Building Overhaul
Reply With Quote #19

Quote:
Originally Posted by Mlemtlestgent View Post
L 07/20/2022 - 05:45:56: [SM] Unable to load plugin "buildingoverhaul.smx": Required extension "dhooks" file("dhooks.ext") not running
If you are still running SourceMod version 1.10 you'll need to also need to run the Dynamic Hooks extension. It's not needed with SourceMod version 1.11. Here's a link: https://forums.alliedmods.net/showpo...&postcount=589
PC Gamer is offline
Mlemtlestgent
New Member
Join Date: Jul 2022
Old 07-21-2022 , 07:33   Re: [TF2] Building Overhaul
Reply With Quote #20

So I updated sourcemod, but I also had the hook installed from that link. Should I just reinstall sourcemod?
Mlemtlestgent 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 12:21.


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