Forum

> > CS2D > General > CS2D Bug Reports
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch CS2D Bug Reports

2.043 Antworten
Seite
Zum Anfang Vorherige 1 231 32 33102 103 Nächste Zum Anfang

alt Re: CS2D Bug Reports

Pagyra
User Off Offline

Zitieren
@user VADemon:
It is not true - in my mod file cs2d Quake 2D Arena
There is script of change color of beam for railgun, depending on player color of spraycolor.
And it based on check this value.

It changing at event saving *.cfg files.
1× editiert, zuletzt 16.10.15 10:05:21

alt Re: CS2D Bug Reports

Masea
Super User Off Offline

Zitieren
1
parse("equip "..id.." 56")

I can't get defuse kit, with this command.

alt Re: CS2D Bug Reports

GeoB99
Moderator Off Offline

Zitieren
@user Masea: As far I know, you can no longer equip with Defuse Kit, Blue & Red Flag and the Bomb (even if you are a Terrorist - on other game modes) with equip command. This also applies to the cs2d cmd strip command. The only solution is to use cs2d cmd spawnitem and specify the ID of the item and the position to a certain X and Y tile position but that would be a bad idea at creating mods.

• Off-Topic:
I think, user DC should update the equip command information on CS2D website by adding a warn that you aren't able to equip certain items as I've already explained it above.
1× editiert, zuletzt 18.10.15 18:34:56

alt Re: CS2D Bug Reports

Cebra
User Off Offline

Zitieren
1
2
3
4
addhook("die","d")
function d(vid)
parse("makespec "..vid)
end

this script should set the victim to spectors but here the killer will set to spectors
in the help at cs2d.com is the first parameter the victim id

alt Re: CS2D Bug Reports

THEMUD
User Off Offline

Zitieren
@user Cebra: When you don't see the 'id' parameter first, it means that you ought to set it automatically.
1
function d(id, vid)

alt Re: CS2D Bug Reports

Yates
Reviewer Off Offline

Zitieren
@user Cebra: That's because it accidentally got changed. The next update will change it back and I have the very special task of reminding him to put an announcemet on CS2D and here

In the mean time the killer is actually the first parameter, and the second is the person who died.

alt Re: CS2D Bug Reports

Gaios
Reviewer Off Offline

Zitieren
These two (Images only and Sounds only) don't download the files from servertransfer.lst list, they just ignore this. Another possibilities download them except None .

I suggest to never ignore servertransfer.lst list, because it can store important files!

IMG:https://i.imgur.com/2BHPLq0.png

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
@user Gaios: I'm not sure if I understood you correctly but this is probably not a bug but an intended feature. There are too many servers which force people to download shit tons of files. Therefore users can decide to download only specific stuff.

When you're a server provider / Lua scripter and want to ensure that people actually download the stuff you can still do this with some Lua scripting. Use cs2d lua cmd reqcld and warn/kick people if they didn't download certain files. Be aware that this is still not a 100% safe guarantee.

alt Func_Hit Bug

zazz
User Off Offline

Zitieren
Func_Hit doesn't detect the snowball hit.
Fix this please DC, i can't finish my soccer map

alt Re: CS2D Bug Reports

zazz
User Off Offline

Zitieren
user SQ hat geschrieben
@user zazz: Isn't a projectile hook for that?

I have no idea about hooks, but i would be happy if you show me it

alt Re: CS2D Bug Reports

Gaios
Reviewer Off Offline

Zitieren
user DC hat geschrieben
@user Gaios: I'm not sure if I understood you correctly but this is probably not a bug but an intended feature. There are too many servers which force people to download shit tons of files. Therefore users can decide to download only specific stuff.

When you're a server provider / Lua scripter and want to ensure that people actually download the stuff you can still do this with some Lua scripting. Use cs2d lua cmd reqcld and warn/kick people if they didn't download certain files. Be aware that this is still not a 100% safe guarantee.

I mean that when you enter some gfx paths to servertransfer.lst file, Images only mode doesn't download the gfxs. Similarly with sounds.

alt Re: CS2D Bug Reports

Yates
Reviewer Off Offline

Zitieren
http://cs2d.com/help.php?cat=all&cmd=banusgn#cmd

When using banusgn and you supply an id lower than 32, it will check if any person on the server has that user id and ban his U.S.G.N ID instead of the initially given ID. Which is weird. What if I want to ban DC and it ends up banning the player with the ID instead?

Also, reasons for any kind of kick or ban may not contain spaces unless I escape quotes and such, which is weird because the last variable you need to supply is the reason which can be easily added together by the source code again with a for loop.

alt Re: CS2D Bug Reports

Infinite Rain
Reviewer Off Offline

Zitieren
So when I was fixing a bug in one of my uploads I have noticed that cs2d cmd settile is bugged. When you try to set tile with the ID of very last tile available in the tileset, it does not change the tile.

So for example very last tile of tileset X is a sand tile and has ID of 127. So when I try to set any position to tile 127, it would not change.

Am I missing something or is that truly a bug?

alt Re: CS2D Bug Reports

Cebra
User Off Offline

Zitieren
the cs2d lua hook trigger hook doesn t work

1
2
3
4
5
6
addhook("trigger","tr")
function tr(trigger)
	if trigger=="h1" then
		msg("test")
	end
end

this code didn t work

alt Re: CS2D Bug Reports

Cure Pikachu
User Off Offline

Zitieren
@user Cebra: OK, I figured it out.
• Do any of your triggers have h1 in its Trigger: text field (not Name:, my bad) in its Properties panel?
• Does it show the message when you type this into console:
1
trigger h1
1× editiert, zuletzt 17.11.15 19:41:28

alt Re: CS2D Bug Reports

Cebra
User Off Offline

Zitieren
yes it does
when i do the trigger to trigger itself, it should work or?
1× editiert, zuletzt 20.11.15 23:58:39
Zum Anfang Vorherige 1 231 32 33102 103 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht