nathan2055 wrote:OK, made the adjustment and exported. Linked in successfully, ...
Ok, I see it's already solved.
Older hint, which can now be ignored:
- Show Spoiler
nathan2055 wrote:Hmm. I exported to URU's dat folder, but when I type /link $Age, I get shown a black screen instead of linking. The cursor is there, but I can't do anything, and a random hotspot appears on the left.
This effect appears when the file "$test_District_Scene.prp" is not exported to the dat folder as well, but elsewhere.
Lontahv already fixed this bug, but did not release a new version yet.
EITHER manually move the exported file "$test_District_Scene.prp" to your dat folder (the file should be found one folder above dat, or search for it),
OR edit the file "exporter.py" in Blender/2.57/scripts/addons/PyPRP2 and replace line 71
- Code: Select all
rm.WritePage(os.path.join(os.path.dirname(path),fullpagename), page)
with this:
- Code: Select all
rm.WritePage(os.path.join(path,fullpagename), page)
using a plain-text editor like notepad (not Word); be sure to keep the same indention (4 spaces). Then restart Blender to make the change take place.
(In the first place, I did not see page 2 of this thread. Then I posted, realized, that a solution was found, then I removed my post - resulting in hiding page 2 for me again. The I re-posted again, giving me page 2 again ... well, a bit weird. Not sure what's going on.)