Players spawning far west of kamenka after editing mission file

RazorShark

New Member
I added some buildings and now all my players are spawning in debug far west of kamenka! I need help extremely badly.
 

Attachments

  • mission.txt
    76.7 KB · Views: 5
How did you add the vehicles? Revert back to the old mission file so your player base can at least play while your figure it out on a test server.
 
I get this after I edit the mission sometimes. Not sure what does it.

Basically your mission file is corrupted somehow. There is some spawnpoint not being used, so it defaults far down the coast. The actual reason for this is still lost on me.

But, here's how to fix it! Open a fresh mission file from an original server install. Open your current mission file and copy from:

Code:
class Vehicles
    {
        items=983;
        class Item0

To right before:

Code:
};
    class Markers

You then paste that into the fresh mission file, and you should be fine. Unless, like me, you are using some mods to get edited buildings into your mission, like jon editor. Then you'll need all the addons area copied as well.

Boot the server back up, and kill yourself 10+ times. If you don't spawn out there, you ought to be fine. If you do, it's something else like you messed with starting skins.
 
Back
Top