CS2D Bug Reports
1,860 replies
if you die with flashlight on you respawn with it on too
Not a bug? Does it really matter?
I don't know if this is really a bug, but when I open options my bind key stops working and it starts to work again when I re-open my CS2D.
P.S.: The bind key is F1.
P.S.: The bind key is F1.
@
DevGru: Add an entry to controls.lst. It's a normal text file which can be opened with a text editor just like the cfg files.
format:
Those $XYZ descriptions are references to the language files.
This way you can assign a key for your custom command in the controls menu and the bind will never get lost.
Also note that F1 is already in use by default (opens server info window)!

format:
Code:
1
"cs2d command(s)" "description"
Those $XYZ descriptions are references to the language files.
This way you can assign a key for your custom command in the controls menu and the bind will never get lost.
Also note that F1 is already in use by default (opens server info window)!
Hud images appear 1 pixel lower in linux than in windows version.
Also, they won't work before a map change. Console states they're unbuffered.
Ubuntu 12.04
Also, they won't work before a map change. Console states they're unbuffered.
Ubuntu 12.04
Software has no limits.

Why someone want vote himself?
You question the stupidity of CS2D players? Lolwhat.
@
Suprise: Wrong id maybe? happens sometimes,it should be fixed anyways.

Only noobs would vote themself..who's crazy to vote themself anyway? and just forget it..You can maybe make a script about it..
When i play in vip mode in a map with npcs,the console's saying,"VIP MISSION"and i dont know whats wrong

Blood skinning specialist

play in vip mode

console's saying,"VIP MISSION"
What's wrong here?

Why someone want vote himself?
Use your brain before post something.
Use your brain before post something.
Every bug is a bug and therefore has to be fixed.

When i play in vip mode in a map with npcs,the console's saying,"VIP MISSION"and i dont know whats wrong 

You can disable that in bots/includes/decide.lua (line 57). Just put -- in front of it and it'll stop.

Does it really matter?

Every bug is a bug and therefore has to be fixed.
I code, therefore I exist. | Visit my blog for Lua tips and other interesting info
Yes, I decided to vote a speedhacker but I input a wrong id which was mine.
And It's a bug as


Every bug is a bug and therefore has to be fixed.
It seems to be good.

Is it bug or something??
(The point of this: I can write my name blAU buRGeR instead of Blau Burger)
EDIT: damn the screenshot sucks.
@
Suprise: The most obvious thing would be your font. I suggest you change it to the standard one and check.

@Yates
That won't help, I'm using the standard font. But still.
That won't help, I'm using the standard font. But still.
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. You will only look with your eyes and see the recompense of the wicked. - Psalm 91:7-8 ESV
The U.S.G.N. user name is not case sensitive (the password is of course). So you can do this. It shouldn't cause any problems.
21.10.12 05:05:14 pm
I tried to spawn objects and items in the startround_prespawn hook. The objects and items got spawned, but they were invisible. I am not sure if this is a bug or a feature? Invisible mines can be quite exciting.
happy camper n Informal a happy, satisifed person (esp in the phrase not a happy camper)
You shouldn't do this in the
startround_prespawn hook then. It's clearly not an intended feature and it probably causes even more critical problems. It's a special case which is not handled properly. I should forbid spawning stuff in this hook maybe or try to handle this cases properly.
Thanks for reporting.

Thanks for reporting.