Hi guys and gals!
I'm wondering if any of you have a copy or valid mirror of Mefy's Extended gametypes mod for Allied assault single player maps.
As I have a mod on my server to convert SP Maps to MP maps, I would also like to have them run freeze-tag. I have tried the link on Meffy's site (mefy.planetmedalofhonor.gamespy.com) but it is dead.
Any help in this matter is greatly appreciated!
Torched^
Mefy never worked on single player maps.
If you have the tools, take a look at how the stock maps are setup by mefy ( script ) and simply reproduce the same thing for sp maps.
Hint :p :
switch (waitthread global/libmef/util.scr::get_gametype)
{
case "ctf":
case "ftctf":
case "dem":
case "ftdem":
level.mef_settings["respawn"] = 1
level.mef_settings["ticktime"] = 60
waitthread global/libmef/spawn.scr::spawnblock_begin
waitthread setup_bases
break
case "ft":
case "rbm":
waitthread global/libmef/spawn.scr::spawnblock_begin
break
}
level waittill prespawn