Magic1
Jul 3 2009, 08:20
I'm trying to make a simple dogfight map, 2 players, infinite respawns of the 3 planes on each airport and the players next to them.
Question 1: How do I make the map more than one player? Right now it spawns only one guy on the OPFOR side, even though I've got an identical BLUFOR player and respawn_west marker.
Question 2: I've got VehicleName respawnVehicle [5,0] in the init of each vehicle with different names for each, but only one of my aircraft respawns. OpSu for my SU-25 is the only one that'll respawn, even though the Op35 (F-35) and OpAv (AV-8) have mirrored code minus the names of course.
My description.ext:
class Header
{
gameType = DM;
minPlayers = 1;
maxPlayers = 2;
};
respawn=3;
respawnDelay=3;
respawnVehicle=3;
respawnVehicleDelay=5;
showCompass = 1;
ShowGPS = 1;
showMap = 1;
Question 1: How do I make the map more than one player? Right now it spawns only one guy on the OPFOR side, even though I've got an identical BLUFOR player and respawn_west marker.
Question 2: I've got VehicleName respawnVehicle [5,0] in the init of each vehicle with different names for each, but only one of my aircraft respawns. OpSu for my SU-25 is the only one that'll respawn, even though the Op35 (F-35) and OpAv (AV-8) have mirrored code minus the names of course.
My description.ext:
class Header
{
gameType = DM;
minPlayers = 1;
maxPlayers = 2;
};
respawn=3;
respawnDelay=3;
respawnVehicle=3;
respawnVehicleDelay=5;
showCompass = 1;
ShowGPS = 1;
showMap = 1;