ConfiguringTheRelto
Modifications to the Personal age can be done either on a global basis or to an individual player.
Yeesha pages show up in a players Relto book as soon as the item is activated, but the effect or item does not appear until the player re-links to Relto.
No ill effects have been observed while testing these changes, however remember to exercise extreme caution when making changes in the VaultManager.
Global Personal age Modifications
Login to VaultManager
Expand the AllAgeGlobalSDLNodesFolder
- Select the item Personal
- Make changes in the SDL Window
- Click Apply
Individual Personal age Modifications
Login to VaultManager
- If the user you want to modify is not currently online you must turn off the hide offline players option.
- Subscribe to the player you want to modify
- Select the subscribed players node and expand it
Expand the subscribed players AgesIOwnFolder, you will see a bunch of Link folders in there
- Browse through the available Link folders by expanding each one until you find the one named Relto
- Expand the Relto folder
- Select the item Personal
- Make changes in the SDL Window
- Click Apply
Other SDL Variables of Interest
CleftVisited - A BOOL variable that determines if the Cleft Book should be visible to the player. It has been used to restore the missing cleft book to a player by setting this value to True. Note: enabling the cleft book for a player who has not yet completed Prime will result in a missing Relto fissure upon returning the Bahro pillars.
YeeshaPage1 - A BYTE variable that activates the Sun and Moons page when set to 1.
YeeshaPage2 - A BYTE variable that activates the Waterfall and Pond page when set to 1.
YeeshaPage3 - A BYTE variable that activates the Rugs and Paintings page when set to 1.
YeeshaPage4 - A BYTE variable that activates the Roof Changes page when set to 1.
YeeshaPage5 - A BYTE variable that activates the Sticks and Stones page when set to 1. I have seen this one have other values as high as 2 but don't know what difference it makes.
YeeshaPage6 - A BYTE variable that activates the Dock page when set to 1.
YeeshaPage7 - A BYTE variable that activates the Islands page when set to 1.
YeeshaPage8 - A BYTE variable that activates the Rain page when set to 1. I have seen this one have other values as high as 2 but don't know what difference it makes.
YeeshaPage9 - A BYTE variable that activates the Music Box page when set to 1. Not sure what the ramifications of this are. In testing it is not able to stream ogg files from the MyMusic foldre in Uru like in the XPacks.
YeeshaPage10 - A BYTE variable that activates the Tree page when set to 1. I have seen this be other values as high as 101.
YeeshaPage11 - A BYTE variable that activates the Full Bookshelf when set to 1.
YeeshaPage12 - A BYTE variable that activates the Personal Imager page when set to 1.
Variable Name |
Type |
Values |
Description |
CleftVisited |
BOOL |
0 not present |
Cleft Book on bookshelf |
|
|
1 present |
This flag can be used to restore a missing Cleft Book |
YeeshaPage1 |
BYTE |
0 not present |
Sun and Moons Relto Page |
|
|
1 present |
This flag can be used to activate the Sun and Moons page in Relto |
|
|
2 present, deactivated |
This flag places the Sun and Moons page in the Relto book only |
YeeshaPage2 |
BYTE |
0 not present |
Waterfall and Pond Relto Page |
|
|
1 present |
This flag can be used to activate the Waterfall and Pond page in Relto |
|
|
2 present, deactivated |
This flag places the Waterfall and Pond page in the Relto book only |
YeeshaPage3 |
BYTE |
0 not present |
Rugs and Paintings Relto Page |
|
|
1 present |
This flag can be used to activate the Rugs and Paintings page in Relto |
|
|
2 present, deactivated |
This flag places the Rugs and Paintings page in the Relto book oly |
YeeshaPage4 |
BYTE |
0 not present |
Roof Changes Relto Page |
|
|
1 present |
This flag can be used to activate the Roof Changes in Relto |
|
|
2 present, deactivated |
This flag places the Roof Changes page in the Relto book only |
YeeshaPage5 |
BYTE |
0 not present |
Sticks and Stones Relto Page |
|
|
1 present |
This flag can be used to activate the Sticks and Stones page in Relto |
|
|
2 present, deactivated |
This flag places the Sticks and Stones page in the Relto book oly |
YeeshaPage6 |
BYTE |
0 not present |
Dock Relto Page |
|
|
1 present |
This flag can be used to activate the Dock page in Relto |
|
|
2 present, deactivated |
This flag places the Dock page in the Relto book only |
YeeshaPage7 |
BYTE |
0 not present |
Islands Relto Page |
|
|
1 present |
This flag can be used to activate the Islands page in Relto |
|
|
2 present, deactivated |
This flag places Islands page in the Relto book only |
YeeshaPage8 |
BYTE |
0 not present |
Rain Relto Page |
|
|
1 present |
This flag can be used to activate the Rain page in Relto |
|
|
2 present, deactivated |
This flag places the Rain page in the Relto book only |
YeeshaPage9 |
BYTE |
0 not present |
Music Box Relto Page |
|
|
1 present |
This flag can be used to activate the Music Box page in Relto |
|
|
2 present, deactivated |
This flag places the Music Box page in the Relto book only |
YeeshaPage10 |
BYTE |
0 not present |
Tree Relto Page |
|
|
1 present |
This flag can be used to activate the Tree page in Relto |
|
|
2 present, deactivated |
This flag places the Tree page in the Relto book only |
YeeshaPage11 |
BYTE |
0 not present |
Full Bookshelf Relto Page |
|
|
1 present |
This flag can be used to activate the Full Bookshelf in Relto |
|
|
2 present, deactivated |
This flag places the Full Bookshelf in the Relto book only |
YeeshaPage12 |
BYTE |
0 not present |
Personal Imager Relto Page |
|
|
1 present |
This flag can be used to activate the Personal Imager page in Relto |
|
|
2 present, deactivated |
This flag places the Personal Imager page in the Relto book only |
Glossary
- BOOL
- True or False
- BYTE
- Decimal values 0-128
Submitted by - A'lan
Revised by - NetWatcher