Author Topic: Maps that won't run on eXtreme+  (Read 5143 times)

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: Maps that won't run on eXtreme+
« Reply #30 on: March 19, 2011, 10:37:17 am »
Dawnville Classic:

Get a copy of maps\mp\mp_dawnville_cl_final.gsc from the map's iwd.

Open it in your favorite text editor, and comment out the line for test clients (add // at the beginning):

//thread maps\mp\gametypes\_teams::addTestClients();

Save and upload the file to maps\mp folder on your server.


Get a copy of scriptdata\playercontrol.cfg from your server.

Add the following to the weapons on back section:
 
set ex_weaponsonback_mp_dawnville_cl_final "0"

Save and upload the file to scriptdata folder on your server.

Offline alyosha

  • Rank: Private
  • *
  • Posts: 203
Re: Maps that won't run on eXtreme+
« Reply #31 on: March 20, 2011, 02:04:45 pm »
Quote from: "gamester";p="37312"
Sbiba - This map worked for me with set ex_all_weapons_mp_desertv "0"

However there was another fix posted somewhere that I had also applied that may help...

Edit the mp_desertv.gsc file and add the following line before the maps\mp\_load::main();

level._effect["lantern_light"] = loadfx("fx/props/glow_latern.efx");

then upload the edited mp_desertv.gsc to your [fs_game]maps\mp\ folder

Done but again don't work, always same error.

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: Maps that won't run on eXtreme+
« Reply #32 on: March 20, 2011, 02:56:27 pm »
Sbiba (mp_desertv):

You have to play a weapon class on this map.
Disable "all weapons", "modern weapons", weapons on back and command monitor model changer. Then enable one of the weapon classes:

set ex_all_weapons_mp_desertv "0"
set ex_modern_weapons_mp_desertv "0"
set ex_wepo_class_mp_desertv "4"

set ex_cmdmonitor_models_mp_desertv "0"
set ex_weaponsonback_mp_desertv "0"

Worked for me.

Offline alyosha

  • Rank: Private
  • *
  • Posts: 203
Re: Maps that won't run on eXtreme+
« Reply #33 on: March 20, 2011, 04:14:59 pm »
Still not work :(
maybe because i've custom weapons skin, uniform..ecc..

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: Maps that won't run on eXtreme+
« Reply #34 on: March 20, 2011, 08:23:19 pm »
What is your player model limiter (playercontrol.cfg) set to?
Set it all to 1 for this map

Offline anodoz

  • Rank: Private
  • *
  • Posts: 62
Re: Maps that won't run on eXtreme+
« Reply #35 on: March 21, 2011, 04:16:40 am »
yes dawnville classic now works.thanks guys.oh btw tried otara on 2 different servers with no luck  .i did all the fixes you mentioned twice .

Offline alyosha

  • Rank: Private
  • *
  • Posts: 203
Re: Maps that won't run on eXtreme+
« Reply #36 on: March 21, 2011, 06:29:57 am »
Quote from: "PatmanSan";p="37333"
What is your player model limiter (playercontrol.cfg) set to?
Set it all to 1 for this map

Thanks with all model limiter set 1 now work :)