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.
Forum
CS2D General Ideas for CS2D - READ THE FIRST POST (OP)!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.
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.
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!
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.
Mora has written
Holy shit. Do people ever learn how to read? 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
More 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.
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.
EngiN33R has written
But that one was months ago, did you actually read the entire thread? If yes, that's impressive. 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. /EngiFor 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.
1
2
2
allowedIDs = {1, 5, 6, 10} addhook("attack", "onAttack", allowedIDs)
Yes.. it's possible with lua - trolls, but not without generating lags.
Gaios has written
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.
1
2
2
allowedIDs = {1, 5, 6, 10} 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
Well, unless you run your server on a calculator.
https://www.youtube.com/watch?v=1eEzLGI55g0