Quake3World.com Forums
     Level Editing & Modeling
        server/map making


Post new topicReply to topic
Login | Profile | | FAQ | Search | IRC




Print view Previous topic | Next topic 
Topic Starter Topic: server/map making

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 12:31 PM           Profile Send private message  E-mail  Edit post Reply with quote


i have never made a server for me and my friends to play on before (it is called server right? didnt know what to call this thread :icon1: ) I was just wondering if any1 could explain in newbie language how to go about making a server, preferably q3dm17 and all rail, cos theres no gd-ens i can find lately and it would be much easier having a reliable server to play on with all me mates :)

Thnx in advance :)



_________________
Image


Top
                 

visual prowess
visual prowess
Joined: 30 Jul 2004
Posts: 1254
PostPosted: 03-24-2005 01:04 PM           Profile Send private message  E-mail  Edit post Reply with quote


If you want a full detailed explanation, and a nice server config for a DM17 all rail w/railjumping etc, PM me, so I know weather or not to type it all out :p



_________________
CAPSLOCK IS ON


Top
                 

visual prowess
visual prowess
Joined: 30 Jul 2004
Posts: 1254
PostPosted: 03-24-2005 01:11 PM           Profile Send private message  E-mail  Edit post Reply with quote


Bah i'll do it anyways:

Step 1: Find and download "InstaUnlagged 1.2 Beta" (Click here) Extract the mod files into a folder named "IU1.2Beta", and place that folder in the quake 3 directory)

Create a shortcut to quake3.exe and right click -> properties. In the command line text ox add this to the end of "...quake3.exe" including a space in the front:

Code:
+set dedicated 2 +set fs_game IU1.2Beta +exec "server.cfg" +map q3dm17


Next create a.cfg file (Make a .txt file and rename the extesion to .cfg) and name it server.cfg. Place said cfg file in the IU1.2Beta folder (That should be the name of the folder where pak0.pk3 for Iu 1.2 Beta is)

Paste this into the .cfg file:

Code:
//========================================================]
//Bacon's CTF Server Config=========================]
//========================================================]
set sv_hostname              "Put desired server name here"
set g_motd                        "Message of the day here"
set sv_pure                                             "1"
set sv_maxclients                                       "4"
set fraglimit                                          "50"
set timelimit                                           "0"
set capturelimit                                        "0"
set sv_maxrate                                      "20000"
set g_allowVote                                         "1"
set sv_allowdownload                                    "1"
set bot_enable                                          "1"
set bot_minplayers                                      "0"
set g_syncronousclients                                 "0"
seta g_log                                               ""
set g_dowarmup                                          "1"
set g_warmup                                           "30"
set g_gametype                                          "0"
set rconpassword                                     "fuck"
set g_password                                           ""
set d1 "map q3dm17 ; set nextmap vstr d1"
vstr d1
//========================================================]
//Register With Master Servers============================]
//========================================================]
seta sv_master1                    "master3.idsoftware.com"
seta sv_master2                       "master0.gamespy.com"
seta sv_master3                           "master.kali.net"

//========================================================]
//Map Rotation============================================]
//========================================================]


//========================================================]
//Weapon Variables========================================]
//========================================================]
set insta_weapon                                     7
set insta_warmupWeapon                                  7
set insta_machineSpread                                100
set insta_shotgunSpread                                700
set insta_machineCycle                                100
set insta_shotgunCycle                               1000
set insta_grenadeCycle                                800
set insta_rocketCycle                                800
set insta_railgunCycle                                800
set insta_plasmaCycle                                100
set insta_bfgCycle                                200

//========================================================]
//Damage variables========================================]
//========================================================]
set insta_selfdamage                                  0
set insta_fallingdamage                                  0
set insta_splashDamage                                 10

//========================================================]
//Protection Settings=====================================]
//========================================================]
set insta_protection                                  0
set insta_protectionFire                            0
set insta_DisplayFireWarning                               0

//========================================================]
//Team Settings===========================================]
//========================================================]
set insta_perteam                                     0
set insta_fraglimitMultiplier                               0
set insta_timelimitMultiplier                               0
set insta_capturelimitMultiplier                         0
set insta_majoritywins                                  0

//========================================================]
//Game Variables==========================================]
//========================================================]
set insta_roundlimit                                  0
set insta_spawnWait                               0
set insta_railjumping                               1
set insta_returnflag                                  1

