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 293 94 95102 103 Nächste Zum Anfang

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
Maps that you do not have appear as darker gray in the server list, but this is case sensitive.

That means, if you have "map_name", but the server hosts "map_Name", it will appear as though you don't have the map.

The problem comes when you join the server, and have to re-download the map.
This differs in Linux, because it would let the two examples exist in the same folder.

TL;DR: Very messy.


Edit:
It appears I either found a bug or misleading documentation...
cs2d lua hook menu claims that one of the return values for a menu is
X
when "closing" but I always get
0
regardless of whether I close it with cancel, the X button or even ALT+F4.

So does someone mind explaining how to get that X? I don't know if to create a catch statement for it, or to just leave it at catching
0
.
1× editiert, zuletzt 08.02.21 10:00:07

alt Re: CS2D Bug Reports

Masea
Super User Off Offline

Zitieren
user Mami Tomoe hat geschrieben
Edit:
It appears I either found a bug or misleading documentation...
cs2d lua hook menu claims that one of the return values for a menu is
X
when "closing" but I always get
0
regardless of whether I close it with cancel, the X button or even ALT+F4.

So does someone mind explaining how to get that X? I don't know if to create a catch statement for it, or to just leave it at catching
0
.
It doesn't say it returns "X" or "x", it says it returns 0 for both cancel(ing) and (pressing) X.

alt Re: CS2D Bug Reports

PHENOM
User Off Offline

Zitieren
DC should make a fresh new version for CS2D asap because it is now full of hacker's but I wanted to ask why people can hack CS2D even while they are on steam.
in other games if you are on steam you can not hack a game or you get your account banned or something

YO DC YOU NEED TO WAKE UP AND WORK FOR YOUR GAME BEFORE IT DIES SERIOUSLY

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
@user PHENOM: This is off-topic. Hacks are not a bug. Every game can be hacked. Steam doesn't change that. Even if I would redo CS2D completely people would be able to hack it.
CS2D also supports banning. Server owners would have to do that.

Zitat
YO DC YOU NEED TO WAKE UP AND WORK FOR YOUR GAME BEFORE IT DIES SERIOUSLY

I don't have to do anything. CS2D is a free game (which is also pretty old by now). Either enjoy it as it is or don't. That's up to you.

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
The launcher that comes with CS2D which is used to create custom launch CMD/BATCH files creates the title
Run CS2D 2D (custom launch)
for the output file, which is of course, not right.

EDIT:
The V.I.P (team 3) will have a black (
{ 0, 0, 0 }
in RGB) name colour when using the voice chat, this is probably because nobody added a colour for team 3.

I would recommend setting team 3's colour to the same as team 2.
This is for game balance purposes too.

EDIT:
cs2d cmd exit and cs2d cmd disconnect both break the cs2d_dedicated (on both Linux and Windows) when casted.
The window will NOT close, but the server will.
EDIT >


There should never be a case when the server is both not online and running at the same time.

