Skip to content

Instantly share code, notes, and snippets.

@Daniel-VDM
Last active November 16, 2024 11:20
Show Gist options
  • Select an option

  • Save Daniel-VDM/79551dbe406e98c6b4cf4eff77a5e940 to your computer and use it in GitHub Desktop.

Select an option

Save Daniel-VDM/79551dbe406e98c6b4cf4eff77a5e940 to your computer and use it in GitHub Desktop.
[Notes] Build Dalamud locally and inject.
# Start power shell as admin
set-executionpolicy remotesigned
# Go to your repo dir
cd C:\Users\danie\Documents\dalamud\Dalamud
git pull
git submodule update --init --recursive
.\build.ps1
cd .\bin\Debug\
# Run game without dalamud injected
.\Dalamud.Injector.exe inject -a
# Updating
cd ../..
git pull
git submodule update --init --recursive
.\build.ps1
cd .\bin\Debug\
.\Dalamud.Injector.exe inject -a
@Daniel-VDM
Copy link
Author

@Daniel-VDM
Copy link
Author

Daniel-VDM commented Nov 16, 2024

Note the deps for building locally: https://dalamud.dev/building/#prerequisites

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment