Forum
CS2D General Ideas for CS2D - READ THE FIRST POST (OP)!There is an idea to add in env_item Decoy and Zeus x27 from Cs:Go. Not for the standard mode
imageinfo(x,y,alpha,blend)
it is necessary if you want the position if using a tween.
For the rest, you can save data to a variable each time you used imagealpha or a similar one. And later on, you can use that variable.
If players dies, the weapons purchased or recovered are kept and returned after the respawn. We can also collect several objects of the same type (examples: 3 m4a1, 8 molotov, 2 HE, ...).
edited 1×, last 29.05.18 08:50:50 pm
TruVoidHD has written
Steam Workshop, true semi auto fire like in one of the previous cs2d versions, ranking system? Similar to csgo but nothing major, better bots ai similar to original counterstrike. An actual goal in tdm and DM.
I already made admin match-making with more advanced ranking system than csgo, where you can actually see your progress instead of being limited to silver/gold picture which may or may not change if you win and no one knows how it works lol.
Currently making fully automated version for public use.
Comparing statistics of one's Steam and USGN stat and displaying the best one available.
Examples: Select your entity to delete
Info_T(0)|Number(s): 8 [X]
Info_CT(1)|Number(s): 7 [X]
Info_VIP(2)|Number(s): 0 [ ]
...
Are you sure that you want to remove : 15 entity ?
Or
Info_T(0)|Number(s): 8 [ ]
Info_CT(1)|Number(s): 7 [X]
Info_VIP(2)|Number(s): 0 [ ]
Are you sure that you want to remove : all entity CT ?
-Add a option to adjust sensitivity ingame
-Add mouse4&5 (and other extra mouse buttons) to bind stuff
I tried to copy OpenAL32.dll from LOVE 11.1 to CS2D folder and it seems working properly and detects OpenAL Soft as sound driver.
\nin hudtxt and hudtx2.
Currently a text like
abc\nabcin hudtxt looks like:
1
abc abc
1
2
2
abc abc
This solution is tragic when trying to host a server with anti ddos enabled and lots of text on screen because each hudtxt sends a new packet
Try to send 50 lines for a guy at once = blocked IP. Damn I had so much troubles with this