Page 1 of 3

Post your fan made relto pages here :D

PostPosted: Sun Dec 12, 2010 2:33 pm
by finnagan2000
post your relto pages here so people can see them :D

Re: Post your fan made relto pages here :D

PostPosted: Fri Dec 17, 2010 3:40 pm
by nathan2055
Phew. I've been looking for a way to find new pages to install. :)

Re: Post your fan made relto pages here :D

PostPosted: Thu Aug 18, 2011 8:57 pm
by Karkadann
Im working on a Relto Page that puts seven cones in Relto and I got Half of it figured out with http://dusty.homeunix.net/wiki/UAM/ReltoPages but I cant figure out how to add the page to My Relto Book.

It mentions something about putting a txt file in Uru's /img/UamRelto folder, I have the /img folder but their is no UamRelto Folder in my /img folder and putting a /UamRelto folder in my /img folder dont seem to work either.

I can Use the /loadpage command in my offline Ki but I noticed the Cones are gone after I log off and log back on again, or link out and back again.

So my questions are
what am I missing, how do I add a Cones page to my Relto book, and will the cones be their permanently or do I hafta /loadpage every time I want cones in my Relto

Edit to add

Found the problem, I was using one number in the txt file and another in the age file. I went with the number on the text file, changed the number on the age file and got it working
Show Spoiler
:D
To much coding makes my brain hurt :oops:

Re: Post your fan made relto pages here :D

PostPosted: Fri Aug 19, 2011 4:07 am
by Corvus
IIRC I created that folder by myself. You get a relto page with the fire marble picture (I don't know how to get your own pic there). When you turn your page on, it stays that way like any other relto page.

Image
Image

Re: Post your fan made relto pages here :D

PostPosted: Fri Aug 19, 2011 5:53 am
by Christopher
The picture can not be changed yet, because the pictures of the Reltopages are all stored in the bkBookImages.prp (ot something like this). Because of this its not very easy to change the Image.

Re: Post your fan made relto pages here :D

PostPosted: Fri Aug 19, 2011 3:26 pm
by Karkadann
what about the Python file Called xYeesha'Page's what does that do?

Re: Post your fan made relto pages here :D

PostPosted: Sat Aug 20, 2011 9:31 am
by Christopher
I can only say what it does in MOUL (but I think it does the in tPots). This is the file which show the GUI of the Page (in other ages if you found one and click it) and gave you the Page. The pictures of the Pages in your Reltobook are controlled by xLinkingBookDefs with the line:
Code: Select all
xYeeshaPage1 = ( "YeeshaPage1",   '<pb><pb><img src="xyeeshapagealphasketch01*1#0.hsm" align=center check=00ff18,00800c,%d link=3>' )


EDIT: I see the part were the image is searched, but I don't know why it searches in the BkBookImages.prp

Re: Post your fan made relto pages here :D

PostPosted: Sat Aug 20, 2011 11:12 pm
by GPNMilano
Christopher wrote:I can only say what it does in MOUL (but I think it does the in tPots). This is the file which show the GUI of the Page (in other ages if you found one and click it) and gave you the Page. The pictures of the Pages in your Reltobook are controlled by xLinkingBookDefs with the line:
Code: Select all
xYeeshaPage1 = ( "YeeshaPage1",   '<pb><pb><img src="xyeeshapagealphasketch01*1#0.hsm" align=center check=00ff18,00800c,%d link=3>' )


EDIT: I see the part were the image is searched, but I don't know why it searches in the BkBookImages.prp


Chloe-To-The-Rescue!

It's not searching in BkBookImages.prp it's just searching to see if the if the image is located in any of the prps that are currently loaded. Cyan stored all of their book images (and some other ones) in the BkBookImages.prp to keep them all generally located. However as long as your image is stored somewhere in your relto page's prp file then it'll be loaded when Relto is, and should be able to be found by the python script using the same <img src= tag. just switch out whatever is in the quotations with your image name and it will work. Just so long as the image is located within your relto page's prp file. AND you must be exact when naming it in the python file. So it must be the EXACT same name as the image in your relto page prp file.

Think of it like we do with linking book images when you want to add a linking book to your age. Just like you must define the linking image in your pythonscript by the same name as the one in your prp file, you must do the same here.

Re: Post your fan made relto pages here :D

PostPosted: Sun Aug 21, 2011 8:25 am
by diafero
However, if you put the texture into Relto, the image will not work if you open the Relto book in another age.

Re: Post your fan made relto pages here :D

PostPosted: Sun Aug 21, 2011 8:59 am
by GPNMilano
diafero wrote:However, if you put the texture into Relto, the image will not work if you open the Relto book in another age.


True. But you'd only be able to view and change them on Relto anyway.

The alternative is that the devs behind the Fan-Relto pages could add a additional prp to the GUI.age and simply put the relto page images in there.