Guide : How to host Zandronum Server on linux.

General help and assistance forum.
Post Reply
kirihune
New User
Posts: 3
Joined: Mon Jul 02, 2012 3:52 am

Guide : How to host Zandronum Server on linux.

#1

Post by kirihune » Mon Jul 02, 2012 3:59 am

Hello everyone, i'm trying to learn how to host zandronum server using just ubuntu/linux. I'm trying to setup some dedicated servers on my country since i hardly see one however i'm using ubuntu on my workstation.

Can anyone give me a short direction? i got the zandronum linux files however i dont see how do i setup for example : custom wads,iwads,packs ( general configuration ) as i can do with idse or doomseker or any other tool out there for win32.

Any help? After learning i'll be writing a full guide step-by-step. I'm googled and tried on my own for quite a while but with no sucess.

Thanks.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: Guide : How to host Zandronum Server on linux.

#2

Post by Ijon Tichy » Mon Jul 02, 2012 4:43 am

well, there's always the direct route:

Code: Select all

zandronum-server -port 10666 -iwad doom2.wad -file <extra wads/pk3s here> +sv_nojump 1 +sv_nocrouch 1 +sv_hostname "This is not a server, it's a sandwich"
the command gets pretty damn long though, so I'd recommend automating it

if only zandronum had the "wads" command from odamex, as well as stuff like sv_port

L1T
 
Posts: 66
Joined: Wed Jun 06, 2012 1:44 am
Location: Milky Way Galaxy

RE: Guide : How to host Zandronum Server on linux.

#3

Post by L1T » Fri Jul 06, 2012 12:24 am

I only have a 'zandronum' binary. Where is my zandronum-server ijontichy WHERE IS IT!

Guest

RE: Guide : How to host Zandronum Server on linux.

#4

Post by Guest » Fri Jul 06, 2012 12:47 am

TRY WITH NORMAL BINARY.

L1T
 
Posts: 66
Joined: Wed Jun 06, 2012 1:44 am
Location: Milky Way Galaxy

RE: Guide : How to host Zandronum Server on linux.

#5

Post by L1T » Fri Jul 06, 2012 4:50 pm

Alien wrote: TRY WITH NORMAL BINARY.
Tried that. It started the client not the server, as it should I suppose. It also X forwarded the client over ssh to me at a snail crawling speed. Which was kinda weird because I never set ssh to allow X forwarding ...heh

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: Guide : How to host Zandronum Server on linux.

#6

Post by Ijon Tichy » Fri Jul 06, 2012 5:23 pm

if you don't have zandronum-server, just use zandronum with the '-host' flag

L1T
 
Posts: 66
Joined: Wed Jun 06, 2012 1:44 am
Location: Milky Way Galaxy

RE: Guide : How to host Zandronum Server on linux.

#7

Post by L1T » Fri Jul 06, 2012 9:52 pm

Thanks broshot.

Post Reply