English CS2D Bug Reports

1,993 replies
Goto Page
To the start Previous 1 2 ... 72 73 74 ... 99 100 Next To the start
15.04.18 11:17:57 am
Up
Joni And Friends
User
Offline Off
I found bug on transfer files, when someone download the data, other people cant download the tiles of the map. Please fix it
Web | file File does not exist (15501) | file File does not exist (15463) | file cs2d [JAF] Adventure (19) | file File does not exist (15919)
15.04.18 08:30:50 pm
Up
Ranw-X
User
Offline Off
• I Found Bugs!

https://imgur.com/a/ODSoK
--------------------------------
https://imgur.com/a/xRfis

> Bug in Fow
> CS2D 1.0.0.7

--------------------------------

Command 'setmvp,setassists' work but console can't show you this commands
https://imgur.com/a/qiwrx , https://imgur.com/a/DcvrV
sys/core/cmd.lst Add setmvp:player:mvp -- setassists:player:assists
https://imgur.com/a/RGBw5

--------------------------------

Command 'close' in console (No Effect)

--------------------------------

@user mrc: © Tag color is Adding an: "Â" to the texts
VTA Community Discord: https://discord.gg/6rHKWvJ
15.04.18 09:00:35 pm
Up
zor1984qq
User
Offline Off
After 1.0.0.7 update I have cursor lags when moving cursor around edges of screen to throw grenades or flares...it cause massive huge fps drops and lags when moving at the end of screen...

Previously I used antergos linux rolling with intel gpu open source graphics stack and gma3150 or intel HD3000+ gpus

But now I am using fresh installation of Ubuntu Linux 16.04.4 LTS and use radeon r600 open source graphics driver for my caicos sapphire r5 230 1Gb AMD GPU card....and ubuntu hwe LTS graphics mesa + drivers for amd gpu chips stack...

I think it could be an AMD gpu problem but when I am asking on discord on zombie Apocalypse 2D or cs2d network they say that they do not experience the same problems so I decided to write here, cause on discord I have not found any person interested in talking about beside one guy who pointed me to these topic
15.04.18 11:20:16 pm
Up
mrc
User
Offline Off
Players in spectator cant be kicked by votes/idleaction...?
edited 1×, last 15.04.18 11:31:01 pm
IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
16.04.18 12:12:59 am
Up
DC
Admin
Offline Off
@user zor1984qq: Unfortunately I don't have a AMD GPU and can't reproduce the issue. One common way would be to try other video card drivers or to try windowed/fullscreen mode. Maybe the VSync setting also makes a difference.

@user mrc: That's intended. Spectators can't be idle (they are not playing) so they never get kicked by the idle system. Also the vote system is designed for actual players only as well.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
16.04.18 05:52:35 pm
Up
Cure Pikachu
User
Offline Off
Reiterating what others reported, though inappropriately.
The console outputs messages similar to the image below whenever you use your knife.
IMG:https://i.imgur.com/5AvERuk.jpg
IMG:https://i.imgur.com/DeSeUxC.png
IMG:https://i.imgur.com/xpsyQRX.png
16.04.18 06:01:14 pm
Up
SQ
Moderator
Offline Off
@user Cure Pikachu: DC knows, he forgot to removed them after fixing sound bug. He'll probably do silent patch for steam.
16.04.18 06:01:48 pm
Up
Cure Pikachu
User
Offline Off
@user SQ: Good to know, thanks.
IMG:https://i.imgur.com/DeSeUxC.png
IMG:https://i.imgur.com/xpsyQRX.png
17.04.18 08:40:01 am
Up
DanelSonic123
User
Offline Off
What Friends bug https://youtu.be/8yImXyCEd7A
So ya, very long time ago
17.04.18 02:45:22 pm
Up
lelu
User
Offline Off
still i cant load the "HD skins" into online servers, i can only load them in my own server. any help would be appreciated
17.04.18 03:41:51 pm
Up
Joni And Friends
User
Offline Off
Why I cant download tiles from other server?
Its bug i think, user DC: please fix it
Web | file File does not exist (15501) | file File does not exist (15463) | file cs2d [JAF] Adventure (19) | file File does not exist (15919)
21.04.18 10:59:45 pm
Up
mrc
User
Offline Off
When enabling/disabling off scren damage: http://prntscr.com/j8d8qe
IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
24.04.18 05:01:41 am
Up
StirlizZ-Fapicon
Super User
Offline Off
Changing resolution by clicking small arrow in the corner leading to fullscreen, but when I changing it back to window mode window spawning out of screen making it impossible to close or move.
edited 1×, last 24.04.18 05:53:04 am
CS2d for ANDROID Discord server is here: https://discord.gg/ww59nvf
24.04.18 05:09:13 am
Up
mrc
User
Offline Off
Spectating a player when he get flashed.

IMG:https://cdn.discordapp.com/attachments/322860456769355777/438093001302999050/unknown.png
IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
24.04.18 05:50:56 am
Up
StirlizZ-Fapicon
Super User
Offline Off
@user DC: Another bug I've found:

Mods aren't working properly, downloading files possible only when joining local server, not the online one. When trying to get mod from the online server it downloads only empty folders.

Tested with @user SQ:
edited 1×, last 25.04.18 02:44:15 am
CS2d for ANDROID Discord server is here: https://discord.gg/ww59nvf
30.04.18 01:36:10 pm
Up
Quattro
GAME BANNED
Offline Off
addhook("say","tutorialsay")
function tutorialsay(player, text)
if (text == "bla")then
msg("Player "..player(player, "name").." said: bla")
end
end

I copy pasted it from CS2D tutorial. Why doesn't this work?
30.04.18 02:02:51 pm
Up
SQ
Moderator
Offline Off
@user Quattro: Because of this
Code:
1
player(player, "name")


Btw, dude this is lua question, not a bug report.

Would make no sense because if there is "player" function, you would be doing recursive calls.

Code:
1
2
3
4
5
6
7
addhook("say","tutorialsay")

function tutorialsay(p, text)
     if (text == "bla")then
          msg("Player "..player(p, "name").." said: bla")
     end
end
30.04.18 02:04:00 pm
Up
Yates
Reviewer
Offline Off
@user Simonas: Use
id
like a normal person
30.04.18 03:02:06 pm
Up
Quattro
GAME BANNED
Offline Off
Sorry, I thought since it's official tutorial(http://www.cs2d.com/tut/tkdlua/luatut.html) I would post it here because it needs fixing.

It's working after changing the name of function like you did √
05.05.18 03:15:03 pm
Up
Edik
User
Offline Off
-Many People get speedhack kick even if they dont cheat. (I got even myself kicked muliple time).
Sometimes it does not even lag.

-rcon command "spawnplayer" doesnt remove gas mask and night vision. Strip these are right now impossible
edited 1×, last 05.05.18 04:42:49 pm
To the start Previous 1 2 ... 72 73 74 ... 99 100 Next To the start