Ideas for CS2D - READ THE FIRST POST (OP)!
3,231 replies
This way, it might open some possibilities at making some stuff that either requires tons of lines of code for such a simple task or it's completely impossible due to CS2D limits.
@
GeoB99: That idea has already been suggested before. It happens that that would cause a very annoying delay when shooting because because the "shoot" network packet would need to pass by a "check-in" before being actually triggered. (player shoots > shoot packet sent to the server > server checks if shoot should proceed > shoot check-in result packet sent to the player... that would take a delay of ~100ms to shoot if the player had a 100ms ping)

No.. we can't do it because of shoting is client-sided and it's impossible to do this in Counter-Strike or any dynamic FPS game.
When you shot, your client automatically draws a shot effect on your screen and send a packed with shot rot (or something) to server and this server calcuates if you hit a player (or not).
This method has a small visual problem because if you have a big ping sometimes you simply see that you've been shot (even blood efect) but you didn't lost any health. This is because your possition on server was another than at your client and for server you wasn't hit.
When you shot, your client automatically draws a shot effect on your screen and send a packed with shot rot (or something) to server and this server calcuates if you hit a player (or not).
This method has a small visual problem because if you have a big ping sometimes you simply see that you've been shot (even blood efect) but you didn't lost any health. This is because your possition on server was another than at your client and for server you wasn't hit.
How about removing the weapon's/player's ability to shoot in the first place? As if running out of ammo.
Just a question to @
DC: (didn't know where to place it)
We as players of CS2D want to see it progress and it is!
You once said you wont add big things like weapons and stuff because you want it to be CS 1.6 like.
I wanted to ask why? If most of the players want to see it progress into something bigger what is blocking it?
I think CSS2D (Counter strike source 2D) can be nice too.
Why do DC want to stay on 1.6 theme forever?
Of course I'm not claiming it is dead like everyone else, I just think it can have a lot more players if it looked like a newer game!

We as players of CS2D want to see it progress and it is!
You once said you wont add big things like weapons and stuff because you want it to be CS 1.6 like.
I wanted to ask why? If most of the players want to see it progress into something bigger what is blocking it?
I think CSS2D (Counter strike source 2D) can be nice too.
Why do DC want to stay on 1.6 theme forever?
Of course I'm not claiming it is dead like everyone else, I just think it can have a lot more players if it looked like a newer game!
It's hard being the best girl in the whole entire world
oh gosh... not again.. please
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
@
Mami Tomoe:
Cs2d at now is not like cs1.6, there are many additional weapons, buildings, game modes and easy to edit weapons/players/tiles/other skins(included in the game already w/o any mods). Easy Map editor in the game and a lot of actions. Yeah, there are less hooks but @
DC: may and i am sure he'll add something new with new updates(Shield hit etc).
I want more weapons too, but i think it's enough at now to have what we have.
Yeah, will be nice if we may add new weapons via lua and give them new id(like in minecraft) and possible to place them in the editor if we have lua:

But i guess we have only wait.. who know what would be in the cs2d beta?
/sorry for my english.

Cs2d at now is not like cs1.6, there are many additional weapons, buildings, game modes and easy to edit weapons/players/tiles/other skins(included in the game already w/o any mods). Easy Map editor in the game and a lot of actions. Yeah, there are less hooks but @

I want more weapons too, but i think it's enough at now to have what we have.
Yeah, will be nice if we may add new weapons via lua and give them new id(like in minecraft) and possible to place them in the editor if we have lua:

But i guess we have only wait.. who know what would be in the cs2d beta?

/sorry for my english.

Yeah, will be nice if we may add new weapons via lua and give them new id(like in minecraft) and possible to place them in the editor if we have lua:
Quote:
READ THE FIRST POST (OP)!

Quote:
LIST OF THINGS THAT ARE FORBIDDEN TO SUGGEST: 
More weapons



https://ohaz.engineer - Software Engineering
@
ohaz: If you read the post i'm telling it against a nil value. And this is second opinion what would be if.. I'm not saying GO AND ADD it as a idea.

Rather than new weapons, how about being able to customize the current weapons?
I suggested it months ago, but it was ignored.
Maybe, we could even use it to balance the game without affecting the vanilla "1.6-style" that DC likes.
I suggested it months ago, but it was ignored.
:(
Maybe, we could even use it to balance the game without affecting the vanilla "1.6-style" that DC likes.
None of the ideas posted in this thread have been completely ignored. I recently reviewed this entire thread and took note of all potentially interesting and useful ideas.
Still, new (or customisable) weapons are not the top item on the to-do list as of right now. I suggest you refrain from commenting about it further, as well as commenting again about any of the already suggested ideas - we're not unaware of them, they're simply not in the plan at the moment.
Still, new (or customisable) weapons are not the top item on the to-do list as of right now. I suggest you refrain from commenting about it further, as well as commenting again about any of the already suggested ideas - we're not unaware of them, they're simply not in the plan at the moment.
I code, therefore I exist.

None of the ideas posted in this thread have been completely ignored. I recently reviewed this entire thread and took note of all potentially interesting and useful ideas.
Admin/mod comment:
Yes, all 95 pages. I may or may not have lost my mind for a little while in the process. Now that that's settled, please stick to ideas only. /Engi A ability to define a playerid parameter to specify which IDs are processed. This will help in scripting to reduce lags.
For example if I wanna use Visual Lua script which uses attack hook, I wanna skip onAttack function for some players and run for other players.
Yes.. it's possible with lua - trolls, but not without generating lags.
For example if I wanna use Visual Lua script which uses attack hook, I wanna skip onAttack function for some players and run for other players.
Code:
1
2
2
allowedIDs = {1, 5, 6, 10}
addhook("attack", "onAttack", allowedIDs)
addhook("attack", "onAttack", allowedIDs)
Yes.. it's possible with lua - trolls, but not without generating lags.
Not sure if this was suggested yet or not but it would nice if the game had assists. Everytime I do almost 90 damage to players and someone else steals the kill like "YOLO" which makes me want to break my keyboard
. Getting score for assists wouldn't hurt.


A ability to define a playerid parameter to specify which IDs are processed. This will help in scripting to reduce lags.
For example if I wanna use Visual Lua script which uses attack hook, I wanna skip onAttack function for some players and run for other players.
Yes.. it's possible with lua - trolls, but not without generating lags.
For example if I wanna use Visual Lua script which uses attack hook, I wanna skip onAttack function for some players and run for other players.
Code:
1
2
2
allowedIDs = {1, 5, 6, 10}
addhook("attack", "onAttack", allowedIDs)
addhook("attack", "onAttack", allowedIDs)
Yes.. it's possible with lua - trolls, but not without generating lags.
why not manually keep track of the list and see if the attacker id matches
will code for food
@
omg: Can you read? If I will use ms100 hook for 32 player it will lag instead of using for 1 player.

@
Gaios: It won't lag that much. Iteration for 32 players isn't really memory nor bandwidth consuming.
Well, unless you run your server on a calculator.

Well, unless you run your server on a calculator.
Trust me, I'm an engineer |
DC approved
Super extra mod for CS2D (64), yeah!



Hey @
DC: so you'll remove net slow/average in next version of Counter-Strike 2D? I'm getting eye cancer if someone is using this fucking net slow...
https://www.youtube.com/watch?v=1eEzLGI55g0

https://www.youtube.com/watch?v=1eEzLGI55g0
@
Hajt: Yeah, sounds reasonable. I'll remove it.
