Blockland Forums > General Discussion

Tutorial - How to make a Dedicated Server (Batch File)

Pages: << < (2/9) > >>

otto-san:

just a note

Program Files (x86) will only exist if you have a 64-bit computer or if you made it yourself.


EDIT:
you could also have a batch file like this to allow you to choose map when starting the server with a small modification


--- Code: ---@echo off
SET /p map="Type in a map name:    "
C:\Program Files (x86)\Blockland\BlocklandLauncher.exe -dedicated -map %map%
--- End code ---


Communist:

>Sees Battlefield: Bad Company 2

You're coolbro

Altiris:


--- Quote from: otto-san on March 29, 2012, 10:18:44 PM ---just a note

Program Files (x86) will only exist if you have a 64-bit computer or if you made it yourself.


EDIT:
you could also have a batch file like this to allow you to choose map when starting the server with a small modification


--- Code: ---@echo off
SET map="Type in a map name:    "
C:\Program Files (x86)\Blockland\BlocklandLauncher.exe -dedicated -map %map%
--- End code ---

--- End quote ---

Yeah, I just remembered the ProgramFiles and x86 when I read a thread in Help. Thank you for informing me.

Kalphiter:


--- Quote from: Altiris on March 29, 2012, 09:01:38 PM ---What is a dedicated server?
A dedicated server lets you run a Blockland server with larger amounts of people (99 players instead of 32).

--- End quote ---
This is incorrect.

bµbbler:


--- Quote from: Communist on March 29, 2012, 10:19:29 PM ---You're coolbro

--- End quote ---


Pages: << < (2/9) > >>

Go to full version