Forum

> > CS2D > General > Ideas for CS2D - READ THE FIRST POST (OP)!
Forums overviewCS2D overviewGeneral overviewLog in to reply

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

3,231 replies
Page
To the start Previous 1 235 36 37161 162 Next To the start

old weapons

Agustindz23
User Off Offline

Quote
the CS2D need a option for customize your weapon

Ex: skin of M4A1, Projectile of Laser

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

slimK
User Off Offline

Quote
-Add more official competitive maps in cs2d mappack: de_nuke,de_inferno,de_train,etc...
-A auto mix script (5n5) like in cs go would be nice
-A rank system and kpd in profile (website) for cs2d
-When DC realease the replays also add ip to stream games (watch in spec like gotv or hltv) for example

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

FlooD
GAME BANNED Off Offline

Quote
@DC: ai_goto isn't aware of teleports

If you're using A* it shouldn't be too difficult, but I'm just guessing

also ai_goto collides with corners all the time.. this is a bit tricky to fix. (edit: actually it isn't. well it depends on how your algorithm was implemented. for A* you just need to make sure diagonal nodes aren't neighbors if a wall is adjacent to both)

in the meanwhile I'll attempt to implement A* myself

edit2:
ok done
www.youtube.com/watch?v=OGeQNG9S9DQ

if you look frame by frame, ai_goto gets messed up every time it enters a new tile, which results in its being slower even in a straight line


edit3:
DC, this has been suggested a few times before, but can you make a sv_sound3 command
like
sv_sound3 <id> <soundfile> <x> <y>
where x and y are the map positions of the sound. if you can do this i swear i'll never bug you about lag comp again
edited 4×, last 16.10.13 10:46:06 pm

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

Quattro
GAME BANNED Off Offline

Quote
I've got an awesome idea, let's make an automatic laser with a fire rate same of TMP.

@Laser projectile. I think that guy suggested something like flash light but with a small red laser instead of light. It would look cool and make "f" button useful

old Xbox 360 Controller Support

eachproofz
User Off Offline

Quote
There should be Xbox 360 controller support for cs2d because its a really sensitive joystick and it will do in this game even its triggers location is saving to a char type variable that can handle 255 numbers, that would be awesome

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

Suprise
BANNED Off Offline

Quote
How about allowing higher resolution for editor only? At the Tools/More Options in the editor there is an option to change resolution up to 1920x1080.

Obviously when you leave the editor it will be changed back to normal one.

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

BaDgEr
User Off Offline

Quote
user Suprise has written
How about allowing higher resolution for editor only? At the Tools/More Options in the editor there is an option to change resolution up to 1920x1080.

Obviously when you leave the editor it will be changed back to normal one.

This. It'll be easier for mappers to make triggers and other things. Also add button to check the map at normal resolution

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

FlooD
GAME BANNED Off Offline

Quote
user Suprise has written
How about allowing higher resolution for editor only? At the Tools/More Options in the editor there is an option to change resolution up to 1920x1080.

Obviously when you leave the editor it will be changed back to normal one.

yea for the map editor i really feel that there is no reason to be constrained to 640x480

though I think someone might as well make an external editor...

old More and more bugs!

Alias
User Off Offline

Quote
That begins to make *****, there are more and more bugs, that lag more and more, openly it's worse that annoying!

How explain you that before cs2d did not bug/lag like that?

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

Alias
User Off Offline

Quote
@user Yates: Nevertheless instead of criticizing and instead of pretending to interest you in the problems of CS2D you would do better to see to it to remedy it.

You're a member of people who bawl on everything a lot but you don't moove ur ass.. As a parasite.

In brief, I'll delete my comment concerning bugs if it has no its place here. √

old Re: Ideas for CS2D - READ THE FIRST POST (OP)!

Informatixa
User Off Offline

Quote
Bind buy script (lua)

1
bind "t" "sys/bind/test.lua"

Example:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parse("buyammo1")

if player.team == 1 then //t
	//
elseif player.team == 2 then //ct
	if player.money >= 3100 then
		parse("buyequipe 32") //m4a1

		if player.money > 1000 then
			parse("buyequipe 57") //kevlar
		end

		parse("buyequipe 54") //flare
		parse("buyequipe 52") //flashbang
	else
		parse("buyequipe 54") //flare
		parse("buyequipe 52") //flashbang
		parse("buyequipe 52") //flashbang

		if player.money > 750 then
			parse("buyequipe 57") //kevlar
		end
	end
end

parse("buyammo2")
edited 4×, last 19.10.13 11:27:00 pm
To the start Previous 1 235 36 37161 162 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview