Author Topic: [SOLVED] Server Decon Problems  (Read 5627 times)

Kiwi

  • Posts: 859
  • Turrets: +29/-9
[SOLVED] Server Decon Problems
« on: June 01, 2009, 01:05:00 am »
I've been able to decon structures on my server fine for a long time.  I recently messed with my game.qvm.  I replaced it, but now I can't decon any structures.  I've made sure that 'e' is bound to decon.  I can't figure out what is wrong.
Thanks,
Kiwi
« Last Edit: June 02, 2009, 01:51:45 am by Kiwi »

Archangel

  • Guest
Re: Server Decon Problems
« Reply #1 on: June 01, 2009, 04:48:03 am »
mark decon may be on
mismatched game/cgame

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server Decon Problems
« Reply #2 on: June 01, 2009, 04:59:06 pm »
mark decon may be on
hmmm, thats interesting.  I looked up mark decon and its where you select to decon an object, but it gets deconed when you build a new one. Right?  Yeah, now that you say that, I think that is what's wrong.  How do I turn that off?
Thanks,
Kiwi

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Server Decon Problems
« Reply #3 on: June 01, 2009, 05:03:19 pm »
g_markDeconstruct or somesuch.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server Decon Problems
« Reply #4 on: June 01, 2009, 05:37:13 pm »
it says that g_serverDeconstruct is read only.  Do I have to change it in the game.qvm?  It does say default is 0 but it's set to 1.  Does this mean I changed it to 1 somehow?  or was it when I messed around with the new game.qvm?

tuple

  • Posts: 833
  • Turrets: +97/-80
Re: Server Decon Problems
« Reply #5 on: June 01, 2009, 06:56:13 pm »
set it in server.cfg and restart the server.  Your problem may be that tt may already be set there.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server Decon Problems
« Reply #6 on: June 01, 2009, 08:22:18 pm »
Yep, that fixed it.  Thanks!  and above I meant g_markDeconstruct.  I was troubled for a bit because in my server.cfg I set g_markDecontruction to 0 instead of g_markDeconstruct.
So to summarize, to fix this, put "set g_markDeconstruct 0" in your server.cfg.

Thanks,
Kiwi

I'm still dumbfounded to what caused this... is there anything else that might have changed randomly?

Archangel

  • Guest
Re: Server Decon Problems
« Reply #7 on: June 01, 2009, 08:23:20 pm »
you tweaking with settings. iirc some older svn revs also have it on by default

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Server Decon Problems
« Reply #8 on: June 02, 2009, 01:51:17 am »
hmmm, ok.  I hope nothing else change.  Thanks  ;)