SRCDS Steam group


Server ..
#16
http://urldownload.net/


^ kører din PC hele natten?
- SRCDS & CS:S is cool Big Grin
Reply
#17
Min PC? Nej, den er sluttet om natten, da det er spild af strøm at lade den køre. Den har heller ikke nogen god grund til det Smile
Reply
#18
0kay PIS!

- Det ville bare være så fedt hvis jeg kunne finde én et sted hvor jeg kunne sende min server, og så ville han hoste den for mig, hele natten, hvis hans kørte hele natten, gratis..
- SRCDS & CS:S is cool Big Grin
Reply
#19
Tror ikke du for sådan noget gratis!

Med mindre, du har en specielt aftale, og får en MASSE sponsorering.

EDIT:
Alle dedicated servere køre hele natten Smile
Reply
#20
0kay, jeg kendte engang en der hed "Skumbananen" Han boede i københavn og havde et sindsygt godt internet, pludselig ville han ikke hoste for mig mere.


Men findes der et sted hvor man kan sende sin server ind hvor den kører http://urldownload.net/ - hvad er det?
- SRCDS & CS:S is cool Big Grin
Reply
#21
http://urldownload.net/ - Det er King Goilio's gratisse FastDownload Service, så kan du kryptere dine Map, Materials, Models og Sounds så de ikke fylder så meget.

Ja, der nogle stykker i Danmark.

http://www.Jay.net - Det er nok den største.

Ellers er der en masse private datacentre som du måske ville kunne få adgang til, hvis du en bekendt som har styr på det.
Men så skal du betale for en masse udgifter(Hvor meget du bruger om måneden af bredbånd, osv).

Men, hvilken del af landet er du fra?
Reply
#22
Østjylland, i en by nær Skanderborg..
- SRCDS & CS:S is cool Big Grin
Reply
#23
Øhh, jeg tænkte på, vil du gerne skaffe en perfekt Server.cfg, altså en der bare er sindsyg perfekt, med rigtige maxrates_ og alt sådan noget? ;D
- SRCDS & CS:S is cool Big Grin
Reply
#24
Hmm, det er ikke så lang væk fra mig Smile

Det bedste er faktisk at lave en selv. Smile

Der er ikke nogen "rigtig dårlig" eller "rigtig god", det kommer helt an på hvad du vil have Smile

Men du kan se i min egen Server.cfg her:
http://forums.srcds.com/viewtopic/8433
(Du kan bare skifte som det passer dig):
Code:
//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*          SRCDS COUNTER-STRIKE: SOURCE SERVER CONFIGURATION            *\\
//*                            VERSION 1.3BETA                            *\\
//*                                                                       *\\
//*                               Credits:                                *\\
//*                              Realchamp                                *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


say "Loading SRCDS COUNTER-STRIKE: SOURCE SERVER CONFIGURATION"


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          Miscellaneous                                *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Define your ServerName, this is the name there'll be displayed in the Internet list.
// Defualt: Counter-Strike Source
hostname "SRCDS SERVER CONFIGURATION"


// Define your RCON(Remote Console) password, this is mostly used for match servers.
// Defualt: None.
rcon_password " "


// Define your Server password, so only people who knows it can join.
// Defualt: None.
sv_password " "


// Define your maxsize for a map(sounds, materials and models are included to)
// if your map exceeds the CVAR limit, will your map NOT be downloaded from your server.
// Defualt: 16
net_maxfilesize "32"


// Define your website for FastDownload.
// Defualt: None.
sv_downloadurl " "


// Allow clients to upload their custom decals to the server.
// Default: 1
sv_allowupload 1


// Allow clients to downnload files.
// Default: 1
sv_allowdownload 1      


// Define your servers MAX Frame Per Second(FPS).
// Defualt: ?
fps_max "300"

// This controls your server framerate.
// Default: 0
host_framerate 60


// Amount of time in seconds a player can spray their decal.
// Default: 10
decalfrequency 20  
      

// If this CVAR is 0, both Internet and LAN players will be able to join.
// If this CVAR is 1, ONLY LAN PLAYERS ON YOUR OWN NETWORK WILL BE ABLE TO JOIN NOMATTER IF YOU HAVE DONE PORTFORWARING!
// Default: 0
sv_lan 0  


// This will define your location in the world, if somebody as Europe ONLY in their filtes and you have USA - then wouldn't be able to find your server.
// Default: 3
// 0 - Us Eastcoast.
// 1 - US Westcoast.
// 2 - South America.
// 3 - Europe.
// 4 - Asia.
// 5 - Australia.
// 6 - Middle East.
// 7 - Africa.
// 255 - World
sv_region 255


// This could be your own email or another email who do business withing this server.
// Defualt: None.        
sv_contact


// Dynamic Pricing.
// As more people purchase a certain weapon, the price will rise and other weapons will become less expensive.
// Defualt: 1
mp_dynamicpricing 0


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          Brandwidth Rates                             *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Maximum allowed brandwidth on your server.
// Default: 0 (unlimited)
sv_maxrate 30000


// Minimum allowed brandwidth on your server.
// Default: 0 (unlimited)
sv_minrate 15000  


// Maximum updates per second as the server will allow.
// Default: 60
// Note: If you're using less than 100Tick, change this CVAR to a lower value.
// For 100TICK: sv_maxupdaterate 100
// For 66TICK: sv_maxupdaterate 66
// For 33TICK: sv_maxupdaterate 33
sv_maxupdaterate 100


// Minimum updates per second as the server will allow.
// Default: 10
// Note: If you're using less than 100Tick, change this CVAR to a lower value than "sv_maxupdaterate xx"
// For 100TICK: sv_minupdaterate 75
// For 66TICK: sv_minupdaterate 45
// For 33TICK: sv_minupdaterate 15
sv_minupdaterate 75


// This controls your cleints maximum cmdrate.
// Do the same with this one like: sv_maxupdaterate
// Default: 40
sv_maxcmdrate 100


// This controls your cleints minimum cmdrate.
// Do the same with this one like: sv_minupdaterate
// Default: 0
sv_mincmdrate 75


// No idea...
// Default: 1
sv_unlag 1


// No idea...
// Default: 1.0
sv_maxunlag 1


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                            Game Settings                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// This defines when to change map, if a player reached the fraglimit.
// Default: 0
mp_fraglimit 0


// This defines when to change map, if both teams has the totalt of the CVAR.
// Default: 0
mp_maxrounds 0


// This defines when to change map, if one of the teams wins the specified number.
// Default: 0
mp_winlimit 0

// This defines when to change map, when the entered time is reached.
// Default: 0
// Note: 0 = Unlimited.
mp_timelimit 25


// This controls everybodys start moneys, if they reconnect they'll have the amount you've set.
// Or if the mp_restartgame 1 command is performed, you'll get the x amount of moneys.
// Default: 800 (Maximum 16000)
mp_startmoney 800


// This defines how long time per round, untill one of the teams is eliminated or if the bomb detonated/defused
// Default: 5.
// Note: 1.75 = 1 minute and 45 secs.
mp_roundtime 1.75


//
// Default: 1
mp_autocrosshair 0


// This defines how long time you will be able to buy new weapons in the current round.a
// Default: 0.5
mp_buytime 0.5


// This defines how long time from the bomb is plated to the explosion of the bomb.
// Default: 45
mp_c4timer 30


// If you falls down and this one is set to '1' you'll lose damage, if not set to '1' you wouldn't lose damage.
// Default: 0
mp_falldamage 1


// This allows your cleints to use their flashlight if set to '1'
// Default: 0
mp_flashlight 1


// Those difenes if you'll be able to hear footsteps, I prefer you ALLWAYS have those set to '1'
// Default: 1 (Both)
sv_footsteps 1
mp_footsteps 1


// This defines how long time you'll have to wait in spawn before you can shoot and run.(And buy weapons, in wars set it high)
// Default: 6
mp_freezetime 7

// This defines if you can kill your own teammates, also known as "TA/TK", if its set to '1' you can kill your own mates.
// TA = Team-Attack
// TK = Team-Kill
// Default: 0
mp_friendlyfire 0


