Forum

> > CS2D > General > Beta 0.1.2.0 Suggestions & Ideas
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Beta 0.1.2.0 Suggestions & Ideas

1.972 Antworten
Seite
Zum Anfang Vorherige 1 244 45 4698 99 Nächste Zum Anfang

alt Re: Beta 0.1.2.0 Suggestions & Ideas

firefox
BANNED Off Offline

Zitieren
=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 .

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Apache uwu
User Off Offline

Zitieren
user Bowlinghead hat geschrieben
@ 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

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Egoist
User Off Offline

Zitieren
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.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Bowlinghead
User Off Offline

Zitieren
user Apache uwu hat geschrieben
user Bowlinghead hat geschrieben
@ 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

alt Re: Beta 0.1.2.0 Suggestions & Ideas

made in Finland
User Off Offline

Zitieren
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

alt More efficient to create vehicles in Lua

KimKat
GAME BANNED Off Offline

Zitieren
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.
Zitat
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.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Rhox
User Off Offline

Zitieren
user KimKat hat geschrieben
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

alt Re: Beta 0.1.2.0 Suggestions & Ideas

hobo man445
User Off Offline

Zitieren
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.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Bowlinghead
User Off Offline

Zitieren
user Kel9290 hat geschrieben
@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

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Xanamaros
User Off Offline

Zitieren
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.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Yates
Reviewer Off Offline

Zitieren
user Xanamaros hat geschrieben
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.
Zum Anfang Vorherige 1 244 45 4698 99 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht