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

3,231 replies
Goto Page
To the start Previous 1 2 ... 30 31 32 ... 161 162 Next To the start
17.06.13 03:16:03 pm
Up
Alias
User
Offline Off
I hope that you will inform us of the fact that to go to you to make DC.

I hope that that is going to arrange quickly. √
[AC¡D] clan
17.06.13 08:32:46 pm
Up
_Yank
User
Offline Off
What would be useful :
Rank parameter for player lua command.
Muzzleflash skin. To change the flash color when a player shots.
edited 1×, last 18.06.13 01:22:18 pm
18.06.13 12:27:38 pm
Up
Marcell
Super User
Offline Off
I got an idea, it's so simple to do this, i think..
colorful smokes.. so in map-editor, if you make a fog or something, that will be red or blue or same...
Useful for some cool maps
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
19.06.13 01:29:19 am
Up
Rainoth
Moderator
Offline Off
user Marcell has written:
I got an idea, it's so simple to do this, i think..
colorful smokes.. so in map-editor, if you make a fog or something, that will be red or blue or same...
Useful for some cool maps

You can do this in lua.

----------
I wanted to ask for some kind of improvement on "env_object" since it has very few objects and I guess it would be cool to have more which are in motion.

But
Code:
1
2
if player(id,"flashed")
if player(id,"shaked")
is my top priority.
19.06.13 02:09:20 am
Up
limonata
User
Offline Off
player(id,"usgnname")

will be fine.
23.06.13 01:02:05 am
Up
floria
User
Offline Off
i would like if you put final kill cam or death cam, (how did the killer killed you), like black ops II,
One shot, one kill no luck, just skill. ~AWP
23.06.13 02:33:11 am
Up
Matsu-Kiri
User
Offline Off
user floria has written:
i would like if you put final kill cam or death cam, (how did the killer killed you), like black ops II,


No offense intended, but that sounds like a pointless suggestion considering the fact that it says in the top right corner who killed you and with what weapon. This game is only 2d, I don't see why a kill cam would be necessary.
23.06.13 07:25:19 am
Up
threatx
User
Offline Off
More npcs
23.06.13 08:51:07 am
Up
TheBosS_
User
Offline Off
Add levels. Same as Black Ops II
23.06.13 09:09:06 am
Up
Snark
User
Offline Off
user TheBosS_ has written:
Add levels. Same as Black Ops II

Lua.
23.06.13 05:55:50 pm
Up
Matsu-Kiri
User
Offline Off
What's with the constant add this "same as Black Ops II" in CS2D? Haven't they heard of Lua or been to a server using a Lua script... *sigh*
23.06.13 07:37:54 pm
Up
DarkBooy
User
Offline Off
there is one :x
edited 1×, last 23.06.13 08:01:42 pm
Vote for you'r favorite server [2012/2013] thread cs2d your Favourite Server & Enjoy on these maps file File does not exist (13871) & file cs2d de_fun_snow (3)
23.06.13 07:44:55 pm
Up
Rainoth
Moderator
Offline Off
user DarkBooy has written:
Make Reason For Ban someone ..


Ahem. Please check everything before suggesting an already made thing
23.06.13 09:26:15 pm
Up
iii
User
Offline Off
a return for freetimer(), which gives the passed time
24.06.13 01:56:24 am
Up
SmD
User
Offline Off
Add better textures something more like this:

IMG:http://mutantfactions.net/images/screenshots/subvein003.jpg


cs2d just dont looks so good.
25.06.13 12:50:08 pm
Up
DarkBooy
User
Offline Off
make on addhook vote , returns , True / False
Vote for you'r favorite server [2012/2013] thread cs2d your Favourite Server & Enjoy on these maps file File does not exist (13871) & file cs2d de_fun_snow (3)
25.06.13 01:41:59 pm
Up
Krimhorn
User
Offline Off
user SmD has written:
Add better textures something more like this:

IMG:http://mutantfactions.net/images/screenshots/subvein003.jpg


cs2d just dont looks so good.


There are tilesets/player skins, you know?
25.06.13 04:19:55 pm
Up
SmD
User
Offline Off
Yes i know but its not really changing the graphic of the game.
25.06.13 07:09:21 pm
Up
Alistaire
User
Offline Off
Equip things with an ammo count, or strip equipped weapons from bullets.

Code:
1
2
parse('equip id 32 30 90')
parse('equip id weapon ammo_current ammo_backup')


Code:
1
2
parse('strip id 32 10 0')
parse('strip id weapon stripped_current stripped_backup')


Or set things with certain bullets..

Code:
1
parse('setbullets id weapon ammoin ammo')


----

Set things in a certain mode.

Code:
1
parse('setmode id weapon mode')
edited 2×, last 25.06.13 07:33:54 pm
IMG:http://i.imgur.com/5zhwOTP.png
25.06.13 08:27:17 pm
Up
Rainoth
Moderator
Offline Off
user Alistaire has written:
Equip things with an ammo count, or strip equipped weapons from bullets.

Code:
1
2
parse('equip id 32 30 90')
parse('equip id weapon ammo_current ammo_backup')


Code:
1
2
parse('strip id 32 10 0')
parse('strip id weapon stripped_current stripped_backup')


Or set things with certain bullets..

Code:
1
parse('setbullets id weapon ammoin ammo')


----

Set things in a certain mode.

Code:
1
parse('setmode id weapon mode')


The first part would be SO convenient. What do you mean about weapon mode, tho ?
To the start Previous 1 2 ... 30 31 32 ... 161 162 Next To the start