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 223 24 25161 162 Next To the start

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

Alpha Beta
User Off Offline

Quote
I think being able to select only parts of an image (frames) in lua would be a great idea.
We wouldn't have to use seperate images then and we would be able to put it into a single image and use it as a tileset or something.

I think it isn't too hard to implement and it's actually quite useful.

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

Starkkz
Moderator Off Offline

Quote
@user Alpha Beta: Nice idea, I also have one.

To make a faster loading system for images we could have an initial function of images for Lua and it should be possible to use numbers in the path parameter for the image function.

1
2
3
4
5
6
7
8
9
-- player = 1
-- player2 = 2
player1 = loadimage("gfx/sprites/ct1.bmp")
player2 = loadimage("gfx/sprites/t1.bmp")

-- image(1, 0, 0, 0)
-- image(2, 0, 0, 0)
image(player1, 0, 0, 0)
image(player2, 0, 0, 0)

So both ways could be useful for loading images, through a string path or a number path.

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

Infinite Rain
Reviewer Off Offline

Quote
user Starkkz has written
@user Alpha Beta: Nice idea, I also have one.

To make a faster loading system for images we could have an initial function of images for Lua and it should be possible to use numbers in the path parameter for the image function.

1
2
3
4
5
6
7
8
9
-- player = 1
-- player2 = 2
player1 = loadimage("gfx/sprites/ct1.bmp")
player2 = loadimage("gfx/sprites/t1.bmp")

-- image(1, 0, 0, 0)
-- image(2, 0, 0, 0)
image(player1, 0, 0, 0)
image(player2, 0, 0, 0)

So both ways could be useful for loading images, through a string path or a number path.

Support this, we need to make images faster!

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

dragon_soldier12
User Off Offline

Quote
user Avo has written
bigger player skin. 96x96 each player skin
You're insane or blind.


he meant by each skin was 32x32 original. he want more resolution to the player skin.

EDT: PLEASE add a movable dynamic wall and Sprite waypoint

Dyn_Waypoint

point = x56
point2 = y85
add another point [yes,no]
move speed [-5]

Sprite_Waypoint
point = x56
point2 = y85
add another point [yes,no]
move speed [-5]
.


please if you implemented this for the next version or after.. you earned my respect.

i know your not allowed for more entities but. this is the key for a great singleplayer.
edited 2×, last 29.03.13 02:05:32 pm

old Ideas

cs2dpro678
User Off Offline

Quote
About Heal Section: Need:
• Cookies (heal 15% players)
• Team Medkits (heal 100% something team players)
• Coffe (+3 speed - 40% health)
• Sugar (6%health)
• Alien Bandage (hurts 20% player)
• Science Bandage (20% chance heal 40 , and 80% chance hurt 75)

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

Iceath
User Off Offline

Quote
@user cs2dpro678:

i dont think its gonna be implented...to much for Buymenu,and it isn't useful (homebrew speedhack-detecters,gonna detect if they use "Coffe" (+3 Speed)...

I think a new Gamemod should be implented,like in Call of Duty,if u get hurt,you get red screen,if your really hurt and nearly to die,you got everywhere red screen.

and if you rest a bit,just hide,you restore your health/screen.

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

Snark
User Off Offline

Quote
user Iceath has written
I think a new Gamemod should be implented,like in Call of Duty,if u get hurt,you get red screen,if your really hurt and nearly to die,you got everywhere red screen.

and if you rest a bit,just hide,you restore your health/screen.

√ Lua.

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

DeF3ct
User Off Offline

Quote
1. Freeze-time weapon throwing
- In the freeze-time that you have before the round begins the drop function acts as a throwing function so you can throw weapons to teammates if they need it for quicker organization.

e.g. Player 1 can only buy kevlar & helm whereas Player 2 can only buy an AK. Player 1 buys the kevlar & helm while Player 2 throws the AK to him before the round begins.

Would help quite a bit in tournaments especially since everyone has their own money management so to speak.

2. Handgun shooting rate
- Change the handgun shooting rate to that of the quickness somebody can press their 'fire primary' button. It's used in all modern Counter-Strike games (e.g. CS:GO) and would be a great asset to 2D as then adds more skill to pistol rounds.

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

_Yank
User Off Offline

Quote
• An In-Game Server browser. (Like in CS 1.6)
• Find USGN Filter on Server browser.
• A sprite for Bullets
This may be a nice Idea but same time can lag the game or something and i dont know if already exists because i dont find that file on Gfx folder.

Some great ideas i see and like it

• Adding more 2 Skins to Zombie will be really cool
• The CS 1.6 grenade throwing style
Spoiler >
edited 1×, last 05.04.13 09:12:22 pm

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

DeF3ct
User Off Offline

Quote
A spectating mode similar to cs 1.6 and cs: go where you can view the map and its players from the view you'd see in a mapexport.png. It'd be helpful in tournaments an such when streaming live.

Diagonal obstacles and walls (when you fade a wall with floor tile, half becomes wall and the other half the original floor).
To the start Previous 1 223 24 25161 162 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview