CS2D Bug Reports
2,019 replies01.08.12 11:22:37 pm













edited 3×, last 09.05.16 10:36:15 am
Well I am using that image in my Lua and it should appear when you hit someone. But every time this images is generated (Does not matter for whom) my console (and everyone else's) gets spammed.
3 minutes and Yates already broke the game - congratz.
Hope it gets fixed.
Hope it gets fixed.
© Unreal Software, 2003-2021 | This website is using cookies because they are delicious | Disclaimer | Site Notice
All files have been updated (besides the mac binary, too much work lol). The debug output for the Lua image shit shouldn't be there anymore.

No one can change their name in-game. It's a bug.
Edit: Actually, nothing appears about me changing my name and it changes to Player even when I entered something else.
It only changes your name if you write /name sila and join another server (probably also if you reconnect).
we have cs2d server our server working in cs2d old version but now when we get lua bug error our server getting close why it happen help us
edited 1×, last 02.08.12 01:18:18 am

I should have tested it. Whatever. Not changing the name in-game is better anyways. lol.
Thats why ive posted this in the ideas for 0.1.2.2 thread

I can not log in to my account on game.
I re-downloaded the cs2d and restarted the PC.
still, not working.
I re-downloaded the cs2d and restarted the PC.
still, not working.




Screenshot:

http://desmond.imageshack.us/Himg534/scaled.php?server=534&filename=spamaq.png&res=landing
WhiteWolf
This is just a debug message. Set debug to 0 if you don't want to see it. It always was there. Also in the old version.
@
DC: This msg mostly comes when my net is lagging/about to crash :/.


This is just a debug message. Set debug to 0 if you don't want to see it. It always was there. Also in the old version.
Ok thanks i'll tell my friends too. They also complained about it

WhiteWolf
The "angledif" from tween_move is still spamming the console.
http://screenshooter.net/3015036/cvxbsvc
Trying to use function msg with nil throw's exception.
http://screenshooter.net/3015036/ekfqvtr
http://screenshooter.net/3015036/cvxbsvc
Trying to use function msg with nil throw's exception.
http://screenshooter.net/3015036/ekfqvtr
Code:
1
2
3
4
5
2
3
4
5
addhook("say", "onSay");
function onSay(id, txt)
msg(nil);
return 1;
end
function onSay(id, txt)
msg(nil);
return 1;
end
I posted those in the suggestions thread, but it won't hurt to have them here, because they still exist in b0.1.2.1: (edit: updated the list)
The inentityzone function crashes the game when it returns true with entities that can have varied zone size (info_nobuildings, info_teamgate, info_noweather, env_room, and env_hurt)
Some tiles have random shadows and sometimes flicker with the new lighting engine on (their X coordinate is bigger than 200)
The hudtxtmove command is executed for every player regardless of the player parameter's value
Clients don't recieve active tween data when joining making those objects stay in place until another tween function is called for those objects (to see it just make a long animation and join with a second client while it's moving)
tween_rotate doesn't create an animation
Pressing Escape to close Lua menus can't be tracked and stopped through the menu hook
You can't attack when a Lua menu is open (a big issue for invisible Lua menus)
Removing spawned nonexistant items (ones that do not have a name/graphics) using the "removeitem" command crashes the server
Image objects with image tags are requested as nonexistant images when joining (and display a message in the console that they're "unbuffered")
The entitylist function returns every single entity for type 0 (info_T)
When a player leaves the server, the NPC's with the same type as the player's ID (for example Headcrabs for ID 2) turn into red squares (invalid NPC's)
Spelling mistake when somebody tries to brute force the RCon ("maybe a brutefore attack")












edited 8×, last 07.10.12 04:53:04 pm
bug 1
Cant build on top of entities excluding teleport
bug 2 -- Possible bug
When I put a light inside of a wall it wont show, but im trying to get a 360 degree lighting from it
bug 3
I had my regular login info and when I joined a game I was logged in as someone else.
Possibly the server script had loaded someone else's save info when I had the same name as that person.
Cant build on top of entities excluding teleport
bug 2 -- Possible bug
When I put a light inside of a wall it wont show, but im trying to get a 360 degree lighting from it
bug 3
I had my regular login info and when I joined a game I was logged in as someone else.
Possibly the server script had loaded someone else's save info when I had the same name as that person.