uncle808us opened this issue on Jan 17, 2011 · 3 posts
uncle808us posted Mon, 17 January 2011 at 10:31 AM
I am on a Mac and my prop was done on a Mac. I was having it tested and ran into a snag. The tester said quote: And this is a biggie. Open your pp2 file in wordpad and scroll down
to the texture links.
Your internal links are like this:
textureMap "/Users/robertthompson/Desktop/Cheetah/GrindStone/Nails.jpg"
but they need to be like this:
textureMap ":Runtime:textures:uncle808us:GrindStone:TextureName.jpg"
Plus all the back slashes must to be colons!
Is there a simple way to fix this? There are a lot of textures Thank you.
MacBook Pro OSX El Capitan Ver 10.11.6
PhilC posted Mon, 17 January 2011 at 10:39 AM
Have you tried using the search and replace menu in TextEdit?
Search for:-
/Users/robertthompson/Desktop/Cheetah/GrindStone/
Replace with:-
:Runtime:textures:uncle808us:GrindStone:
Then ensure that your textures are packaged in that directory.
uncle808us posted Mon, 17 January 2011 at 10:48 AM
Thanks very much Phil.
MacBook Pro OSX El Capitan Ver 10.11.6