Jump to content
  • 0

portals are not spawning in the start box area


ronsrace

Question

7 answers to this question

Recommended Posts

  • 0

any specific settings that i need to ajust in the settings.pbo as everythings updated and done the right way but just cant get a option on mouse scroll or even being close to it and pointing at it need help as my players are stuck inside a box and then just dc cause of this bullsh@t.

Link to comment
Share on other sites

  • 0

the spawn room spawns wherever the marker respawn_west is marked on the map.

 

you need to edit the epoch_server_settings.pbo, config .cpp 

class mapname(chernarus/bornholm/altis/takistan/whatever) : Default {

telePos[] = {
{ "Transport_W_EPOCH", { 1880.0896, 7047.7808, 0.233424 }, "", { 1767.0601, 7365.1997, 0.233424 } },
{ "Transport_E_EPOCH", { 1890.0896, 7047.7808, 0.233424 }, "", { 17803.730, 9865.2285, 0.233424 } },
{ "Transport_N_EPOCH", { 1885.0896, 7047.7808, 0.233424 }, "", { 11007.66, 14618.7920, 0.233424 } }
};


};
 
the first set of brackets, actual position of the pads, the second set of brackets, where it teleports you to.
you don't need to update mission.sqm, but it would be an idea to find your respawn west marker, and make sure you get the coords right fro where you want your teleport points. 
remember .sqm positions are different than what you see above, sqm stores z pos in the middle. 
 
you can work it out from there.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...