Jump to content

epoch spawn


alessandro

Recommended Posts

Yep... Find somewhere you want the spawn chamber and change the location of respawn_west in the mission.sqm to move it there. Then change the 

						position[]={x,z,y};

lines for every player slot in mission.sqm to be the the same (i.e. the centre of the spawn chamber).

Link to comment
Share on other sites

Or he is talking about the teleport positions?!

THen you can change it in the settings file for your map.

Here an example for Altis:

https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_server_settings/configs/maps/altis.h#L29-L38

to change the destination, change it like that:

			{ "Transport_C_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", { 13326.5, 14515.2, 0.16426 } }, // Trader city 1
to
			{ "Transport_C_EPOCH", { -0.286865, 8.17383, -10.3098 }, "", { 15000, 20000, 0 } }, // Changed to destination [15000, 20000, 0]

 

Link to comment
Share on other sites

2 hours ago, He-Man said:

O sta parlando delle posizioni di teletrasporto ?!

Allora puoi cambiarlo nel file delle impostazioni per la tua mappa.

Ecco un esempio per Altis:

https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_server_settings/configs/maps/altis.h#L29-L38

per cambiare la destinazione, cambiala in questo modo:


			              
			              

 

thanks which is the file to edit?


 
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...