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

3,231 replies
Goto Page
To the start Previous 1 2 ... 128 129 130 ... 161 162 Next To the start
16.06.17 10:36:04 pm
Up
Masea
Super User
Offline Off
@user Avo: It's no sense.
Shit your pants: file cs2d Outlast II Mod (30) | Create your UI faster: CS2D UI Framework
16.06.17 10:42:38 pm
Up
DC
Admin
Offline Off
@user Masea: Because as a spectator your participate in dead chat only. Players who are alive can't see that chat. The *DEAD* makes this fact more visible.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
16.06.17 11:59:19 pm
Up
Masea
Super User
Offline Off
@user DC: Oh, didn't look from that way. This makes sense now, thanks
Shit your pants: file cs2d Outlast II Mod (30) | Create your UI faster: CS2D UI Framework
17.06.17 01:47:14 am
Up
xsiN
User
Offline Off
@user Masea: in some modes like standard and team deamthmatch you can speak only to spectators if you use team chat.

This becomes pretty useful when you're on a server needing to speak urgently with your mate (privately) and there are no PM systems.
ignore my previous names
17.06.17 04:06:47 am
Up
Rygna
User
Offline Off
@user Masea, you can change *DEAD* with Lua Script. also, as user xsiN said, its useful for Standard Mode.
Begone.
17.06.17 04:10:36 am
Up
Masea
Super User
Offline Off
@user Rygna: I know. I was actually just about to get the purpose of why does that stand there. At last, user DC told me why. So no need to tell me about something same twice.
Shit your pants: file cs2d Outlast II Mod (30) | Create your UI faster: CS2D UI Framework
17.06.17 10:56:35 am
Up
Dousea
User
Offline Off
CS2D needs
player([id], "curweapon")
or something like that. It returns player's current weapon's unique ID so it can be used with cs2d lua cmd item.

Also is it intentional that
item(0, "table")
returns only dropped items? How about the ones that are carried by players?
I'm awesome ... and I really like cookies.
17.06.17 12:53:07 pm
Up
DC
Admin
Offline Off
@user Dousea: It is intended that you can't obtain the unique IDs from weapons carried by players. It is also intended that these weapons are not included in
item(0, "table")
(the documentation specifically says "dropped items").

Reason for this is that these weapons behave differently than dropped weapons and most values, especially ammo values, are not necessarily accurate.

There is cs2d lua cmd playerweapons which allows you to see which weapon types the player has. And there is
player(id, "weapontype")
to get the type of the currently equipped weapon.

Which cs2d lua cmd item values do you want to obtain? The only things I can think of is
• the ammo and there you can't get fully reliable values
• the mode - okay, that would actually be possible
You can use cs2d lua cmd itemtype to get some other values by type ID.

I do agree however that all this is kind of weird and annoying.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
17.06.17 03:42:06 pm
Up
Dousea
User
Offline Off
@user DC: Ah, thanks for the confirmation. A bit off-topic here but how can we change bots behaviour (especially cs2d lua cmd ai_iattack) if we couldn't get their ammos and stuff?
I'm awesome ... and I really like cookies.
17.06.17 04:16:23 pm
Up
DC
Admin
Offline Off
@user Dousea: Well... good point. Bots are actually a special case as they run locally on the server. It would be possible to get accurate ammo values for them if they were exposed to Lua

With some tricks its possible to get ammo values anyway. Somewhere in the file archive is a Lua script for that.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
17.06.17 05:09:36 pm
Up
Dousea
User
Offline Off
@user DC: Yeah, there is: file cs2d Weapon Ammo Counts (14). But it's an overkill due to the use of cs2d lua hook always hook. So I thought it would be better if it could be implemented built-in. By saying that are you planning to add ammos for bots? Because that'd be incredibly useful.
I'm awesome ... and I really like cookies.
18.06.17 12:31:20 am
Up
boncuk
User
Offline Off
for the next upcoming versions with physics and other stuff, idk if the engine can do this, but maybe more damage details in explotions entities or map objects like the box or the windows/glass, i mean, maybe more particules for make it more realistic, things like the palm oak moves when you move cross it, obviusly this is just a graphic aspect that dont improve the gameplay. just a idea that i have.
18.06.17 01:33:21 am
Up
Masea
Super User
Offline Off
cs2d entity info_storm doesn't affect to palm and also tree movements. That should be changed.
Shit your pants: file cs2d Outlast II Mod (30) | Create your UI faster: CS2D UI Framework
24.06.17 12:35:45 pm
Up
Hajt
User
Offline Off
I'm begging you guys, please set trigger for join hook when player is on the server, connected in 100%.
24.06.17 08:54:32 pm
Up
saint-
User
Offline Off
#1 Yep, very good idea Hajt, I hope it'll be added soon.

#2 What about a public chat that is constantly open in the main menu! There's enough room in the menu now and it could be a fun factor to post something public, invite people to a random server to party or organise some matches, answer random questions and similar.

Also, it would be more used than the current chat. To control spam and flame, only registered users could use the chat.

Edit: One could also be able to create private chat channels in-game, which could be useful for clan/group communication.
25.06.17 12:34:37 am
Up
Andrez
User
Offline Off
cs2d will receive a huge amount of bad user reviews because of it's hackers, so start fixing the main ones...

good mp_antispeeder


Also. REMOVE THE IPS FROM THE SERVERLIST or wherever, no one joins by ip, and the ones who do it get it by PM, otherwise its incredibly easy to DDOS a server, anyone can do it... (and this might mean collapsin the middle of a tournament.. etc)
∗ PCS ADMIN CS2D.NET - Clan: Storm . Cs2d competitive videos:Andréz
25.06.17 12:56:44 am
Up
SQ
Moderator
Offline Off
@user Andrez: Do you realize that server IP is saved in sys folder anyway? It's really easy to look up what server you have joined. You can get ip just simply by adding server to favorites list.
edited 1×, last 25.06.17 01:07:56 am
25.06.17 11:11:59 am
Up
DC
Admin
Offline Off
What user SQ says is true. IPs are saved in many ways. server list cache (for the case that the master server is offline), recently joined list, favorites etc. All these features would have to be removed (or changed like by adding encryption) to make your "idea" work. Also you wouldn't be able anymore to just tell your friends an IP to join.

And even if I would remove all IPs from the game: It is still extremely easy to get all addresses of all active connections. Just do a quick Google search. Every DDoS script kiddy can manage to do that.

So no, please stop suggesting this. It's not a good solution and it doesn't really help.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
25.06.17 04:04:35 pm
Up
slimK
User
Offline Off
Idea nº1: Add a bonus money for every bomb plant (like in cs 1.6 or csgo) because is pointless if you plant the bomb and don't recieve nothing.

Idea nº2: Fix the money manegement!

The current version:

Rounds Lost:
First round lost: +1400$
Two rounds lost in a row: +1400$
Three rounds lost in a row : +1900$
Four rounds lost in a row: +2400$
Five rounds lost in a row: +2900$ [Maximum reachable]

What we should get (from original cs):

The losing team receives:
$1400 after losing the first round
$1900 after losing 2 rounds in a row
$2400 after losing 3 rounds in a row
$2900 after losing 4 rounds in a row
$3400 after losing 5 or more rounds in a row

Source: http://counterstrike.wikia.com/wiki/Money
edited 2×, last 26.06.17 12:06:07 am
"Nothing to fear, nothing to doubt" - Blank Banshee
25.06.17 08:39:21 pm
Up
Bowlinghead
User
Offline Off
Why dont add the option to set the rule set (also weapon prices, etc) between all CS titles?
Share time limited free games here
To the start Previous 1 2 ... 128 129 130 ... 161 162 Next To the start