alessandro Posted March 21, 2018 Report Share Posted March 21, 2018 hi, if possible to change spawn player point? because im stay in an island, too far from the city and its not very confortable Link to comment Share on other sites More sharing options...
Grahame Posted March 21, 2018 Report Share Posted March 21, 2018 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 More sharing options...
He-Man Posted March 21, 2018 Report Share Posted March 21, 2018 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 More sharing options...
Grahame Posted March 21, 2018 Report Share Posted March 21, 2018 Also remember that those destinations are where you will be put on login if you disconnect while in a vehicle (at the moment at least; must finish that script one day ) Link to comment Share on other sites More sharing options...
alessandro Posted March 21, 2018 Author Report Share Posted March 21, 2018 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 More sharing options...
Grahame Posted March 21, 2018 Report Share Posted March 21, 2018 In epoch_server_settings.pbo, the file in configs/maps that is called <your_map_name>.h Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now