English CS2D Bug Reports

1,990 replies
Goto Page
To the start Previous 1 2 ... 41 42 43 ... 99 100 Next To the start
15.09.16 01:13:30 am
Up
Rainoth
Moderator
Offline Off
@user belbonassa: Did you re-enter the new password through options too?
15.09.16 11:14:17 pm
Up
DC
Admin
Offline Off
@user belbonassa: In case what user Rainoth said isn't the issue: This is covered by the FAQ: http://www.cs2d.com/faq.php?show=net_login#net_login
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
15.09.16 11:44:04 pm
Up
Livia
User
Offline Off
You can build landmines not only below but to adjacent tiles aswell with some packet editing. They act like any other building but you got to have them in your inventory.
Software has no limits.
01.10.16 06:01:23 pm
Up
limonata
User
Offline Off
When i minimized the cs2d window it crashes.
01.10.16 06:41:58 pm
Up
kerker
User
Offline Off
Hi! Don't know who wrote something similar or not, in General, I don't care.

If I write /win and then exit the game and come back to it - the screen is much too small, smaller than usual. Of course, I know how to fix it. But it's annoying. I think you will fix it, @user DC.

Spoiler >
03.10.16 12:30:58 am
Up
VADemon
User
Offline Off
1) There's inconsistencies with cs2d lua cmd player tilex/tiley: either when player is the dedicated host OR sometimes after switching teams/dying (needs testing) the tile-values are not reset to -1000 but instead are left at what the old position was.
PS: This must be mentioned in the documentation too that tilex/y may return -1000 as a value, as well as pixel position may return the old position before death.

2) Player USGN is verified even if the setting is off on the server:
Code:
1
2
3
4
[00:21:07] recv join attempt... (192.168.0.2:59390)
[00:21:07] VADemon clientdata: WIN {28cefe3ac30ab30ab5268978955263db3271680}
[00:21:07] U.S.G.N.: VADemon (192.168.0.2) joining with U.S.G.N. ID #7844 - verifying...
[00:21:10] U.S.G.N.: Can't validate player 'VADemon' (timeout)

IMG:http://i.imgur.com/lrWEuoP.jpg
04.10.16 09:27:13 am
Up
Vennece
User
Offline Off
Sometimes.... i click "cancel" and click on server again and login for no reason and that it works... maybe check ur internet.. this may work..
【=◈︿◈=】
13.10.16 08:34:18 pm
Up
VADemon
User
Offline Off
http://www.unrealsoftware.de/forum_posts.php?post=390972#jn

I've waited long enough and will write it down here again:
Quote:
ADDED Stacktrace for (some) Lua errors (thanks to Starkkz)

Make Starkkz great again. Or revert the change for autorun scripts. Or whatever.
Bug: Syntax errors are not shown for autorun scripts.

An innocent user has suffered once again: http://unrealsoftware.de/forum_posts.php?post=406967&start=0#post406980
23.10.16 12:42:41 pm
Up
kerker
User
Offline Off
Here you can see a shadow bug:
IMG:http://poster.radikal.ru/1610/ef/5c2acae71471.jpg

Someone arealdy say about it? Sorry!
22.11.16 10:54:18 pm
Up
Hajt
User
Offline Off
Please do something with hook cs2d lua hook join :x

This hook should be triggered when a player is fully connected with the server, not when downloading files etc.
23.11.16 12:52:26 am
Up
Rainoth
Moderator
Offline Off
@user Hajt: It's good the way it is. If you want to know when someone fully connected with the server you can use other hooks to check for that.
23.11.16 02:23:19 pm
Up
Masea
Super User
Offline Off
@user Rainoth: Still really worth to do it;
user Yates has written:
Add an additional parameter to the join hook which tells us if the join is triggered on connection or a completed join (game initialized, player sees everything).
Shit your pants: file cs2d Outlast II Mod (29) | Create your UI faster: CS2D UI Framework
26.11.16 12:32:56 pm
Up
kerker
User
Offline Off
See photo, a nicknames is a bugged:
26.11.16 01:46:24 pm
Up
DC
Admin
Offline Off
@user kerker: Looks like a temporary network problem. Just restart the game and it should work.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
26.11.16 01:48:05 pm
Up
kerker
User
Offline Off
@user DC: Okay, now alright.
29.11.16 11:56:31 am
Up
Yates
Reviewer
Offline Off
The cs2d lua hook rcon hook is not triggered when using RCon commands via new game. Am I using the wrong hook or is just wrong functionality?

If this is intentional and there is no other way to detect custom commands via new game, why not and pls fix
29.11.16 04:25:59 pm
Up
Hajt
User
Offline Off
@user Yates: You can use hook cs2d lua hook parse instead of cs2d lua hook rcon.

btw is there any way to handle nickname with this char | in menu?
edited 5×, last 02.12.16 06:00:19 am
02.12.16 07:14:32 am
Up
Baloon
GAME BANNED
Offline Off
@user Hajt: simply replace
player(id,"name")
(on menu) to
string.gsub(player(id,"name"),"|","l")
.
02.12.16 07:30:25 am
Up
Hajt
User
Offline Off
I knew about it but I wonder how to display the real nickname without replace this char, is it even possible? | ≠ l
02.12.16 08:04:45 pm
Up
DC
Admin
Offline Off
@user Yates: Can you please describe what exactly you mean with
Quote:
using RCon commands via new game
?
Because I have no idea what you're talking about.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
To the start Previous 1 2 ... 41 42 43 ... 99 100 Next To the start