Forum

> > CS2D > General > New version supplies
Forums overviewCS2D overviewGeneral overviewLog in to reply

English New version supplies

45 replies
Page
To the start Previous 1 2 3 Next To the start

old Re: New version supplies

DC
Admin Off Offline

Quote
increase the priority of the hook.

addhook("walkover","norpg",1) or addhook("walkover","norpg",2) should do the job. if not try even higher values.

old Re: New version supplies

DC
Admin Off Offline

Quote
yeah. right.. that's probably the best idea. it has been posted on the previous page.

old Re: New version supplies

VaiN
User Off Offline

Quote
DC has written
increase the priority of the hook.

addhook("walkover","norpg",1) or addhook("walkover","norpg",2) should do the job. if not try even higher values.


Ooops. Forgot about the priority. Thanks, DC, that fixed it.


Still, I hope you will consider a setting for which items are added when upgraded, in the next version.

old Re: New version supplies

commanderalex1
User Off Offline

Quote
yeah with the 50% armor, awp can't 1 shot.
so mabye next version change to light armour + flamethrower?
or make it so super supply supplies 2 items instead of 1 e.g m4a1 + kevlar

old .YeaH.

FiiD
User Off Offline

Quote
I hate that PRG...but its ok...I can kill everyone with the M3....so Its not a big problem for me...but I wanna set the weapon damage for it a little smaller...why New players dont like it to be killed every second...

old Pretty cool actually

LOLCatz
User Off Offline

Quote
Pretty cool with the RPG and super armor feaure they kinda balance the new players and the experienced ones to be equal in a way

old Re: New version supplies

RAVENOUS
BANNED Off Offline

Quote
1
2
3
4
5
6
7
addhook("objectdamage", "no_supply_upgrade")

function no_supply_upgrade (id,damage,player)
	if ( damage < 0 and object(id,"typename") == "supply" ) then
		return 1
	end
end
[/quote]

Notice that your supply is NOT repairable if you use this lua code.

old Re: New version supplies

Vectarrio
User Off Offline

Quote
Skipper has written
1
2
3
4
5
6
7
addhook("objectdamage", "no_supply_upgrade")

function no_supply_upgrade (id,damage,player)
	if ( damage < 0 and object(id,"typename") == "supply" ) then
		return 1
	end
end

Notice that your supply is NOT repairable if you use this lua code.

i can improve script so you can repair it.
1
2
3
4
5
6
7
addhook("objectdamage", "no_supply_upgrade")

function no_supply_upgrade (id,damage,player)
	if ( damage < 0 and object(id,"typename") == "supply" and object(id,"health")>99) then
		return 1
	end
end
Replace 99 by maximum supply health -1

old Re: New version supplies

FellipeCC
BANNED Off Offline

Quote
I was seeing that most people hate it.
One of my friends tell-me that he doesn't like it and I was said: a rocket launcher would be good. but he said: no. grenade launcher would be.
hmmm... if u cannot change it for a grenade launcher at least u can change for rocket launcher isn't it?
usnreal Software.de ROCKS!

old Re: New version supplies

ohaz
User Off Offline

Quote
1
2
3
4
5
6
7
addhook("objectdamage", "no_supply_upgrade")

function no_supply_upgrade (id,damage,player)
	if ( damage < 0 and object(id,"typename") == "supply" and object(id,"health")>99) then
		return 1
	end
end
This hook does NOT work on upgrading. I tested it yesterday, and talked with DC about it. There is NO hook which triggers on upgrading yet.

old Re: New version supplies

Quattro
GAME BANNED Off Offline

Quote
DC, i understand what you mean, but with that new armour and rpg added it would be just stupid to use other weapon. With rpg&armour vs m4 i just walk onto oponent's thrown he(not even 50 damage :D), aim for a few seconds(while he is shooting at me) defeat him and still have plenty of hp to hide. This is too easy, besides i can destroy any base in instant with rpg launcher(hooray for abusers too!).

There should definitely be a way to turn it off(easily) because con will become a hero game, which is liked only by a few players

old Re: New version supplies

Quattro
GAME BANNED Off Offline

Quote
How one can complain before seeing all changes in action? I suggest counting all complains as ideas for the next version


btw. thanks for keeping this game alive, stay active man!

old Re: New version supplies

Rainoth
Moderator Off Offline

Quote
If there are more than 8 players in each team its easy to upgrade supply prety fast to super 1...

old Re: New version supplies

Dictatus Papae
User Off Offline

Quote
I think people are going to get over using rpg's only somehow. The only problem is the damage, because it destroys buildings easily. I think taking the building damage down a bit would be enough, that can be done with the objectdamage, right?

Anyway, a big reason for players using rpg's so often is because it's new and it's interesting. As soon as they get used to the super supply, they'll stop over-using them.

But I think cs2d needs an upgradeable obstacle .

old Re: New version supplies

RyceR
User Off Offline

Quote
heh, for my its good, but... next time i want it to cs 0119:
to extra items for supply (grenades is molotov coctail or gas, sniper rifles is scout...)
To the start Previous 1 2 3 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview