All Projects → InsDel2113 → HLADM

InsDel2113 / HLADM

Licence: GPL-3.0 license
Half-Life: Alyx: Deathmatch

Programming Languages

lua
6591 projects
GAP
223 projects

Projects that are alternatives of or similar to HLADM

MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (+29.17%)
Mutual labels:  modding, multiplayer
BS2PC
Half-Life PlayStation 2 map converter
Stars: ✭ 32 (+33.33%)
Mutual labels:  modding, half-life
Sourcemod
SourceMod - Source Engine Scripting and Administration
Stars: ✭ 615 (+2462.5%)
Mutual labels:  modding, sourcemod
GameTracking-HalfLifeAlyx
📥 Game Tracker: Half-Life: Alyx
Stars: ✭ 24 (+0%)
Mutual labels:  half-life, half-life-alyx
Framework
Advanced modding framework for multiplayer modifications
Stars: ✭ 21 (-12.5%)
Mutual labels:  modding, multiplayer
m2sdk
Software Development Kit for the Steam version of Mafia2.
Stars: ✭ 19 (-20.83%)
Mutual labels:  modding, multiplayer
Oxide.GettingOverItMP
A multiplayer mod for the game Getting Over It with Bennett Foddy, powered by the Oxide modding framework
Stars: ✭ 33 (+37.5%)
Mutual labels:  modding, multiplayer
XLMultiplayer
Skater XL Multiplayer mod by silentbaws
Stars: ✭ 29 (+20.83%)
Mutual labels:  modding, multiplayer
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (+116.67%)
Mutual labels:  sourcemod, half-life
PrimeXT
Modern SDK for Xash3D FWGS engine, uses PhysX for physics, has advanced OpenGL renderer with a lot of features. Crossplatform, supported Windows/Linux. Based on XashXT and Spirit Of Half-Life.
Stars: ✭ 65 (+170.83%)
Mutual labels:  modding, half-life
MafiaMP
Multiplayer experience for Mafia: Definitive Edition
Stars: ✭ 31 (+29.17%)
Mutual labels:  modding, multiplayer
OnsetLuaScripts
Example Lua scripts for Onset for you to learn from.
Stars: ✭ 57 (+137.5%)
Mutual labels:  modding, multiplayer
FishFight
Tactical 2D shooter in fishy pixels style. Made with Rust-lang and Macroquad 🦀🌶
Stars: ✭ 631 (+2529.17%)
Mutual labels:  modding, multiplayer
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (+58.33%)
Mutual labels:  multiplayer, half-life
LixD
Lix: Lemmings-like game with puzzles, editor, multiplayer
Stars: ✭ 80 (+233.33%)
Mutual labels:  multiplayer
llapi-example
LLAPI Networking sample (Top Down Shooter)
Stars: ✭ 26 (+8.33%)
Mutual labels:  multiplayer
ashfall
Ashfall is a survival, camping and needs mod for Morrowind. It uses the latest in MWSE Lua scripting functionality to implement a wide range of mechanics that integrate seamlessly into the game and provide a truly immersive experience.
Stars: ✭ 16 (-33.33%)
Mutual labels:  modding
godothub client
GodotHub Client Class, Multiplayer and network messaging for Godot
Stars: ✭ 16 (-33.33%)
Mutual labels:  multiplayer
HavokLib
Havok format library
Stars: ✭ 38 (+58.33%)
Mutual labels:  modding
software-inc-multiplayer
A multiplayer mod for Software Inc written in C# for Unity.
Stars: ✭ 17 (-29.17%)
Mutual labels:  multiplayer

HLADM

Half-Life: Alyx: Deathmatch

Important: In a recent update, Valve changed some code and changed a bunch of stuff. MP is a bit harder to do now - and may be near impossible. Using older files could fix the problem though.

However this is still good for restoring the HL2 stuff as well as fixing multiple things

Currently, this is more focused on the Non-VR aspect of things, however I may add a officially VR supported mode in the future

The goal of this is to recreate HL2DM in the HLA Engine/S2

One of the issues with HLA's code is much of it is singleplayer only, therefore making some things unstable

Installation

Install Jan4V's Non-VR Patch (now fixes dedicated servers like mine did)

Jan4V's patch: https://github.com/Jan4V/hlnonvr

Download this resporitory, and drag and drop hladm into YourSteamappsDir\Half-Life Alyx\game

Make a shortcut to your hlnonvr.exe with the launch options: -game hladm -console -vconsole -developer -dev

OR FOR HOSTING OF A DEDICATED SERVER:

-game hladm -dedicated -allow_no_lobby_connect -maxplayers 16 -tickrate 64
(make sure you type map mapname in server console, lobbys do not exist)


There is a included map, test_dm - It has all of the models precached and is good for testing


You may have minor issues with getting it to work/installation

I plan to pack this all into some VPKs when finished, making installation easier and more reliable
- I plan to make a installer in the near future

THIS IS STILL UNFINISHED!

  • It is actively being worked on by me and some others (credits in files), notably JJl77 and Jan4V

  • I plan to port HL2DM maps/etc to this

Want to make a custom map? Make sure you check out the map guidelines

Things fixed:

  • Weapons(including sounds)
  • GUI
  • Flashlight and jump fix
  • MP Player models(randomized, may make selectable)
  • TODO: MP Animations
  • TODO: Scoreboard
  • TODO: All MP related VGUI(chat, etc)
  • TODO: Custom/randomized map spawn locations
  • TODO: Port HL2DM Maps, Models, and Materials

Contribution?

Yes! Make a pull request to the dev branch, and I'll happily look in to, and possibly accept it!

(preferably with stuff listed as "TODO:" or any cool new additions, fixes, etc)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].