Posts by Coldmami

    Am I doing something wrong? When I add hotspot to next panorama, then I click Edit 3D transition.

    Is there a reason why arrow on next panorama is always looking forward, not backward? Since all panoramas are having the same heading, when going from pano 1 to pano 2 straight North direction, then link from pano 2 to pano 1 must be straight South but by default its also straight North

    I will answer myself :)

    When I add hotspot from Pano 1 to Pano 2, click edit 3D tansition and then Done, then edit 3d transition once again it will do what I want it do. after the second time hotspot to the source panorama is correct. That looks like a bug to me.

    also I noticed that some hotspots are not saved. I remember making a link both ways and then only one way is saved.

    Am I doing something wrong? When I add hotspot to next panorama, then I click Edit 3D transition.

    Is there a reason why arrow on next panorama is always looking forward, not backward? Since all panoramas are having the same heading, when going from pano 1 to pano 2 straight North direction, then link from pano 2 to pano 1 must be straight South but by default its also straight North

    When I build tour, it takes some time to click "add hotspot" - link to next panorama is suggested as default so I only hit save, but when i need link to previous, you need to add hotspot, select one from the dropdown list and save.
    would it be possible to use 2 buttons on a keyboard, where one makes a link to next panorama and second to previous. In my case its 90% of all links so it would save me tons of time.

    Problem solved.

    Since my panoramas were made as max size in ptgui, each one had different size.
    -insize=4436x4436 -intilesize=555 is different for each pano. Excel came in handy to read all xml files and list the values.

    in notepad++ I could create list of commands and paste hundreds of lines to cmd.exe to merge tiles.

    It looks like this.

    I did manage to execute one line of code to create one cube using this

    Code
    krpanotools64 kmaketiles F:\Lost\virtualtour1\_d\2\%%v_%%h.jpg _d.jpg 0 -insize=3487x3487 -intilesize=872 -inindexbase=

    but this mean that I need to paste this command 6 times for each panorama, and change the _d to other faces of the cube. Thats about 3500 lines that i need to paste to restore this project...

    Hi Guys.

    I have old project generated in panotour pro, but I lost all the input panoramic images.

    My folder structure looks like this:

    where virtualtour0 is pano 0
    folders 0,1,2,3,4,5 are the faces of the cube.
    inside each face there is 0,1 and 2 folders that contains the tiles with different levels - 0 - one tiles 1 - 4 tiles folder 2 - 16 tiles.

    I would like to merge the 16 tiles into one image and then create a panorama. Can someone please explain it to me, like I am 5 year old?
    I am aware that I might need to rename the 0 to _f 1 to _r etc

    Edit, at the last folder tiles are named like this 0_0.jpg 0_1.jpg 0_2.jpg 0_3.jpg its first row, second row is 1_0.jpg 1_1.jpg etc

    Thanks
    Marcin

    Hi,

    I have some tours made in panotour pro 1.8 in flash. Old hard drive with panotour file and raw panoramas is broken and I only have ready virtual tour.
    Virtualtour.swf file has embeded xml code that consist of
    -virtualtour.xml that has hotspot positions on the map and combobox with panorama list.
    -virtualtour0.xml that has info about first panorama and its links to nearby panoramas.

    when I use swf decompiler it will only decompile files with each panorama but not the map.

    Did anyone tried that?

    Marcin

    Hi,

    I am trying to encrypt tour.xml file and I am getting message "Fatal error the krpanotools.exe process crashed"

    Other tours were encrypted without issue. It was the same story with this file when I had 1.19pr16 and now 1.20.
    What could be the problem?

    Marcin

    Hi,

    I tried to enable post-processing plugins and it works great.
    There is a button that open/closes the container, but my goal is to start the tour with hidden container. I cant really get it to work, my guess is that it should be changed somewhere here:

    Code
    -<layer name="pp_demo_container" align="righttop"  type="container"  x="0" height="100%" width="220" >
    
    
    <layer name="pp_demo_showhide_button" onclick="if(layer[pp_demo_container].x == 0, tween(layer[pp_demo_container].x, calc(-layer[pp_demo_container].width) ); tween(layer[pp_demo_showhide_button].rotate, 180); , tween(layer[pp_demo_container].x, 0); tween(layer[pp_demo_showhide_button].rotate, 0); );" align="left" txtshadow="0 0 2 0x000000 1.0" bg="false" css="color:#FFFFFF;font-size:30px;" type="text" html="►" y="-150" x="-12" alpha="0.8" edge="center"/>


    Thanks
    Marcin