mp_ctfmultidemo

mp_ctfmultidemo

Sunucu Etkinliği

30 saniyede bir yenilenir

mp_ctfmultidemo

3D Map Preview — BSP v46 WebGL

-- FPS
Loading mp_ctfmultidemo.bsp
Initializing WebGL...
Powered by WOLFFILES.EU
April 20, 2002
Description:
This is a proof of concept demonstration of multiple flag CTF for wolf.
As such, it is mainly intended as an example for other map developers.
Unlike most wolfenstein maps, where capturing the objective ends the round,
a team must capture the other teams objective 3 times to win.

In order for this to work, some sacrifices must be made. Specifically, a
player who captures the objective is instantly sacrificed. Also, the flags do
not return to their starting point for 30 seconds after a capture. This is
creatively described as a feature. Finally, a teams flag does not have to
be 'home' in order for them to capture the enemies flag.

The objectives on this map is are locknars, because locknars are very serious.

Bugs:
The standard match timer is still there, but it doesn't mean much.

Implementation:
The script and .map file are included, for the benefit of anyone interested in
creating maps with this sort of gameplay. Feel free to use either as the basis
for your own maps. I suggest not using the actual level geometry, because
it represents very poor construction. If you make a map based on this one,
distribute it with a different name, and credit me in the readme.txt
If you want to create a level with more than 5 captures per match, you will
not be able to display a UI objective for each of them.

Details:
Because the trigger_flagonly entity is destroyed when it is touched by a flag,
there needs to be one for each time the flag is to be captured. Because a
player does not exactly drop the flag when they trigger the trigger_flagonly,
the player is killed. script_movers are used to kill the player and close off
the trigger_flagonlys which have been used.

Some general observations of the way flags/capturable objectives work:
- You can have multiple flags of the same color. I'm not sure what happens
if more than one is picked up at by different people. A single person can
pick up as many as they like.

- If you have multiple red or blue flags, when one is returned, they will ALL be returned.
Again, not sure what happes if someone is holding one.

- Flags can be squished. If the player holding a flag is squished to 0 thickness, the flag is
effectivly removed from play (not sure if this is only while the squsher is in place or not). It
does not automaticly return as it normally would. It will be returned to play if another flag of
the same color is returned. If a player is squished, but enough room is left for the flag, it
does not get removed from play. If you jump with the flag under a squisher, the flag gets
squished, even if there would normally be room for it. The clip brushes placed near the
trigger_flagonlys in the demo map are there to prevent this.

- Flags cannot spawn in solid, including solid movers.

About the map:
The map is small, primitive and ugly. It is a slight modification of
the first map I ever made, kothtest, which was itself a demonstration of
the 'king of the hill' objective type I created.
It has about 30 spawn points, but should probably be played with fewer players.

Thanks:
Discussions with HCTealc and RD-RatBastard on the www.map-center.com wolfenstein
forum percipitated this madness.

Feeback:
You can contact me at hellsownpuppy@yahoo.com, or SCDS_reyalP in game or on
the map-center, planetwolfenstein and rtcw.co.uk forums.

[TODO:tr] Share:

README

April 20, 2002
Description:
This is a proof of concept demonstration of multiple flag CTF for wolf. 
As such, it is mainly intended as an example for other map developers.
Unlike most wolfenstein maps, where capturing the objective ends the round,
a team must capture the other teams objective 3 times to win. 

In order for this to work, some sacrifices must be made. Specifically, a
player who captures the objective is instantly sacrificed. Also, the flags do
not return to their starting point for 30 seconds after a capture. This is
creatively described as a feature. Finally, a teams flag does not have to 
be 'home' in order for them to capture the enemies flag. 

The objectives on this map is are locknars, because locknars are very serious.

Bugs:
The standard match timer is still there, but it doesn't mean much.

Implementation:
The script and .map file are included, for the benefit of anyone interested in
creating maps with this sort of gameplay. Feel free to use either as the basis
for your own maps. I suggest not using the actual level geometry, because
it represents very poor construction. If you make a map based on this one,
distribute it with a different name, and credit me in the readme.txt
If you want to create a level with more than 5 captures per match, you will 
not be able to display a UI objective for each of them.

Details:
Because the trigger_flagonly entity is destroyed when it is touched by a flag,
there needs to be one for each time the flag is to be captured. Because a
player does not exactly drop the flag when they trigger the trigger_flagonly,
the player is killed. script_movers are used to kill the player and close off
the trigger_flagonlys which have been used.

Some general observations of the way flags/capturable objectives work:
- You can have multiple flags of the same color. I'm not sure what happens
if more than one is picked up at by different people. A single person can
pick up as many as they like.

- If you have multiple red or blue flags, when one is returned, they will ALL be returned.
Again, not sure what happes if someone is holding one.

- Flags can be squished. If the player holding a flag is squished to 0 thickness, the flag is
effectivly removed from play (not sure if this is only while the squsher is in place or not). It
does not automaticly return as it normally would. It will be returned to play if another flag of
the same color is returned. If a player is squished, but enough room is left for the flag, it
does not get removed from play. If you jump with the flag under a squisher, the flag gets
squished, even if there would normally be room for it. The clip brushes placed near the
trigger_flagonlys in the demo map are there to prevent this.

- Flags cannot spawn in solid, including solid movers.

About the map:
The map is small, primitive and ugly. It is a slight modification of
the first map I ever made, kothtest, which was itself a demonstration of
the 'king of the hill' objective type I created.
It has about 30 spawn points, but should probably be played with fewer players.

Thanks:
Discussions with HCTealc and RD-RatBastard on the www.map-center.com wolfenstein
forum percipitated this madness.

Feeback:
You can contact me at hellsownpuppy@yahoo.com, or SCDS_reyalP in game or on
the map-center, planetwolfenstein and rtcw.co.uk forums.

Virus Scan

Clean — No threats detected
Scanned with ClamAV

File Contents

10 files 0.7 MB uncompressed 1 BSP map: mp_ctfmultidemo Type: wolfmp
.arena (1) .shader (1) .bsp (1) .map (1) .script (1) .jpg (1) .txt (1)
File Size
scripts/
scripts/mp_ctfmultidemo.arena 135B
scripts/ctfmultidemo.shader 460B
MAPS/
MAPS/mp_ctfmultidemo.bsp 451K
MAPS/mp_ctfmultidemo.map 134K
MAPS/mp_ctfmultidemo.script 5K
levelshots/
levelshots/mp_ctfmultidemo.jpg 77K
readme_mp_ctfmultidemo.txt 3K

[TODO:tr] Comments (0)

[TODO:tr] Login [TODO:tr] to leave a comment.

[TODO:tr] Live Server Stats

144
[TODO:tr] Total Plays
[TODO:tr] all-time
1
[TODO:tr] Active Servers
[TODO:tr] active · 7 days
8
[TODO:tr] Peak Players
[TODO:tr] all-time
[TODO:tr] Last played: 11 saat önce

[TODO:tr] File Info

[TODO:tr] Filename
mp_ctfmultidemo.pk3
[TODO:tr] Size
205.00 KB
[TODO:tr] Map Name
mp_ctfmultidemo
[TODO:tr] Game
RtCW
[TODO:tr] Author
Admin
[TODO:tr] Uploaded by
Admin
[TODO:tr] Downloads
3
[TODO:tr] Uploaded
25.05.2026
[TODO:tr] Category
Maps - MP

[TODO:tr] Rating

0.0 /5
0 [TODO:tr] ratings

[TODO:tr] Detailed Rating

Design 0.0/5 (0)
Gameplay 0.0/5 (0)
Textures 0.0/5 (0)
Performance 0.0/5 (0)
Originality 0.0/5 (0)

[TODO:tr] Recently Viewed

[TODO:tr] We use cookies to ensure the best experience on our website. By continuing to browse, you agree to our use of cookies. [TODO:tr] Privacy Policy.