Frictional Games Forum (read-only)

Full Version: Impossible for others to see the textures in my mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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:

CTonguerogramFiles(x86)\Steam\steamapps\common\SOMA\mods\nameofmymod\entities\amnesia\

While the textures for the walls and floor, ect... is:

CTonguerogramFiles(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! Smile

EDIT: Also, I have those same folders in the "asset" folder, which is in SOMA\mods\nameofmymod\assets\
Can u provide some screens? Tho it is hard to understand what wrong is XD
Have you included the assets folder as a directory in your resources.cfg?
[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>
  <
Directory Path="/maps" AddSubDirs="true"/>
  <
Directory Path="/assets" AddSubDirs="true"/>
</
Resources

Do you think it will work like this?

@Modulator: Ah, just saw your message after posting... I guess it should work now, then?
In theory, it should, but I recommend you get someone to test it on another persons computer, just to be sure!
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...
Put it into a .zip and upload it somewhere. I'll take a look for you.
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! Smile

EDIT: Still, in case, I'll still upload the zip somewhere. I can give a link in about half an hour.
How do i install the amnesia assets?
I will download this now and try
Pages: 1 2 3