X157 Dev Notes

One simulant attempts to share insight with others.

How to Create a Lyra Depot

Set up Powershell environment
# Set environment variable: P4 Username
$env:P4USER = $env:UserName;  # Change if your P4USER != your PowerShell UserName
Create Depot: //Lyra
p4 depot -t stream Lyra
Set up Typemap
cat typemap.txt | p4 typemap -i

See Typemap to figure out what to use as the typemap.txt contents.

Make sure you set up the typemap before you import any content into the depot.

Import LyraStarterGame from Epic as //Lyra/Main

See How to Create the //Lyra/Main Stream