Files

> > CS2D > Maps > rctf_chimichanga
Files overviewCS2D overviewMaps overview

English rctf_chimichanga >

9 comments268 kb, 334 Downloads

old 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.
edited 10×, last 26.03.12 10:49:30 pm
Approved by GeoB99

Download Download

268 kb, 334 Downloads

Comments

9 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

J4x
User Off Offline

Opps! I didn't read his previous comment.
I like it!

old

Chex
User Off Offline

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

old

J4x
User Off Offline

@user Bexone: If you don't see the difference between the 2 maps you are blind.
I like it!

old

Chex
User Off Offline

@user Bexone: Huh?

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

old

Bexone
User Off Offline

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

old

medeiros
User Off Offline

Okay now it is.
I like it!

old

Chex
User Off Offline

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

old

medeiros
User Off Offline

You used rctf_.
And why no ratings?
I like it!
To the start Previous 1 Next To the start