// If "mp_friendlyfire" is set to 1 and some one kills their own mate, will they do suicide in the comming round.
// Default: 0
mp_tkpunish 0


// Time in seconds to Kick players who team-kill after round restart
// Default: 5
mp_spawnprotectiontime 0    


// Toggles monetry fines from killing a hostage.
// How many hostages a Terrorist can kill before being kicked, 0 to disable.
// Default: 13
mp_hostagepenalty 4


// Controls the teams doesn't get unfair, by limiting the different on both teams.
// Example: If the Terroists have 15 players and the Counter Terroists have 13, then you'll only be able to join CT.
// Default: 2
mp_limitteams 2


// No idea.
// Default: 0
mp_playerid 0


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                             Log Settings                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Defines if logs is enabled or disabled
// On = Enabled.
// Off = Disabled.
// Default: off
log on


// Toggels if the logged text have to be in one single file.
// Default: 0
sv_log_onefile 0


// If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory.
// Default: 1
sv_logfile 1


// Defines if it has to log bans.
// Default: 0
sv_logbans 1


// Defines if it has to log the echo in the MAIN console.
// Default: 1
sv_logecho 1


// Chose the log details.
// Default: 0
mp_logdetail 3


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                             AVANCED RCON                              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Defines how long time a ban will be if someone fails RCON authentication.
// Default: 0 (0 = Permanent)
sv_rcon_banpenalty 15


// Max number of times a user can fail RCON authentication before being banned.
// Default: 10
sv_rcon_maxfailures 3


// Number of times a user can fail RCON authentication before being banned.
// Default: 5
sv_rcon_minfailures 1


// Number of seconds to track failed RCON authentications.
// Default: 30
sv_rcon_minfailuretime 30


// Defines if the RCON has to be logged.
// Default: 1
sv_rcon_log 1


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*          Performance, Spectator, Physics and other CVARS              *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Defines if the gravity has to be low or high, if its high you will not be able to jump.
// If its low and you jumps you'll fly around (Obviously).
// Default: 800
sv_gravity 800

// Defines the friction.
// Default: 4
sv_friction 4


// Kicking idle/team-killing players.
// Default: 1
mp_autokick 0    


// This controls how a dead player will be able to look.
// 0 = Free look both CT & T.
// 1 = Only the players OWN team.
// Default: 0
mp_forcecamera 0  
  
  
// Force clients to auto-join the opposite team if they are not balanced
// Default: 1
mp_autoteambalance 0      


// Defines if both Terroists and Counter Terroist can talk together(Will sometimes make ALOT of noice, and slow down your server)
// Default: 0
sv_alltalk 0


// If this one is enabled teammates can talk together in-game.
// Default: 1 (Not recommanded when using big servers)
sv_voiceenable 1  
  

// If this one is set to '1' EVERYBODY will be able the pause the server(Not recommanded!)
// Default: 0
sv_pausable 0  
    
  
// Forces all cleints to pass consistency check for custom skins, sounds and maps.
// If you have those, you'll be FORCED to use standard!
// Default: 0
sv_consistency 0


// This controls if the players can use lawfully cheats, but is limited.
// Commands for cheats:
// noclip - Makes you fly around and can't take damage.
// r_forceothermodels 2 - Gives a weird wireframe screen of everything trought walls. (Set to 1 for normal game play)
// mat_wireframe 1/2/3 - Gives you a much worse effect of wireframe. (0 = Standard game play)
// Default: 0
sv_cheats 0


// The max speed a player can move with.
// Default: 320
sv_maxspeed 320
          

// Allows cleints to go be a Specator.
// Default: 1
mp_allowspectators 1


// When you reach the last round and everybody is dead, there be an amount of seconds before loading a new map.
// Lower value = Faster map load.
// Default: 10
mp_chattime 10


// After this many seconds without a message from a client, the client is dropped.
// Default: 65
sv_timeout 60    

      
// Set this one high, if you're running surf maps.
// Default: 10
sv_airaccelerate 10


// The max speed a player can move with when they are holding down [SHIFT]
// Default: 75
sv_stopspeed 75


// The stepsize your cleints can take.
// Default: 18
sv_stepsize 18


//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                                ALIAS                                  *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\

// Dont touch anything.
// For use this, do following with this example:
// login to RCON - type dd2 - and your server should change to de_dust2.

alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wait100" "wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10; wait10"
alias "wait500" "wait100; wait100; wait100; wait100; wait100"
alias "wait1000" "wait500; wait500"
alias "aztec" "say www.SRCDS.com @ Changing Level To: de_aztec; wait1000;wait500; changelevel de_aztec"
alias "cbble" "say www.SRCDS.com @ Changing Level To: de_cbble; wait1000;wait500; changelevel de_cbble"
alias "chateau" "say www.SRCDS.com @ Changing Level To: de_chateau; wait1000;wait500; changelevel de_chateau"
alias "dust" "say www.SRCDS.com @ Changing Level To: de_dust; wait1000;wait500; changelevel de_dust"
alias "dd2" "say www.SRCDS.com @ Changing Level To: de_dust2; wait1000;wait500; changelevel de_dust2"
alias "inferno" "say www.SRCDS.com @ Changing Level To: de_inferno; wait1000;wait500; changelevel de_inferno"
alias "nuke" "say www.SRCDS.com @ Changing Level To: de_nuke; wait1000;wait500; changelevel de_nuke"
alias "piranesi" "say www.SRCDS.com @ Changing Level: de_piranesi; wait1000;wait500; changelevel de_piranesi"
alias "port" "say www.SRCDS.com @ Changing Level To: de_port; wait1000;wait500; changelevel de_port"
alias "prodigy" "say www.SRCDS.com @ Changing Level To: de_prodigy; wait1000;wait500; changelevel de_prodigy"
alias "tides" "say www.SRCDS.com @ Changing Level To: de_tides; wait1000;wait500; changelevel de_tides"
alias "train" "say www.SRCDS.com @ Changing Level To: de_train; wait1000;wait500; changelevel de_train"
alias "assault" "say www.SRCDS.com @ Changing Level: cs_assault ; wait1000;wait500; changelevel cs_assault"
alias "compound" "say www.SRCDS.com @ Changing Level To: cs_compound; wait1000;wait500; changelevel cs_compound"
alias "havana" "say www.SRCDS.com @ Changing Level To: cs_havana; wait1000;wait500; changelevel cs_havana"
alias "italy" "say www.SRCDS.com @ Changing Level To: cs_italy; wait1000;wait500; changelevel cs_italy"
alias "militia" "say www.SRCDS.com @ Changing Level To: cs_militia; wait1000;wait500; changelevel cs_militia"
alias "office" "say www.SRCDS.com @ Changing Level To: cs_office; wait1000;wait500; changelevel cs_office"

//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*                          EXECUTING CONFIGS                            *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\


// Executing Ban files.
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg


// Executing for other stuff - Do only remove the slashes if you have the following plugin installed.
// exec mani_server.cfg
// exec mani_quake_sounds.cfg
// exec cssrpg105.cfg



say "Loaded SRCDS COUNTER-STRIKE: SOURCE SERVER CONFIGURATION"

//*************************************************************************\\
//*                                                                       *\\
//*                                                                       *\\
//*          SRCDS COUNTER-STRIKE: SOURCE SERVER CONFIGURATION            *\\
//*                            VERSION 1.3BETA                            *\\
//*                                                                       *\\
//*                               Credits:                                *\\
//*                              Realchamp                                *\\
//*                                                                       *\\
//*                                                                       *\\
//*************************************************************************\\
Reply
#25
Er den god? (;
- SRCDS & CS:S is cool Big Grin
Reply
#26
Som sagt, er den perfekt til MINE behov.

Prøv at loade den og se om den passer til dig & dine behov! Smile
Reply
#27
Hvad med fpsmax, hvad skal den være på?
- SRCDS & CS:S is cool Big Grin
Reply
#28
Dine egne behov, kommer an på hvad din computer kan trække Smile

Bare 250fps, gætter jeg Smile
Reply
#29
Hvad med framerate?
- SRCDS & CS:S is cool Big Grin
Reply
#30
Bare 60 Smile

Lav den til dine egne behov.
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)