Hi, whats the best way to getting the assets folder for rust. having no luck at getting it
thanks in advance
Assets location
Discussion in 'Rust Development' started by by my shaggy bark, Jul 11, 2018.
-
What do you mean by assets?
-
never mind, got it solved thanks to Maurice
all credit goes to him for this
Maurice
Code:foreach (var str in GameManifest.Current.pooledStrings) { var prefab = str.str; ConVar.Server.Log("oxide/logs/AssetsOutput.txt", prefab); }