Forum

> > CS2D > General > CS2D Bug Reports
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D Bug Reports

2,043 replies
Page
To the start Previous 1 231 32 33102 103 Next To the start

old Re: CS2D Bug Reports

Pagyra
User Off Offline

Quote
@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.
edited 1×, last 16.10.15 10:05:21 am

old Re: CS2D Bug Reports

Masea
Super User Off Offline

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

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

old Re: CS2D Bug Reports

GeoB99
Moderator Off Offline

Quote
@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.
edited 1×, last 18.10.15 06:34:56 pm

old Re: CS2D Bug Reports

Cebra
User Off Offline

Quote
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

old Re: CS2D Bug Reports

THEMUD
User Off Offline

Quote
@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)

old Re: CS2D Bug Reports

Yates
Reviewer Off Offline

Quote
@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.

old Re: CS2D Bug Reports

Gaios
Reviewer Off Offline

Quote
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

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@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.

old Func_Hit Bug

zazz
User Off Offline

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

old Re: CS2D Bug Reports

zazz
User Off Offline

Quote
user SQ has written
@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

old Re: CS2D Bug Reports

Gaios
Reviewer Off Offline

Quote
user DC has written
@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.

old Re: CS2D Bug Reports

Yates
Reviewer Off Offline

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

old Re: CS2D Bug Reports

Infinite Rain
Reviewer Off Offline

Quote
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?

old Re: CS2D Bug Reports

Cebra
User Off Offline

Quote
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

old Re: CS2D Bug Reports

Cure Pikachu
User Off Offline

Quote
@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
edited 1×, last 17.11.15 07:41:28 pm

old Re: CS2D Bug Reports

Cebra
User Off Offline

Quote
yes it does
when i do the trigger to trigger itself, it should work or?
edited 1×, last 20.11.15 11:58:39 pm
To the start Previous 1 231 32 33102 103 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview