• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Syncing between 2 computers

wheelercub

Active member
Is there an official way to sync all your profiles, data files, and created magic items between 2+ computers automatically? Or does anyone have a way they do it? Maybe saving certain files to Dropbox?

Currently I can only save character profiles to Dropbox and then upload them to my 2nd computer at work. But where I run into trouble is when I create special feats and magic items that do not appear on the second device.

Thoughts? Suggestions? I'm all ears. :confused:
 
Sure is.

Realm Works.

All of my Hero Labs portfolio's are stored within Realm Works. Realm Works handles the cloud syncing.

I'm slowly but surely adding all the monsters to Realm Works too. As I do that I add pictures of the monsters. This just makes me happy as we could not add pictures to the actual HL files due to the licensing issues associated with pictures.

As you can see below. I can also make many varieties of monsters and save them for future use.

Obviously I'm the DM, so my need to manage this is greater than a player.

Note: The highlighted button opens it in HL.

2016-06-10%2007_43_22-Realm%20Worksreg%20-%20Deadly%20Depth%20Inn%20Logged%20in%20as%20daplunk_zps4x2mjlg0.png
 
Last edited:
@daplunk he is asking about .user files the he has custom created not .por file. :)

@wheelercub I do think there was some old posts where some used a type of special windows short cuts to sync the data folder. Otherwise you need to simply copy the .user files from one computer to another.

If both PCs are on the same network you could use a folder cloning software to sync the folders. Then always make changes on your desktop and sync to the laptop.

Maybe some else has a way but I have a whole custom data set my group/players use. And I have that supported and released the same way the 5e Pack is. That maybe allot of work if you are the only one needing the .user files.
 
if you have a Notebook++ you can make two batch files on each machine works particularly well if you have dropbox or any other cloud based solution

transmit batch file

@echo off
cd "c:\ProgramData\Herolab\data\5e"
copy filename.user c:\dropbox

retrieval batch file
@echo off
cd "c:\dropbox"
copy Filename.user "c:\Program Data\Herolab\data\5e"

cd "C:\Program Files (X86)\Hero Lab"
start HeroLab.exe

note this is only useful for the windows environment and is useless for the ipad
 
How do we get .user files to the ipad? I'm just wondering because my players are all starting to "buy-in" to Hero Lab's benefits but if I custom create a magic item or racial ability, I'd like them to be able to use that as well.
 
How do we get .user files to the ipad? I'm just wondering because my players are all starting to "buy-in" to Hero Lab's benefits but if I custom create a magic item or racial ability, I'd like them to be able to use that as well.
Read the HL info HERE.

If interested I wrote up a way of using Dropbox to do a Auto Update like the community does for the Pack. Read that HERE.
 
I use an inhouse cloud device to sync. All is stored there and can be accessed from every computer running HL in the house. If you also put your .user files there these too will be available everywhere.
iPad is another topic, but that is not a computer at all. So far I think there is just a dropbox functionality within iPad-HL and no chance to configure anything else (if I remember correctly).
 
Currently I am emailing my from work to home. It's a little annoying, but doable. If Realm Works is able to sync everything else, like all my magic items, created classes, feats, and monsters. That might be good too. Where can I find the Realm Works syncing options in Hero Lab? Or is it a separate program?
 
So emailing the portfolio files has worked to a certain point. That problem I'm seeing is with custom magic items, feats, class features, etc. What happens is that they all become disassociated with my portfolios because I think Hero Lab is pulling the .user data file from a separate location. Does anyone have any solutions or work arounds?
 
Details are three posts above (post 6) you on how to get custom user files.to.the.ipad. Unless you mean items from the community Pack. In which case setup and load the pack to the iPad.
 
I really wish there was cloud support for HL. Something that enables syncing between your entire party though.
 
I realize this is an old thread, but I found a seemingly useful workaround by copying my .user file into Google Drive and then symlinking it back into the Savage Worlds data folder. This probably won't work on iPad (I don't have an iPad, so I can't test what the equivalent would be), but it works between PCs under Windows 8.1.

I use Link Shell Extension for this.
 
Back
Top