English Ideas for CS2D - READ THE FIRST POST (OP)!

3,231 replies
Goto Page
To the start Previous 1 2 ... 160 161 162 Next To the start
13.10.21 05:15:28 am
Up
UnrealKrew
User
Offline Off
Please make planting the bomb (INGAME) take 3 seconds.
derp
05.11.21 11:47:40 am
Up
Mora
User
Offline Off
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
09.11.21 04:37:43 pm
Up
Rattle189
User
Offline Off
Mods should support maps too, but why is it not supported by default yet?

Map editor should let you search for existing entities too.
edited 1×, last 09.11.21 05:02:25 pm
13.11.21 08:00:47 pm
Up
Marcell
Super User
Offline Off
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
15.11.21 10:02:22 am
Up
Gaios
Reviewer
Offline Off
@user Marcell: Chat is not supposed to be a essay
15.11.21 02:11:25 pm
Up
Mami Tomoe
User
Offline Off
It would be so amazing if there was a hook for when a player opens and closes their chat.

cs2d lua hook 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's hard being the best girl in the whole entire world
17.11.21 07:53:23 pm
Up
Marcell
Super User
Offline Off
user Gaios has written:
@user Marcell: Chat is not supposed to be a essay


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
17.11.21 10:33:57 pm
Up
Kolia_rus
GAME BANNED
Offline Off
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.
24.11.21 10:21:50 pm
Up
Mami Tomoe
User
Offline Off
cs2d lua hook team should have an additional parameter signalling why the team change has occurred.

Code:
1
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)
...
It's hard being the best girl in the whole entire world
27.11.21 03:59:02 am
Up
UnrealKrew
User
Offline Off
How about allowing the radar to not rotate around the player and make it easier to show the whole map
derp
03.12.21 08:30:47 am
Up
Mami Tomoe
User
Offline Off
I really wish that when we used
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
26.12.21 01:18:34 pm
Up
Rattle189
User
Offline Off
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 cs2d entity func_dynwall, at least I wish there was a way to set an open and close sound effect that you can define.
edited 1×, last 26.12.21 01:54:31 pm
17.02.22 09:00:03 pm
Up
Kolia_rus
GAME BANNED
Offline Off
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.
18.02.22 12:36:58 pm
Up
Mami Tomoe
User
Offline Off
Please allow for cs2d cmd hudtxtalphafade, cs2d cmd hudtxtcolorfade and cs2d cmd 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.

-----

cs2d lua hook tick hook
Called every frame.
Additionally, mark the cs2d lua hook always hook as deprecated.

cs2d lua hook 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 cs2d lua cmd player function on an cs2d lua hook 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.
edited 1×, last 26.02.22 05:56:32 pm
It's hard being the best girl in the whole entire world
12.05.22 07:11:38 pm
Up
Kolia_rus
GAME BANNED
Offline Off
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.
12.05.22 07:21:23 pm
Up
Mami Tomoe
User
Offline Off
user Kolia_rus has written:
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
01.06.22 09:05:06 pm
Up
Mora
User
Offline Off
Make lefthanded option work for "claw" too, sometimes(in my case) it play good role.
07.06.22 04:00:58 pm
Up
mrc
User
Offline Off
sync damage and RoF values from the buymenu with the values that the server uses.
IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
07.06.22 05:19:16 pm
Up
Marcell
Super User
Offline Off
Allow server/client mods that replace weapon names.
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
07.06.22 05:45:57 pm
Up
Gaios
Reviewer
Offline Off
@user Marcell: Add custom weapons (with melee) too
To the start Previous 1 2 ... 160 161 162 Next To the start