Open jemsurfer opened 2 years ago
I suppose you have to copy the asset directory from your veloren profie from within airshipper's directory (/home/$USER/.local/share/veloren/airshipper/profiles/default/assets) to one of the directories above (I use /home/$USER/.cargo/bin). However, this might not be the solution because when I do this the game never starts, but that might be another issue idk.
If you want to run this binary you should definitely do a cargo update first as otherwise the veloren-client library is outdated (and doesn't match the server) - probably resulting in not starting (I know this issue from the past, but don't see it today)
Also I created a symbolic link from $HOME/.local/veloren/assets to the assets folder of my veloren checkout - linking to the up to date airshipper assets directory is probably also a very good idea.
Symlink worked for me! Thanks!
Starting teloren with normal arguments always ends in the same panic:
Is there a package I need to download, or a repository to clone in order to fix this? Thanks :)