English CS2D Bug Reports

1,993 replies
Goto Page
To the start Previous 1 2 ... 73 74 75 ... 99 100 Next To the start
07.05.18 05:19:28 pm
Up
mismas
User
Offline Off
1.0.0.7 wont start on ubuntu via steam, no errors
10.05.18 09:37:32 pm
Up
Edik
User
Offline Off
the lua command "inentityzone" give sometimes false, even if Player is in the zone.

Edit.:
I find out that if you use inentityzone(x,y,18) then it give you only true if your are in a Env_Hurt Zone. But type 18 should be Info_NoBuildings
See here:
Info_NoBuildings
edited 1×, last 11.05.18 06:34:47 pm
16.05.18 01:29:30 pm
Up
Masea
Super User
Offline Off
I've met a crucial issue today. You know there are some ways for getting data of coordinates of your mouse position by using either
player(id, "mousex")
or
reqcld
function. No matter how many ways are existing because both of them have the same issue anyway.

The issue is, these data outputs are incorrect. However, it depends on your resolution. For me, all the resolutions except for 850x480 don't work.

As an example, I provided a function that says me the coordinates of my mouse position and I am just attempting to move my mouse to the left bottom corner of the window to see the what genuine resolution I'm running.

Here is a video (clicky).

I hope this will get fixed soon.
Shit your pants: file cs2d Outlast II Mod (29) | Create your UI faster: CS2D UI Framework
16.05.18 05:38:08 pm
Up
zAzz
User
Offline Off
Idk if it's a bug or what but when i try joining a server i can't even download the tiles because the download speed goes from 250/kbs to 0/kbs and gets stuck there forever, really annoying
IMG:http://steamsignature.com/status/english//76561198080739294.png
IMG:http://steamsignature.com/AddFriend.png
q miras capo
16.05.18 06:13:04 pm
Up
SQ
Moderator
Offline Off
@user Masea: It's working fine, I'll explain in discord. Player(mouse) returns in-game coordinate.
It's more tricky, I'm trying not to include black boarders in some situations.
16.05.18 07:49:57 pm
Up
Masea
Super User
Offline Off
user SQ has written:
I'm trying not to include black boarders in some situations.
Doesn't matter. They don't work in any resolution except for 850x480.
Shit your pants: file cs2d Outlast II Mod (29) | Create your UI faster: CS2D UI Framework
16.05.18 09:38:15 pm
Up
SQ
Moderator
Offline Off
@user Masea:
player(id, mouse) works only when player is alive.

Code:
1
2
3
4
5
6
7
8
9
10
parse("mp_hudscale 1")

player_img = image("gfx/hud_radar.bmp", 425, 240, 2, 1)

addhook("ms100","ms100")
function ms100()
     if player(1, "exists") then
          imagepos(player_img, player(1, "mousex"), player(1, "mousey"), 0)
     end
end
23.05.18 09:35:30 am
Up
jerelahorca
User
Offline Off
2 days ago I saw this error and I take a screenshot...
IMG:https://i.imgur.com/aSRIOvD.jpg

the letter Ñ appears as a pointer, i do not know if someone reported this but I thought it was strange and for that reason I share it here.

I affirm that he is the pointer of the other person, in case someone asks if it's my pointer
What the F.A.Q.?| ∗ faqduLLAH
23.05.18 04:34:30 pm
Up
SQ
Moderator
Offline Off
@user jerelahorca: Perhaps it's a script?
Otherwise this is very hard issue to fix, something related with textures memory placing.
23.05.18 08:45:21 pm
Up
Mora
User
Offline Off
It might be drivers or something with video card. I've got strange things when has outdated drivers or had not them at all.(not only cs2d)
24.05.18 02:56:12 am
Up
jerelahorca
User
Offline Off
user SQ has written:
@user jerelahorca: Perhaps it's a script?
Otherwise this is very hard issue to fix, something related with textures memory placing.


is not script error, the truth I have no idea what that error will be... when I saw it, it seemed strange to me!
What the F.A.Q.?| ∗ faqduLLAH
03.06.18 01:44:02 pm
Up
Edik
User
Offline Off
mp_antispeeder 5
reroute(id,"ip")
and parse("reroute "..id.." ip")
doesnt work
would nice to hear some feedback of my bug reports
edited 1×, last 03.06.18 03:22:52 pm
Up
PsychoKaiserWolf
User
Offline Off
Hello guys, i have this problem i play cs2d with the Run in window option disabled, so i play fullscreen, everytime i press alt+tab to check another thing cs2d closes, saying an error: Exception_Access_Violation is the message that appears to me more often, i just wanted to know if this is my fault, or it has something to do with my pc, or is just a cs2d error.

Thanks for reading.
I have an endless void for heart
18.06.18 11:19:03 am
Up
Talented Doge
User
Offline Off
I don't know why this happened but:

IMG:https://vgy.me/YqYOIy.png

Admin/mod comment:

Next time describe problem, it took me 10 seconds to figure it out
28.06.18 02:12:57 am
Up
Edik
User
Offline Off
× Deleted -> False Bug Report
edited 2×, last 28.06.18 11:24:37 am
28.06.18 12:16:20 pm
Up
_oops
User
Offline Off
the hell, light system

IMG:https://i.imgur.com/d7wm2xg.gif


EDIT: problem solved, the reason was the huge size of sprite with "Affect lighting" options cause this
08.07.18 09:51:25 pm
Up
Hajt
User
Offline Off
There is problem related with reqhttp/httpdata. If the request failed once then automatically the next requests also will not work...
09.07.18 04:25:49 am
Up
Dai
User
Offline Off
https://cdn.discordapp.com/attachments/447885413005262870/465688973021544448/recommended.mp4

I'm alone in sewer was about to build an exit. My teammate came and locked the gate, leaving no option for escape but by destroying several boxes or pass the turrets. My teammate (possibly a newcomer in cs2d) got killed. Me who a "feeble minded" chose to destroy the boxes. Then I built a supply and stock the XM1014 for speeding up the process. The bug occurs when my ammo is 0/2. I can't reload anymore. Until i picked the primary ammo from the dispenser, i can reload again.

I think this bug happened because :
- My connection (yeah, sometimes happened)
- The server script bug
- The CS2D has bug (variable desync?)
- Another
Nothing here.
14.07.18 04:28:29 pm
Up
The Art Of Killing
User
Offline Off
the chat mute of cs2d is not working...
call me on what's up : +21695716674
Up
VADemon
User
Offline Off
hudtxt code for testing line 23 >

CS2D New Game (listen) Server + Second player (50ms+ ?), lag comp 200ms

When you as server enter a portal that triggers something (an explosion) then it is only triggered once.
But if the second player does it, it's triggered 3+ times!

hudtxt trigger counter is included for sprites on this test_portal map.
https://my.mixtape.moe/cuepsf.map

PS: very rarely works on LAN with 1ms ping, then it only may triggers 2 times, never 3+
To the start Previous 1 2 ... 73 74 75 ... 99 100 Next To the start