Hey,

Looking at the .txml and script files quickly it seems that its built with
relative asset references. Like "fish.mesh" which only points to a file,
not a particular path on the disk or the web. This file will be first
looked in the default storage, and the default storage depends on the
--file or --storage input parameters. So the default is to make the default
storage the path where the --file txml was loaded, it can be a local disk
path or a web path.

Looks like it should work without any txml or script modifications when you
just load the --txml from a web url. So copy the whole scene/Avatar
directory to your dropbox as is. Then start

*TundraConsole --server --headless --file
http://my.dropboxurl.com/jlkasjdlk/Avatar/scene.txml*
*
*
With this AssetAPI should resolve *fish.mesh* to *
http://my.dropboxurl.com/jlkasjdlk/Avatar/fish.mesh* with the default
storage. You can also write "assets" console command on the serve to verify
which storage is default (the name is in bold font)
*
*
If it does not work, report back what the console log tells your. Look for
any error lines (they are red if you are on windows).

Best regards,
Jonne Nauha
Meshmoon developer at Adminotech Ltd.
www.meshmoon.com


On Thu, May 2, 2013 at 9:07 PM, Remy Cucui <rem...@gmail.com> wrote:

> Hello!
>
>      I'm trying to get the avatar scene working. When I right click the
> .txml file and click "Host in Tundra Server (UDP 2345)" and then connect
> with a client on the same machine, it works great, no problems.
>
>      However, when I try connecting to the server I actually intend to
> use, and import the content (I've edited all the file paths that I could
> find in all the files to link to my dropbox) everything appears, but I'm
> stuck in the default camera and there's no avatar generated. I disconnected
> and reconnected with no improvement, and tried closing and starting the
> client back up again. No dice.
>
>      I decided I'd try running the server with the --file parameter and
> just start it with that .txml off the bat, but the results are the same.
> Everything's there except for the avatar and I'm in the default camera mode
> that comes with Tundra.
>
>      Does anyone have any ideas? I appreciate any input you might have!
>
> --
> --
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
> ---
> You received this message because you are subscribed to the Google Groups
> "realXtend" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to realxtend+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org
--- 
You received this message because you are subscribed to the Google Groups 
"realXtend" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to realxtend+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to