Commandline: Host Server Auto Join Game

General help and assistance forum.
Post Reply
fredistehboss
New User
Posts: 2
Joined: Sun Mar 08, 2020 7:38 pm

Commandline: Host Server Auto Join Game

#1

Post by fredistehboss » Sun Mar 08, 2020 7:46 pm

I'm trying to have a easy one click co op experience with my bud.
I want it so that the host server automatically joins the game and have it so that I don't have to use the mouse to click:
"File > Join Server"
I would prefer it to just go fullscreen and be in the game after it loads up. What do I have to add to my BAT file?:

Code: Select all

zandronum.exe -host -port 10666 -iwad DOOMU.WAD -file \mods\Project_Brutality_2.03.pk3 \mods\skulltag_actors.pk3

fredistehboss
New User
Posts: 2
Joined: Sun Mar 08, 2020 7:38 pm

Re: Commandline: Host Server Auto Join Game

#2

Post by fredistehboss » Sat Mar 21, 2020 3:29 am

This was the solution I got after a discussion in the Discord:

@echo off
start /min zandronum.exe -host -port 10666 -iwad \iwads\DOOM_COMPLETE_ZANDRONUM.PK3 -file \mods\DOOM_Metal_Soundtrack_Custom.wad \mods\BsP_DooM_Enhancement_v3.6_Custom.pk3 \mods\Project_Brutality_2.03.pk3 \mods\skulltag_actors.pk3 \mods\CatsVisorBASE1.8.2Zandronum.pk3 \mods\CatsVisorC1.8.2Zandronum_Dynamic.pk3 \mods\Doom_Neural_Upscale_2x_v0.95_Custom.pk3 \mods\DHTP-2019_11_17_Compiled.pk3 \mods\HOOVER1979_Ultra_HD_Texture_Pack_1K_10-01-18_Compiled.pk3 \mods\DooM_Double_Jump.pk3 \mods\DooM_Ledge_Grab.pk3 \mods\fullrun.pk3 -cl_regen 1 -sv_forceregen 1 -cl_regenamount 100 +map e1m1
start zandronum.exe +connect localhost:10666 -iwad \iwads\DOOM_COMPLETE_ZANDRONUM.PK3 -file \mods\DOOM_Metal_Soundtrack_Custom.wad \mods\BsP_DooM_Enhancement_v3.6_Custom.pk3 \mods\Project_Brutality_2.03.pk3 \mods\skulltag_actors.pk3 \mods\CatsVisorBASE1.8.2Zandronum.pk3 \mods\CatsVisorC1.8.2Zandronum_Dynamic.pk3 \mods\Doom_Neural_Upscale_2x_v0.95_Custom.pk3 \mods\DHTP-2019_11_17_Compiled.pk3 \mods\HOOVER1979_Ultra_HD_Texture_Pack_1K_10-01-18_Compiled.pk3 \mods\DooM_Double_Jump.pk3 \mods\DooM_Ledge_Grab.pk3 \mods\fullrun.pk3

Hope this helps someone else!
Cheers

Post Reply