Announcement

Collapse
No announcement yet.

I'm stuck with configuring my ProQuake4 Server!

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

  • I'm stuck with configuring my ProQuake4 Server!

    Hey guys. I'm new. I primarily registered to get help with my server. :-/.

    Here's the deal. I'm trying to setup some parameters, stuff like the usual network stuff, max players, etc. But a better deal of what I know or can find doesn't work.

    This is on a ProQuake4 server. If anyone has a list of ProQuake4 Dedicated Server configuration options for an autoexec.cfg, I'd be grateful, I can't find it it via google searching for the life of me. :-/

    EDIT: Also, I mean some really basic variables like 'maxplayers' don't seem to be recognized. So!...
    Last edited by RockyCoon; 06-20-2014, 06:20 PM.

  • #2
    Originally posted by RockyCoon View Post
    Hey guys. I'm new. I primarily registered to get help with my server. :-/.

    Here's the deal. I'm trying to setup some parameters, stuff like the usual network stuff, max players, etc. But a better deal of what I know or can find doesn't work.

    This is on a ProQuake4 server. If anyone has a list of ProQuake4 Dedicated Server configuration options for an autoexec.cfg, I'd be grateful, I can't find it it via google searching for the life of me. :-/

    EDIT: Also, I mean some really basic variables like 'maxplayers' don't seem to be recognized. So!...
    Are you trying to run a MOD in specific? Ex: CAX, CTF, RUNE, CRMOD??
    Mostly all MOD's come with config's so you can configure it the way you want it.

    Comment


    • #3
      Sadly no, this may sound kind of noobish, but it's setting up the basic, vanilla configuration options. I may be doing something wrong I guess? stuff like 'maxplayers' are being spit out with errors that it doesn't recognize it.

      Comment


      • #4
        not sure what engine you are running but something like this might help

        wqpro.exe -dedicated 16 -zone 1024 -noipx -mem 32 -condebug +hostname "namehere" +map start

        max player's is 16 just so you know... if you want time limit's and frag limits just add
        +fraglimit 20 or +timelimit 20

        If you want to run the server without being dedicated just put -listen 16
        Also make sure you put the CMD line in the properties on the executable.
        If i am wrong, im sure someone will chime in to help, but as from my experience running server's that is what i do. As you can see in my Signature i run 3 server's currently for Multiplayer.

        Comment


        • #5
          Originally posted by wicked_lord View Post
          not sure what engine you are running but something like this might help

          wqpro.exe -dedicated 16 -zone 1024 -noipx -mem 32 -condebug +hostname "namehere" +map start

          max player's is 16 just so you know... if you want time limit's and frag limits just add
          +fraglimit 20 or +timelimit 20

          If you want to run the server without being dedicated just put -listen 16
          Also make sure you put the CMD line in the properties on the executable.
          If i am wrong, im sure someone will chime in to help, but as from my experience running server's that is what i do. As you can see in my Signature i run 3 server's currently for Multiplayer.
          My bad. I'm actually running a Linux Dedicated Server.

          Comment


          • #6
            download pqlinux server side client from ProQuake 4: The official continuation of ProQuake

            -condebug -ip xxx.xxx.xxx.xxx(put IP where xxx is at) -port 26000 -dedicated 16 -mem 32 -zone 2048 -noipx +pausable 0 +noexit 1 +sv_aim 2 +hostname PUTNAMEHERE

            If you run it non-dedicated just change -dedicated 16 to -listen 16

            Comment

            Working...
            X