server/map making

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

server/map making

Post by CrinklyArse »

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 :)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

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
[b]CAPSLOCK IS ON[/b]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

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: Select all

+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: Select all

//========================================================]
//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:
[b]CAPSLOCK IS ON[/b]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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: Select all

+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
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

oh wait i think i did get it to be a server.cfg sorry :)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

:icon14: sok, i'm here to help
[b]CAPSLOCK IS ON[/b]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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 :)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
Lenard
Posts: 737
Joined: Mon Aug 04, 2003 7:00 am

Post by Lenard »

Then you have to join the server... Start up q3 normally and look for Local games.
[img]http://myspace-001.vo.llnwd.net/00555/10/05/555355001_l.gif[/img]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

ok...........
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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 :)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

you doing this for a lan or for the intardnet?
Lenard
Posts: 737
Joined: Mon Aug 04, 2003 7:00 am

Post by Lenard »

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.
[img]http://myspace-001.vo.llnwd.net/00555/10/05/555355001_l.gif[/img]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

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:
[b]CAPSLOCK IS ON[/b]
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

why would he need insta unlagged? been awhile since i dinked with a q3 server...
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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 :)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Post by Bacon »

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.
[b]CAPSLOCK IS ON[/b]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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?)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
Amorak2
Posts: 16
Joined: Sat Mar 19, 2005 11:47 pm

Post by Amorak2 »

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.
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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!)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
voodoochopstiks
Posts: 248
Joined: Tue Jun 08, 2004 7:00 am

Post by voodoochopstiks »

try setting sv_strictauth to 0 on the server.
[i][color=#408080]Give someone a program, frustrate them for a day. Teach someone to program, frustrate them for a lifetime.[/color][/i]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

ok im off to try..

p.s http://www.quake3world.com/forum/viewtopic.php?t=2760
im so proud!!! ;)
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
CrinklyArse
Posts: 5493
Joined: Sat Feb 19, 2005 12:57 am

Post by CrinklyArse »

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?
[url=http://www.last.fm/user/Resplended/?chartstyle=Awesome35][img]http://imagegen.last.fm/Awesome35/recenttracks/3/Resplended.gif[/img][/url]
Lenard
Posts: 737
Joined: Mon Aug 04, 2003 7:00 am

Post by Lenard »

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.
Post Reply