//========================================================]
//Misc. Settings==========================================]
//========================================================]
set insta_selfknockback                                100
set insta_staticSelfKnockback                               1    
set insta_oppknockback                                 40
set insta_holyshit                               1
set insta_muteteamspecs                                  0
set insta_allowready                                  1
set insta_allowVote                               0



Of course you can play around with those settings. I have a ctf config if you want it too, one that is a proper one, that allows no team join limit etc.

I think I covered it all, just double click the shortcut you made now and give your ip to your friends to connect to!

Oh and remember this config is for 1.2 Beta, make sure you find it, or this config probably won't work :icon25:



_________________
CAPSLOCK IS ON


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 03:17 PM           Profile Send private message  E-mail  Edit post Reply with quote


Bacon wrote:
Extract the mod files into a folder named "IU1.2Beta", and place that folder in the quake 3 directory)ok, Is the quake 3 directory just the main quake 3 folder where everything is?

Create a shortcut to quake3.exe and right click -> properties. In the command line text ox add this to the end of "...quake3.exe" including a space in the front:

Code:
+set dedicated 2 +set fs_game IU1.2Beta +exec "server.cfg" +map q3dm17
i get that bit i think...

Next create a.cfg file (Make a .txt file and rename the extesion to .cfg) and name it server.cfg. Place said cfg file in the IU1.2Beta folder (That should be the name of the folder where pak0.pk3 for Iu 1.2 Beta is) i struggled here, its as far as i got :( i dont know how to rename the extension to .cfg.??? Do i just save a notepad file normally then change it when its already saved or do i have to save it somehow as a .cfg from the start??? i warned you im a newbie at this :)


thanks for all your help so far please dont give up on me :). Sorry for being such a pillock of a no nothing when it comes to computers, thnx in advance



_________________
Image


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 03:26 PM           Profile Send private message  E-mail  Edit post Reply with quote


oh wait i think i did get it to be a server.cfg sorry :)



_________________
Image


Top
                 

visual prowess
visual prowess
Joined: 30 Jul 2004
Posts: 1254
PostPosted: 03-24-2005 03:33 PM           Profile Send private message  E-mail  Edit post Reply with quote


:icon14: sok, i'm here to help



_________________
CAPSLOCK IS ON


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 03:38 PM           Profile Send private message  E-mail  Edit post Reply with quote


ok ignoring my earlier post everything has gone well untill i double clicked on the quake 3 shortcut and this came up:
Image
and the hitch warning keeps changing and nothin else happens :(
help please.....
thnx in advance :)



_________________
Image


Top
                 

NOT OK
NOT OK
Joined: 03 Aug 2003
Posts: 1017
PostPosted: 03-24-2005 04:12 PM           Profile Send private message  E-mail  Edit post Reply with quote


Then you have to join the server... Start up q3 normally and look for Local games.



_________________
Image


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 04:13 PM           Profile Send private message  E-mail  Edit post Reply with quote


ok...........



_________________
Image


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-24-2005 04:44 PM           Profile Send private message  E-mail  Edit post Reply with quote


wtf? erm.. i dont know why you said to go in normally and go into local cos bacon said to put that code extension in the properties thing. thanks for tryin anyway mate but i think i need bacons opinion and advice cos its his setup so it might be different :)

bacon reply soon!!

:) thanks in advance :)



_________________
Image


Top
                 

social engineer
social engineer
Joined: 13 Oct 2001
Posts: 30226
PostPosted: 03-24-2005 07:08 PM           Profile Send private message  E-mail  Edit post Reply with quote


you doing this for a lan or for the intardnet?




Top
                 

NOT OK
NOT OK
Joined: 03 Aug 2003
Posts: 1017
PostPosted: 03-24-2005 08:20 PM           Profile Send private message  E-mail  Edit post Reply with quote


You made a dedicated server, that is all. You need to actually run quake if YOU want to play in it. You successfully ran a server but if you want to play in it on your machine you need to run quake again and then join it.



_________________
Image


Top
                 

visual prowess
visual prowess
Joined: 30 Jul 2004
Posts: 1254
PostPosted: 03-24-2005 08:34 PM           Profile Send private message  E-mail  Edit post Reply with quote


Crinkley, make sure what I put is in your command line, then start up quake, go to the console [~] and type

/connect 127.0.0.1

You should have the server running [The pic you showed me] then MINIMISE that and go into quake AGAIN, but the normal way, then do what I said above. :icon26:



_________________
CAPSLOCK IS ON


Top
                 

social engineer
social engineer
Joined: 13 Oct 2001
Posts: 30226
PostPosted: 03-24-2005 11:54 PM           Profile Send private message  E-mail  Edit post Reply with quote


why would he need insta unlagged? been awhile since i dinked with a q3 server...




Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-25-2005 03:54 AM           Profile Send private message  E-mail  Edit post Reply with quote


ok, well i think i got it up, but how do i edit it so its all rail, and does it have to be instaunlagged or can i change it to something like osp, cos my controls are slightly different and my name shows all the code (like ff0000) instead of the name in insta unlagged,

thnx in advance again :)



_________________
Image


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-25-2005 05:51 AM           Profile Send private message  E-mail  Edit post Reply with quote


to make it all rail and one shot kill would i need one of the instagibplus mods from here?
http://www.planetquake.com/instagibplus/
if i do which one is it?
if i dont, then what do i need if anything?

help appreciated



_________________
Image


Top
                 

visual prowess
visual prowess
Joined: 30 Jul 2004
Posts: 1254
PostPosted: 03-25-2005 08:38 AM           Profile Send private message  E-mail  Edit post Reply with quote


Yeah you can make an osp server thats instagib, however, people with higher ping wont have as much fun if it was unlagged. I can give you an FFA config for osp, with only the railgun enabled.



_________________
CAPSLOCK IS ON


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-25-2005 08:45 AM           Profile Send private message  E-mail  Edit post Reply with quote


oh please, that would be great ma main man bacon :icon14: :)
I would be ever in debt to your holiness.

(am i sucking up enough to get it yet?)



_________________
Image


Top
                 

Gibblet
Gibblet
Joined: 19 Mar 2005
Posts: 16
PostPosted: 03-28-2005 01:46 PM           Profile Send private message  E-mail  Edit post Reply with quote


whatever happened to that program that let you select everything you wanted and it sets it up for you. i havnt seen it for years.




Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-28-2005 01:56 PM           Profile Send private message  E-mail  Edit post Reply with quote


well Bacon pm'ed me the config but when i tried to enter my server it said

'mis-typed cd_key?'

its still a mystery why... (yes i did by quake so it is a correct cd key!)



_________________
Image


Top
                 

Lasery Roboty
Lasery Roboty
Joined: 07 Jun 2004
Posts: 352
PostPosted: 03-28-2005 03:57 PM           Profile Send private message  E-mail  Edit post Reply with quote


try setting sv_strictauth to 0 on the server.



_________________
Give someone a program, frustrate them for a day. Teach someone to program, frustrate them for a lifetime.


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-28-2005 04:16 PM           Profile Send private message  E-mail  Edit post Reply with quote


ok im off to try..

p.s http://www.quake3world.com/forum/viewtopic.php?t=2760
im so proud!!! ;)



_________________
Image


Top
                 

Holy Fucking Shit
Holy Fucking Shit
Joined: 18 Feb 2005
Posts: 2162
PostPosted: 03-28-2005 04:20 PM           Profile Send private message  E-mail  Edit post Reply with quote


voodoochopstiks wrote:
try setting sv_strictauth to 0 on the server.


erm.. do i do this in the config? cos i had a look and there is nothing in there saying:

'sv_strictauth [number]'

or do i have to add it?



_________________
Image


Top
                 

NOT OK
NOT OK
Joined: 03 Aug 2003
Posts: 1017
PostPosted: 03-29-2005 12:41 PM           Profile Send private message  E-mail  Edit post Reply with quote


Amorak2 wrote:
whatever happened to that program that let you select everything you wanted and it sets it up for you. i havnt seen it for years.


That comes with OSP. In the OSP file it is called configgenerator.exe I believe. It is the picture of the blender.




Top
                 
Quake3World.com | Forum Index | Level Editing & Modeling


Post new topic Reply to topic


cron
Quake3World.com
© ZeniMax. Zenimax, QUAKE III ARENA, Id Software and associated trademarks are trademarks of the ZeniMax group of companies. All rights reserved.
This is an unofficial fan website without any affiliation with or endorsement by ZeniMax.
All views and opinions expressed are those of the author.