January 6, 20197 yr Hey how to load a profile in a subdirectory: <QuestsSorted Action="LoadProfile" NameClass="Subdirectory/Profile.xml" /> is getting ignored. Thanks in advance.
January 7, 20197 yr If you profile is in: WRobot\Profiles\Quester\Subdirectory\Profile.xml you need to use: <QuestsSorted Action="LoadProfile" NameClass="Subdirectory\Profile.xml" /> (path based from WRobot\Profiles\Quester\)
January 7, 20197 yr 22 minutes ago, Droidz said: If you profile is in: WRobot\Profiles\Quester\Subdirectory\Profile.xml you need to use: <QuestsSorted Action="LoadProfile" NameClass="Subdirectory\Profile.xml" /> (path based from WRobot\Profiles\Quester\) If we load profiles that way, will it work with normal auto update code? I put auto update in all profiles, when i load profile ABC from launcher, will auto update code realize that now the actually loaded profile is profile ABC and not what has been started initialy (launcher)? Edited January 7, 20197 yr by Bambo
January 7, 20197 yr 3 hours ago, Bambo said: If we load profiles that way, will it work with normal auto update code? I put auto update in all profiles, when i load profile ABC from launcher, will auto update code realize that now the actually loaded profile is profile ABC and not what has been started initialy (launcher)? It depends mainly of your code to update and reload your profile?
Create an account or sign in to comment