Forum

> > CS2D > General > New version supplies
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch New version supplies

45 Antworten
Seite
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang

alt Re: New version supplies

DC
Admin Off Offline

Zitieren
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.

alt Re: New version supplies

DC
Admin Off Offline

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

alt Re: New version supplies

VaiN
User Off Offline

Zitieren
DC hat geschrieben
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.

alt Re: New version supplies

commanderalex1
User Off Offline

Zitieren
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

alt .YeaH.

FiiD
User Off Offline

Zitieren
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...

alt Pretty cool actually

LOLCatz
User Off Offline

Zitieren
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

alt Re: New version supplies

RAVENOUS
BANNED Off Offline

Zitieren
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.

alt Re: New version supplies

Vectarrio
User Off Offline

Zitieren
Skipper hat geschrieben
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

alt Re: New version supplies

FellipeCC
BANNED Off Offline

Zitieren
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!

alt Re: New version supplies

ohaz
User Off Offline

Zitieren
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.

alt Re: New version supplies

Quattro
GAME BANNED Off Offline

Zitieren
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

alt Re: New version supplies

Quattro
GAME BANNED Off Offline

Zitieren
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!

alt Re: New version supplies

Rainoth
Moderator Off Offline

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

alt Re: New version supplies

Dictatus Papae
User Off Offline

Zitieren
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 .

alt Re: New version supplies

RyceR
User Off Offline

Zitieren
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...)
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht