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

[L4D/L4D2] Survivor Character Fixes | 0.2 : Soon


Post New Thread Reply   
 
Thread Tools Display Modes
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 08-04-2022 , 09:04   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #21

Quote:
Originally Posted by CosmicD View Post
Does it still have the sm_zoe command to switch to her in l4d2 maps (as an alternative to CSM, because it always causes massive horde spawns)
CSM (Character Select Menu) by itself likely isn't the cause of the horde malfunction, it only offers menus and code to change survivors.
Why do you think it's causing that?
It might be an issue with the internal m_survivorCharacter value that defines each survivor in general. The Survivor Character Fixes plugin does try to tinker with something called ForEachSurvivor<PopulateActiveAreaSet> most likely related to infected spawning.
__________________
ragdoll spam, that is all

Steam profile, where I game, obviously.
Youtube channel, where I do Stick Death Maze animations and some other stuff.
no plugin requests, sorry


My Plugins:
-search list-
Modified Plugins:
1 | 2 | 3 | 4

Last edited by Shadowysn; 08-04-2022 at 09:07.
Shadowysn is offline
Iizuka07
Senior Member
Join Date: Aug 2018
Location: Underground
Old 09-10-2022 , 04:11   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #22

I think this is broken in the recent update. One signature to be exact and its "ConvertToExternalCharacter"
__________________
死が待っている
Iizuka07 is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 09-10-2022 , 09:19   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #23

Silvers came to aid and fixed the ConvertToExternalCharacter signature, as well as safeguarding it against updates. Thanks Silvers!
Code:
"ConvertToExternalCharacter"
{
	"library"	"server"
	"linux"		"@_Z26ConvertToExternalCharacter21SurvivorCharacterType"
	"windows"	"\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x83\x2A\x2A\x8B\x2A\x2A\x75\x2A\x83\x2A\x2A\x77\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\xB8\x2A\x2A\x2A\x2A\x5D\xC3"
	/* ? ? ? ? ? ? ? ? 83 ? ? 8B ? ? 75 ? 83 ? ? 77 ? ? ? ? ? ? ? ? B8 ? ? ? ? 5D C3 */ // < New signature by Silvers
	/* 55 8B EC E8 C8 B0 F8 FF 83 F8 01 8B 45 08 75 26 83 F8 03 77 21 FF 24 85 88 D9 34 10 B8 04 00 00 00 5D C3 */ // Non-wildcarded
	/* Silvers says:  Search: "survivor_%s_light" target function is the first sub call */
}
Attached Files
File Type: txt survivor_character_fixes.txt (5.0 KB, 138 views)

Last edited by Shadowysn; 10-05-2022 at 05:47.
Shadowysn is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 10-04-2022 , 00:30   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #24

ConvertToExternalCharacter signature is broken again whoops

There may be a better way to get this signature but I'm not experienced enough with offsets. I can barely even read hex code.
Signature fixed again.

Last edited by Shadowysn; 10-04-2022 at 01:06.
Shadowysn is offline
E.4H
Junior Member
Join Date: Jul 2019
Old 10-04-2022 , 16:44   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #25

I don't know what this plugin actually fixes, Can someone explain for me?
When should I install this plugin?
If my server only has 4 players (no 5+ multislots) in coop mode, should I use this plugin?
E.4H is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 10-04-2022 , 23:05   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #26

Quote:
Originally Posted by E.4H View Post
I don't know what this plugin actually fixes, Can someone explain for me?
When should I install this plugin?
If my server only has 4 players (no 5+ multislots) in coop mode, should I use this plugin?
Now that I have time to start working on plug-ins again, I'll try my best to elaborate.
Long answer:
Short answer:

Last edited by cravenge; 10-05-2022 at 02:43.
cravenge is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 10-04-2022 , 23:16   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #27

This will require the SourceScramble extension soon in order to achieve the aforementioned fix.
cravenge is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 10-05-2022 , 01:23   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #28

Quote:
Originally Posted by cravenge View Post
Now that I have time to start working on plug-ins again, I'll try my best to elaborate.
Thanks for the explanation! I honestly made myself look stupid by not actually providing an answer, sorry
Shadowysn is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 10-05-2022 , 02:04   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #29

Quote:
Originally Posted by Shadowysn View Post
Thanks for the explanation! I honestly made myself look stupid by not actually providing an answer, sorry
You're welcome and you're fine.
cravenge is offline
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 10-05-2022 , 13:28   Re: [L4D/L4D2] Survivor Character Fixes | 0.1 : February 12, 2022 |
Reply With Quote #30

Quote:
Originally Posted by cravenge View Post
Now that I have time to start working on plug-ins again, I'll try my best to elaborate.
Long answer:
Short answer:
Long answer should be in the OP
__________________
gabuch2 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 09:06.


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