Impossible for others to see the textures in my mod - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html) +--- Forum: Technical Support - SOMA (https://www.frictionalgames.com/forum/forum-74.html) +--- Thread: Impossible for others to see the textures in my mod (/thread-31264.html) |
Impossible for others to see the textures in my mod - Pikastroff - 10-10-2015 Hello! I've been trying to upload a mod which would base itself of Amnesia textures and monsters. For me, it works perfectly, but for others, it doesn't work: everything is invisible. Yes, all the Amnesia files that are used were put in the mod folder. The entities (the monsters) were put in: CrogramFiles(x86)\Steam\steamapps\common\SOMA\mods\nameofmymod\entities\amnesia\ While the textures for the walls and floor, ect... is: CrogramFiles(x86)\Steam\steamapps\common\SOMA\mods\nameofmymod\static_objects\amnesia\ So it's not like if nothing was provided... Maybe is there something wrong with the area where I put the Amnesia files? Thanks in advance for helping! EDIT: Also, I have those same folders in the "asset" folder, which is in SOMA\mods\nameofmymod\assets\ RE: Impossible for others to see the textures in my mod - Filizitas - 10-10-2015 Can u provide some screens? Tho it is hard to understand what wrong is XD RE: Impossible for others to see the textures in my mod - Romulator - 10-10-2015 Have you included the assets folder as a directory in your resources.cfg? RE: Impossible for others to see the textures in my mod - Pikastroff - 10-10-2015 [attachment=5443] [attachment=5444] [attachment=5445] Also, I've made a modification just now of my resources.cfg I've added the line <Directory Path="/assets" AddSubDirs="true"/> So now the whole resources.cfg is: PHP Code: <Resources> Do you think it will work like this? @Modulator: Ah, just saw your message after posting... I guess it should work now, then? RE: Impossible for others to see the textures in my mod - Romulator - 10-10-2015 In theory, it should, but I recommend you get someone to test it on another persons computer, just to be sure! RE: Impossible for others to see the textures in my mod - Pikastroff - 10-10-2015 Unfortunately, I've got no one available right now to test... I'll just put it on public on the workshop and hope for the best! If it doesn't work I'll just put it in private again... RE: Impossible for others to see the textures in my mod - Romulator - 10-10-2015 Put it into a .zip and upload it somewhere. I'll take a look for you. RE: Impossible for others to see the textures in my mod - Filizitas - 10-10-2015 Here it is all ^^ Now i remember http://steamcommunity.com/sharedfiles/filedetails/?id=532246115 RE: Impossible for others to see the textures in my mod - Pikastroff - 10-10-2015 It indeed is this one. Since you are on the page, may you try it out? If it works, at least I don't need to do a zip file! Thanks in advance! EDIT: Still, in case, I'll still upload the zip somewhere. I can give a link in about half an hour. RE: Impossible for others to see the textures in my mod - Filizitas - 10-10-2015 How do i install the amnesia assets? I will download this now and try |