Forum

> > CS2D > General > Ideas for Counter-Strike 2D 0.1.2.1
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Ideas for Counter-Strike 2D 0.1.2.1

1,429 replies
Page
To the start Previous 1 266 67 6871 72 Next To the start

old Re: Ideas for Counter-Strike 2D 0.1.2.1

omg
User Off Offline

Quote
seriously? it took me 5 minutes to make a multiple weapons script for my own purposes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
addhook("walkover","pillage")
function pillage(id,item,itemtype,ammocount,magazineammo,itemmode)
	if itemtype>78 and itemtype<85 then
		parse("removeitem "..item)
		parse("setarmor "..id.." "..itemtype+122)
		return 1
	elseif (itemtype>56 and itemtype<61) or itemtype==70 or itemtype==71 then
		return 0
	else
		parse("removeitem "..item)
		parse("equip "..id.." "..itemtype)
		return 1
	end
end
note: does not work well with no delay (infinite) item envs because the entity doesnt get triggered to respawn the item with this method

the npcs glitching up/not responding needs to be fixed eventually it seems that when player id 1 stays for a while and then leaves, half the npcs just lose their object status. i tried putting in a spectating bot as a filler (its put in near the bottom of my main scripts), but it doesnt seem to work

old Re: Ideas for Counter-Strike 2D 0.1.2.1

SkullzOrig
User Off Offline

Quote
@user omg: I am working on trying to make the first release bug free. And the script runs the server with infinite ammo false. And id 78=claws. I can't just have the pick up just be for close combat weapons. It still needs to be allowed to pick up the original weapons of CS2D also
Example
More >

Admin/mod comment

This thread is for ideas only please don't talk about your scripts/projects here. Thank you!

old Re: Ideas for Counter-Strike 2D 0.1.2.1

Divine
User Off Offline

Quote
user SkullzOrig has written
I understand you just want to see all your tiles in 1 set, but what map has all 255 being, Im just asking.

And you just your idea is useless, it can be done in lua. As proved by yourself.


It saves the time from you choosing what you want in your map. Instead of re-adding stuff to your tileset you could have a larger variety. If you don't want 1000 tileset, maybe you can stick with the 255 tileset

old Re: Ideas for Counter-Strike 2D 0.1.2.1

Apache uwu
User Off Offline

Quote
You can load multiple tilesets with file File does not exist (1730), then you can delete and rearrange the order of tiles so that you can pick out the tiles you want for your tileset.

old Re: Ideas for Counter-Strike 2D 0.1.2.1

archmage
User Off Offline

Quote
If you login/logout all binds from autoexec.cfg are reset (have to restart cs2d). Fix this.

Edit:
The last two terrorist choices have the same name. You can't change it in the language file, both are always set to whatever '0302' is in the file.
edited 2×, last 26.07.12 03:32:44 am

old Re: Ideas for Counter-Strike 2D 0.1.2.1

SkullzOrig
User Off Offline

Quote
When I go into map editor, I get logged out after I load a map. Not sure if its happening to others.

To resolve the problem just goto:
CS2D Main Menu Screen
Click on "Options"
Click on the tab that reads "Net"
Now delete your username
And press Ok
Then click on "Options" once more
Click on the "Net" tab
Type in your username again and press "Ok"
And now you should be logged back in
If not, it may be due to low internet connection.

old Re: Ideas for Counter-Strike 2D 0.1.2.1

DC
Admin Off Offline

Quote
@user archmage: What are you talking about? Logging in/out from a server / the U.S.G.N. / a Windows user? That problem is new to me.

@user SkullzOrig: This has been reported like 100 times. I'm aware of it and it is not necessary to repeat it even more often.

old Re: Ideas for Counter-Strike 2D 0.1.2.1

SkullzOrig
User Off Offline

Quote
@user DC: Sorry, wasn't aware of that.

@user archmage: I haven't had that problem, and I am always get logged out then log back in. Can you show us the binds you have entered in your .cfg file.
Make sure your not typing in inbindall, then you really will have a problem

old Re: Ideas for Counter-Strike 2D 0.1.2.1

archmage
User Off Offline

Quote
user DC has written
@user archmage: What are you talking about? Logging in/out from a server / the U.S.G.N. / a Windows user? That problem is new to me.


Sorry should have made that clear. I'm talking about logging into/out of the USGN from the options menu.

Also notice my edit of my last post.

old Re: Ideas for Counter-Strike 2D 0.1.2.1

DC
Admin Off Offline

Quote
That terrorist thing is old and has been reported several times already. It has been fixed for the next version.

I never heard of anyone having your problem of config loss when logging in/out the U.S.G.N.! That makes no sense and it's surely not the normal behavior of CS2D. It doesn't happen to me (or the other people here) when doing that. You can try to extract the zip version of CS2D to another new folder and see if the same problem occurs there. I really don't know the reason for this problem.

old Re: Ideas for Counter-Strike 2D 0.1.2.1

archmage
User Off Offline

Quote
user scriptmen has written
what about few new useful hooks:
@key - on keypress
@keypressed - while the key is pressed
@keyrelease - on key release (not so necessary)


Would be better to only have keydown and keyreleased.
keydown      - on keypress
keyrelease      - on key release

old Re: Ideas for Counter-Strike 2D 0.1.2.1

scriptmen
User Off Offline

Quote
i think that "keypressed" is very important one.

imagine - for example in your script you have a place where you can heal when some key is pressed (remember, just like in hl1 and hl2)

it is impossible to do without such hook
To the start Previous 1 266 67 6871 72 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview