Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 12 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Soldier of Fortune
Category: SoFII Server Support
Server administration questions, comments and chat.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: Map cycle
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 03:40 pm
I am running a windows server, V1.03 & osp V0.3d. I'm also using sof2 runner. My problem is when i use the runner for different game types and different weapons, the server usually crashes on the second map. Don't know why, but i gave up on that, so i located my map cycle and it doesn't have anything in there but the map gravity and game speed. This is my map cycle located in sof2/osp folder....


mapcycle
{
map1
{
Command "map tb_high_wire_2;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map2
{
Command "map vok;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map3
{
Command "map tb_hells_bells;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map4
{
Command "map sniper_1;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map5
{
Command "map rtw_city_of_snipe;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map6
{
Command "map nfc_army_base;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
map7
{
Command "map mp_colvertigo;set g_gravity 800"
  cvars
  {
     g_speed 310
  }
}
}
Any one have any ideas? Where's all the weapons and stuff?
Share |
spike232~rb
General Member
Since: Dec 23, 2006
Posts: 5892
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 04:05 pm
the weapons and stuff are not required, its just usefull to put them there so they can be alterd easily on a per map basis.

try taking the gravity out of the command bit and put it in the cvars bit.

map1
{
Command "map tb_high_wire_2"
 cvars
 {
    g_gravity 800
    g_speed 310
 }
}
Share |
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 04:18 pm
My objective here is to have different weapons and different game types in each of those maps, can i put the weapons and game type in each of those maps? How is that done?


mapcycle
{
map1
{
Command "map tb_high_wire_2
 cvars
{
 g_gravity 800
 g_speed 310
{
seta disable_pickup_weapon_AK74 "0"
and so on for each weapon? Where can i put the game type in each map?
Share |
spike232~rb
General Member
Since: Dec 23, 2006
Posts: 5892
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 04:50 pm
map1
{
Command "map tb_high_wire_2
cvars
{
g_gravity "800"
g_speed "310"
dmflags "0"
scorelimit  "3"
timelimit  "20"
g_gametype "ctf"
g_pickupsDisabled "1"
disable_weapon_knife "0"
disable_pickup_weapon_US_SOCOM "0"
disable_pickup_weapon_M19 "0"
disable_pickup_weapon_silvertalon "0"
disable_pickup_weapon_M590 "0"
disable_pickup_weapon_microuzi "0"
disable_pickup_weapon_M3A1 "0"
disable_pickup_weapon_MP5 "0"
disable_pickup_weapon_USAS_12 "0"
disable_pickup_weapon_M4 "0"
disable_pickup_weapon_AK_74 "0"
disable_pickup_weapon_SIG551 "0"
disable_pickup_weapon_MSG90A1 "0"
disable_pickup_weapon_M60 "0"
disable_pickup_weapon_RPG_7 "2"
disable_pickup_weapon_MM_1 "2"
disable_pickup_weapon_M84 "0"
disable_pickup_weapon_SMOHG92 "0"
disable_pickup_weapon_AN_M14 "0"
disable_pickup_weapon_M15 "0"
{
Share |
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 04:57 pm
Wow, awesome spike! Thats one way to get me out of your hair!! lol, thanks m8, i appreciate the help.
Share |
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 06:16 pm
Another question spike, how can i disable messaging (g_motd 0) on a specific map? I need to message rules during the sniper maps, but i don't want the messages running on ctf, and regular dm.
Share |
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Wednesday, Jul. 9, 2003 08:28 pm
Yes i mean the messaging that runs across the screen while your playing, it's on the misc. page of the sof2 runner, you can send a message in different time frames. With the messaging i broadcast the rules while sniping, but when the map changes to ctf, or a regular dm, the rules don't apply, so i was wondering if i could disable the messaging on those particular maps in the mapcycle?
Share |
Aphextwin~rb
General Member
Since: Dec 23, 2006
Posts: 303
Last: Dec 23, 2006
[view latest posts]
Level 5
Category: SoFII Server Support
Posted: Thursday, Jul. 10, 2003 01:30 am
dylske

1. If you use the map wizard you can set all the weapon availability you want.

2. I am working on something for this, stay tuned.
Share |
dylske~rb
General Member
Since: Dec 23, 2006
Posts: 196
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII Server Support
Posted: Thursday, Jul. 10, 2003 02:00 am
Yes, i have it figured out now, my own stupidity!! I did't have any nades enabled on the second map so when someone picked up a back pack the game would crash. I reconfigured everything through the runner and it's working great.. The only ting i want to know is the server messaging, can i disable it on specific maps in the mapcycle, and re-enable it?
Share |
Aphextwin~rb
General Member
Since: Dec 23, 2006
Posts: 303
Last: Dec 23, 2006
[view latest posts]
Level 5
Category: SoFII Server Support
Posted: Thursday, Jul. 10, 2003 03:30 am
At this time no its kind of all or nothing, but like I mentioned I am working on something that will do what you want, I'll post more when I have something.
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Soldier of Fortune : SoFII Server Support

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»