AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Black Mesa gamedata needs to be updated (https://forums.alliedmods.net/showthread.php?t=320911)

Balimbanana 01-14-2020 20:42

Black Mesa gamedata needs to be updated
 
The latest Black Mesa dedicated server is out, and SourceMod gamedata offsets are old as of current.

Alienmario 03-06-2020 16:27

Re: Black Mesa gamedata needs to be updated
 
So, the game just left early access, and I'm wondering if we're going to get full scripting support again - for example datamaps access. :)

Balimbanana 03-06-2020 18:22

Re: Black Mesa gamedata needs to be updated
 
Yeah, although the Black Mesa devs still have to update their dedicated server first. It is still completely inoperable as of current, old maps, and class tables changes.
There have also been a surge of issue reports on listen servers for various render bugs, missing options that were there before, and a couple crashes. We might have to wait another month before anything is operational.

Balimbanana 03-06-2020 18:26

Re: Black Mesa gamedata needs to be updated
 
There is a chance that it could be updated much sooner, but I think they are still ironing out a few of the other bugs.

RumbleFrog 03-07-2020 05:51

Re: Black Mesa gamedata needs to be updated
 
Feel free to try these gamedata: https://github.com/rumblefrog/source...41db0bd93cf943

I have yet to test these.

Alienmario 03-07-2020 07:21

Re: Black Mesa gamedata needs to be updated
 
I did a quick test on windows and they seemed to work, which is great! Didn't expect it so fast.
The next thing to fix are the offsets for getting entity properties, which I'd guess are inside core.games\engine.bms or common.games.txt.

EDIT: nevermind, that was too easy, just bump it up by 1.
\core.games\common.games.txt
Quote:

"#default"
{
"#supported"
{
"engine" "bms"
}

"Offsets"
{
"GetDataDescMap"
{
"windows" "13"
"linux" "14"
"mac" "14"
}
}
}

RumbleFrog 03-07-2020 17:15

Re: Black Mesa gamedata needs to be updated
 
Ah yes, I'll add that to my fork. Thanks for testing it, I'll submit a PR to upstream soon.

Alienmario 03-09-2020 17:32

Re: Black Mesa gamedata needs to be updated
 
1 Attachment(s)
Quote:

Originally Posted by RumbleFrog (Post 2686151)
Ah yes, I'll add that to my fork. Thanks for testing it, I'll submit a PR to upstream soon.

I've added offsets for sdkhooks that were completely missing before (CanBeAutobalanced, GetMaxHealth, GroundEntChanged, Reload, Use) . Would you mind adding that that too? Thanks

RumbleFrog 03-10-2020 00:08

Re: Black Mesa gamedata needs to be updated
 
Sure, it has been done.

PlayBoy31 03-16-2020 09:42

Re: Black Mesa gamedata needs to be updated
 
Trace ray don't work on BMS (tested with your update on SM master branch)

need others game data updating too ?


All times are GMT -4. The time now is 04:30.

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