Ideas for CS2D - READ THE FIRST POST (OP)!
3,231 replies Projectiles launched in wall or closed by wall should stop and keep no flying and not bouncing anymore. It causes this ugly sound like ratchet
Mods should support maps too, but why is it not supported by default yet?
Map editor should let you search for existing entities too.
Map editor should let you search for existing entities too.
edited 1×, last 09.11.21 05:02:25 pm
When it will be finally possible to use longer messages in chats? It's 2021
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
It would be so amazing if there was a hook for when a player opens and closes their chat.
chattoggle(p, state)
It'll allow for many cool chat modifications such as skins or even the ability to disable the chat key completely if a return value will also be accepted.
Furthermore there are many cases where knowing if someone's chat is open could benefit in custom game modes.
Such as, but not limited to:
Allowing players to know that someone is typing a message and isn't AFK.

It'll allow for many cool chat modifications such as skins or even the ability to disable the chat key completely if a return value will also be accepted.
Furthermore there are many cases where knowing if someone's chat is open could benefit in custom game modes.
Such as, but not limited to:
Allowing players to know that someone is typing a message and isn't AFK.
It's hard being the best girl in the whole entire world
Noone is talking about essay, but at least have the ability to write a longer sentence, which in this case is impossible.
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
Yes, being able to write longer messages will be great.
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.

Code:
1
2
3
4
5
2
3
4
5
state = 0 // Client requested
state = 1 // Server requested (command like cs2d:makespec)
state = 2 // Server requested (cs2d:mp_autoteambalance)
state = 3 // Server requested (turning zombies to survivors or favourite team or whatever else can happen)
...
state = 1 // Server requested (command like cs2d:makespec)
state = 2 // Server requested (cs2d:mp_autoteambalance)
state = 3 // Server requested (turning zombies to survivors or favourite team or whatever else can happen)
...
It's hard being the best girl in the whole entire world
How about allowing the radar to not rotate around the player and make it easier to show the whole map
derp
I really wish that when we used
It's really annoying! Please change this if you can.
io.popen
on Windows, that the command prompt won't flash on the screen.It's really annoying! Please change this if you can.
It's hard being the best girl in the whole entire world
Option to clamp the cursor to the CS2D window. It can get annoying using a multi-monitor setup.
Maybe an env_door that can either be animated or works similarly as a
func_dynwall, at least I wish there was a way to set an open and close sound effect that you can define.
Maybe an env_door that can either be animated or works similarly as a

edited 1×, last 26.12.21 01:54:31 pm
May you add something like sv_contact? It will be useful to display admin's email in the "You are banned" message.
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.
Please allow for
hudtxtalphafade,
hudtxtcolorfade and
hudtxtmove to be used without delay.
Similarly to how images have regular functions and tween functions, when the time given is 0, it should happen within the same frame, rather than the next frame.
For backwards compatibility, you can also allow for -1 for no delay, but honestly this could arguably be considered a bug.
-----
tick hook
Called every frame.
Additionally, mark the
always hook as deprecated.
player_mouse hook
Will be called every time a player moves their mouse, some limitations may be applied (such as only calling this every 5/10 frames with the updated values (if anything changed)).
Will be useful for GUI based scripts (avoid calling the
player function on an
always hook to get the mouse positions).
There could be two versions for this hook, one for on map position and the other for on screen position.
Or, give all values within the same hook.



Similarly to how images have regular functions and tween functions, when the time given is 0, it should happen within the same frame, rather than the next frame.
For backwards compatibility, you can also allow for -1 for no delay, but honestly this could arguably be considered a bug.
-----

Called every frame.
Additionally, mark the


Will be called every time a player moves their mouse, some limitations may be applied (such as only calling this every 5/10 frames with the updated values (if anything changed)).
Will be useful for GUI based scripts (avoid calling the


There could be two versions for this hook, one for on map position and the other for on screen position.
Or, give all values within the same hook.
edited 1×, last 26.02.22 05:56:32 pm
It's hard being the best girl in the whole entire world
Make Copy & Paste commands work like they supposed to do. As for now, when I do Ctrl+V, it removes the whole text content and then pastes what it should. This is too annoying, I never saw this in any other software. And copying something (e.g. server IP from the servers list) sometimes just cleans the clipboard, I did not find any regularity in this so most likely it happens randomly.
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.

I did not find any regularity in this so most likely it happens randomly.
Fairly certain that copying server data (such as IP or IP+name) will only work every odd time.
The first time would work, the second wouldn't, the third will, ...
It's hard being the best girl in the whole entire world
Allow server/client mods that replace weapon names.
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu