Let me know what you think of this concept. For sure, there can be further refinement of ‘stuff’’ but thought I’d get everyone’s input on the working concept first.
First, here’s the file: http://www.fileplanet.com/dl.aspx?/planetwolfenstein/4newbies/Map_In_A_Box.zip
What I basically tried to package up is everything a newb mapper needs to add to his/her brushwork masterpiece to make it a playable map. I collected a bunch of commonly used entities (command post, forward spawn, constructibles, destructible objectives, constructible MGs), added a script_multiplayer, and wrote the game script.
Assuming a new mapper has a collection of buildings and terrain, all they have to do is load the prefab, reposition the entities, compile, rename the .script file, and play.
Here are the contents of the README:
Map In A Box
Author: Ifurita
Source Materials:
- Neutral Command Post prefab + script, Seven_DC
- Forward Spawn: Adapted from prefab by Drakir; script adapted from Railgun
- MG positions: Adapted from prefab by Deathstick
Overview:
This is meant for new mappers who have gotten started building ‘things’ in Radiant, but don’t know what their next steps should be or how to take them. The entities are built so that the Allies are defending 2 doors, which the axis must blow up. ‘Map In A Box’ contains the following:
1 script_multiplayer
2 Func_destructibles (allied doors, which the axis must blow up)
2 Constructible walls (one allied, one axis)
2 Constructible MG positions (one allied, one axis)
1 Neutral command post
1 Forward flag with 2 spawnpoints for each side
2 Team_Wolf_Objectives with 2 spawnpoints a piece to serve as starting spawns
Instructions:
- Extract contents of zip file into /etmain
- Load your map
- Click Main Menu:Edit:Load Prefab and select mapinabox.map; click Open
- Ensure you have the filters for Clips, Paths, and Entities disabled
- Select entire entities and reposition them wherever you want
- Rename /scripts/mapinabox.script to [the name of your map].script
- Compile your map and have fun
See http://www.planetwolfenstein.com/4newbies/Map_Scripting_4_Newbies.pdf for more information

