Dateien

> > CS2D > Maps > rctf_chimichanga
DateiübersichtCS2D-ÜbersichtMaps-Übersicht

Englisch rctf_chimichanga >

9 Kommentare268 kb, 334 Downloads

alt rctf_chimichanga

Chex
User Off Offline

1:1 Mapexport.

• A capture the flag map in which the flags are reversed, but in this one you could probably play it either way depending on how your team starts.

• Contains an underground passage that opens up 30 seconds after each round start.

• A little maze area in the middle with breakable entrances.

• A dual detailing. Tilesets are dust(by DC) and the dust replacement by LucasRib. I combined them in this program by VaiN.

• Underground passage suggested by yates.

• The reason I did not use the lighting system is because my map was too big for it. (Please make whether we can use it based on area and not dimensions )

> CHANGELOG:
• 3/25/12:
Initial upload.

• 3/26/12:
Added some eye candy.
Detailed the map a bit more.
Increased the health of the breakables to get into the center maze. (From 1000 to 3000)
--
Added a lua script that allows you to cap while the enemy flag is not there. Thank you
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
addhook("movetile","CapFlag")
function CapFlag(id,tilex,tiley)
	if(player(id,"flag")) then
		if(entity(tilex,tiley,"type") == 15) then
			if(entity(tilex,tiley,"var0") ~= player(id,"team")) then
				parse("sv_restart 5");
				if (player(id,"team")==1) then
					parse("msg ©255000000 Terrorists win.@C")
				end
				if (player(id,"team")==2) then
					parse("msg ©000000255 Counter-Terrorists win. @C")
				end
			end
		end
	end
end
Fixed a bug with the light turning on sounds underground.

RULES
> Use your common sense, please.
10× editiert, zuletzt 26.03.12 22:49:30
Zugelassen von GeoB99

Download Download

268 kb, 334 Downloads

Kommentare

9 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

J4x
User Off Offline

Opps! I didn't read his previous comment.
Ich mag es!

alt

Chex
User Off Offline

@user J4x: He's just saying we combined the same tiles, cheel out.

alt

J4x
User Off Offline

@user Bexone: If you don't see the difference between the 2 maps you are blind.
Ich mag es!

alt

Chex
User Off Offline

@user Bexone: Huh?

I figured dust+dust replacement=funky symmetrical art design.
Please link.

alt

Bexone
User Off Offline

The one who first put these two tileset together is MapMaker.

alt

medeiros
User Off Offline

Okay now it is.
Ich mag es!

alt

Chex
User Off Offline

@user medeiros: I thought I had ratings enabled .. it says it's enabled .. o.o

alt

medeiros
User Off Offline

You used rctf_.
And why no ratings?
Ich mag es!
Zum Anfang Vorherige 1 Nächste Zum Anfang