ARK: Survival Evolved

ARK: Survival Evolved

Not enough ratings
7: ServerUI
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
123.163 KB
4 Feb, 2016 @ 2:51pm
5 Feb, 2016 @ 4:29am
2 Change Notes ( view )

Subscribe to download
7: ServerUI

Description
This mod is only relevant to the server Ark Incognito. To see the mod in-game go to server 149.202.194.46:27048 and hit the F1 key after you've created your character.

I'm currently working on making this mod configurable for anybody using the ARK .ini files.

Check out this video if you'd like to make this mod yourself.

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?