Skylimit dev section...
Posted: Tue Mar 07, 2006 4:09 pm
I am highly interested in making maps for skylimit mod. Thinking maybe a section in forums for skylimit discussions, maybe?
Atomic, great work on the maps. Tons of questions I have.
I guess mainly to get me going... terrain images. Any links to find some nice aerial terrain images?
Models -- When I attempt to place a model from skylimit into a .map, it turns out to be a large black box, no model shows. Am I missing something? The .pk3 is in my main and is loaded by radiant.
I notice the terrain is a script_object but has no targetname. Is it necessary for the terrain to be a script_object?
This mod is a huge hit with a bunch of members of our clan. ( http://www.area51moh.com )
Still searching for good server settings for it though. Would like anyone to post a good server.cfg which won't lag with 8 people. As soon as we reach 8 about half will ping 999. This tends to only occur while on an airfield. If you take off and don't move, sometimes the lag will just disappear while in mid-air... other times it won't. Here is our current config file when we run the skylimit mod...
Skylimit Obj config...
Skylimit DM config....
Does anything there stand out that may need to be changed?
Server is hosted by Clanservers and is running on a Linux box.
Let me know if I can tweak any settings.
Thanks,
G3mInI
Atomic, great work on the maps. Tons of questions I have.
I guess mainly to get me going... terrain images. Any links to find some nice aerial terrain images?
Models -- When I attempt to place a model from skylimit into a .map, it turns out to be a large black box, no model shows. Am I missing something? The .pk3 is in my main and is loaded by radiant.
I notice the terrain is a script_object but has no targetname. Is it necessary for the terrain to be a script_object?
This mod is a huge hit with a bunch of members of our clan. ( http://www.area51moh.com )
Still searching for good server settings for it though. Would like anyone to post a good server.cfg which won't lag with 8 people. As soon as we reach 8 about half will ping 999. This tends to only occur while on an airfield. If you take off and don't move, sometimes the lag will just disappear while in mid-air... other times it won't. Here is our current config file when we run the skylimit mod...
Skylimit Obj config...
Code: Select all
//***************************************
//
// AREA 51 SERVER CONFIGURATION FILE
//
// SKYLIMIT MOD OBJECTIVE
//
//***************************************
net_noipx 1
//netport 12210
seta fraglimit "3"
seta timelimit "0"
//*********************
// AntiFlooding Setttings
//*********************
seta sv_floodProtect "1"
seta flood_waitdelay "15"
seta flood_persecond "4"
seta flood_msgs "4"
//*********************
// Voting
//*********************
seta g_allowVote "0"
//*********************
// Game settings
//*********************
seta g_gametype "4"
set g_teamdamage "0"
set g_allowjointime "5"
seta sv_pure "1"
seta sv_allowDownload "0"
seta sv_kickBanTime "300"
seta g_gamespy "1"
seta g_teamdamage "1"
seta sv_fps "20" // clanserver default is 15
seta sv_timeout "120"
seta sv_reconnectlimit "3"
seta g_inactivity "180"
seta g_forcerespawn "0 //disables forced respawn"
seta g_weaponRespawn "5"
seta g_weaponTeamRespawn "30"
seta dmflags "0"
seta g_gravity "800"
seta sv_maxPing "400" // clanserver default is 200
seta sv_maxRate "15000" // clanserver default is 12000
//*********************
// Logging
//*********************
set dedicated "1"
set cheats "0"
set g_logsync "2"
set sv_chatter "1"
set chat "1"
set developer "2"
set logfile "3"
set g_log "qconsole.log"
//*********************
// Custom Information
//*********************
//SKYLIMIT SERVER NAME
sets Location "Dallas, TX"
seta sv_hostname "*Area51* SKYLIMIT MOD (OBJ) - (Dallas, TX)"
//*********************
//clients and passwords
//*********************
seta sv_maxclients "18"
seta sv_privateClients ""
seta rconPassword "********"
set sv_privatepassword ""
set private password ""
seta sv_minping "0"
//******************************************
// SKYLIMIT OBJ Map Rotation
//******************************************
seta sv_maplist "obj/sl_alamein obj/sl_sicily obj/sl_westeurope"
map obj/sl_westeuropeCode: Select all
//***************************************
//
// AREA 51 SERVER CONFIGURATION FILE
//
// SKYLIMIT MOD Dogfight
//
//***************************************
net_noipx 1
//netport 12210
seta fraglimit "15"
seta timelimit "0"
//*********************
// AntiFlooding Setttings
//*********************
seta sv_floodProtect "1"
seta flood_waitdelay "15"
seta flood_persecond "4"
seta flood_msgs "4"
//*********************
// Voting
//*********************
seta g_allowVote "0"
//*********************
// Game settings
//*********************
seta g_gametype "1"
set g_teamdamage "0"
set g_allowjointime "5"
seta sv_pure "1"
seta sv_allowDownload "0"
seta sv_kickBanTime "300"
seta g_gamespy "1"
seta g_teamdamage "1"
seta sv_fps "20" // clanserver default is 15
seta sv_timeout "120"
seta sv_reconnectlimit "3"
seta g_inactivity "180"
seta g_forcerespawn "0 //disables forced respawn"
seta g_weaponRespawn "5"
seta g_weaponTeamRespawn "30"
seta dmflags "0"
seta g_gravity "800"
seta sv_maxPing "400" // clanserver default is 200
seta sv_maxRate "15000" // clanserver default is 12000
//*********************
// Logging
//*********************
set dedicated "1"
set cheats "0"
set g_logsync "2"
set sv_chatter "1"
set chat "1"
set developer "2"
set logfile "3"
set g_log "qconsole.log"
//*********************
// Custom Information
//*********************
//SKYLIMIT SERVER NAME
sets Location "Dallas, TX"
seta sv_hostname "*Area51* SKYLIMIT MOD (Dogfight) - (Dallas, TX)"
//*********************
//clients and passwords
//*********************
seta sv_maxclients "18"
seta sv_privateClients ""
seta rconPassword "********"
set sv_privatepassword ""
set private password ""
seta sv_minping "0"
//******************************************
// SKYLIMIT OBJ Map Rotation
//******************************************
seta sv_maplist "dm/sl_alamein dm/sl_sicily dm/sl_westeurope"
map dm/sl_westeuropeDoes anything there stand out that may need to be changed?
Server is hosted by Clanservers and is running on a Linux box.
Let me know if I can tweak any settings.
Thanks,
G3mInI