• How do you make a MP mod play both SP and MP?
    9 replies, posted
Is there a way to make a MP mod play both singleplayer and multiplayer? I know this is possible because GMod 8 has it and there was no Lua.
Like...Creating a multiplayer game with one slot?
[QUOTE=gonzalolog;52711097]Like...Creating a multiplayer game with one slot?[/QUOTE] What do you mean by that?
Gmod "Singleplayer" just creates a multiplayer server for one player, i think any game with multiplayer capability does that
[QUOTE=gonzalolog;52711104]Gmod "Singleplayer" just creates a multiplayer server for one player, i think any game with multiplayer capability does that[/QUOTE] How do you make a multiplayer server for only one player?
maxplayers 1 map <mapname>
But couldn't there be some lag on the game? [editline]23rd September 2017[/editline] Is there a way to make set automatically without using .cfg?
There won't be any lag, because the player would be "hosting" the server. Whether or not the player has their ports forwarded and the server is set up to appear on some master server list is another topic. Also, I think there is a separate config file, "server.cfg"?
[QUOTE=gonzalolog;52711104]Gmod "Singleplayer" just creates a multiplayer server for one player, i think any game with multiplayer capability does that[/QUOTE] It isn't. Source single-player has a bunch of extra pseudo-prediction and interp code that makes it different from a 1 player multi-player server.
[QUOTE=code_gs;52711431]It isn't. Source single-player has a bunch of extra pseudo-prediction and interp code that makes it different from a 1 player multi-player server.[/QUOTE] How do you integrate the files from the Hl2 SP to Hl2 MP because i'm making a Hl2 MP Mod and I re-enabled something to make it pickup props and weapons but the problem is that when the max players is set higher that one like 2 it makes the weapons shoot but not really it only displays decals.
Sorry, you need to Log In to post a reply to this thread.