Jump to content

Epoch 0.5 Questions


Eric the Viking

Recommended Posts

Hi all, I had a couple of questions I was hoping someone could answer.

I'm currently playing on a Bornholm server of mine. I've died and re-spawned in a clone chamber which seems to have no exit?

Also, I notice the icons in the top right and they, for the most part, seem fairly self explanatory but there's one with 3 wavy lines which has me stumped - anyone know this one?

 

Link to comment
Share on other sites

Thanks for the link mate but I'm not sure it covers my problem in that I can't exit the spawn building at all. There are no traditional manholes to interact with nor any other means I can see to exit the area. I'll have a better look when not at work. Cheers.

EDIT

Finally found the solution, it seems the co-ords for the manholes was wrong in the bornholm.h file (in epoch_server_setup). Replaced the telePos value with the one below.

telePos[] = {
			{ "Transport_C_EPOCH", { -0.415527, -7.00298, -09.5098 }, "", { 14121.2, 11331.5, 0.000305176 } },
			{ "Transport_W_EPOCH", { -7.4316, 0.112793, -09.8598 }, "", { 1322.18, 8733.92, 0.0136757 } },
			{ "Transport_E_EPOCH", { 8.5127, 0.410156, -09.9398 }, "", { 15639.3, 191.995, 0.000153065 } }
	};

Credit to @Stealth79 for this.

The original thread is here.

Thanks to you too @Ghostrider-DbD- for putting me on the right track.

Link to comment
Share on other sites

8 hours ago, Eric the Viking said:

Thanks for the link mate but I'm not sure it covers my problem in that I can't exit the spawn building at all. There are no traditional manholes to interact with nor any other means I can see to exit the area. I'll have a better look when not at work. Cheers.

EDIT

Finally found the solution, it seems the co-ords for the manholes was wrong in the bornholm.h file (in epoch_server_setup). Replaced the telePos value with the one below.


telePos[] = {
			{ "Transport_C_EPOCH", { -0.415527, -7.00298, -09.5098 }, "", { 14121.2, 11331.5, 0.000305176 } },
			{ "Transport_W_EPOCH", { -7.4316, 0.112793, -09.8598 }, "", { 1322.18, 8733.92, 0.0136757 } },
			{ "Transport_E_EPOCH", { 8.5127, 0.410156, -09.9398 }, "", { 15639.3, 191.995, 0.000153065 } }
	};

Credit to @Stealth79 for this.

The original thread is here.

Thanks to you too @Ghostrider-DbD- for putting me on the right track.

Glad that worked out. Do all 3 manhole covers show up now? If so one of us should make a request to update the source on the github.

 

Link to comment
Share on other sites

it's in:

"\epoch_config\Configs\CfgEpochClient.hpp"

look for:

On 2016-07-30 at 5:22 PM, He-Man said:

From the experimental files:

bankTransferTime[] = {0.0006,1.2,0.06}; // {time per crypto,max wait time,min wait time}

So it will be in the next build

Edited by TolH
found quote
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...