Hello, Home server Question.
Posted: Wed Dec 10, 2008 6:40 am
Well, sorry for making this thread, i really really tried creating a server without help. and i have read all the other topics on this board that i have seen ( i know you get allot so i hope i'm not being annoying.)
Anyway i'll cut to the chase;
I am running 1.32, and InstaUnlagged mod.
I Have a server .cfg as follows;
With this as the startserver.bat
When i type net_ip in the blue window it says "localhost" but i'm not sure if it's meant to be that. and the game server appears in local, but not internet.
I am also running PFconfig, with my router selected (D-link dsl 502t) and quake selected from the programs list, and 10.1.1.2 (im pretty sure that's the correct ip.)
I'll give you a command dump from my computers /ipconfig
My computer/router setup at home is as follows;

Thanks in advance to anyone who could shed some light.
And i hope i supplied enough information.
for life.
Anyway i'll cut to the chase;
I am running 1.32, and InstaUnlagged mod.
I Have a server .cfg as follows;
Code: Select all
//FFA Server
//Server Info
sets ".Admin" "."
sets ".Location" "Australia"
sets ".Note" "small download required"
sets ".URL" ""
set sv_hostname "Aussie FFA UNLAGGED"
set g_motd "FFA"
set rconpassword ""
set sv_pure "0" //Pure Server suggest off
set sv_maxPing "200" //Max Client Ping
set sv_minPing "0"
set sv_floodProtect "0"
set sv_maxclients "12" //Max Players
set sv_maxrate "4500" //Max Data Rate
set sv_allowdownload "1" // needed to let peeps download file
set g_syncronousclients "0"
set g_log "Instaunlagged.log"
//Client Problems
set g_inactivity "180"
//Bots Info
set bot_enable "0"
set bot_minplayers "0" //not normal q3 type it will add 5 if u set 5 no matter
set g_spSkill "0" //0 to 5 (5 is nightmare level)
set bot_thinktime "0" //time in ms to make a decision
set bot_challenge "0" //turn on to make bots more challenging
set bot_nochat "0" //shut them the hell up
//Voting and Admin
set g_allowVote "1" // general voting
set insta_allowVote "0" //allows insta_ variable voting
set insta_votetime "1" // number of minutes to wait between callvotes
set insta_maxvotes "13" // max number of votes per user
set insta_default "instyffa.cfg" // default configuration file
//set insta_adminpass "pass" //Admin Password
set insta_autovote "1"
//set g_password ""
//General Stuff
set g_dowarmup "1"
set g_warmup "20"
set g_gametype "0"
set fraglimit "45"
set capturelimit "0"
set timelimit "15"
//Register server with master server lists add up to 4 additional master servers to report to
seta sv_master1 "master3.idsoftware.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master.kali.net"
seta sv_master4 "clanservers.net"
//unlagged - server options
set g_delagProjectiles "1"
set g_delagHitscan "1"
set g_smoothClients "1"
//g_unlaggedVersion already gets read for q3plug ASE
set g_truePing "1"
//g_lightningDamage //only if needed.. doubtful use on insta
//map rotation
//exec maps.cfg
set insta_rotateMap "1" // keeps rotating map even if left empty.... Maps will autorotate if bots are present
set d1 "map q3dm17; set nextmap vstr d2"
set d2 "map q3dm6; set nextmap vstr d3"
set d3 "map q3dm5; set nextmap vstr d4"
set d4 "map q3dm18; set nextmap vstr d5"
set d5 "map q3dm7; set nextmap vstr d6"
set d6 "map q3tourney1; set nextmap vstr d1"
vstr d1
// Insta-Unlagged Weapon Variables
set insta_weapon 7 //1=Gauntlet 2=MG 3=SG 4=GL 5=RL 6=LG 7=RG 8=PR 9=BFG
set insta_warmupWeapon 7 //1=Gauntlet 2=MG 3=SG 4=GL 5=RL 6=LG 7=RG 8=PR 9=BFG
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 1000
set insta_plasmaCycle 100
set insta_bfgCycle 500
// Insta-Unlagged Damage Variables
set insta_selfdamage 0
set insta_fallingdamage 0
set insta_splashDamage 0
// Insta-Unlagged Protection Variables
set insta_protection 0 //miliseconds of protection
set insta_protectionFire 0 //cant fire when protected
set insta_DisplayFireWarning 0 // warning of cant fire
// Insta-Unlagged ClanBattle Variables
set insta_perteam 0 // players perteam as insta uses tdm stuff to do tourney
set insta_perteam_autovote 0 //server calls a vote as clients join or leave
set insta_perteam_restart 0
set insta_perteam_revert 0
set insta_randomizeteams 1
set insta_fraglimitMultiplier 0
set insta_fraglimitMax 13
set insta_timelimitMultiplier 0
set insta_timelimitMax
set insta_capturelimitMultiplier 3
set insta_capturelimitMax 9
set g_teamautojoin 1
set g_teamforcebalance 1
// Insta-Unlagged RTF Variables
set insta_returnflag 0
set insta_sacrifice_team 0
set insta_sacrifice_enemy 0
set insta_sacrifice_fallen 0
set insta_sacrifice_sound 0
set insta_sacrifice_text 0
set insta_flagdrop_time 30000 // this is likely = to 30 secs
// Insta-Unlagged CTFS Variables
set insta_ctfs 0
//Anti Camper
set insta_inactivity_chance 5 //default value
set insta_inactivity_radius 10 //default value
set insta_inactivity_spec 1 //default value
// Insta-Unlagged Round Variables
set insta_roundlimit 0
set insta_majoritywins 1
// Insta-Unlagged Misc Variables
set insta_railjumping 1
set insta_spawnWait 1
set insta_allowready 1
set insta_selfknockback 100
set insta_staticSelfKnockback 1
set insta_oppknockback 60
set insta_holyshit 1
set insta_muteteamspecs 0
//Done
Code: Select all
quake3.exe +set fs_game instaunlagged +set dedicated 2 +exec instyffa.cfgI am also running PFconfig, with my router selected (D-link dsl 502t) and quake selected from the programs list, and 10.1.1.2 (im pretty sure that's the correct ip.)
I'll give you a command dump from my computers /ipconfig
Code: Select all
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\My user>ipconfig
Windows IP Configuration
Ethernet adapter Hamachi:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 5.47.247.106
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . :
Ethernet adapter Internet Share:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter Modem:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.1.1.2
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . : 10.1.1.1
C:\Documents and Settings\My user>
Thanks in advance to anyone who could shed some light.
And i hope i supplied enough information.
