• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

What is dataDirectory in config?

Donniexxx

☣Fallen Angel☣
Joined
Nov 30, 2011
Messages
17
Reaction score
1
Location
New york
i was wondering if this could cause an issue with the ot if the line goes like this:
dataDirectory = "data/"
if this can cause an issue please let me know :x
 
Probably not.
It might also be one of the following values, tho:
Code:
dataDirectory = "data/"
dataDirectory = "data"
dataDirectory = "/data"
But if the default was like that, it's probably right. It references the data directory which is by default already called data. (is there a data folder wherever the .exe is?)
 
That's the directory where the server is looking for all its files.

If you are planning to change the name, then you'll have to change the dataDirectory name.

-- edit --

It's "data/" by default, so leave it like that.
 
Back
Top