Author Topic: running 2 punishments for camping?  (Read 10283 times)

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
running 2 punishments for camping?
« Reply #30 on: December 08, 2007, 10:56:08 am »
that's defined in the weapon files. You either had another weapon mod in your fs_game folder for 2.2, or you replaced the ones in extremev2.2.iwd. If the first, you can put that weapon mod (iwd file) back into the 2.3 fs_game folder, If the latter, you need to copy the modified weapon files over to the extremev2.3.iwd file (weapons\mp).

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #31 on: December 08, 2007, 04:45:54 pm »
Well someone else put the semi auto rifles mod in before and I dont know what it is or where it goes, and I cant find it... any idea where I can get a mod to do this?

Ok I know I ask alot of questions, but I am loving all the info and am learning tons from you guys....

I am getting the hitlocation ingame when you shoot somebody it says where they got hit and from how far... how do I take that off? I dont want that to show..
I would like to to show on the bottome of the screen who killed you and who you killed..

Offline Gixxer

  • Rank: Private
  • *
  • Posts: 1340
    • http://www.extremegamerz.net
running 2 punishments for camping?
« Reply #32 on: December 08, 2007, 07:05:21 pm »
client side iwd, weapons folder, using the enfield_mp as an example:

this is how ot is now

semiAuto\1\boltAction\1\

change it to this


semiAuto\1\boltAction\0\

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #33 on: December 09, 2007, 12:56:10 am »
OH WOW, that easy>? RIGHT ON!!!!
Thank you!

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #34 on: December 09, 2007, 02:01:39 am »
I am using the logo flag in the left top corner so my timer is in the top middle of the screen but very small..... any idea how to make the timer BIGGER?

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #35 on: December 10, 2007, 07:25:01 pm »
what happen to the help???

Offline Gixxer

  • Rank: Private
  • *
  • Posts: 1340
    • http://www.extremegamerz.net
running 2 punishments for camping?
« Reply #36 on: December 10, 2007, 08:15:55 pm »
server side, extreme folder, _ex_gtcommon.gsc

createClock()

if(level.ex_logopic)
   {
      clockx = 320;
      halign = "center";
            font = 1;
   }
      if(level.ex_logopic && (level.ex_currentgt == "lms" || level.ex_currentgt == "htf" || level.ex_currentgt == "ihtf" || level.ex_currentgt == "dom" || level.ex_currentgt == "ons"))
      {
            clockx = 616;
            clocky = 1;
            font = 1;


change to this:

if(level.ex_logopic)
   {
      clockx = 320;
      halign = "center";
            font = 2;
   }
      if(level.ex_logopic && (level.ex_currentgt == "lms" || level.ex_currentgt == "htf" || level.ex_currentgt == "ihtf" || level.ex_currentgt == "dom" || level.ex_currentgt == "ons"))
      {
            clockx = 616;
            clocky = 1;
            font = 2;

P.S.

patience is a virtue, sometimes we do get busy......................................

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #37 on: December 11, 2007, 06:10:08 am »
Ok got it... thank you very much!!!!
Sorry I bug...  I dont mean to....
just was getting fast responces and then all the sudden nothing.. kinda freaked me out, thats all....
But thank you very very much for the help... I have learned SOOO much from you guys!!!
Also I got eXtreme+ all over my server as well as the mycallof duty.com web url....

Thanks again!!!!

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #38 on: December 12, 2007, 06:40:24 pm »
got a strange problem... I havent changed anything on the flame thrower that I know of, but when ingame and using the flame thrower you are invisable... change weapon and then your not...
What did I do? I need to be able to see people in the game....

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
running 2 punishments for camping?
« Reply #39 on: December 12, 2007, 07:18:56 pm »
Invisible spawn protection? It's active until the SP time runs out, or when you get out of the SP range, or when you fire a weapon, even the FT. Are you sure you can actually USE the FT and remain invisible?

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #40 on: December 12, 2007, 07:42:23 pm »
Oh yeah man, we were running around playing ctf and as soon as you grab there flag everything was invisable... we played 3 maps and was never seen.....

Offline Gixxer

  • Rank: Private
  • *
  • Posts: 1340
    • http://www.extremegamerz.net
running 2 punishments for camping?
« Reply #41 on: December 12, 2007, 08:37:32 pm »
we tested this tonight and could not duplicate it, only thing i can say is post a link to your monitoring.cfg file to see what your settings are so we can compare.

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #42 on: December 12, 2007, 11:17:18 pm »
Quote
// Spawn protection
//******************************************************************************
// spawn protected time in seconds
// 0 = disabled, max = 60, default = 0
set ex_protection_time "5"

// the allowed distance to move before spawn protection is disabled in feet
// 0 = disabled, max = 100, default = 10
set ex_protection_range "1"

// show HUD element indicating protection
// 0 = disabled (default)
// 1 = enabled
set ex_protection_hud "1"

// headicon indicating protection
// 0 = disabled (default)
// 1 = enabled
//set ex_protection_headicon "1"

// force protected players to drop their weapon if they are shooting another player
// 0 = disabled (default)
// 1 = enabled
//set ex_protection_punish_self "1"

// punish an attacker if they are shooting a protected player
// 0 = disabled (default)
// 1 = enabled
//set ex_protection_punish_attacker "1"

// disable weapon while spawnprotected
// 0 = weapon enabled (default)
// 1 = weapon disabled
//set ex_protection_weapon_disable "0"

// invisible while spawnprotected
// 0 = disabled (default)
// 1 = enabled
//set ex_protection_invisible "0"

// spawn protection system messages
// 0 = left, above compass (default)
// 1 = centre screen
// 2 = scroll text area centre top -- adds to gamestate!
set ex_protection_msg "0"


I even have the invisable sp off...

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
running 2 punishments for camping?
« Reply #43 on: December 12, 2007, 11:50:38 pm »
Conflicting mod or map

Offline Kammo

  • Rank: Private
  • *
  • Posts: 163
running 2 punishments for camping?
« Reply #44 on: December 13, 2007, 12:02:11 am »
what does that mean? we have been running the FT for a few days and play with it on all maps with no problem.... I have just installed the blood and gore mod to the server and after that is when it started doing this.... OHHH is that what you mean, the blood mod might be causing the problem?