I once made a prefab generator.
Maybe useful to some mapper/scripter:
Here’s a link to the site that hosts it (choose Prefab Generator from the main menu):
http://www.ujeclan.com
It can make prefabs of:
- Tanks/trucks + splines + (max 4) barricades + the mapscript.
Of course the tank-owning team is also selectable… - Command-Posts: allied, axis or neitral + mapscript.
- Different kind of spawnpoints + mapscript.
easy to use… click-click and download the .map, .script.
To add the generated stuff to Your own map, follow these instructions:
The .map part of the prefab:
-------- WHEN USING RADIANT 1.5, do this:
- Generate what You want, download the .map file and save it to disk
- Open the downloaded file in notepad
- Copy the content of the downloaded .map file (select all, copy)
- Open Your own .map file (also in notepad)
- Paste what You had copied earlier, at the end of Your own .map
-------- WHEN USING RADIANT 1.4, do this: - Generate what You want, download the .map file (for Radiant 1.4) and save it to disk
- Use the import function in Radiant, and import the downloaded prefab
The .script part of the prefab:
- Generate what You want, download the .script file and save it to disk
- Open the downloaded file in notepad
- Copy the content of the downloaded .script file (select all, copy)
- Open Your own .script file, containing Your mapscript (also in notepad)
- Paste what You had copied earlier, at the end of Your own .script
…

