ARK: Survival Evolved

ARK: Survival Evolved

7: ServerUI
8 Comments
Coldblood 24 Feb, 2016 @ 10:14am 
Hi mate, I've created one just like this just bit more Ark themed. I've hit a problem where pressing F1 doesn't bring it up. Any ideas?
Worldgate 13 Feb, 2016 @ 11:23am 
i cant wait till this is modable per server... tired of explaining rules over and over
jgamer93 7 Feb, 2016 @ 8:16am 
first off @sparrow, you are a legend, thanks a lot for helping and possibly making an awesome mod. second, @seven if you could make it so it shows the online players, not sure if its possible...but this would be nice to have so everyone could see the people online. Thanks for coming up with an awesome concept so far :D
Sparrow 6 Feb, 2016 @ 4:27pm 
Sparrow 6 Feb, 2016 @ 4:26pm 
FString ConfigsPath = FPaths::SourceConfigDir();
ConfigsPath += "MyConfig.ini";
if (FPaths::FileExists(ConfigsPath))
{
FConfigSection* Configs = GConfig->GetSectionPrivate(TEXT("Section.Name1"), false, true, ConfigsPath);
if (Configs)
{
for (FConfigSection::TIterator It(*Configs); It; ++It)
{
FString KeyString = It.Key().GetPlainNameString();
FString ValueString = It.Value();
DoSomething(ValueString);
}
}
}
Philipp 5 Feb, 2016 @ 5:56am 
This mod is so Nice :D I hope you release it for other people.
Seven  [author] 5 Feb, 2016 @ 3:57am 
@Sicnic As it stands this is only for my server, as it's not compatible for configurational changes using the ini files. Once I figure out how to do this I'll release instructions for other people to use the mod.
Sicnic 4 Feb, 2016 @ 11:05pm 
This looks prety good.....Any instructions on how to modify the text if your the server admin? Is it done ingame or by modifying ini files?