Armor Question

Locked
JPBrenner
Posts: 8
Joined: Tue Aug 09, 2011 2:59 pm

Armor Question

Post by JPBrenner »

Hello, once again

I think I finally resolved my network issues, so thanks for all your help, guys.

Next, I was wondering if there was a way to remove or disable the use of armor in the game?

Having used the code featured on this website to create a server, do any lines of code exist that would enable me to remove the armor, or make it's value zero, for example? Or, is there any other way of just getting rid of it?

Thanks again.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: Armor Question

Post by axbaby »

You should consider user OSP
http://www.orangesmoothie.org/download.html

It is a server side app that allows multitudes of game types and gameplay options.
You can disable whatever item you desire, starting player health and gun .. so so much more
[color=#FF0000][WYD][/color]
JPBrenner
Posts: 8
Joined: Tue Aug 09, 2011 2:59 pm

Re: Armor Question

Post by JPBrenner »

Thank you for the information.

If I were to install a modification on my computer for Quake 3, I take it everyone who I played in multiplayer would also have to install that modification in order for us all to enjoy the benefit?
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Armor Question

Post by SoM »

yup
[color=red][WYD][/color]S[color=red]o[/color]M
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: Armor Question

Post by axbaby »

Looking back when i ran an osp server I should have disabled the feking Gauntlet.
:(
[color=#FF0000][WYD][/color]
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Armor Question

Post by SoM »

:) :D :p
[color=red][WYD][/color]S[color=red]o[/color]M
JPBrenner
Posts: 8
Joined: Tue Aug 09, 2011 2:59 pm

Re: Armor Question

Post by JPBrenner »

Hmm, it may not be an option for me to get the program installed on my opponent's computer.

See, the thing is, I play against my friend, and she always goes for the armor. She kills me, then goes off and gets it again. Ok, sure, it's not like she's doing anything illegal, and sure, I could do the same, but to me, it just sorta defeats the gamesmanship of it all. By using armor, you might as well just handicap one of the players. Alright, as well, I guess if I was THAT good, she could have as much armor as she wanted, and I'd still kill her, but I'm not that good.

Therefore, is there no other way to disable the armor somehow? Possibly in the server, which I can alter, and won't have to worry about changing or installing anything on her computer?

Thanks.
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Armor Question

Post by SoM »

play Clan Arena in the OSP mod, there's no armor/weps to be picked up.

here's a link to custom server settings
[color=red][WYD][/color]S[color=red]o[/color]M
JPBrenner
Posts: 8
Joined: Tue Aug 09, 2011 2:59 pm

Re: Armor Question

Post by JPBrenner »

I appreciate all your suggestions, guys, and I don't want to sound ungrateful, or come across as a pain in the ass, but is there not simply a line of code I could enter into my server CFG file that could remove the armor, or make its value zero or something? Using different versions of Quake 3 or modified adds is not really an option at the minute.

You know how the time limit, frag limit, weapon respawn etc. time can be altered in this way, can the armor not also be changed in this manner or not?

Thanks again.
User avatar
MKJ
Posts: 32581
Joined: Fri Nov 24, 2000 8:00 am

Re: Armor Question

Post by MKJ »

you cannot.
its a core, fundamental rule of the game and the only way to change fundamental rules is by loading a mod.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Armor Question

Post by ^misantropia^ »

Actually you can, by setting disable_item_armor_body and disable_item_armor_combat to 1.
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Armor Question

Post by Eraser »

^misantropia^ wrote:Actually you can, by setting disable_item_armor_body and disable_item_armor_combat to 1.
Uh, aren't those OSP commands?
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Armor Question

Post by Eraser »

JPBrenner wrote:See, the thing is, I play against my friend, and she always goes for the armor. She kills me, then goes off and gets it again. Ok, sure, it's not like she's doing anything illegal, and sure, I could do the same, but to me, it just sorta defeats the gamesmanship of it all. By using armor, you might as well just handicap one of the players. Alright, as well, I guess if I was THAT good, she could have as much armor as she wanted, and I'd still kill her, but I'm not that good.
Uh dude, just learn to play the game ok?
Controlling items is a fundamental part of the game. The armors respawn every 25 seconds so grab it and make sure you're back there 25 seconds later so you can pick it up again (typing \cg_drawtimer 1 in the console might help you there). Learn about such strategies and try to execute them yourself. That's what Quake 3 is about.

If you're playing 1v1 against your friend you could always ask her to set a handicap for her so it evens out the playing field a bit (it's an option in the player setup menu. It limits the amount of health/armor the player can have). Complaining about losing because someone else is better isn't going to make the game any more fun, nor will modifying the game so you have a chance isn't fun either, because your victory will feel hollow (you skewed the game's rules in your favor). Your friend will complain endlessly about there not being any armor and how that's not how the game is supposed to be played. In short: removing the armor won't solve anything and it will only make the game less fun for both of you.

Instead, practice and learn. That is the only true solution for your problem. And for what it's worth, playing against someone that is better will give you the opportunity to analyze their play and figure out what you're doing wrong. It will only make you a better playing. You won't get any better my changing the game's rules so you can stay inside your comfort zone.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Armor Question

Post by ^misantropia^ »

Eraser wrote:
^misantropia^ wrote:Actually you can, by setting disable_item_armor_body and disable_item_armor_combat to 1.
Uh, aren't those OSP commands?
No, they're in (at least) 1.32. They're cvars btw, not commands. Check G_ItemDisabled() in g_items.c.
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Armor Question

Post by Eraser »

sweet. I didn't know this.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: Armor Question

Post by axbaby »

SoM wrote::) :D :p
your larfing , I was crying you sumbitch
[color=#FF0000][WYD][/color]
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Re: Armor Question

Post by SoM »

axbaby wrote:
SoM wrote::) :D :p
your larfing , I was crying you sumbitch
i'll give you a man hug when you come back, and beat your arse at pool :)
[color=red][WYD][/color]S[color=red]o[/color]M
Locked