Forum

> > CS2D > General > Beta 0.1.2.0 Suggestions & Ideas
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Beta 0.1.2.0 Suggestions & Ideas

1,972 replies
Page
To the start Previous 1 244 45 4698 99 Next To the start

old Re: Beta 0.1.2.0 Suggestions & Ideas

firefox
BANNED Off Offline

Quote
=Global rank =
it save all of ur kills since u play cs2D on website that u have username and password (usgn ofc.)
=exp, lvl=
since u have Global rank y should get exp on every kill u got and lvl that's show who's noob and who's pro .

old Re: Beta 0.1.2.0 Suggestions & Ideas

Apache uwu
User Off Offline

Quote
user Bowlinghead has written
@ Textual:
Oh. I don't know it .

But other idear:
Make a second parameter in the attack hook.
1
2
3
4
5
6
addhook("attack","new")
function new(id,weapon)
if weapon==1 then
-- Code
end
end


Possible via lua already...

1
2
3
4
5
addhook("attack","_attack")

function _attack(id)
	msg(player(id,"name").." is attacking with weaponid: "..player(id,"weapontype"))
end

old Re: Beta 0.1.2.0 Suggestions & Ideas

Egoist
User Off Offline

Quote
Im not a lua coder so I wont write a code.

Maybe add more rifles smgs ?? just like the skins on here.

There is lots of weapon skins cyrille made(cyrille ur the best)
Use them and make more rifles.

old Re: Beta 0.1.2.0 Suggestions & Ideas

Bowlinghead
User Off Offline

Quote
user Apache uwu has written
user Bowlinghead has written
@ Textual:
Oh. I don't know it .

But other idear:
Make a second parameter in the attack hook.
1
2
3
4
5
6
addhook("attack","new")
function new(id,weapon)
if weapon==1 then
-- Code
end
end


Possible via lua already...

1
2
3
4
5
addhook("attack","_attack")

function _attack(id)
	msg(player(id,"name").." is attacking with weaponid: "..player(id,"weapontype"))
end


But I can't do an action if player attacks with the weapon 1.
For example
1
2
3
4
5
addhook("attack","new")
function new(id,weapon)
if weapon==3 then
parse("strip "..id.." 3") -- You cant add this without the second parameter :(
end
end

old Re: Beta 0.1.2.0 Suggestions & Ideas

made in Finland
User Off Offline

Quote
1. Bot commands

I would like to see a feature, which does the following.
Put your cursor on a bot and press something to make him
1. Follow you/stop following you
2. Stand still/attack
3. Attack a location chosen by player via some kind of minimap system or by cursor/ forget order

2. Spawn at domination point
Improve Domination mode by adding ability to spawn to domination point controlled by team.
You could choose in which domination post you spawn via some kind of minimap(mentioned in 1st suggestion)
This thing is being used in star wars battlefront series and battlefield series

3. Map editor weapon ammo edit
Ability to spawn weapons with certain amount of ammo

old More efficient to create vehicles in Lua

KimKat
GAME BANNED Off Offline

Quote
I'd like to suggest the possibility to create tanks and other vehicles more efficiently in Lua. Also a way to disable footstep sound whilst inside of a tank, I think it adds more realism to the game. Lol.
Quote
The main idea I had is to apply it as this to make only certain player(s) footstep sound muted whilst inside of a tank.
1
lua_footsteps [0 = off/1 = on] "..id.."
Where id is player which will get footstep sound disabled.
The 0 indicates toggle state to off and 1 is for on, same as true or false really but anyways.
If id is 0 or nil or not even there, it will mute all footsteps through Lua, I describe it with the following code.
1
2
3
lua_footsteps 0
lua_footsteps 0 0
lua_footsteps 0 nil
This was my suggestion and I hope some people likes it.

old Re: Beta 0.1.2.0 Suggestions & Ideas

Rhox
User Off Offline

Quote
user KimKat has written
I'd like to suggest the possibility to create tanks and other vehicles more efficiently in Lua. Also a way to disable footstep sound whilst inside of a tank, I think it adds more realism to the game. Lol.


basically, add vehicles

old Re: Beta 0.1.2.0 Suggestions & Ideas

hobo man445
User Off Offline

Quote
more radio commands, like the ones bots use in cs 1.6

eg. i think i saw something, im pinned down

more death sounds? ^ like the ones bots use sometimes " eurhhhhhahh" through the radio.

old Re: Beta 0.1.2.0 Suggestions & Ideas

Bowlinghead
User Off Offline

Quote
user Kel9290 has written
@MC_Bowlinghead, why?
1
2
3
4
5
6
addhook("attack","new")
function new(id)
	if player(id,"weapontype")==3 then
		parse("strip "..id.." 3") 
	end
end


Oh. I never mind on it! Thanks for your example

old Re: Beta 0.1.2.0 Suggestions & Ideas

Xanamaros
User Off Offline

Quote
Another thing, being able to change the color of mines, and laser mines, flags.
Or just nore teams, eg. USA, Europe, Russia, Middle East, or something like that, with each team having there country/regions weapons to buy. But changing team colors in server settings would be cooler.

old Re: Beta 0.1.2.0 Suggestions & Ideas

Yates
Reviewer Off Offline

Quote
user Xanamaros has written
Another thing, being able to change the color of mines, and laser mines, flags.
Or just nore teams, eg. USA, Europe, Russia, Middle East, or something like that, with each team having there country/regions weapons to buy. But changing team colors in server settings would be cooler.

Also changing the colour of the names displayed. Like on the list with players also when you put your mouse over their name.
To the start Previous 1 244 45 4698 99 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview