1. Hi, whats the best way to getting the assets folder for rust. having no luck at getting it

    thanks in advance
     
  2. What do you mean by assets?
     
  3. 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);
                }
     
    all of it was written by Maurice. code is for getting the assets directory