DC was to lazy to implement multi-colored text in console.
Forum
CS2D General CS2D Bug ReportsDC was to lazy to implement multi-colored text in console.
There are size limits for skins?
Why at start of game errors are not recorded in log?
But it is not, my own server makes me download only the tile cs2dnormal for all maps.
Quote
Bot with given ID instantly turns to certain direction/angle (from 0° to 360°).
ai_rotate() generally doesn't do what it says.
well it is instant if you call it every frame but if you just call it once, it attempts to rotate smoothly to the angle (and often fails at doing so).
I think that problem is a bug with some download that i did.
WHY?
If (tile x pos) <= (map width) - 11 then tile blending works fine otherwise no. So if you have problems with that then you just need to add 11 tiles to the map width.
DC, you need to find 10 or 11, it's depends on condition (<width-10 or <= width-11).
If you want to execute stuff at the "start" you can simply execute it directly from Lua without any hook. spawn might also be the right alternative (attention: hook is executed for each player which is spawned).
DC has written
If you want to execute stuff at the "start" you can simply execute it directly from Lua without any hook.
I just do as well as you said. ...
But it's strange because according to the logic - the first run/start map - is "startround"... same as "restart".
Note that the commands (sv_) restart / restartround will trigger the startround anyway (with mode 5). Being a bit inconsistently there... (it's happening because the start round function is used to reset the game in all game modes)
I'll add this information to the online reference.
edited 2×, last 02.12.13 03:18:54 pm
try to change some game options maybe this should be the problem.
Since I updated to 1.2.3, after a day (maybe two), if I join to a server, it became laggy. Not my FPS drops, my connection is laggy. I'm kinda sure there isn't any problem with my internet, because I can simply play CoD 4 or anything, this stuff is only there if I play with CS2D. Btw, I can see everything what happens on that server ( [PL] Unlimited Construction at the moment), everybody moves like avarage player, enemy destroys a turret, everything. I reinstalled the game, but it still lagging, and it's not really good. So I hope somebody can help, thanks.
edited 2×, last 14.12.13 05:34:58 pm
A general list of things you can do (you are probably already aware of those):
http://www.cs2d.com/faq.php?show=misc_slow#misc_slow
edited 1×, last 14.12.13 04:36:23 pm