You're not reading it throughally, all you have to do is go to the directory where BYOND is installed and type:
DreamDaemon [path_to_your_game's_dmb] [port] [options]
You have to upload the game's .dmb and .rsc file to your server, then changing the "[path_to_your_game's_dmb]" to the path where you uploaded the game's files. The port is self-explainatory, setting it to 0 will auto-select it. Options can be viewed by typing "DreamDaemon" without any arguements.
In response to Govegtos
|
|
In response to Nadrew
|
|
Nadrew wrote:
You're not reading it throughally, all you have to do is go to the directory where BYOND is installed and type: I tried it and it says that the command isnt found |
In response to Govegtos
|
|
did you do the 'source /blahblah' command first? if so, then the dreamdaemon program should be working.
|
In response to digitalmouse
|
|
digitalmouse wrote:
did you do the 'source /blahblah' command first? if so, then the dreamdaemon program should be working. You Lost me Source/ the path to the file how to run DreamDaemon? |
In response to Govegtos
|
|
Govegtos wrote:
digitalmouse wrote: *sigh* type this in your home directory: source /home/william/byond/bin/byondsetup (there is a space between the word 'source' and the path) if you see no errors, then you can go into your game's directory (using the cd command), something like this: cd mygamedirectory *then* you can fire up your game to see if it runs with something like this (you will need to change the name i use to the name of your game of course): DreamDaemon mygame.dmb 3000 if things go well you will see an opening message, then the computer sits there. *now* you can go to a windows computer on the network, start up DreamSeeker and type:
byond://my.ip.address.here:3000
changing 'my.ip.address.here' to the ip of the computer you ran DreamDaemon on. as long as you allow your firewall software to connect to other machines in the network and to port 3000, then the game should start up on your windows computer. |
In response to digitalmouse
|
|
digitalmouse wrote:
Govegtos wrote: source /home/william/byond/bin/byondsetup (there is a space between the word 'source' and the path) cd mygamedirectory *then* you can fire up your game to see if it runs with something like this (you will need to change the name i use to the name of your game of course): DreamDaemon mygame.dmb 3000 if things go well you will see an opening message, then the computer sits there.
byond://my.ip.address.here:3000
changing 'my.ip.address.here' to the ip of the computer you ran DreamDaemon on. as long as you allow your firewall software to connect to other machines in the network and to port 3000, then the game should start up on your windows computer. Would u consider this an error? william@frostmud:~$ Source/home/william/byond/bin/byondsetup -bash: Source/home/william/byond/bin/byondsetup: No such file or directory |
In response to Govegtos
|
|
Casing matters in Linux, it has to be "source" not "Source" and you need a space between it and the file path, as you've been told many times before.
|
In response to Nadrew
|
|
Nadrew wrote:
Casing matters in Linux, it has to be "source" not "Source" and you need a space between it and the file path, as you've been told many times before. Now i got this message BYOND(341.877) Error: error downloading resource file. What does that mean and how do i fix it? |
In response to Govegtos
|
|
Govegtos wrote:
Now i got this message BYOND(341.877) Error: error downloading resource file. That means you had an error downloading the resource file. Perhaps it's not in the same directory as the game's .dmb file? The resource file is the .rsc file. |
In response to Jon88
|
|
Jon88 wrote:
Govegtos wrote: it is |
In response to Govegtos
|
|
Govegtos wrote:
Jon88 wrote: Now i have done all that i get this message william@frostmud:~/ZDDLV.1$ DreamDaemon ZDarkDragonballLegends.dmb Sat Dec 18 20:59:05 2004 Auto-safety mode: ultrasafe (no file access). World opened on network port 35362. Welcome BYOND! (Version 341.877) runtime error: ultrasafe mode violation: tried to access 'cr_full.ban'. proc name: New (/world/New) usr: null src: call stack: : New() Wat do i do from there? |
In response to Govegtos
|
|
To my belief, you have it on Ultrasafe mode, and it couldn't access Crispy's library. :P
|
In response to Hell Ramen
|
|
Yeah thats right. As I told him over and over on AIM. Do:
DreamDaemon [gamename] [port] -trusted & That should solve your problems. |
In response to N1ghtW1ng
|
|
N1ghtW1ng wrote:
Yeah thats right. As I told him over and over on AIM. Do: DreamDaemon [gamename] [port] -trusted & That should solve your problems. When i connect i get this message Connecting to byond://frostmud.dyndns.org:8302. Connection failed. How can i fix that? |
In response to Govegtos
|
|
is 8302 the port you used in place of the [port] spot for starting the game?
in other words, did you type in to start your game: DreamDaemon ZDarkDragonballLegends.dmb 8302 -trusted & if not, try that first, then try to connect with the http://frostmud line you gave earlier. |
In response to digitalmouse
|
|
digitalmouse wrote:
is 8302 the port you used in place of the [port] spot for starting the game? DreamDaemon ZDarkDragonballLegends.dmb 8302 -trusted & if not, try that first, then try to connect with the http://frostmud line you gave earlier. Whenever i close my putty program the game close is this because my host doesnt support background processing? When i type that in again i get -bash: DreamDaemon: command not found william@frostmud:~/ZDDLV.1$ DreamDaemon ZDarkDragonballLegends.dmb 8302 -bash: DreamDaemon: command not found [2]+ Exit 127 DreamDaemon ZDarkDragonballLegends.dmb 8302 -trusted or is that in home directory |
In response to Govegtos
|
|
Yea, you need background proccesses for hosting >.>
|
In response to N1ghtW1ng
|
|
N1ghtW1ng wrote:
Yea, you need background proccesses for hosting >.> I am trying to restart up my game again i did this william@frostmud:~/byond/bin$ DreamDaemon ZDarkDragonballLegends.dmb 8302 -trusted & [1] 26972 DreamDaemon: error while loading shared libraries: libbyond.so: cannot open shared object file: No such file or directory How do i fix that? and is this an error? DreamDaemon BevisAndButt-head.dmb 8303 -bash: /home/william/byond/bin/DreamDaemon: Permission denied [1]+ Exit 126 DreamDaemon BevisAndButt-Head.dmb 8303 -trusted ? |
In response to Govegtos
|
|
Each time you have to do a few of the steps over again. Also, as its been said before YOU MUST TYPE THINGS EXACTLY. The reason it is not staying after you close putty is because you are not including &
|
I have this is what i get confused on
Once everything is working, you can find out more
about the software
by doing 'man DreamDaemon'. A host server has also
been included
so edit host/hostconf.txt and boot up your world
server!
Now what?
How will i do hostconf.txt what do i need to do to that?