Open Dmx6 opened 11 years ago
==Subtransit== Train is available twice.
Also on Crossfire, the windows are available twice as well.
We wonder when this gonna get fixed? This game is suffering by Valve-time.
Come on Valve, fix this already...
I do believe the reason why this bug is possible is because a mod-specific CServerGameDLL::LevelInit_ParseAllEntities
is not empty.
If that's the case, adding a new cvar to let server operators turn it on/off would be nice, as I'd imagine community made maps to be designed with this bug in mind.
@kisak-valve Any progress?
I do believe the reason why this bug is possible is because a mod-specific
CServerGameDLL::LevelInit_ParseAllEntities
is not empty. If that's the case, adding a new cvar to let server operators turn it on/off would be nice, as I'd imagine community made maps to be designed with this bug in mind.
@iamthezzeroLeo K could you please send in a "pull request" for this? this bug breaks everything lifts,door, props, ect. Thanks
@iamthezzero could you please send in a "pull request" for this? this bug breaks everything lifts,door, props, ect. Thanks
I can't imagine how one would do that, especially since it's in the HLDM:S code.
I gave enough hints to have it fixed, but I'm afraid it's one of the lowest priority bugs in Valve's list, despite the fix being very simple.
@1157 @iamthezzero HLDM:S SDK Branch was never released to the public (except for leaks). I was unable to make it run. You can try to patch server binary to skip this function call.
@iamthezzeroLeoK @tyabus Thanks for the info, seems like all the bugs here are very low prio. With the exception of the recent l4d2 LS update no game has been touched unless is has microtransactions IE: CSGO,TF2. Valve has forgotten just how they got to where they are now. And how important the half-life series and mods ( hl1mp,hl2mp,CSS,DOD) were to their success. I 'll see if i can find someone to do some patching.
@tyabus @iamzeroLeoK I map for HLDMS, isnt this the same SDK AS HL2MP. CSS,TF2,DOD The 2013 mp version. all i add is gameinfo.txt and FGD config hammer and i can map with no problems, all the mentioned games use the same SDK you just add certain gameinfo.txt and FGD file's and like to tell the SDK what mod it is for.
` 10 code results in ValveSoftware/source-sdk-2013 or view all results on GitHub mp/src/game/server/base_gameinterface.cpp maxplayers = MAX_PLAYERS; } // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 mp/src/game/server/hl2mp/hl2mp_gameinterface.cpp // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 mp/src/game/server/sdk/sdk_gameinterface.cpp defaultMaxPlayers = 32; } // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 sp/src/game/server/base_gameinterface.cpp maxplayers = MAX_PLAYERS; } // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 sp/src/game/server/hl2mp/hl2mp_gameinterface.cpp // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 sp/src/game/server/sdk/sdk_gameinterface.cpp defaultMaxPlayers = 32; } // -------------------------------------------------------------------------------------------- // // Mod-specific CServerGameDLL implementation. // -------------------------------------------------------------------------------------------- // void CServerGameDLL::LevelInit_ParseAllEntities( const char *pMapEntities ) { } C++ Showing the top three matches Last indexed on Jun 27, 2018 sp/src/game/server/gameinterface.h // Notify that the player is spawned virtual void ClientSpawned( edict_t *pPlayer ); }; class CServerGameDLL : public IServerGameDLL // with the entity list. void LevelInit_ParseAllEntities( const char *pMapEntities ); void LoadMessageOfTheDay(); void LoadSpecificMOTDMsg( const ConVar &convar, const char *pszStringName ); C++ Showing the top two matches Last indexed on Jun 27, 2018 mp/src/game/server/gameinterface.cpp DrawMessageEntities(); } CServerGameDLL g_ServerGameDLL; // INTERFACEVERSION_SERVERGAMEDLL_VERSION_8 is compatible with the latest since we're only adding things to the end, so expose that as well. //EXPOSE_SINGLE_INTERFACE_GLOBALVAR(CServerGameDLL, IServerGameDLL008, INTERFACEVERSION_SERVERGAMEDLL_VERSION_8, g_ServerGameDLL ); C++ Showing the top two matches Last indexed on Jun 27, 2018 sp/src/game/server/gameinterface.cpp // A hack to draw point_message entities w/o developer required DrawMessageEntities(); } CServerGameDLL g_ServerGameDLL; // INTERFACEVERSION_SERVERGAMEDLL_VERSION_8 is compatible with the latest since we're only adding things to the end, so expose that as well. EXPOSE_SINGLE_INTERFACE_GLOBALVAR(CServerGameDLL, IServerGameDLL008, INTERFACEVERSION_SERVERGAMEDLL_VERSION_8, g_ServerGameDLL ); C++ Showing the top two matches Last indexed on Jun 27, 2018 mp/src/game/server/gameinterface.h virtual void ClientSpawned( edict_t *pPlayer ) OVERRIDE; }; class CServerGameDLL : public IServerGameDLL { public: virtual bool DLLInit(CreateInterfaceFn engineFactory, CreateInterfaceFn physicsFactory, // This can just be a wrapper on MapEntity_ParseAllEntities, but CS does some tricks in here // with the entity list. void LevelInit_ParseAllEntities( const char *pMapEntities ); C++ Showing the top two matches Last indexed on Jun 27, 2018 ggggggggg`
Perhaps Valve should always use Visual Studio to look at every bug in Half-Life Source and Half-Life Deathmatch Source code using any YouTuber's video as reference, rather than using any of the official outdated Source Engine SDK tools.
==Frenzy== The Glasses are twice aviable in the Map:
Also the Crates are twice aviable, everywhere:
Twice Crate, and a wrong alingmented Nodraw Texture i think:
Wrong Model for the Snark Weapon:
==Datacore== This Door is aviable twice in the Map:
==Rapidcore== Info_ladder Error in the Console:
==Snarkpit== This thing is twice aviable in the Map, one rotating and one not:
The Fan is aviable twice, and you can NOT fly on the activated fan:
==Undertow== The Elevator is aviable twice:
==Subtransit== All Elevators are aviable twice:
Uhm yeah, happens to the attached door too:
==Stalkyard== Twice aviable door:
Here too:
This too:
Aand the mounted gun too:
==Crossfire== Mounted Guns dont work:
Weird parented Brush, happend on all elevators:
==All Maps== The Jump Module dont dissappear after getting it. Displacement + Gauss Gun = Selfkill. The beam kills you almost every time. *The Weapon demage settings dont fit to the original HLDMS settings.