EDIT:
When using cs2d cmd banlist the server will list STEAM bans as U.S.G.N. bans.
This is possibly a label issue.
(I'm unsure about this one though)

EDIT:
There's a bug with the MVP calculation and rewarding:
https://youtu.be/HEa50loXJe0
The MVP would be declared for defusing the bomb regardless of whether they did or not, it will be based on their frags for the round.

Edit:
It appears that the cs2d lua hook projectile has 5 paramters, but the documentation only lists four of them.
Furthermore in my testing, the fifth variable is always
1
unless the Grenade Launcher is used, though I didn't do a complete testing of this.
@user DC or @user Simonas, what is that variable for?
10× editiert, zuletzt 22.03.21 09:54:41

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
documentation fixed. the last one is the ID of the projectile. Since IDs are recycled it's very possible that you see 1 most of the time because there's just one projectile per player at a time.

Also the ID is only unique per player. Player X can have a projectile with ID 1 but player Y can have a projectile with ID 1 at the same time. See red attention text in cs2d lua cmd projectile

alt Re: CS2D Bug Reports

Chrome
User Off Offline

Zitieren
Might not be a bug per se -- I'm just trying to understand how spectating a player's pointer works.

Let's say we suspect that a player is using a hack which allows them to lock on enemies who are far away and hit them precisely across the map. We start spectating this player and notice that their pointer sometimes "teleports", i.e. flicks a few centimeters in the enemy's direction. We then assume that the teleporting pointer is a sign of aim assist software.

From my (rudimentary) understanding, during spectating, the player's pointer isn't updated at each tick, which may lead to this "pointer teleporting" effect. Am I correct to think that the pointer that we spectate doesn't move as smoothly as the pointer from the player's own point of view?

Red pointer laggy, green pointer good?
1× editiert, zuletzt 23.03.21 10:27:57

alt Re: CS2D Bug Reports

The Dark Shadow
User Off Offline

Zitieren
@user Chrome: First of all Green pointer is best, but red pointer is slow and laggy . Second of all, If someone is really cheating they might even block sending the pointer position thing so you won't receive the player's pointer position, neither will the server precisely. I myself tested it and it worked just simply by modifying my player's rotation and faking my pointer's position. And yes, while you're spectating a player their pointer will look laggy due to slow target spectating pointer update rate + (high-ping/slow internet connection you, him and/or the server and/or low fps either you or him, and/or low server tick, and/or slow monitor (you)) + CS2D uses UDP this means some packets will be lost, this is also why sometimes reloading bug happens

Conclusion: Stop accusing people without a clear proven evidence.
3× editiert, zuletzt 23.03.21 13:18:20

alt Re: CS2D Bug Reports

SQ
Moderator Off Offline

Zitieren
@user Chrome: Spectator pointer holds just 1 byte of information.

What does it hold?
Distance from player to pointer. (256 pixels precision)
You already have rotation - player rotation.

The pointer is not slower than the player.
It could be a bit jumpy as it has slightly weird grid.

Optimization √

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
cs2d cmd spawnitem won't use the
ammoin
for items that stack (Snowball, Mine, ETC.), while it should.

Either change that, or add a third parameter "count" for stacked items.

Edit:
cs2d cmd setammo doesn't care about the said above either, this is quite a problem for me, as I want to equip a given amount of grenades(/ETC.).

Edit:
When a CS2D listen server shuts down, most of the times, it will send a "server shutting down" signal to all connected players, it's not exactly reliable, but the real issue is that dedicated servers don't do that at all.
A dedicated server will instead "disappear" and everyone would just timeout.
2× editiert, zuletzt 14.04.21 09:50:48

alt CS2D High Render Latency

The Dark Shadow
User Off Offline

Zitieren
Why rendering takes so long in CS2D? In other games even heavy games they only takes less than 5 ms for me but in CS2D it takes over 17 ms. This issue exists since CS2D was developed and kept being neglected.

If you don't wanna put your time into it or not willing to fix it, Would you mind advising us on what steps may we take or approach in order to fix that issue ourselves?

alt Re: CS2D Bug Reports

The Dark Shadow
User Off Offline

Zitieren
@user SQ: I run CS2D in Nvidia GPU, Nvidia provides Nvidia Geforce Exp using this program I could measure the render queue using the provided Nvidia Geforce Performance Overlay. I decided to compare the NGE Performance Overlay result of CS2D with Among Us both games FPS caps are locked at 60. FPS cap doesn't make the least difference for the NGE render queue results according to the experiment I've just done.




I ran both games in res: 1920x1080 fullscreen. It seems to happen only while using OpenGL. I asked many other people everyone said it's the same for them.

Someone already reported this issue but could not explain what was going on very well. here

Zitat
When I use directX, which is better performance if I'm sure than OpenGL.
1× editiert, zuletzt 24.04.21 21:05:03

alt Re: CS2D Bug Reports

The Dark Shadow
User Off Offline

Zitieren
@user Mami Tomoe: Normally in most games OpenGL is much more reliable and is faster than DirectX as OpenGL has a smoother, and more efficient pipeline.

An experiment showed that at 303.4 fps, OpenGL is rendering a frame every 3.29 milliseconds; at 270.6 fps, DirectX is rendering a frame in 3.69 milliseconds.

Also, what for Linux players? I'm one of them. They haven't got DirectX as its not cross-platform.

alt Re: CS2D Bug Reports

SQ
Moderator Off Offline

Zitieren
@user The Dark Shadow: This could be due to the way BlitzMax low level graphics are implemented.
I had already optimized it before steam release for higher resolutions, it was a lot of headache.

But issue is that BlitzMax graphics API executes new SetPass and Draw calls for each method.
This leads to horrible result with 1000-2000 of set pass calls per frame.
I've mentioned this topic is one of my dev blogs recently.

What might be affecting GPU analysis... BlitzMax does not have dedicated GPU render thread, everything is performed on a single thread.

These things cannot be solved that easily.
Similar to Stranded 2 which cannot reach stable 30 FPS on modern system.

by the way, thanks for performance comparison to Among Us. That's cool.
Anyway, CS2D is way more graphically and mechanically intensive than Among Us.

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
Using server mods will sometimes(?) make player sprays appear blurrier.

Same can be applied for the transfer list in some cases I suppose.

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
Blurry sprays are a known issue. From my experience it can always happen. Even without any transfers or server mods. I still don't know why it happens sometimes.

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
@user DC: I've tested it and can reproduce the issue under 3 different stages, a map, a server mod, and transfer list.

EDIT:
In addition to the huge amount of bugs I've recently found, some hooks can be called as the player is leaving (cs2d lua hook leave).
Those are:

cs2d lua hook key
cs2d lua hook drop

Those can lead to undesirable results if not handled properly.

Another reason to have cs2d lua hook disconnect.

EDIT:
It also appears as though when a player fails at joining the server (for a reason such as a different map), the cs2d lua hook connect and cs2d lua hook join hooks won't be called, but the cs2d lua hook leave will.
2× editiert, zuletzt 05.05.21 01:55:56

alt Re: CS2D Bug Reports

ttoni
User Off Offline

Zitieren
1
2
player(pid, "screenw")
player(pid, "screenh")

These params get user's screen params whenever he connected in server, but it is not update whenever user change window resoluation while on the server.

Is it a bug or I don't know something about it?
Zum Anfang Vorherige 1 293 94 95102 103 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht