Forum

> > CS2D > Maps/Editor > Beta_testing_escape_map
Forums overviewCS2D overview Maps/Editor overviewLog in to reply

English Beta_testing_escape_map

15 replies
To the start Previous 1 Next To the start

old Beta_testing_escape_map

dev1las
User Off Offline

Quote
This is beta testing map

You can download testing
and i need help: any1 can create testing map for boss fite becous i don't know how to make it?

So the testing you can download there:

http://www.unrealsoftware.de/files_show.php?file=7463

This map is small but ill be working on it to make fun and huger

:SMALL VERSION:
and i ddn't choose the name yet
edited 1×, last 04.07.11 08:42:43 am

old Re: Beta_testing_escape_map

Alistaire
User Off Offline

Quote
What is the map called anyway? And what is the reactor core on it?

Well right, what does it have to look like anyway.

old Re: Beta_testing_escape_map

Mawd
User Off Offline

Quote
@PeterToman That is true, Peter.
Okay, let's see how many fails this guy got.
http://www.unrealsoftware.de/forum_posts.php?post=253093&start=0
http://www.unrealsoftware.de/forum_posts.php?post=253243&start=0
http://www.unrealsoftware.de/forum_posts.php?post=250947&start=0
http://www.unrealsoftware.de/forum_posts.php?post=251267&start=0
http://www.unrealsoftware.de/forum_posts.php?post=251296&start=0
This.

Those files aren't on any progress yet, they aren't even CLOSE to Demo or Alpha, and you are telling us that you are going to make another project?
Just how many fails do you want next?
This is not a kids forum, we don't like noobs stuff in here, like I said now, G-T-F-O.

old Re: Beta_testing_escape_map

Alistaire
User Off Offline

Quote
Tutorial: Bosses

There are many kinds of "bossfights", but they actually are all "fake" because you just fight a breakable block or some turrets. It's not possible to make a huge monster sprite without Lua.

> Method #1
- Make a long hallway.
- Create some trigger_move's at the beginning of the hallway, triggering "start".
- Make a trigger_once and call it "start", make it trigger "boss".
- Create as much trigger_once's as the X width of the hallway, and call them "boss", "boss2", "boss3".. etc.
Make:
- "boss" trigger "monster"
- "boss2" trigger "monster, monster2"
- "boss3" trigger "monster2, monster3"
- Etc. etc. etc.
- Create a trigger_delay for every trigger_once you've already made, and call them "boss", "boss2", etc.
Make:
- "boss" trigger "wall" after 1 second
- "boss2" trigger "wall, wall2" after 1 second
- "boss3" trigger "wall2, wall3" after 1 second
- Etc. etc. etc.
- Now place some dynwalls. Call the first row of them "wall", next "wall2" etc.
- Finally, place sprites as high as the hallway at every dynwall row. Call them "monster", "monster2", etc.

This method is used at the Escape del Virus map. It's very easy and fast, but you can't "kill" the "monster" yet.


> Method #2
- Create an Env_Breakable and make it trigger "dead".
- Place turrets close to the breakable.
- Place explosions in range of the turrets, and call them "dead". They must be able to kill a turret in 1 explosion.
- Place a sprite (monster, tank) over the turrets and breakable. Call it "dead".

This might be even easier, tough it's fairly good. You just shoot at the turrets to make the breakable appear, then shoot it till it breaks, and explosions will appear. This method is used in my CSP_Checkpoints maps (unfinished).


> Method #3
- Create a spawnpoint for terrorists/counter-terrorists/whatever team is the evil one.
- Place overpowered items close to the spawn, which will only spawn once.
- You might want to create some kind of hallway with a botnode so the enemy gets the items. That way you'll even need:
- A botnode called "botnode"
- A trigger_move close to it, so the bot stops moving when it's passed/close to the botnode. It must trigger "stop"
- A trigger_once called "stop", triggering "botnode".

This way you can lead enemies to a very strong arsenal, so they are hard to beat. You could also build a dynwall chamber around him, so he won't escape till it's time to kill his enemies.

Copied from previous threads
To the start Previous 1 Next To the start
Log in to reply Maps/Editor overviewCS2D overviewForums overview