crazygamerhosting Posted July 30, 2018 Share Posted July 30, 2018 Hello all, i am having huge problems creating the Mod downloader/installer for ark survival evolved, is there anyone on the forums that has a solution or possible can assist or point me in the correct direction it would be much appreciated, Thankyou Link to comment Share on other sites More sharing options...
Dennis Posted July 30, 2018 Share Posted July 30, 2018 What issues are you facing? Link to comment Share on other sites More sharing options...
crazygamerhosting Posted July 30, 2018 Author Share Posted July 30, 2018 I***8217;m using the ark mod downloaded from github. No matter what I do I am unable to get it to find the modules required. I***8217;ve mad the init.py and it still is unable to locate the main modules. Any assistance would be greatly appreciated. Link to comment Share on other sites More sharing options...
Dennis Posted July 30, 2018 Share Posted July 30, 2018 You shouldn't have to do anything to make it work, besides installing Python 3. Can you describe the issue you're having? Link to comment Share on other sites More sharing options...
crazygamerhosting Posted July 31, 2018 Author Share Posted July 31, 2018 (edited) Ok, considering there is no instructions lol. I placed the arkit.py in the tcadmin lib folder. Also placed it in the python folder with a append lookup. I have the main arkmoddownloader.py in the custom script section in tcadmin setup as a iron python custom icon. No matter each way set this up it still pulls arkit module not found even when I manually put the location. Does anyone have a instruction set on how they have set this up. Or a copy of the game file so I may please have a look at how they have set the script up. Thank you in advance. This has been tearing my hair out Edited July 31, 2018 by crazygamerhosting Link to comment Share on other sites More sharing options...
Dennis Posted August 3, 2018 Share Posted August 3, 2018 You don't have to do anything at all. Download the files and extract them (eg. to C:\Users\root\Desktop\ModDownloader\). All there's left to do is call the script: python "C:\Users\root\Desktop\ModDownloader\Ark_Mod_Downloader.py" --update Has to be run from the root of the game server though, and you have to run Python 3. Link to comment Share on other sites More sharing options...
crazygamerhosting Posted August 4, 2018 Author Share Posted August 4, 2018 i suppose the problem i have is i have been trying to get it running through linux Link to comment Share on other sites More sharing options...
crazygamerhosting Posted August 4, 2018 Author Share Posted August 4, 2018 ok got that section working and calls script, now the "AttributeError: 'Namespace' object has no attribute 'modid'" Error. Even following the description it still pulls the modid error python3 ${Service.RootDirectory}/Ark_Mod_Downloader/Ark_Mod_Downloader.py --modids 731604991 that was just a mod to install rather that variable, ive tried ever possible combination i can think off. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now