Announcement

Collapse
No announcement yet.

Dark Places Dedicated

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dark Places Dedicated

    Hey, I got a question i want to start a darkplaces dedicated server iv got it up and running and i can join and see it in the list, but the server is un-named im hosting prydon gate a old rpg mod i found. i plan on making a website and such im also going to set up a DNS right now i just want to get the basics set up !

    so what i need from you guys is this:

    1. How to name your server.
    2. Are there any compatible admin mods for the mod im running?
    3. And lastly any info on setting up a DNS. ( i plan on researching myself but anything special that might help out would be appeciated )

    thanks guys hope i can get this going!

  • #2
    1. hostname "My server" should work for naming the server. You could even add +hostname "my_server" to the commandline (I'm not sure how it reacts to spaces, maybe it can be quoted"). Most people put the hostname setting in it the server autoexec.cfg

    2. There are no admin mods unfortunately, they must be programmed into the
    mod. If the mod is open source, you can at least alter the mod and recompile to allow player vote-map capability.

    The reason there are no admin mods is because to write an admin mod would involve QuakeC and only 1 mod can run at a time so either the code must be added to the mod's code or there isn't a way of doing it. There is, however, rcon for yourself where you set the rcon_password and can execute any command on the server when logged in.

    Set the rcon_password on the server and if you are the client, you set the rcon_password and then do things like rcon changelevel e1m1, etc.

    3. If you are hosting this yourself and you do not have static-ip, you can try http://www.no-ip.com/.

    If you have static-ip and it is going to be a permanent server, you can ask Solecord if he'll set a DNS forward (QuakeOne.com) or contact Jackhole (quake1.net). And example of a permanent DarkPlaces server is whitehot.quakeone.com

    I hope this helps
    Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

    So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

    Comment


    • #3
      alright well im hosting it off of my computer for now, till i get a new job then im going to be renting a server , how would i find out if my ip is static or not? i mean the server shows up in the list of few darkplaces servers that are there and i can join no problem. In a little bit im going to have my little brother try and join to see whats up with that.

      i do plan on keeping it a permanent server making a website forum and more.

      oh and thanks for your help any way you could point me out to a list of server commands and such ?
      thanks again!

      Comment


      • #4
        Originally posted by ceriux View Post
        how would i find out if my ip is static or not?
        Unless you paying extra for static-ip from your isp, as a rule of thumb your ip isn't static. ISPs like to charge extra for that.

        i mean the server shows up in the list of few darkplaces servers that are there and i can join no problem. In a little bit im going to have my little brother try and join to see whats up with that.
        DarkPlaces has some very nice and enhanced master server code which guarantees your server is listed in the DarkPlaces server browser (it sends a little heartbeat to the master server every so often).

        To DNS alias a server, that doesn't work because a web server has a table of forwarded DNS to ip xxx.xxx.xxx.xxx and can't deal well with something that changes on the fly.

        The no-ip.com has a special way of handling that via software.

        i do plan on keeping it a permanent server making a website forum and more.

        oh and thanks for your help any way you could point me out to a list of server commands and such ?
        thanks again!
        Well you want to have maxplayers set (maxplayers 8 ) and the name, the rest of the command line and other important variables are highly determined by the mod.

        DarkPlaces dynamically allocates memory so unlike other Quake servers, it doesn't need an allocation.

        This isn't very helpful unless you know what you are looking for but there is a console command and command line reference for Quake at http://console.planetquake.gamespy.com/

        In addition, there is a DarkPlaces IRC channel.

        However, other than setting sv_public 1 so it lists in the DarkPlaces server browser, there isn't that much to do other than making sure other people can connect to your server (sometimes firewall or router fun can come into play).

        DarkPlaces has a protocol command, I believe it is sv_protocol, where you control how the server works. sv_protocol defaults to dpp7 which is a very bandwidth friendly setup that uses prediction and very nice compression, however only DarkPlaces clients will be able to connect to it. You can also use sv_protocol quake, but original Quake (NetQuake) like the servers listed here is usually not very bandwidth friendly unless the hosting server is a big fat dedicated corporate gaming server (usually runs $20-$30/mo, one example of a company that is very popular).
        Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

        So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

        Comment


        • #5
          so do i have to download or do anything special to use the no-ip route?

          also thanks again for awnsering all my questions and so quickly.

          Comment


          • #6
            Originally posted by ceriux View Post
            so do i have to download or do anything special to use the no-ip route?

            also thanks again for awnsering all my questions and so quickly.
            I've never used it, but my understanding is that something runs on your computer to monitor your ip to keep it sync'd with the DNS at all times.

            It used to be known as dyndns.org and was a way for people to host their own web server without static ip. Obviously it was used for game servers too.

            I'm saying "was" just because the name changed, I'm certain no-ip.com is very widely used in particular for people who need a dot.com for a website they wish to host themselves and for game servers too.
            Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

            So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

            Comment


            • #7
              ahh alright ill google up that name and see what i can find maybe something to point me out to what ever the new one is.

              Comment


              • #8
                Wikipedia:

                http://en.wikipedia.org/wiki/Dyndns

                Site:

                http://www.dyndns.com/

                I don't know what that no-ip.com is, they must have grabbed some domain name similar to dyndns to make it appear like the same company.

                You would want this:

                Free Dynamic DNS

                http://www.dyndns.com/services/dns/dyndns/
                Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

                So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

                Comment


                • #9
                  sorry for double post, but apparently my little brother cant even see the server, do you know of a good router/firewall guide for quake 1 and lynksys?

                  Comment


                  • #10
                    Try to connect to yourself first via your internet ip. If you can't connect to your own server using your internet ip then no one else can.

                    Your internet IP is: http://whatismyip.com/ <-- click that

                    Start the dedicated server and then start a client even on the same machine and then type connect xxx.xxx.xxx.xxx


                    Router fixing via port forwarding (the ip here is not your internet ip, it's your lan ip)
                    -------------

                    1. Click Start -> Run -> Cmd and go to the black DOS screen
                    2. Type ipconfig and then press Enter.
                    3. There will be an ip like 192.168.1.100 or 192.168.1.101, that is your LAN ip
                    4. Then you need to open your router, usually by typing 192.168.1.1 and then forward all UDP packets to whatever your LAN ip is from step #3.

                    You also need to be absolutely sure your software firewall is down (Norton or whatever, if you have one).


                    Go to router page via 192.168.1.1 via web browser (usually ... almost always with Linksys):



                    Find out where forwarding is done:



                    Forward all UDP ports to the LAN ip of your computer:



                    This should be enough to figure this out, but if not Linksys does have technical support (in India) and but they will actually help you out with port forwarding on the phone.
                    Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

                    So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

                    Comment


                    • #11
                      alrighty my lil bro can join and see the server just got to figure out how to use the DNS instead of my ip, which im working on now. then a website and forums!

                      Comment


                      • #12
                        cant find anything to make quake use my dynamic ip now instead...

                        also, is there a bot i can use that sits in spectators and says things iv chosen it to say when people join?
                        Last edited by ceriux; 09-10-2008, 07:32 PM.

                        Comment


                        • #13
                          Originally posted by ceriux View Post
                          cant find anything to make quake use my dynamic ip now instead...
                          Do they assign you an ip address? I have no idea how dyndns works. You should be able to add -ip xx.xx.xx.xx to the command line to force it use a specific ip address, but this maybe a false "lead" because honestly I don't know the first thing about dyndns and how it works.

                          You might be able to get some help on IRC at irc://irc.anynet.org/darkplaces, DarkPlaces is used for Nexuiz and I can't imagine that no one has ever tried this.

                          also, is there a bot i can use that sits in spectators and says things iv chosen it to say when people join?
                          You could take Frikbot and edit the code and recompile it, but that's QuakeC and more of the realm of Inside3d than here. There is IRC for QuakeC, irc://irc.anynet.org/qc also.
                          Last edited by Baker; 09-10-2008, 08:02 PM.
                          Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

                          So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

                          Comment


                          • #14
                            thanks again man if i have any other problems or questions ill be sure to post here

                            Comment


                            • #15
                              Baker can i ask for you help again? iv done everything in all the tutorials i can find... but i cant seem to get my server to show up in a list other than the darkplaces list which in turn only dark places users can connect to... and i want a wider variety of users to be able to connect... is there anything else you can help me with?

                              Comment

                              Working...
                              X